Submit Stem Split Task
Vocal Remover
Stem Split
Split music tracks into multiple instrument stems
POST
Submit Stem Split Task
Documentation Index
Fetch the complete documentation index at: https://docs.vidgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage Guide
Vocal Separation Options:
- separate-vocals: Does not support uploading audio, 2-stem split, based on Suno
- stem-split: Does not support uploading audio, 12-stem split, based on Suno
- upload-and-separate-vocals: Supports uploading audio, 7-stem split
- This endpoint splits music tracks into multiple instrument stems
- Creates separate tracks for backing vocals, bass, brass, drums, fx, guitar, keyboard, percussion, strings, synth, vocals, woodwinds, and piano
- Useful for detailed remixing or isolating specific instruments
Parameter Details
task_id(required): Task ID from a completed music generation (Generate Music or Extend Music)audio_id(required): Specific audio track identifier from the callback data
Developer Notes
- Stem split can only be performed once per audio track
- The callback includes download URLs for each separated stem
Authorizations
All API endpoints require Bearer Token authentication
Get your API Key:
Visit the API Key Management Page to get your API Key
Add it to the request header:
Authorization: Bearer VIDGO_API_KEYBody
application/json
API model identifier.
Must be stem-split for this endpoint.
Available options:
stem-split Example:
"stem-split"
Webhook callback URL for result notifications.
The endpoint will receive POST requests with stem split completion status and download URLs for each track.
Example:
"https://your-domain.com/callback"
Input parameters for stem splitting