patch
https://apis.elai.io/api/v1/voice-customizations/
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}
}'
