ElevenLabs

Entry point for the ElevenLabs API.

A client can be shared by concurrent coroutines. It owns its underlying network resources; call close when it is no longer needed. Operations attempted after closing may fail.

Constructors

Link copied to clipboard
constructor(configure: ElevenLabsConfiguration.() -> Unit)

Creates a client from configuration applied by configure.

Properties

Link copied to clipboard

APIs for discovering models supported by ElevenLabs.

Link copied to clipboard

Batch and realtime speech-to-text APIs.

Link copied to clipboard

Batch, HTTP-streamed, and realtime text-to-speech APIs.

Link copied to clipboard

APIs for discovering and retrieving voices.

Functions

Link copied to clipboard
fun close()

Releases network resources owned by this client.