curl --location --request POST 'https://api.302.ai/v1/audio/transcriptions' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \ --form 'file=@""' \ --form 'model="whisper-large-v3"' \ --form 'prompt=""' \ --form 'response_format="json"' \ --form 'temperature="0"'
{ "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." }