Clip must be complete。Authorization: Bearer ********************curl --location 'https://drwa.openai-next.com/_open/suno/music/timing?clipId=235ae0b1-a8db-47fd-83eb-f3f77201bbac' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"aligned_words": [
{
"word": "你就像是盛夏",
"start_s": 0,
"end_s": 5.6
},
{
"word": "我是星空點點",
"start_s": 7.6,
"end_s": 12.6
}
]
}
}