{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Cloud Elements Libraries API", "version": "1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://ims-na1.adobelogin.com/ims/authorize/v2", "accessTokenUrl": "https://ims-na1.adobelogin.com/ims/token/v3", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Libraries", "type": "folder" }, "items": [ { "info": { "name": "Adobe Premiere List Creative Cloud Libraries", "type": "http" }, "http": { "method": "GET", "url": "https://cc-libraries.adobe.io/api/v1/libraries", "params": [ { "name": "orderBy", "value": "", "type": "query", "description": "Sorting option for the response list." }, { "name": "start", "value": "", "type": "query", "description": "The first result to include for a paged response, 0-based." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to return." } ] }, "docs": "Retrieve a paginated list of Creative Cloud Libraries accessible to the authenticated user." }, { "info": { "name": "Adobe Premiere Create a Creative Cloud Library", "type": "http" }, "http": { "method": "POST", "url": "https://cc-libraries.adobe.io/api/v1/libraries", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Creative Cloud Library for the authenticated user." }, { "info": { "name": "Adobe Premiere Get a Creative Cloud Library", "type": "http" }, "http": { "method": "GET", "url": "https://cc-libraries.adobe.io/api/v1/libraries/:libraryId", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier of the library." } ] }, "docs": "Retrieve details of a specific Creative Cloud Library by ID." }, { "info": { "name": "Adobe Premiere Update a Creative Cloud Library", "type": "http" }, "http": { "method": "PATCH", "url": "https://cc-libraries.adobe.io/api/v1/libraries/:libraryId", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier of the library." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update metadata of a Creative Cloud Library." }, { "info": { "name": "Adobe Premiere Delete a Creative Cloud Library", "type": "http" }, "http": { "method": "DELETE", "url": "https://cc-libraries.adobe.io/api/v1/libraries/:libraryId", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier of the library." } ] }, "docs": "Delete a Creative Cloud Library." } ] } ], "bundled": true }