Speech & voices
Voices
List, inspect, and delete the voices available for speech synthesis.
Primary agent path
Use the Universal Skill with the MCP tool beatra.voices.list. It is a
non-billable, read-only call that returns preset and tenant-owned cloned
voices.
- Filter by
category(preset/cloned),language(BCP-47),gender, orquery(search by name). - Use the returned
voice_iddirectly as thevoicefield in text to speech;preview_urllets the user listen to a sample before choosing.
AI guide
MCP integration guide for AI
For custom API integrations, copy this guide into Claude, Codex, or another coding assistant.
Tool arguments
A voice entry looks like:
Deleting a cloned voice
Deletion is REST-only:
Returns 204. Only voices you cloned yourself can be deleted; preset voices
cannot.
REST API
Direct protocol integrations may use the voice endpoints directly: List · Retrieve · Delete. Skill + MCP is the recommended integration; use REST for custom, non-agent applications.