Skip to main content
POST
/
v1
/
audio
/
transcriptions
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>"
}

Authorizations

Authorization
string
header
required

身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。

Body

application/json
file
file
required

音频文件

model
string
required

模型

Response

200 - application/json

成功响应

text
string

转录的文本内容