Skip to main content
POST
Elevenlabs Voice Clone
Creates a voice clone and adds it to your voice library.

Request Headers

string
required
Enum: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

string
required
A name to identify this voice. This name will appear in the dropdown menu on the website.
array
required
List of audio recording files to use for voice cloning.
string
Serialized label dictionary for the voice.
string
Description of the voice.
boolean
default:false
If set to true, audio isolation will be used to remove background noise from the voice samples. Enabling this option may reduce quality if the samples do not contain background noise.

Response

string
required
The ID of the newly created voice.
boolean
required
Whether the voice requires verification.