cURL
curl --request POST \ --url https://geekai.co/api/v2/audio/transcriptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model": "doubao-transcribe", "audio": { "url": "https://example.com/audio.wav", "format": "mp3" }, "retries": 0 } '
{ "text": "<string>", "duration": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.geekai.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.geekai.co/llms.txt
Use this file to discover all available pages before exploring further.
API认证token
语音识别模型
音频文件信息
Show child attributes
自动重试次数,默认0,表示失败不重试
成功响应
转录文本
音频总时长(秒)
此页面对您有帮助吗?