{ "opencollection": "1.0.0", "info": { "name": "DocRaptor Async Documents API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Async Documents", "type": "folder" }, "items": [ { "info": { "name": "Create a document asynchronously", "type": "http" }, "http": { "method": "POST", "url": "https://api.docraptor.com/async_docs", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates asynchronous document generation; returns a status URL." }, { "info": { "name": "Get async document status", "type": "http" }, "http": { "method": "GET", "url": "https://api.docraptor.com/async_docs/:document_id", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Get async document status" } ] } ], "bundled": true }