Retrieve timestamped lyrics for synchronized display during audio playback.
audioId from your generation resultsaudioId and musicIndex are provided0 for the first track, 1 for the second trackaudioId is not provided or not foundsuccess flag before displaying each word🔑 API Authentication
All endpoints require authentication using Bearer Token.
Add to request headers:
Authorization: Bearer YOUR_API_KEY⚠️ Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
The task ID of the music generation task. Required to identify which generation task contains the lyrics.
"5c79****be8e"
The specific audio ID to retrieve lyrics for. Takes priority over musicIndex if both are provided. Optional, but either audioId or musicIndex should be provided to identify the exact track.
"5c79****be8e"
The index of the track (0 or 1) within the task. Used only if audioId is not provided or not found. Optional, but either audioId or musicIndex should be provided to identify the exact track.
0, 1 0
Request successful
Status code. 200 - Request successful, 400 - Invalid parameters, 401 - Unauthorized access, 404 - Invalid request method or path, 405 - Rate limit exceeded, 413 - Theme or prompt too long, 429 - Insufficient credits, 430 - Your call frequency is too high. Please try again later, 455 - System maintenance, 500 - Server error
200, 400, 401, 404, 405, 413, 429, 430, 455, 500 200
Error message when code != 200
"success"