{ "opencollection": "1.0.0", "info": { "name": "Adobe PDF Services Combine PDF API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Combine PDF", "type": "folder" }, "items": [ { "info": { "name": "Adobe Combine Pdf Files", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/combinepdf", "body": { "type": "json", "data": "{}" } }, "docs": "Combine multiple PDF documents into a single PDF. You can specify page ranges from each source document to include. Supports combining up to 20 files or 100 pages total." } ] } ], "bundled": true }