Transcription
Transcribe an audio file
Transcribe an uploaded audio file via the configured Whisper provider.
post/transcriptions/
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"text": "Hello, this is a test transcription.",
"language": "english",
"duration_seconds": 12.5
}