Documentation
Web Intelligence

Screenshot API

Capture visual page state for QA, design reference, and agent-visible web workflows.

Status: Preview Spec.

Screenshots are needed when text is not enough: visual QA, design references, broken layout detection, social previews, dashboards, and pages where rendered state matters.

Planned Request

code
{
  "url": "https://example.com/pricing",
  "viewport": {
    "width": 1440,
    "height": 1200
  },
  "fullPage": true,
  "waitFor": 1500,
  "formats": ["png"],
  "captureMetadata": true
}

Capture Modes

ModeUse case
viewportAbove-the-fold QA and landing page checks.
fullPageComplete page audits and visual archives.
elementFuture targeted component capture.
mobileResponsive checks with mobile viewport presets.