GET
/
v1
/
voices
/
{voice_id}

Headers

xi-api-key
string

Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.

Path Parameters

voice_id
string
required

Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.

Query Parameters

with_settings
boolean
default: false

If set will return settings information corresponding to the voice, requires authorization.

Response

200 - application/json
voice_id
string
required
name
string
required
samples
object[]
required
category
string
required
fine_tuning
object
required
labels
object
required
description
string
required
preview_url
string
required
available_for_tiers
string[]
required
settings
object
required
sharing
object
required
high_quality_base_model_ids
string[]
required
safety_control
enum<string>
Available options:
NONE,
BAN,
CAPTCHA,
CAPTCHA_AND_MODERATION
voice_verification
object
owner_id
string
permission_on_resource
string
is_legacy
boolean
default: false