获取歌词生成任务的详细信息。
curl --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
}
}