cURL
Default
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>" }
OK
Represents a transcription response returned by model, based on the provided input.