Skip to main content
POST
get downbeats
Get the downbeat positions for an audio clip. This returns timing data for each beat in the music, useful for beat-synced visualizations, video editing, or rhythm analysis.
This is an async task. The response contains a taskId — use Get Task Status to poll for the downbeat data.

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.