{ "opencollection": "1.0.0", "info": { "name": "Adobe PDF Services Document Generation API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Document Generation", "type": "folder" }, "items": [ { "info": { "name": "Adobe Generate a Document From a Template", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/documentgeneration", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a PDF or Word document by merging a Word template (DOCX) with JSON data. Supports dynamic text insertion, conditional sections, tables, lists, images, and computed expressions." } ] } ], "bundled": true }