🎙 Test
🧬 Clone
✨ Create
📚 Library
🔌 API
Your voices
Saved presets, clones and designed voices. Type text and click Speak to synthesize with any of them.
REST API
Generate speech programmatically. All endpoints return audio/wav.
POST /api/tts — main generation endpoint
POST /api/tts with a saved voice from your library:
Other endpoints:
GET /api/meta speakers, languages, device
GET /api/voices list saved voices
POST /api/voices/clone multipart: name, ref_text, language, file
POST /api/voices/design json: name, instruct, language, sample_text
POST /api/voices/preset json: name, speaker, language, instruct
POST /api/voices/{id}/speak json: text, language -> audio/wav
GET /api/voices/{id}/ref reference audio for a clone/design
DELETE /api/voices/{id} remove a voice