cURL
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The clip_id which used to generate the music audio continued from existing audio.
The response is of type object.
object