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)

Voice Changer API

Convert source vocals with a configured voice pack using the async reAPI audio endpoint.

Voice Changer API

Use audio-voice-change to convert vocals with a configured voice pack.

Endpoint

POST /api/v1/audio/generations

Poll completion with:

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-voice-change",
    "audio_url": "https://cdn.example.com/source-vocal.wav",
    "voice_pack_id": "voice_pack_id_here",
    "accent": 1,
    "encoder_format": "mp3"
  }'

Parameters

FieldTypeRequiredNotes
modelstringyesUse audio-voice-change.
audio_urlURLyesPublic HTTP(S) source vocal URL.
voice_pack_idstringyesTarget voice pack id.
accentnumberno0 to 1. Defaults to 1.
tonality_referenceenumnosource_file or voice_pack. Defaults to source_file.
dereverb_enabledbooleannoEnable dereverb cleanup.
encoder_formatenumnomp3, wav, flac, aac, or ogg.

Output

Completed tasks return output.audio_urls and, when available, labeled output.tracks.

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

Table of Contents

Voice Changer API
Endpoint
Example
Parameters
Output