cURL
curl https://gateway.obiguard.ai/v1/audio/translations \ -H "x-obiguard-api-key: $OBIGUARD_API_KEY" \ -H "Content-Type: multipart/form-data" \ -F file="@/path/to/file/german.m4a" \ -F model="whisper-1"
{ "text": "<string>" }
OK
The response is of type object.
object