POST
/
v1
/
audio
/
transcriptions
curl --request POST \
  --url https://api.sully.ai/v1/audio/transcriptions \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-ACCOUNT-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>' \
  --form language=en-US
{
  "status": "ok",
  "data": {
    "transcriptionId": "tr_EXAMPLE123456789",
    "message": "Your transcription request has been received and is currently processing.",
    "status": "pending"
  }
}

Authorizations

X-API-KEY
string
header
required
X-ACCOUNT-ID
string
header
required

Body

multipart/form-data

Audio transcription to add

The body is of type object.

Response

200
application/json

Audio transcription response

The response is of type object.