GET
/
api
/
cloned_voices
curl --location 'https://raijin.personate.ai/api/cloned_voices' \
--header 'Authorization: 'Bearer ********'
{
  "voices": []
}

Response

voices
list
List of all cloned voices
curl --location 'https://raijin.personate.ai/api/cloned_voices' \
--header 'Authorization: 'Bearer ********'
{
  "voices": []
}