Authorization: Bearer ********************
curl --location --request POST 'https://yunwu.ai/v1/audio/transcriptions' \ --header 'Content-Type: multipart/form-data' \ --form 'file=@"C:\\Users\\Administrator\\Desktop\\test.m4a"' \ --form 'model="whisper-1"' \ --form 'language="zh"' \ --form 'prompt="这是一段中文音频"' \ --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." }