provider voicesvoices GET /v1/voices/settings/default
@utdk/elevenlabs /v1/voices/settings/default
Get Default Voice Settings.
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.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
getVoiceSettingsDefault
GET/v1/voices/settings/default
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.

This operation has no parameters.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.getVoiceSettingsDefault()