跳转到主要内容
POST
/
suno
/
v2
/
timing
get lyrics and audio timeline
curl --request POST \
  --url https://api.mountsea.ai/suno/v2/timing \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clip_id": "<string>"
}
'
{}
获取片段的同步歌词与音频时间线。此接口返回将每行/每个词的歌词映射到其在音频中位置的时间数据,适用于卡拉OK式显示、字幕生成或音频分析。
这是一个异步任务。响应包含一个 taskId — 使用获取任务状态轮询以获取时间线数据。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
clip_id
string
必填

The clip_id which used to generate the music audio continued from existing audio.

响应

201 - application/json

The response is of type object.