Turn text into spoken audio. Send a language name such as English, then save the WAV body to a file.
Request fields
Voices
Omit voice to use the default. Every supported TTS language accepts male and female. English also accepts:
nigerian_maleandnigerian_femaleghanaian_maleandghanaian_femaleeast_african_maleandeast_african_femalenorth_african_maleandnorth_african_femalesouth_african_maleandsouth_african_female
Unsupported voice values return invalid_request.
Response
A successful response contains binary WAV audio with Content-Type: audio/wav. Save the response body directly to a .wav file; it is not JSON or base64.
When stream is true, audio bytes arrive progressively. Some audio players require the complete file before playback.
Supported languages
Send the full language name in the language field, such as English or Swahili. Matching lowercase slugs are listed below.
Common aliases such as fulani, kiswahili, and tamazight are accepted.
Errors and billing
Before audio begins, failures use the shared JSON error format. If a streamed response is interrupted, treat the audio file as incomplete. TTS is billed according to text length; retrying creates a new billable request.