Adobe Creative Cloud · Capability
Adobe Creative Cloud Creative Cloud Libraries API
REST API for accessing and managing Creative Cloud Libraries. Libraries provide a shared repository for colors, character styles, paragraph styles, graphics, and other creative assets that synchronize across Photoshop, Illustrator, InDesign, and other Creative Cloud applications. Supports CRUD operations on libraries and library elements, and includes an Asset Browser SDK for web integration.
What You Can Do
GET
Getlibraries
— Adobe Creative Cloud List Libraries
/libraries
POST
Createlibrary
— Adobe Creative Cloud Create Library
/libraries
GET
Getlibrary
— Adobe Creative Cloud Get Library
/libraries/{libraryId}
DELETE
Deletelibrary
— Adobe Creative Cloud Delete Library
/libraries/{libraryId}
GET
Getelements
— Adobe Creative Cloud List Library Elements
/libraries/{libraryId}/elements
POST
Createelement
— Adobe Creative Cloud Create Element
/libraries/{libraryId}/elements
GET
Getelement
— Adobe Creative Cloud Get Element
/libraries/{libraryId}/elements/{elementId}
DELETE
Deleteelement
— Adobe Creative Cloud Delete Element
/libraries/{libraryId}/elements/{elementId}
MCP Tools
getlibraries
Adobe Creative Cloud List Libraries
read-only
idempotent
createlibrary
Adobe Creative Cloud Create Library
getlibrary
Adobe Creative Cloud Get Library
read-only
idempotent
deletelibrary
Adobe Creative Cloud Delete Library
idempotent
getelements
Adobe Creative Cloud List Library Elements
read-only
idempotent
createelement
Adobe Creative Cloud Create Element
getelement
Adobe Creative Cloud Get Element
read-only
idempotent
deleteelement
Adobe Creative Cloud Delete Element
idempotent