v1
latestOpenAPI 3.1.0Proprietary2026-08-0492426.9 KBSpeech
Synthesize speech from text in a named voice
Render the given text as speech (24 kHz mono WAV) in one of the named voices from GET /v1/voices.
post/v1/tts/{voice_id}
Path parameters
voice_idstring required
A named voice id, as listed by GET /v1/voices.
A named voice id, as listed by GET /v1/voices.
Request body
Example request
{
"text": "Hey there! How are you doing today?",
"model": "kalpa-tts-beta-v0.1"
}Response
Successful Response
Example response
{
"audio": {
"sample_rate": 24000
}
}