visualize_music
Turn an audio track into a music video by creating a Suno visualization task. Submit a source audio ID to generate visuals and receive a task ID, status, and output video URLs.
Instructions
Create a Suno task on RunAPI (visualize music). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| author | No | Author name shown in the video. | |
| timeout_ms | No | ||
| domain_name | No | Domain name watermark. | |
| callback_url | No | Webhook URL for async notifications. | |
| 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. | |
| poll_interval_ms | No |