VoicesApi

interface VoicesApi(source)

Discovers voices available to the configured ElevenLabs account.

Functions

Link copied to clipboard
abstract suspend fun get(voiceId: String): Voice

Returns the voice identified by voiceId.

Link copied to clipboard
abstract suspend fun list(request: ListVoicesRequest = ListVoicesRequest()): VoicePage

Returns one page of voices matching request.