Get Timestamped Lyrics
POST/api/v1/generate/get-timestamped-lyrics
Retrieve timestamped lyrics for synchronized display during audio playback.
Parameter Selection Logic
- audioId and musicIndex matching priority:
- If only audioId is provided: Match by audioId
- If only musicIndex is provided: Match by index position
- If both are provided: Try audioId first, fall back to musicIndex if not found
Developer Notes
- Timestamp values are in seconds
- Returned waveform data can be used for audio visualization
- For instrumental tracks (generated with instrumental=true), no lyrics data will be available
- Typical use case: Karaoke-style lyrics display in music player interfaces
Request
Responses
- 200
- 500
Request successful
Server error