Audio Transcription
This endpoint allows you to transcribe audio.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a multipart form containing a file.
model
The transcription model to use.
file
The audio file to upload.
Response
Successful response.
text
The transcribed audio.