LogoreAPI Docs
LogoreAPI Docs
HomepageWelcome

Image

gpt-image-2gpt-image-2-officialgemini-2.5-flash-image-previewgemini-3-pro-image-previewgemini-3.1-flash-image-previewdoubao-seedream-5-0-liteimagen-4-0

Audio

Vocal Remover APIMusic Extractor APIVoice Cleaner APIMultistem Splitter APIVoice Changer API

Video

doubao-seedance-2.0seedance-2.0-betaseedance-2.0-fast-betahappyhorse-1.0happyhorse-1.0-officialviduq3grok-imagine-1.0-videoVeo 3.1gemini-omni

Tools

enhance-video-1.0
X (Twitter)

Vocal Remover API

Remove or isolate vocals from a public audio URL with the async reAPI audio endpoint.

Vocal Remover API

Use audio-stem-separator with stem: "vocals" to isolate vocals and receive downloadable audio tracks through the universal task flow.

Endpoint

POST /api/v1/audio/generations

Poll the returned task:

GET /api/v1/tasks/{id}

Example

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"
  }'

Parameters

FieldTypeRequiredNotes
modelstringyesUse audio-stem-separator.
audio_urlURLyesPublic HTTP(S) source audio URL.
stemenumyesUse vocals for this API page.
splitterenumnoauto, andromeda, perseus, orion, phoenix, lyra, or lynx. auto is omitted upstream so the default engine is used.
extraction_levelenumnodeep_extraction or clear_cut. Defaults to deep_extraction.
multivocalstringnolead_back. Only valid with stem: "vocals".
dereverb_enabledbooleannoEnable dereverb cleanup.
encoder_formatenumnomp3, wav, flac, aac, or ogg.

Output

Completed tasks return output.audio_urls. When labels are available, output.tracks includes type, label, and url for each track.

Audio jobs are billed at 200 credits ($0.20) per rounded-up source minute.

Table of Contents

Vocal Remover API
Endpoint
Example
Parameters
Output