GET
/
v1
/
voices
/
settings
/
default
curl --request GET \
  --url https://api.elevenlabs.io/v1/voices/settings/default
{
  "stability": 123,
  "similarity_boost": 123,
  "style": 0,
  "use_speaker_boost": true
}

Response

200 - application/json

Successful Response

The response is of type object.