Add shared voice

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

Add a shared voice to your collection of Voices

Path parameters

public_user_idstringRequired

Public user ID used to publicly identify ElevenLabs users.

voice_idstringRequired

ID of the voice to be used. You can use the Get voices endpoint 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

The ID of the voice.

Errors

Built with