- Subtitle and caption generation — display lyrics in sync with playback
- Karaoke displays — highlight each word as it is sung
- Music video sync — trigger visual effects at precise lyric moments
- Accessibility — provide searchable, timed transcripts
The server reads your Suno session from the
SUNO_COOKIE environment variable. Pass a Cookie header containing a valid __client value to use a different Suno account on a per-request basis.Query parameters
The ID of the song whose lyric alignment you want to retrieve. The song must already exist in your Suno account and have been fully generated.
Response
An array of word timestamp objects, one entry per word in the lyrics, in order of appearance.The lyric word as it appears in the song.
The time in seconds at which this word begins in the audio.
The time in seconds at which this word ends in the audio.
Whether alignment succeeded for this word. Words with
false may have unreliable timestamps.Alignment confidence score from
0 to 1. Higher values indicate greater certainty that the timestamp is accurate.Error responses
| Status | Meaning |
|---|---|
400 | song_id is missing |
500 | Internal server error |
