suno_extract_vocals
Extract isolated vocals from AI-generated songs by removing instrumentals. Create acapella tracks, remixes, or voice personas with optional time range selection for specific 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 |