v1
latestOpenAPI 3.1.02026-08-045217107.2 KBScreenshot
Take Screenshot
Capture a screenshot of any URL, HTML, or Markdown. Supports full-page, device emulation, dark mode, ad blocking, custom CSS/JS, caching, async processing, webhooks, and cloud storage.
post/v1/screenshot
Request body
Example request
{
"url": "https://example.com",
"timezone": "America/New_York",
"locale": "en-US"
}Response
Screenshot captured successfully
Example response
{
"success": true,
"format": "png",
"width": 1280,
"height": 800
}