Skip to main content
POST
get lyrics and audio timeline
Get the synchronized lyrics and audio timeline for a clip. This returns timing data that maps each lyric line/word to its position in the audio, useful for karaoke-style displays, subtitle generation, or audio analysis.
This is an async task. The response contains a taskId — use Get Task Status to poll for the timeline 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.