Skip to main content
POST
/
transcriptions
Openai Transcribe
curl --request POST \
  --url https://api.palatine.ru/api/v1/audio/transcriptions \
  --header 'Content-Type: multipart/form-data' \
  --form file=@example-file
"<any>"

Body

multipart/form-data
file
file
required

Response

Successful Response

The response is of type any.