suno_extract_vocals
Isolate vocals from a Suno song for remixing or acapella creation. Optionally set a time range to extract specific vocal segments.
Instructions
Extract the vocal track from a generated song (stem separation).
Isolates the vocals from a song, removing instrumental background.
Useful for remixing, creating acapella versions, or persona creation.
Use this when:
- You want an isolated vocal track
- You need vocals for a remix or mashup
- You want to create a persona from specific vocal segments
Returns:
Task ID and extracted vocal audio information.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | The song ID to extract vocals from. | |
| vocal_start | No | Start time in seconds for the vocal extraction range. | |
| vocal_end | No | End time in seconds for the vocal extraction range. | |
| callback_url | No | Webhook callback URL for asynchronous notifications. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |