{
"model": "tts-1",
"input": "The quick brown fox jumped over the lazy dog.",
"voice": "alloy"
}curl --location --request POST 'https://api.apiqik.online/v1/audio/speech' \
--header 'Authorization: sk-gQgLrvIHPEZ9jTM5QsmDV6NLm2rPR1mYpD2rcbgSzpHRFvCB' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "tts-1",
"input": "The quick brown fox jumped over the lazy dog.",
"voice": "alloy"
}'