Authorization: Bearer ********************
{
"model":"tts-1",
"input":"The quick brown fox jumped over the lazy dog.",
"voice":"alloy",
"response_format":"mp3",
"speed":1
}
curl --location --request POST 'https://api.maxapi.ai/v1/audio/speech' \
--header 'Content-Type: application/json' \
--data-raw '{
"model":"tts-1",
"input":"The quick brown fox jumped over the lazy dog.",
"voice":"alloy",
"response_format":"mp3",
"speed":1
}'
{}