Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vmeg.ai/llms.txt

Use this file to discover all available pages before exploring further.

Voices are API-only — referenced by voiceId in TTS; not shared with voices on vmeg.ai. See Assets overview.

Two voice types

TypeSourceAPI access
System (basic)Platform presetsPOST /openapi/v1/assets/voice/basic/list
ClonedVoice clone task successPOST /openapi/v1/assets/voice/clone/list, update, delete

System voices

List available preset voices and pick a voiceId 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 new voiceId. 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.

Typical flow

List basic voices → pick voiceId → TTS
        or
Voice clone → voiceId in webhook/sync response → TTS
Supported languages for synthesis: Supported languages.