AudioreAPI
Music Extractor API
Extract the music bed from speech, clips, and mixed audio through an async API.
MP3 / WAV / AAC / OGG
vocals
Default auto
deep_extraction or clear_cut
Optional: lead_back
Optional
mp3, wav, flac, aac, or ogg
Real-world workflows and production use cases you can build and ship with this model.

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
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.

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.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
| Category | Unit | Price |
|---|---|---|
| Vocal removal | ||
| Source audio | 1 started minute | $0.2 200 credits |
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.
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.
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.
Generate a reAPI key from workspace settings. The same key works across image, video, and audio endpoints, including the vocal remover API.
OpenPOST 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.
OpenGET /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.
OpenCommon questions about this model.
Explore more models in the same category.
AudioreAPI
Extract the music bed from speech, clips, and mixed audio through an async API.
AudioreAPI
Extract up to six selected stems from a song URL in one async audio job.
AudioreAPI
Convert a vocal recording with a voice pack and return the converted_mix output.
AudioreAPI
Reduce noise from speech recordings and return clean voice tracks through one async task.
Try it in the playground or grab an API key to integrate now.