PENDING: Task is waiting to be processedSUCCESS: Lyrics generated successfullyCREATE_TASK_FAILED: Failed to create the taskGENERATE_LYRICS_FAILED: Failed during lyrics generationCALLBACK_EXCEPTION: Error occurred during callbackSENSITIVE_WORD_ERROR: Content filtered due to sensitive wordscurl --location --request GET 'https://api.kie.ai/api/v1/lyrics/record-info?taskId=11dc****8b0f' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"taskId": "11dc****8b0f",
"param": "{\"prompt\":\"A song about peaceful night in the city\"}",
"response": {
"taskId": "11dc****8b0f",
"data": [
{
"text": "[Verse]\n我穿越城市黑暗夜\n心中燃烧梦想的烈火",
"title": "钢铁侠",
"status": "complete",
"errorMessage": ""
}
]
},
"status": "SUCCESS",
"type": "LYRICS",
"errorCode": null,
"errorMessage": null
}
}