cURL
curl --request GET \ --url https://api.getmalakai.com/api/api/agent-voices/custom-voices \ --header 'Authorization: <authorization>' \ --header 'x-access-token: <x-access-token>'
{ "responseCode": 2000, "message": "Agent voices found", "data": [ { "id": "***", "voice_id": "***", "voice_name": "John Doe", "voice_type": "cloned", "voice_description": "Record in a quiet space with minimal background noise for clarity results", "user_id": "***", "url": "***", "created_at": "2025-01-21T11:12:27.160Z", "updated_at": "2025-01-21T11:12:27.160Z" }, ] }
Retrieve a list of all existing cloned agents voices.
Bearer