跳转到主要内容
POST
/
suno
/
v2
/
downbeats
get downbeats
curl --request POST \
  --url https://api.mountsea.ai/suno/v2/downbeats \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clip_id": "<string>"
}
'
{}
获取音频片段的节拍位置。此接口返回音乐中每个节拍的时间数据,适用于节拍同步可视化、视频编辑或节奏分析。
这是一个异步任务。响应包含一个 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.