Speech
Synthesize speech from text
Render the given text as speech (24 kHz mono WAV) in the requested speaker's voice.
post/v1/tts
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
}
}Changes
Changed in 2 of the 4 revisions of this API.32
- ●
removed the request property
/request-property-removed
- ●
- ●
removed the request property
/request-property-removed
- ●
removed the request property
/request-property-removed
- ○
the
request property default value512was removedrequest-property-default-value-removed
- ○
request property
/list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ●