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
Endpoint | Method | Description |
---|---|---|
/libraries | GET | Retrieve a list of available libraries. |
/libraries | POST | Create a new library. |
/libraries/{library_id} | GET | Retrieve details of a specific library. |
/libraries/{library_id} | PATCH | Update a library's information. |
/libraries/{library_id} | DELETE | Delete a library. |
/libraries/{library_id}/assets | PATCH | Add assets to a library. |
/libraries/{library_id}/assets | DELETE | Remove 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