taskId 和 audioId 以识别特定曲目taskId 来自"生成音乐"或"延长音乐"接口audioId 用于在生成多个版本时识别特定曲目instrumental=true 创建),不会返回歌词数据curl --location --request POST 'https://api.kie.ai/api/v1/generate/get-timestamped-lyrics' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "5c79****be8e",
"audioId": "e231****-****-****-****-****8cadc7dc"
}'{
"code": 200,
"msg": "success",
"data": {
"alignedWords": [
{
"word": "[Verse]\nWaggin'",
"success": true,
"startS": 1.36,
"endS": 1.79,
"palign": 0
}
],
"waveformData": [
0,
1,
0.5,
0.75
],
"hootCer": 0.3803191489361702,
"isStreamed": false
}
}