{
"model": "tts",
"input": "The quick brown fox jumped over the lazy dog."
}curl --location --globoff '{{BASE_URL}}/v1/audio/speech' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "tts",
"input": "The quick brown fox jumped over the lazy dog."
}'{}