ScreenshotAPI: API Design & Integration Surface
Docs-backedThe primary API pattern is a GET request: GET /api?token=TOKEN&url=TARGET_URL[&options]. Optional parameters include full_page (boolean), width, height, delay (seconds to wait before capture), css (injected CSS), block_ads, block_cookie_banners, output (image or json). Returns the screenshot file directly or, with output=json, a JSON object with a screenshot URL. POST requests are also supported for complex CSS injection. The surface is minimal. No pagination or batch API documented.