separate_vocal and split_stem separation typesPENDING: Task is waiting to be processedSUCCESS: Vocal separation completed successfullyCREATE_TASK_FAILED: Failed to create the separation taskGENERATE_AUDIO_FAILED: Failed during audio processingCALLBACK_EXCEPTION: Error occurred during callbackseparate_vocal type: Returns instrumentalUrl and vocalUrl fields, other instrument fields are nullsplit_stem type: Returns detailed instrument separation fields, instrumentalUrl is nullSUCCESStype parameter from the original requestcurl --location --request GET 'https://api.kie.ai/api/v1/vocal-removal/record-info?taskId=5e72****97c7' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"taskId": "3e63b4cc88d52611159371f6af5571e7",
"musicId": "376c687e-d439-42c1-b1e4-bcb43b095ec2",
"callbackUrl": "https://57312fc2e366.ngrok-free.app/api/v1/vocal-removal/test",
"musicIndex": 0,
"completeTime": 1753782937000,
"response": {
"id": null,
"originUrl": null,
"originData": [
{
"duration": 245.6,
"audio_url": "https://example001.mp3",
"stem_type_group_name": "Vocals",
"id": "3d7021c9-fa8b-4eda-91d1-3b9297ddb172"
},
{
"duration": 245.6,
"audio_url": "https://example002.mp3",
"stem_type_group_name": "Instrumental",
"id": "d92a13bf-c6f4-4ade-bb47-f69738435528"
}
],
"instrumentalUrl": "https://file.aiquickdraw.com/s/d92a13bf-c6f4-4ade-bb47-f69738435528_Instrumental.mp3",
"vocalUrl": "https://file.aiquickdraw.com/s/3d7021c9-fa8b-4eda-91d1-3b9297ddb172_Vocals.mp3",
"backingVocalsUrl": null,
"drumsUrl": null,
"bassUrl": null,
"guitarUrl": null,
"pianoUrl": null,
"keyboardUrl": null,
"percussionUrl": null,
"stringsUrl": null,
"synthUrl": null,
"fxUrl": null,
"brassUrl": null,
"woodwindsUrl": null
},
"successFlag": "SUCCESS",
"createTime": 1753782854000,
"errorCode": null,
"errorMessage": null
}
}