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