{ "opencollection": "1.0.0", "info": { "name": "PDF Services API" }, "items": [ { "info": { "name": "Generate Token", "type": "folder" }, "items": [ { "info": { "name": "Generate access token to perform PDF Services operations", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Creates an access token using client id and client Secret." } ] }, { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "Get upload pre-signed URI. ", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/assets", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get the pre-signed URI to directly upload the content to the adobe's internal cloud provider. \n\nOutput: Response will have the asset URI of created asset and pre-signed URI for uploading the content.