{ "opencollection": "1.0.0", "info": { "name": "Adobe PDF Services Compress PDF API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Compress PDF", "type": "folder" }, "items": [ { "info": { "name": "Adobe Compress a Pdf", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/compresspdf", "body": { "type": "json", "data": "{}" } }, "docs": "Reduce the file size of a PDF document. Supports multiple compression levels to balance file size reduction against quality." } ] } ], "bundled": true }