Audio Transcription

This endpoint allows you to transcribe audio.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a multipart form containing a file.
modelstringRequired

The transcription model to use.

filefileRequired

The audio file to upload.

Response

Successful response.

textstringOptional

The transcribed audio.

Errors