PENDING: Task is waiting to be processedSUCCESS: WAV conversion completed successfullyCREATE_TASK_FAILED: Failed to create the conversion taskGENERATE_WAV_FAILED: Failed during WAV file generationCALLBACK_EXCEPTION: Error occurred during callbackSUCCESScurl --location --request GET 'https://api.kie.ai/api/v1/wav/record-info?taskId=988e****c8d3' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"taskId": "988e****c8d3",
"musicId": "e231****-****-****-****-****8cadc7dc",
"callbackUrl": "https://api.example.com/callback",
"musicIndex": 0,
"completeTime": "2025-01-01 00:10:00",
"response": {
"audioWavUrl": "https://example.com/s/04e6****e727.wav"
},
"successFlag": "SUCCESS",
"createTime": "2025-01-01 00:00:00",
"errorCode": null,
"errorMessage": null
}
}