{
"model": "tts-1",
"input": "hello",
"voice": "alloy",
"response_format\t": "mp3",
"speed": 1.0
}curl --location --request POST 'https://api.goapi.ai/v1/audio/speech' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "tts-1",
"input": "hello",
"voice": "alloy",
"response_format\t": "mp3",
"speed": 1.0
}'{}