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