get

abstract suspend fun get(voiceId: String): Voice(source)

Returns the voice identified by voiceId.

Throws

when ElevenLabs returns a non-successful HTTP response.

when no HTTP response can be obtained.

when the request exceeds a transport timeout.

when the response does not match the documented schema.