Capture Studio
Full Page Capture
Control full-page output and chunking behavior.
Full page flag
{
"full_page": true
}Capture modes
capture.mode=fulluses a single outputcapture.mode=chunksproduces scroll slicescapture.mode=bothreturns full plus chunks
{
"full_page": true,
"capture": {
"mode": "both",
"chunk_height": 900,
"chunk_overlap": 0,
"max_chunks": 20
}
}Algorithms
full_page_algorithm controls how full-page images are built:
autouses the browser capturescrollandsectionsuse scrolling slices and stitch results
Large pages
full_page_max_height caps the maximum height. If the page is taller and a full capture is requested, the API returns resulting_image_too_large.
Capture beyond viewport
Enable capture_beyond_viewport to expand the viewport to the full height before the screenshot, which helps on pages that depend on viewport size.