{ "opencollection": "1.0.0", "info": { "name": "ApyHub Convert Extract API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apy-token", "value": "{{apy-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Extract", "type": "folder" }, "items": [ { "info": { "name": "ApyHub - Extract Text from PDF", "type": "http" }, "http": { "method": "POST", "url": "https://api.apyhub.com/extract/text/pdf", "body": { "type": "json", "data": "{}" } }, "docs": "Extracts text content from a PDF document" } ] } ], "bundled": true }