Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Overview

Speech-to-text endpoints

Available Operations

createTranscription

Transcribes audio into text. Accepts base64-encoded audio input and returns the transcribed text.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.STTResponse>

Errors