English
cURL
curl --request GET \ --url https://proxy.innk.cc/suno/act/timing/{clip_id} \ --header 'Authorization: Bearer <token>'
{ "aligned_words": [ { "word": "<string>", "success": true, "start_s": 123, "end_s": 123, "p_align": 123 } ], "waveform_data": [ 123 ], "hoot_cer": 123, "is_streamed": true }
身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Bearer <API_KEY>
<API_KEY>
歌曲ID
成功响应
Show child attributes
Was this page helpful?