{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Cloud Creative Cloud Libraries Assets Elements API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Elements", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Cloud List Library Elements", "type": "http" }, "http": { "method": "GET", "url": "https://cc-libraries.adobe.io/api/v1/libraries/:libraryId/elements", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier of the library." }, { "name": "limit", "value": "42", "type": "query" }, { "name": "start", "value": "example_value", "type": "query" }, { "name": "type", "value": "application/vnd.adobe.element.color+dcx", "type": "query", "description": "Filter by element type." } ] }, "docs": "Returns all elements in a library. Elements include colors, character styles, graphics, patterns, and other asset types." }, { "info": { "name": "Adobe Creative Cloud Create Element", "type": "http" }, "http": { "method": "POST", "url": "https://cc-libraries.adobe.io/api/v1/libraries/:libraryId/elements", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier of the library." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new element in the library. The element type determines the required representation data." }, { "info": { "name": "Adobe Creative Cloud Get Element", "type": "http" }, "http": { "method": "GET", "url": "https://cc-libraries.adobe.io/api/v1/libraries/:libraryId/elements/:elementId", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier of the library." }, { "name": "elementId", "value": "", "type": "path", "description": "Unique identifier of the element." } ] }, "docs": "Returns details of a specific library element." }, { "info": { "name": "Adobe Creative Cloud Delete Element", "type": "http" }, "http": { "method": "DELETE", "url": "https://cc-libraries.adobe.io/api/v1/libraries/:libraryId/elements/:elementId", "params": [ { "name": "libraryId", "value": "", "type": "path", "description": "Unique identifier of the library." }, { "name": "elementId", "value": "", "type": "path", "description": "Unique identifier of the element." } ] }, "docs": "Deletes an element from the library." } ] } ], "bundled": true }