{ "opencollection": "1.0.0", "info": { "name": "ApyHub Convert API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apy-token", "value": "{{apy-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Convert", "type": "folder" }, "items": [ { "info": { "name": "ApyHub - Convert HTML to PDF", "type": "http" }, "http": { "method": "POST", "url": "https://api.apyhub.com/convert/html/pdf", "body": { "type": "json", "data": "{}" } }, "docs": "Converts an HTML file or URL to a PDF document" }, { "info": { "name": "ApyHub - Convert Word to PDF", "type": "http" }, "http": { "method": "POST", "url": "https://api.apyhub.com/convert/word/pdf", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "filename", "type": "text", "value": "" } ] } }, "docs": "Converts a Word document (.docx) to PDF format" } ] } ], "bundled": true }