Captures screenshots of any webpage. Returns high-quality PNG images with configurable viewport and options.
POST https://web-screenshot-api-x402-689670267582.us-central1.run.app/capture
$0.03 USDC (Base L2)
{
"url": "https://example.com",
"width": 1280,
"height": 800,
"fullPage": false
}
url - Target webpage URL (required)width - Viewport width in pixels (default: 1280)height - Viewport height in pixels (default: 800)fullPage - Capture full scrollable page (default: false)Returns the screenshot as binary PNG data (image/png).