LogoreAPI
  • Models
  • Prompt
  • Viral Videos
  • Blog
  • API Docs
  • API Updates
§01Playground02Use cases03Pricing04FAQ05API
Home/Models/Music Extractor APInew

Music Extractor API

Extract background music from mixed audio. The music extractor API returns the music stem and a no_music remainder through one async task.

Price
est$0.2– $0.2per started minute
Try music extractionView music extractor docs
01playground
InputsPOST /api/v1/audio/generations

MP3 / WAV / AAC / OGG

Default auto

Optional

mp3, wav, flac, aac, or ogg

Outputidle
no output
Run Generate to see results.
02use cases

What you can build

Real workflows powered by this model.

music waveform isolated from mixed audio
01/case

Music extractor API for creator clips

Use the music extractor API when a clip combines speech, music, and room sound. Your app can keep the music stem for editing, cataloging, moderation, or reuse. The music extractor API works well for products that need the bed, not just a vocal split. It gives creator tools a clean way to save the soundtrack without asking users to export from an editor. The music extractor API is also useful when support teams need a repeatable backend job instead of manual audio cleanup.

Extract music
timeline with an extracted music bed ready for editing
02/case

Music extractor API for clean edit assets

Editors often need the bed without rebuilding the whole timeline. The music extractor API gives your workflow a downloadable music track and a no_music remainder from the same source. That pair lets a review tool compare the original mix against the extracted music bed. Teams can preview both outputs before approving a clip, archiving a sound bed, or sending the result to another workflow.

queue of async music extraction jobs
03/case

Batch-friendly music extractor API queues

Submit the music extractor API task, store the task id, and poll later. That flow works for creator tools, media archives, and review systems that process many clips at once. Each completed task returns URLs your app can store, preview, or hand to another service. The music extractor API lets backend queues process long clip libraries without keeping a browser tab open.

03pricing

Pricing

Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.

ModeCategoryUnitPrice
Music extraction
└Source audio1 started minute
$0.2
200 credits
05why

Why reAPI

01

Why this music extractor API uses one surface

The music extractor API submits the music model directly instead of asking users to choose a generic stem. That keeps the page, playground, and docs aligned with one job. Less choice here is intentional because the user already came to extract music.

02

Music plus remainder

Completed tasks can return a music stem and a no_music track. Your app can save both, preview both, or send either output into the next step. Keep both files when users may later need the original speech without the bed or the bed without the speech. The music extractor API makes that pair available from one task.

03

Music extractor API output you can reuse

Send an audio_url and keep binary uploads out of your backend request body. The music extractor API handles processing asynchronously and returns downloadable output URLs. Your product can save those URLs with the task record or move them into its own storage after completion.

06quickstart

Integrate the music extractor API in three steps

  1. 01
    step 01

    Create an API key

    Generate a reAPI key from workspace settings. Use it to call /api/v1/audio/generations from your backend.

    Open
  2. 02
    step 02

    Submit a music extraction task

    POST model audio-music-extractor with a public audio_url. Add encoder_format when your product needs a specific output container.

    Open
  3. 03
    step 03

    Poll and store the tracks

    GET /api/v1/tasks/:id until completed. Save output.audio_urls or use output.tracks to map the music and no_music files.

    Open
07faq

Frequently asked questions

Common questions about this model.

The music extractor API is an async audio endpoint for extracting the music stem from mixed audio. It is designed for sources where music is mixed with voice or other content. A completed music extractor API task can include both music and no_music outputs for downstream editing.

09api reference
docs/api/music-extractor

API reference

Drop-in code and the full parameter table.

View full reference
curl https://reapi.ai/api/v1/audio/generations \
  -H "Authorization: Bearer $REAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"audio-music-extractor","audio_url":"https://cdn.example.com/mix.wav","encoder_format":"mp3"}'
start building

Ready to ship?

Try it in the playground or grab an API key to integrate now.

Try music extractionGet API key
LogoreAPI

reAPI is the AI API aggregator with sub-second failover, zero request logging, and one OpenAI-compatible endpoint for every top model.

GitHubX (Twitter)YouTube
Built withLogo of reAPIreAPI
Featured on There's An AI For ThatFeatured on Findly.toolsFazier badgeDang.ai
ai tools code.market
Featured on Twelve Tools
Image
  • GPT Image 2
  • Gemini 3 Pro Image
  • Gemini 3.1 Flash Image
  • Gemini 2.5 Flash Image
  • Seedream 5.0 Lite
Video
  • Seedance 2.0
  • Happy Horse 1.0
  • Vidu Q3
  • Grok Imagine 1.0
  • VEO 3.1
Tools
  • Enhance Video 1.0
Resources
  • Blog
  • About
  • Contact
  • API Updates
  • Cookie Policy
  • Privacy Policy
  • Terms of Service
·······
© 2026 reAPI. All Rights Reserved.