PATCH
/
v1
/
custom-voices
/
{voice_id}
Update cloned voice (partial update)
curl --request PATCH \
  --url https://supertoneapi.com/v1/custom-voices/{voice_id} \
  --header 'Content-Type: application/json' \
  --header 'x-sup-api-key: <x-sup-api-key>' \
  --data '{
  "name": "My Updated Voice",
  "description": "An updated warm and friendly voice for customer service"
}'
{
  "voiceId": "voice_123456789",
  "name": "My Updated Voice",
  "description": "An updated warm and friendly voice for customer service"
}

Headers

x-sup-api-key
string
required

API key for the service

Path Parameters

voice_id
string
required

Body

application/json

Response

200
application/json

Voice updated successfully

The response is of type object.