cURL
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" }
고객 등록 보이스의 이름 또는 설명을 수정합니다.
API key for the service
Voice updated successfully
The response is of type object.
object