Skip to main content
POST
/
v1
/
speech
/
transcriptions
Transcribe
curl --request POST \
  --url https://api.example.com/v1/speech/transcriptions \
  --header 'Content-Type: multipart/form-data' \
  --form 'audio=<string>'
{}

Headers

authorization
string | null
X-API-Key
string | null

Body

multipart/form-data
audio
string
required

Response

Successful Response

The response is of type Response Transcribe V1 Speech Transcriptions Post · object.