{ "opencollection": "1.0.0", "info": { "name": "Abstract API Avatars Website Screenshot API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Website Screenshot", "type": "folder" }, "items": [ { "info": { "name": "Abstract API Capture Website Screenshot", "type": "http" }, "http": { "method": "GET", "url": "https://avatars.abstractapi.com/v1/", "params": [ { "name": "api_key", "value": "abc123def456", "type": "query", "description": "Your unique API key for the Website Screenshot API." }, { "name": "url", "value": "https://www.example.com", "type": "query", "description": "The URL of the website to screenshot." }, { "name": "capture_full_page", "value": "false", "type": "query", "description": "Whether to capture the full scrollable page. Defaults to false." }, { "name": "width", "value": "1280", "type": "query", "description": "Viewport width in pixels. Defaults to 1280." }, { "name": "height", "value": "720", "type": "query", "description": "Viewport height in pixels. Defaults to 720." }, { "name": "delay", "value": "1000", "type": "query", "description": "Delay in milliseconds before taking the screenshot." }, { "name": "css_injection", "value": "body { background: white; }", "type": "query", "description": "CSS string to inject into the page before screenshotting." }, { "name": "export_format", "value": "jpeg", "type": "query", "description": "Output format of the screenshot (jpeg or png). Defaults to jpeg." } ] }, "docs": "Capture a screenshot of any website URL with configurable viewport, delay, and CSS injection options." } ] } ], "bundled": true }