Audio file uploads and processing tasks
Rate limit: Create and update operations are limited to 10,000 calls per day. Contact support at help@labelcamp.io for an exceptional additional quota.
List import tasks
Retrieve a list of import tasks with optional filtering by product or distributor.
query Parameters
filter[product-id]Filter by product ID
filter[distributor-id]Filter by distributor ID
page[number]Page number for pagination
page[size]Number of items per page (max 200)
List import tasks › Responses
List of import tasks
Array of resource objects (override with specific resource schema)
Related resources included in the response
Create an import task
Create a new import task to retrieve and process audio/video files or artwork.
Rate limit: This operation is limited to 10,000 calls per day. Contact support at help@labelcamp.io for an exceptional additional quota.
What happens when you create an ImportTask:
Creating an upload ImportTask launches a job that will:
- Retrieve the file stored on the url provided
- Check the md5 checksum if present
- Create a record associated to the track if provided
- Update the associated video if it exists
- Change the status of the import-task to completed
Create an import task › Responses
Import task created successfully
Related resources included in the response