taskId and audioId are required to identify the specific tracktaskId comes from either "Generate Music" or "Extend Music" endpointsaudioId identifies the specific track version when multiple were generatedinstrumental=true), no lyrics data will be returnedcurl --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
}
}