Enable full-page capture
Set full_page to true. The worker measures the document and captures beyond the initial viewport, up to the configured maximum page height.
Full-page WebP request
bash
curl https://api-screenshot.com/v1/screenshots \
-H "Authorization: Bearer $SCREENSHOT_API_KEY" \
-H "Idempotency-Key: docs-full-page-001" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/long-page",
"preset": "desktop",
"full_page": true,
"format": "webp",
"quality": 82,
"block_cookie_banners": true
}'