African voices, natively
12 languages and accents — Pidgin, Yoruba, Igbo, Hausa, Swahili, Zulu, Twi and more — trained for real African phonology and tone.
Full voice toolkit
Text-to-speech, streaming TTS, transcription (Vocabanga ASR), zero-shot voice cloning and multi-speaker video dubbing — one API.
Agent-ready
A clean REST surface and first-party Python & TypeScript SDKs — drop VocaBusta into any backend, app or AI agent.
Your first voice in one call
# Synthesize Nigerian Pidgin speech with one call
curl https://api.satryx.ai/voice/tts \
-H "Authorization: Bearer $SATRYX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "How far? Welcome to VocaBusta.",
"voice_id": "vocabusta_pcm_female"
}' \
--output hello.wav