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>"
}
Compatible with OpenAI SDK.OpenAI API Reference

Authorizations

Authorization
string
header
required

The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.

Body

application/json
file
file
required

audio file

model
string
required

Model

Response

200 - application/json

successful response

text
string

Transcribed text content