cURL
curl --request GET \ --url https://app.autocalls.ai/api/user/assistants/voices \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "name": "Sarah", "mode": "pipeline" }, { "id": 2, "name": "Michael", "mode": "pipeline" }, { "id": 3, "name": "Emma", "mode": "multimodal" }, { "id": 4, "name": "David", "mode": "multimodal" }, { "id": 5, "name": "Sophia", "mode": "pipeline" } ]
Retrieve all available voices for assistant configuration
pipeline
multimodal
Show properties
id
mode