remaster_audio
Remaster an existing Suno audio track by creating a RunAPI task from its source task ID and audio ID. Returns a task ID, status, and output URLs.
Instructions
Create a Suno task on RunAPI (remaster 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. | |
| model | No | RunAPI model slug for this model line. | |
| audio_id | Yes | Audio ID within the source task. | |
| timeout_ms | No | ||
| callback_url | No | Webhook URL for async notifications. | |
| source_task_id | Yes | Completed source task ID. | |
| poll_interval_ms | No |