Create a reusable cloned voice from sample audio. On success, VMEG assigns aDocumentation 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 and stores the clone as an API voice asset.
Sync vs async
| Mode | Endpoint | Results |
|---|---|---|
| Sync | POST /openapi/v1/task/clone-voice/create | voiceId and sample metadata in HTTP response |
| Async | POST /openapi/v1/task/clone-voice/create-async | Webhook when event is openapi-clone-voice (data.voiceId) |
create and create-async call requires X-Idempotency-Key. Async also needs a configured Webhook.
Workflow
Prepare sample
Provide reference audio per request schema (URL or uploaded asset fields in API reference).
Submit clone task
Sync or async create endpoint with
provider from Supported clone methods and sampleLanguage from Supported languages.Use voiceId
Pass
voiceId to Text to speech requests.After cloning
- List clones:
POST /openapi/v1/assets/voice/clone/list - Rename:
POST /openapi/v1/assets/voice/clone/update - Delete:
POST /openapi/v1/assets/voice/clone/delete

