v5
OpenAPI 3.1.02026-08-043621,4011.8 MBvoices
voices
Edit Voice Settings
Edit your settings for a specific voice. "similarity_boost" corresponds to "Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.
post/v1/voices/{voice_id}/settings/edit
Path parameters
voice_idstring required
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Example:21m00Tcm4TlvDq8ikWAM
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Request body
Example request
{
"similarity_boost": 1,
"speed": 1,
"stability": 1,
"style": 0,
"use_speaker_boost": true
}Response
Successful Response
Example response
{
"status": "ok"
}