Get Audio with Timestamped Lyrics
POST/api/v1/generate/get-timestamped-lyrics
Get audio with timestamped lyrics, which can be used for lyrics synchronization display during audio playback.
Parameter Details
- taskId is a required parameter
- audioId and musicIndex matching logic:
- Only pass audioId: Match by audioId
- Only pass musicIndex: Match by index
- Pass both in: Priority match by audioId, if not found then match by index
Important Notes
- Returned timestamp unit is seconds
- Returned waveform data can be used for audio visualization display
- When the original song was generated with
instrumental=true
(pure instrumental mode), there won't be any lyrics to return
Request
Responses
- 200
- 500
Request successful
Server error