Submit Get Timestamped Lyrics Task
Music Series
Get Timestamped Lyrics
Retrieve synchronized lyrics with precise timestamps
POST
Submit Get Timestamped Lyrics Task
Documentation Index
Fetch the complete documentation index at: https://docs.vidgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage Guide
- This endpoint retrieves synchronized lyrics with precise timestamps for generated audio tracks
- Use this to create karaoke-style displays, subtitles, or lyric visualizations
- Requires a completed music generation task with vocals
Parameter Details
-
Required parameters:
-
task_id: The unique identifier from a previous music generation task -
audio_id: The specific audio track identifier from the task result
-
- Both identifiers are obtained from the response of music generation endpoints or their callbacks
Developer Notes
- This endpoint only works with audio tracks that contain vocals
- The
hoot_cer(Character Error Rate) value indicates alignment precision - lower values mean better accuracy - Use
waveform_datafor creating audio visualizations alongside the lyrics
Response Fields
-
aligned_words(array): List of lyric words with timing informationword(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 score
-
waveform_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
Authorizations
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_KEYBody
application/json
API model identifier.
Must be get-timestamped-lyrics for this endpoint.
Available options:
get-timestamped-lyrics Example:
"get-timestamped-lyrics"
Input parameters for retrieving timestamped lyrics
Webhook callback URL for result notifications
Example:
"https://your-domain.com/callback"