The API allows full remote control of Labelcamp's distribution features from a third-party CMS, from product creation to distribution management on DSPs.
This is a simple example of what can be achieved using the API. For additional scenarios, please consult the tutorials, and refer to the API References for a comprehensive overview of all available features.
-
Get your products
Code -
Distribute it on DSP
Code
About the API
Labelcamp API is based on REST principles. It returns responses and allows the creation and update of ressources in JSON format.
The API enables full remote control of Labelcamp’s distribution features from a third-party CMS, covering everything from product creation to distribution management on DSPs. On some resources, webhooksare available for notification of status changes.
All distributor product metadata managed in Labelcamp can be retrieved in JSON responses to be stored in other applications.
The scope of the Labelcamp API implementation can vary from a full integration to limited management of products metadata and assets. See our tutorials for more information. Note that Labelcamp's user interface also uses the API to function and therefore reflects the functionality offered by the API.
We encourage developers to review our Best Practices section to get used to JSON API basics before making their first request, and we also recommend to implement management of unexpected errors.