POST
/
v1
/
voices
/
add
curl --request POST \
  --url https://api.elevenlabs.io/v1/voices/add \
  --header 'Content-Type: multipart/form-data' \
  --form 'name=<string>' \
  --form 'files=[
  null
]' \
  --form 'description=<string>' \
  --form 'labels=<string>'
{
  "voice_id": "<string>"
}

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

Response

200
application/json

Successful Response

The response is of type object.