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

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.STTResponse>

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

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.STTResponse>

Errors