VoiceChangerAPI

Voice AI you can ship today

Production REST API for voice-cloning TTS, batch transcription, custom voice libraries, and dubbing jobs—the same routes and credit model as the Voicechanger.co dashboard. Integrations authenticate with X-API-Key from Dashboard → API keys.

VoiceChanger.co API
POST /v1/voice-cloning/tts  HTTP/1.1
X-API-Key: … · multipart/form-data · asíncrono → GET /v1/jobs/{job_id}

VoiceChangerAPI

API Builder

Pick a flow, tune the fields — live cURL uses X-API-Key (Dashboard → API keys). The signed-in website calls the API on your behalf; external apps and servers should always use API keys.

Goal

Live cURL
export API='https://api.voicechanger.co'
export API_KEY=YOUR_API_KEY

# Choose a flow to generate commands.

Base URL: https://api.voicechanger.co. Keys from Dashboard → API keys. Local dev: set NEXT_PUBLIC_VOICE_CHANGER_API_URL.

Next steps

Explore the full surface area, mint keys, or open the same UI flows your users see.