curl --request GET \
--url https://supertoneapi.com/v1/custom-voices/{voice_id} \
--header 'x-sup-api-key: <api-key>'{
"voice_id": "voice_123456789",
"name": "My Custom Voice",
"description": "A warm and friendly voice for customer service"
}특정 고객 등록 보이스에 대한 정보를 조회합니다.
curl --request GET \
--url https://supertoneapi.com/v1/custom-voices/{voice_id} \
--header 'x-sup-api-key: <api-key>'{
"voice_id": "voice_123456789",
"name": "My Custom Voice",
"description": "A warm and friendly voice for customer service"
}https://supertoneapi.com/v1/custom-voices/{voice_id}