Audio
Create speech
Generates audio from the input text.
Returns the audio file content, or a stream of audio events.
post/audio/speech
Request body
Example request
{
"voice": {
"id": "voice_1234"
}
}Response
OK
Generates audio from the input text.
Returns the audio file content, or a stream of audio events.
{
"voice": {
"id": "voice_1234"
}
}OK