v1
latestOpenAPI 3.1.0MIT2026-07-132176113.0 KBscreenshot
Capture a full-page screenshot of a website
post/screenshot
Request body
Example request
{
"url": "https://example.com",
"device": "desktop",
"proxyCountry": "us",
"type": "png",
"fullPage": true,
"blockAds": true,
"hideCookie": true,
"skipCaptcha": true,
"addTimestamp": true,
"pageHeight": 2000,
"viewportWidth": 1280,
"viewportHeight": 800,
"theme": "auto",
"delay": 2,
"quality": 90,
"scaleFactor": 1,
"captureBeyondViewport": true
}Response
Successfully captured screenshot
Example response
{
"timestamp": 1763372588297,
"apiStatus": "success",
"apiCode": 200,
"meta": {
"url": "https://example.com",
"type": "png",
"device": "desktop",
"pageHeight": 2000,
"viewportWidth": 1280,
"viewportHeight": 800,
"theme": "auto",
"delay": 2,
"quality": 90,
"scaleFactor": 1,
"captureBeyondViewport": true,
"test": {
"id": "mxqx9v9y0742lap6altwdteqd28t23nq"
}
},
"data": "https://geekflare.com/tests/screenshot/kbi6d206g87ituahb7icwtpr.png"
}