Text-to-speech, speech-to-text, AI chat, translation and voice cloning across all 11 official South African languages — behind a single API key. No Azure, Claude, or ElevenLabs accounts required.
R20 free credit on signup · No card required · Pay-as-you-go
Everything you need to build South African voice technology — no infrastructure, no multiple accounts, no glue code.
Assistants that speak and understand isiZulu, isiXhosa, Afrikaans, Sesotho and 7 more — natively.
Agents powered by Claude that think and reply in the user's own language — support bots, tutors, WhatsApp bots.
Physical robots that detect a person, listen, auto-detect their language, think, and reply out loud.
Real-time translation between any two of the 11 official languages, for apps, kiosks, or call centres.
No sales calls, no approval process. Sign up and you're making requests in under two minutes.
Create a free account. R20 credit lands immediately, no card needed.
Your first API key is generated automatically the moment you sign up.
POST to /v1/speak, /v1/chat, or /v1/translate with your key in the header.
Add credit via Yoco — R50 to R500. Pay-as-you-go, no subscription.
Every request needs one header: X-API-Key: your-key
| Endpoint | What it does |
|---|---|
| POST/v1/speak | Text-to-speech in any of 11 SA languages |
| POST/v1/listen | Speech-to-text with SA language recognition |
| POST/v1/chat | AI chat — genuine replies in-language |
| POST/v1/translate | Translate between any two SA languages |
| POST/v1/clone-voice | Clone a voice from a 30-second recording |
| GET/v1/usage | Check your balance and usage history |
import requests response = requests.post( "https://cmt-voice-cloud.onrender.com/v1/speak", json={"text": "Sawubona Mzansi!", "language": "isizulu"}, headers={"X-API-Key": "your-key"}, )
No subscriptions, no seat licenses, no minimum spend.
import requests API_KEY = "your-api-key-here" response = requests.post( "https://cmt-voice-cloud.onrender.com/v1/speak", json={"text": "Sawubona Mzansi!", "language": "isizulu"}, headers={"X-API-Key": API_KEY}, )
Base URL: https://cmt-voice-cloud.onrender.com · Header: X-API-Key: your-key
| Endpoint | What it does |
|---|---|
| POST/v1/speak | Text-to-speech |
| POST/v1/listen | Speech-to-text |
| POST/v1/chat | AI chat |
| POST/v1/translate | Translation |
| POST/v1/clone-voice | Voice cloning |
| GET/v1/usage | Balance & history |
No API calls yet.