ElevenLabsConfiguration

Configuration used to create an ElevenLabs client.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Root URL for REST API calls.

Functions

Link copied to clipboard
fun apiKey(provider: ApiKeyProvider)

Configures a provider that is evaluated immediately before every authenticated request.

fun apiKey(value: String)

Configures a static API key. This is intended for trusted environments. Don't embed an ElevenLabs API key in a distributed Android or iOS app.