Screenshot automation
Full-Page Screenshot API
Capture an entire scrolling webpage in one image, with lazy-content loading and a separate 20,000-pixel safety ceiling.
A simpler capture workflow
Full-page screenshots are useful when the viewport is only part of the story. ViperCapture scrolls through supported pages to load deferred content, then captures the complete document within safe output limits.
Example request
{
"url": "https://example.com/long-page",
"output": "webp",
"full_page": true,
"wait_for": { "load_state": "networkidle" }
}Related guides
Website Screenshot API
Capture public webpages as PNG, JPEG, or WebP with a strict JSON API, predictable waits, and full-page or viewport control.
Webpage Archiving API
Preserve a public webpage as a full-page image, PDF, HTML, or clean Markdown artifact.
Visual Regression Screenshots
Capture stable page states for lightweight visual review, release evidence, and regression workflows.