Custom Voices
Get Custom Voice
Returns one non-deleted custom voice owned by the authenticated account. Poll this endpoint after starting professional cloning and stop when status becomes completed or failed.
GET
/v1/custom-voices/{voice_id}Authorizations
X-API-KEYstringheaderrequiredAPI key for authentication. You can obtain an API key from the Typecast API Console.
Path parameters
voice_idstringrequiredUnique custom voice identifier.
Response
200Custom voice retrieved successfullyapplication/json
namestringVoice name.
errorstringFailure reason when status is failed.
modelstringTTS model version.
sourcestringCreation method (instant or professional).
statuspending | training | completed | failedCurrent creation or training status.
pendingtrainingcompletedfailedvoice_idstringUnique custom voice identifier with the uc_ prefix.
created_atstringCreation time in UTC.