English
cURL
curl --request POST \ --url https://proxy.innk.cc/v1/audio/transcriptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "file": "<string>", "model": "<string>" } '
{ "text": "<string>" }
身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Bearer <API_KEY>
<API_KEY>
音频文件
模型
成功响应
转录的文本内容
Was this page helpful?