Retrieve synchronized lyrics with precise timestamps
task_id: The unique identifier from a previous music generation task
audio_id: The specific audio track identifier from the task result
hoot_cer (Character Error Rate) value indicates alignment precision - lower values mean better accuracywaveform_data for creating audio visualizations alongside the lyricsaligned_words (array): List of lyric words with timing information
word (string): The lyric text, may include section markers like [Verse], [Chorus]start_s (number): Word start time in secondsend_s (number): Word end time in secondssuccess (boolean): Whether the word was successfully alignedpalign (number): Alignment confidence scorewaveform_data (array): Numerical data for audio waveform visualization
hoot_cer (number): Alignment precision score (Character Error Rate)
is_streamed (boolean): Indicates if the audio is a streamed track
All API endpoints require Bearer Token authentication
Get your API Key:
Visit the API Key Management Page to get your API Key
Add it to the request header:
Authorization: Bearer VIDGO_API_KEYAPI model identifier.
Must be get-timestamped-lyrics for this endpoint.
get-timestamped-lyrics "get-timestamped-lyrics"
Input parameters for retrieving timestamped lyrics
Webhook callback URL for result notifications
"https://your-domain.com/callback"