Overview
Capture a rendered screenshot of any webpage
Parameters
url
Requiredstring
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.