{ "opencollection": "1.0.0", "info": { "name": "Adobe PDF Services Insert Pages API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Insert Pages", "type": "folder" }, "items": [ { "info": { "name": "Adobe Insert Pages Into a Pdf", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/insertpages", "body": { "type": "json", "data": "{}" } }, "docs": "Insert pages from one or more source PDFs into a base PDF at specified positions." } ] } ], "bundled": true }