๐Ÿ“ธ

Screenshot API

Capture full-page screenshots of any URL. Returns base64 PNG. JavaScript rendering included.

API Docs $0.002 / screenshot

About this tool

Take pixel-perfect screenshots of any webpage, including JavaScript-heavy SPAs and dynamic content. Full-page capture with configurable viewport. Returns base64 PNG ready to embed or save.

Quick Start

curl -X POST https://api.iteratools.com/screenshot \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com", "full_page": true}'

Response

{"image_b64": "data:image/png;base64,...", "url": "https://example.com"}

Details

EndpointPOST /screenshot
Price$0.002 / screenshot
AuthBearer token or x402 micropayment
Base URLhttps://api.iteratools.com
Full Documentation Browse All Tools