Labelcamp API v2
Asynchronous data export jobs for trends and analytics data.
Workflow:
- Create an extract job via POST /extracts with the desired parameters
- Poll GET /extracts/{id} to check the job status
- When
result-urlis populated, download the generated file
Supported extract types:
daily-trends- Daily streaming and sales trends data
Output formats:
- CSV
Create an extract
POST
https://api.idol.io/api/v2
/extracts
Create a new extract job to generate a data export file.
The extract is processed asynchronously. Poll GET /extracts/{id} to check the status and retrieve the download URL when ready.
Example: Daily trends extract for a company
Create an extract › Responses
Extract job created and processing
​object