Back to APIs

Unified Agent API

Screenshot

Screenshot

Capture a rendered screenshot of any webpage.

POST/v1/screenshots/capture

Overview

Capture a rendered screenshot of any webpage

Parameters

url

Required

string

URL to capture.

width

number (default: 1280)

Viewport width in pixels.

height

number (default: 720)

Viewport height in pixels.

format

select (default: png)

Output format.

PNG
JPG
WebP
PDF

full_page

boolean (default: false)

Capture entire scrollable page.

Example Response

{"success":true,"data":{"screenshot_url":"https://renders.urlbox.com/...","render_time_ms":3200,"size_bytes":145023,"format":"png"},"credits_used":1}

Get Started

Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.

Try Screenshot

Test Screenshot in the interactive playground. No setup required.

Open Playground
Screenshot API | Unified Agent APIs | suprsonic