Audio
Generates audio from the input text.
post/openai/v1/audio/speech
Request body
Example request
{
"input": "The quick brown fox jumped over the lazy dog",
"voice": "Fritz-PlayAI",
"sample_rate": 48000,
"speed": 1
}Response
OK
{
"input": "The quick brown fox jumped over the lazy dog",
"voice": "Fritz-PlayAI",
"sample_rate": 48000,
"speed": 1
}OK