get_timestamped_lyrics
Retrieve timestamped lyrics for a Suno-generated audio track by providing its audio ID or source task ID.
Instructions
Run a synchronous Suno operation on RunAPI (get timestamped lyrics). Returns the operation result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_task_id | No | RunAPI Task id that produced the audio. Required when the audio id alone does not identify the source. | |
| source_audio_id | Yes | Audio id within the source Task, or a RunAPI audio resource id returned by a previous request. |