Gets the default settings for voices. “similarity_boost” corresponds to”Clarity + Similarity Enhancement” in the web app and “stability” corresponds to “Stability” slider in the web app.
GET
/
v1
/
voices
/
settings
/
default
Python
Copy
Ask AI
from elevenlabs import ElevenLabsclient = ElevenLabs( api_key="YOUR_API_KEY",)client.voices.get_default_settings()