separate_audio_stems
Separate a Suno audio track into isolated stems such as vocals, drums, and bass. Provides task ID, status, and output URLs for each stem.
Instructions
Create a Suno task on RunAPI (separate audio stems). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Stem separation mode. | |
| wait | No | Poll until the task reaches a terminal status. | |
| task_id | Yes | Source task ID. | |
| audio_id | Yes | Audio ID within the source task. | |
| stem_name | No | Target stem for advanced separation. Required when type is split_stem_advanced. | |
| timeout_ms | No | ||
| callback_url | No | Webhook URL for async notifications. | |
| poll_interval_ms | No |