POST
/
audio
/
transcriptions
curl https://gateway.obiguard.ai/v1/audio/transcriptions \
-H "x-obiguard-api-key: $OBIGUARD_API_KEY" \
-H "Content-Type: multipart/form-data" \
-F file="@/path/to/file/audio.mp3" \
-F model="whisper-1"
{
  "text": "<string>"
}

Authorizations

x-obiguard-api-key
string
header
required

Body

multipart/form-data

Response

200 - application/json

OK

Represents a transcription response returned by model, based on the provided input.