{ "opencollection": "1.0.0", "info": { "name": "SnapAPI - Screenshot & Web Data Analyze PDF API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "PDF", "type": "folder" }, "items": [ { "info": { "name": "Generate PDF", "type": "http" }, "http": { "method": "POST", "url": "https://api.snapapi.pics/v1/pdf", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a PDF from any URL or HTML. Supports page sizes, margins, headers/footers, and scaling." } ] } ], "bundled": true }