Authorization: Bearer ********************
curl --location --request POST 'https://api.tu-zi.com/v1/audio/transcriptions' \
--form 'file=@"/Users/xiangsx/Downloads/response.mpga"' \
--form 'model="whisper-1"' \
--form 'response_format="json"'
{
"text": "Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that."
}