Add Sharing Voice

POST
/v1/voices/add/:public_user_id/:voice_id

Add a sharing voice to your collection of voices in VoiceLab.

Path parameters

public_user_idstringRequired

Public user ID used to publicly identify ElevenLabs users.

voice_idstringRequired

Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.

Request

This endpoint expects an object.
new_namestringRequired

The name that identifies this voice. This will be displayed in the dropdown of the website.

Response

Successful Response

voice_idstring