Skip to main content
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>"
}
'
{}

get downbeats

Authorizations

Authorization
string
header
required

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

Body

application/json
clip_id
string
required

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

Response

201 - application/json

The response is of type object.