cURL
curl --request GET \ --url https://supertoneapi.com/v1/custom-voices/{voice_id} \ --header 'x-sup-api-key: <api-key>'
{ "voiceId": "voice_123456789", "name": "My Custom Voice", "description": "A warm and friendly voice for customer service" }
特定のカスタマー登録ボイスに関する情報を取得します。
https://supertoneapi.com/v1/custom-voices/{voice_id}
Custom voice details
Unique identifier for the voice
"voice_123456789"
Name of the voice
"My Custom Voice"
Description of the voice
"A warm and friendly voice for customer service"