Libraries

v4

The Libraries API enables the management of libraries for organizing and categorizing assets. Users can create, update, retrieve, and delete libraries, as well as add or remove assets within a library.

Key Features

  • Create and manage libraries for asset organization.
  • Retrieve details of existing libraries.
  • Modify libraries by updating metadata and configurations.
  • Add or remove assets from libraries.

Available Endpoints

EndpointMethodDescription
/librariesGETRetrieve a list of available libraries.
/librariesPOSTCreate a new library.
/libraries/{library_id}GETRetrieve details of a specific library.
/libraries/{library_id}PATCHUpdate a library's information.
/libraries/{library_id}DELETEDelete a library.
/libraries/{library_id}/assetsPATCHAdd assets to a library.
/libraries/{library_id}/assetsDELETERemove assets from a library.

Each endpoint is documented separately with request and response details.

Base URL

Use the following base URL:

https://services.uplynk.com/api/v4