Skip to main content

LyricsResponse

Represents the complete response from a lyrics API request.
error
boolean
required
Indicates whether an error occurred while fetching lyrics
syncType
string
required
The synchronization type for the lyrics (e.g., ‘LINE_SYNCED’ for line-by-line timing)
lines
LyricsLine[]
required
Array of lyrics lines with timing information

LyricsLine

Represents a single line of lyrics with timing information.
words
string
required
The text content of the lyrics line
startTimeMs
string
required
The start time of the line in milliseconds (as a string)
endTimeMs
string
required
The end time of the line in milliseconds (as a string)

Build docs developers (and LLMs) love