Skip to main content

Overview

Speech-to-text endpoints

Available Operations

CreateTranscription

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, error

Errors

CreateTranscriptionMultipart

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, error

Errors