GET
/
v1
/
custom-voices
/
{voice_id}
Get single cloned voice
curl --request GET \
  --url https://supertoneapi.com/v1/custom-voices/{voice_id} \
  --header 'x-sup-api-key: <x-sup-api-key>'
{
  "voiceId": "voice_123456789",
  "name": "My Custom Voice",
  "description": "A 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

Response

200
application/json

Custom voice details

The response is of type object.