MP3 / WAV / AAC / OGG
vocals
Default auto
deep_extraction or clear_cut
Optional: lead_back
Optional
mp3, wav, flac, aac, or ogg
What you can build
Real workflows powered by this model.

Vocal remover API for karaoke tracks
Use the vocal remover API to turn a mixed song into a backing track for karaoke apps, rehearsal tools, and creator workflows. Your product sends one audio URL and gets downloadable tracks back after the task completes. The vocal remover API keeps the user flow short: upload, wait for completion, play the instrumental.
Remove vocals
Vocal remover API for remix editors
Route isolated vocals into remix, mastering, sampling, or moderation pipelines. The vocal remover API returns labeled tracks, so your editor can place the vocal and instrumental outputs in the right lanes. That label mapping matters when users export ZIP files, timelines, or preview players. Use the same labels to keep project files, download names, and moderation records consistent. The vocal remover API also helps teams keep one source task connected to every exported track.

Production vocal remover API jobs
Client uploads fail, networks drop, and users refresh tabs. Keep your own task record before calling the vocal remover API, then poll the returned task id until output is ready. That keeps paid workflows and batch queues tied to one reAPI task. For batch jobs, store the source URL, selected format, and task id before showing the user a progress state.
Pricing
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
| Mode | Category | Unit | Price |
|---|---|---|---|
| Vocal removal | |||
| Source audio | 1 started minute | $0.2 200 credits | |
Why reAPI
Why this vocal remover API is pinned to vocals
This vocal remover API page submits the stem-separator model with stem fixed to vocals. Users do not have to pick from every possible instrument when the job is simply remove vocals. The playground and docs both reflect that same constraint.
Lead and backing vocals when needed
Set multivocal to lead_back when your product needs lead and backing vocals as separate outputs. If backing vocals are not detected, the task still returns the available tracks. This is useful for rehearsal products, cover tools, and editors that need to mute only the lead vocal while keeping harmonies in context.
Vocal remover API output your app can map
Completed tasks return audio URLs and track metadata when labels are available. That makes the vocal remover API easy to wire into queues, editors, and download pages. Your backend can store the task id first and attach URLs after polling finishes.
Integrate the vocal remover API in three steps
- step 01
Create an API key
Generate a reAPI key from workspace settings. The same key works across image, video, and audio endpoints, including the vocal remover API.
Open - step 02
Submit a vocal removal task
POST to /api/v1/audio/generations with model audio-stem-separator, stem vocals, and a public audio_url. Add output format or lead_back only when your workflow needs it.
Open - step 03
Poll and download
GET /api/v1/tasks/:id until the task is completed. Download output.audio_urls or read output.tracks to map vocals, no_vocals, and optional lead/back labels.
Open
Frequently asked questions
Common questions about this model.
curl https://reapi.ai/api/v1/audio/generations \
-H "Authorization: Bearer $REAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"audio-stem-separator","audio_url":"https://cdn.example.com/song.wav","stem":"vocals","encoder_format":"mp3"}'Ready to ship?
Try it in the playground or grab an API key to integrate now.