{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Create PDF API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Create PDF", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Create PDF", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/operation/createpdf", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a PDF document from a source file in formats such as Microsoft Word, Excel, PowerPoint, or HTML. The source file must be uploaded first using the asset upload endpoint. Returns a job ID for polling the operation status." } ] } ], "bundled": true }