Voices are API-only — referenced byDocumentation Index
Fetch the complete documentation index at: https://docs.vmeg.ai/llms.txt
Use this file to discover all available pages before exploring further.
voiceId in TTS; not shared with voices on vmeg.ai. See Assets overview.
Two voice types
| Type | Source | API access |
|---|---|---|
| System (basic) | Platform presets | POST /openapi/v1/assets/voice/basic/list |
| Cloned | Voice clone task success | POST /openapi/v1/assets/voice/clone/list, update, delete |
System voices
List available preset voices and pick avoiceId for Text to speech.
Filter options and response fields: List system voices.
Cloned voices
When a voice clone task succeeds (sync response or async webhook), VMEG persists a clone with a newvoiceId. Use it in subsequent TTS calls.
You can rename or delete clones via the clone asset endpoints. Request and response fields: List cloned voices, Rename cloned voice, and Delete cloned voice.

