{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Document Generation API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Document Generation", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Generate Document from Template", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/operation/documentgeneration", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a PDF or Word document by merging JSON data into a Word document template. Template tags in the document are replaced with corresponding data values. Supports tables, lists, conditional sections, and images in templates." } ] } ], "bundled": true }