{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai convert API", "version": "1.0" }, "items": [ { "info": { "name": "convert", "type": "folder" }, "items": [ { "info": { "name": "convert-files", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/api/v2/convert/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "response_type", "value": "", "type": "query", "description": "If stream, returns the converted file as a downloadable binary (PDF / PNG / ZIP). If url, returns JSON with file_url and file_name." }, { "name": "test", "value": "", "type": "query", "description": "If true, the document will be generated in test mode (with watermark and without deducting merge credits)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }