PENDING: Task is waiting to be processedTEXT_SUCCESS: Lyrics/text generation completed successfullyFIRST_SUCCESS: First track generation completedSUCCESS: All tracks generated successfullyCREATE_TASK_FAILED: Failed to create taskGENERATE_AUDIO_FAILED: Failed to generate audioCALLBACK_EXCEPTION: Error during callback processSENSITIVE_WORD_ERROR: Content filtered due to sensitive wordsinstrumental=true), no lyrics data will be includedcurl --location --request GET 'https://api.kie.ai/api/v1/generate/record-info?taskId=5c79****be8e' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"taskId": "5c79****be8e",
"parentMusicId": "",
"param": "{\"prompt\":\"A calm piano track\",\"style\":\"Classical\",\"title\":\"Peaceful Piano\",\"customMode\":true,\"instrumental\":true,\"model\":\"V3_5\"}",
"response": {
"taskId": "5c79****be8e",
"sunoData": [
{
"id": "e231****-****-****-****-****8cadc7dc",
"audioUrl": "https://example.cn/****.mp3",
"streamAudioUrl": "https://example.cn/****",
"imageUrl": "https://example.cn/****.jpeg",
"prompt": "[Verse] 夜晚城市 灯火辉煌",
"modelName": "chirp-v3-5",
"title": "钢铁侠",
"tags": "electrifying, rock",
"createTime": "2025-01-01 00:00:00",
"duration": 198.44
}
]
},
"status": "SUCCESS",
"type": "GENERATE",
"errorCode": null,
"errorMessage": null
}
}