cURL
curl --request GET \ --url https://app.famulor.de/api/user/assistants/voices \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "name": "Antonia", "mode": "pipeline" }, { "id": 2, "name": "Corina Ioana", "mode": "pipeline" }, { "id": 413, "name": "Peter Hartlapp - Voiceactor (Werbesprecher und Moderator)", "mode": "pipeline" }, { "id": 578, "name": "Alloy", "mode": "multimodal" }, { "id": 579, "name": "Ash", "mode": "multimodal" }, { "id": 580, "name": "Coral", "mode": "multimodal" } ]
Alle verfügbaren Stimmen für die Assistenten-Konfiguration abrufen
pipeline
multimodal
Show Stimmen-Eigenschaften
id
mode
curl -H "Authorization: Bearer YOUR_API_TOKEN" \ "https://app.famulor.de/api/user/assistants/voices"
Was this page helpful?