POST
/
v1
/
voices
/
add

Voice Cloning API Usage

If you provide a list of file paths to audio recordings intended for voice cloning, you confirm that you have all necessary rights or consents to upload and clone the voice samples they contain and that you will not use the platform-generated content for any illegal, fraudulent, or harmful purpose. You reaffirm your obligation to abide by ElevenLabs’ Terms of Service, Prohibited Use Policy and Privacy Policy.

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.

Body

multipart/form-data
name
string
required

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

files
string[]
required

A list of file paths to audio recordings intended for voice cloning

description
string

How would you describe the voice?

labels
string

Serialized labels dictionary for the voice.

Response

200 - application/json
voice_id
string
required