Update a voice customization

Updates the name, the settings, or both. At least one of the two must be present, and settings is replaced wholesale rather than merged — send all four values.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X PATCH 'https://apis.elai.io/api/v1/voice-customizations/66a1f0c2b7cd13032a9c6500' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "name": "Calmer narrator",
  "settings": {
    "stability": 0.7,
    "speed": 0.95,
    "similarity": 0.75,
    "style": 0.2
  }
}'
Path Params
string
required
^[a-f0-9]{24}$

Voice customization id (24-char hex ObjectId).

Body Params
string
length between 1 and 20
settings
object
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json