简体中文
cURL
curl --request POST \ --url https://geekai.co/api/v1/audio/transcriptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form model=whisper-1 \ --form 'prompt=<string>' \ --form 'language=<string>' \ --form response_format=text \ --form stream=true \ --form temperature=0 \ --form retries=0 \ --form file=@example-file
"<string>"
将音频文件转换为文字的接口,支持多种音频格式和转录选项。
JWT认证token
成功响应
纯文本格式的转录结果