Voices

List Voices

SDK

Use the SDK for safer, faster integration than manual HTTP calls.

SDK guide

Lists the built-in voices and completed custom voices available for use with any endpoint that accepts a voice_id. Custom voices appear first. Each voice_name is keyed by ISO 639-3 language codes such as eng and kor.

Use the optional filters together to narrow the catalog by model, gender, age group, use case, or voice type. preview_url is null when a preview is unavailable, including custom voices.

GET/v3/voices

Authorizations

X-API-KEYstringheaderrequired

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

Query parameters

modelssfm-v30 | ssfm-v21

Filter by TTS model, such as ssfm-v21, ssfm-v30, or ssfm-v31.

ssfm-v30ssfm-v21
gendermale | female

Filter by voice gender (male or female).

malefemale
agechild | teenager | young_adult | middle_age | elder

Filter by age group (child, teenager, young_adult, middle_age, or elder).

childteenageryoung_adultmiddle_ageelder
use_casesstring

Filter by a use-case keyword, such as Ads.

voice_typeoriginal | custom

Filter by voice type (original or custom).

originalcustom

Response

⌘I