taskId identifies the unique identifier of the original music generation taskcallBackUrl receives callback address for completion notificationscurl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "suno/cover-generate",
"callBackUrl": "https://api.example.com/callback",
"input": {
"taskId": "73d6128b3523a0079df10da9471017c8"
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "21aee3c3c2a01fa5e030b3799fa4dd56"
}
}