List voices
List system voices or your cloned voices; free.
/v1/get_voicevoice_type voice_cloning lists your cloned voices, system lists system voices, and all lists everything; voice_generation is always empty. Categories you did not request are null in the response.
Cloned voices include only voices in your account that were cloned successfully and have not been deleted or expired. You can also see system voices in System voices.
Headers
Bearer sk-…: an API key created in the console under API keys; its group must include the requested model
Body parametersJSON
Voice category to list
Valuessystemvoice_cloningvoice_generationall
Returns
200Voice list
System voices; null if not requested
Your cloned voices; null if not requested
The voice name you chose
Always an empty array
Creation date, YYYY-MM-DD (UTC)
Always an empty array; null if not requested
{"status_code": 0, "status_msg": "success"} on success; errors do not come here but as a non-200 status code with an error object
0 on success
success on success
Errors
voice_type must be one of system, voice_cloning, voice_generation, all, or an unknown field is presentmissing_api_key / invalid_api_key / api_key_expired)request body is too largevoice registry is temporarily unavailable; please retry)