Documentation Index
Fetch the complete documentation index at: https://mintlify.com/scoboslor/player2/llms.txt
Use this file to discover all available pages before exploring further.
LyricsResponse
Represents the complete response from a lyrics API request.Indicates whether an error occurred while fetching lyrics
The synchronization type for the lyrics (e.g., ‘LINE_SYNCED’ for line-by-line timing)
Array of lyrics lines with timing information
LyricsLine
Represents a single line of lyrics with timing information.The text content of the lyrics line
The start time of the line in milliseconds (as a string)
The end time of the line in milliseconds (as a string)