Skip to main content

Overview

Speech-to-text endpoints

Available Operations

create_transcription

Transcribes audio into text. Accepts base64-encoded audio input as JSON or an OpenAI-style multipart/form-data file upload, and returns the transcribed text.

Example Usage

Parameters

Response

components.STTResponse

Errors

create_transcription_multipart

Transcribes audio into text. Accepts base64-encoded audio input as JSON or an OpenAI-style multipart/form-data file upload, and returns the transcribed text.

Example Usage

Parameters

Response

components.STTResponse

Errors