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

Body

multipart/form-data
audio
string
required

Response

Successful Response

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