GET
/
v1
/
voices
/
{voice_id}
curl --request GET \
  --url https://api.typecast.ai/v1/voices/{voice_id} \
  --header 'X-API-KEY: <api-key>'
[
  {
    "voice_id": "tc_62a8975e695ad26f7fb514d1",
    "voice_name": "Olivia",
    "model": "ssfm-v21",
    "emotions": [
      "tonemid",
      "toneup",
      "normal",
      "happy",
      "sad",
      "angry"
    ]
  }
]

Authorizations

X-API-KEY
string
header
required

API key for authentication. You can obtain an API key from the Typecast dashboard.

Path Parameters

voice_id
string
required

Query Parameters

model
enum<string>

Voice model to use

Available options:
ssfm-v21

Response

200
application/json

Success - Returns details of the requested voice model

The response is of type object[].