Gets a list of all cloned voices for you
curl --request GET \ --url https://api.topmediai.com/v1/clone_voices_list
{ "clone_voices": [ { "name": "<string>", "speaker": "<string>", "description": "<string>", "files": [ "<string>" ], "model": "<string>" } ] }
Fuzzy matching with voice's name
Successful Response
The response is of type object.
object