convert_audio
Convert audio by creating a Suno task on RunAPI. Returns task ID, status, and output URLs for the converted result.
Instructions
Create a Suno task on RunAPI (convert audio). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| timeout_ms | No | ||
| 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 |