Voice Library
Add Sharing Voice
Add a sharing voice to your collection of voices in VoiceLab.
POST
/
v1
/
voices
/
add
/
{public_user_id}
/
{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
public_user_id
string
requiredPublic user ID used to publicly identify ElevenLabs users.
voice_id
string
requiredVoice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Body
application/json
new_name
string
requiredThe name that identifies this voice. This will be displayed in the dropdown of the website.
Response
200 - application/json
voice_id
string
requiredWas this page helpful?