从样本音频创建可复用的 克隆音色。成功后 VMEG 分配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.
voiceId 并写入 API 音色资产。
同步与异步
| 模式 | 接口 | 结果 |
|---|---|---|
| 同步 | POST /openapi/v1/task/clone-voice/create | HTTP 响应含 voiceId 与样本信息 |
| 异步 | POST /openapi/v1/task/clone-voice/create-async | Webhook,event 为 openapi-clone-voice(data.voiceId) |
create 与 create-async 均须 X-Idempotency-Key;异步还须配置 Webhook。
流程
使用 voiceId
在 文本转语音 请求中传入。
克隆之后
- 列表:
POST /openapi/v1/assets/voice/clone/list - 重命名:
POST /openapi/v1/assets/voice/clone/update - 删除:
POST /openapi/v1/assets/voice/clone/delete

