{
"model": "gemini-2.5-pro-preview-tts",
"input": "The quick brown fox jumped over the lazy dog.",
"voice": "alloy",
"response_format": "wav"
}
curl --location --request POST 'https://poloai.top/v1/audio/speech' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-pro-preview-tts",
"input": "The quick brown fox jumped over the lazy dog.",
"voice": "alloy",
"response_format": "wav"
}'
{}