Authorization: ********************{
"ids": [
"string"
]
}curl --location --request POST 'https://api.ccapi.ai//producer/fetch' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'{
"code": 0,
"message": "string",
"data": [
{
"code": 0,
"message": "string",
"data": {
"taskId": "string",
"status": "PENDING",
"action": "string",
"audioUrl": "string",
"videoUrl": "string",
"stems": {
"vocalsUrl": "string",
"instrumentalsUrl": "string"
},
"errorMessage": "string"
}
}
]
}