使用系统或克隆 voiceId 将文本合成为语音。获取 ID 见 音色。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.
同步与异步
| 模式 | 接口 | 结果 |
|---|---|---|
| 同步 | POST /openapi/v1/task/tts/create | HTTP data.results[].uri(CDN 音频) |
| 异步 | POST /openapi/v1/task/tts/create-async | Webhook,event 为 openapi-tts(data.results) |
create 与 create-async 均须 X-Idempotency-Key;异步还须配置 Webhook。
流程(同步)
完整 curl 见 快速开始。 主要字段:provider— 克隆引擎版本(V1–V5);见支持的克隆方式language.target— 支持的语言data[]— 最多 50 条;每条需text与voiceId(或timbreRefAudio)outputFormat—wav、mp3、m4a
流程(异步)
- 配置 Webhooks
- 带幂等键 POST
create-async - 从 Webhook
data.results取音频 URL
音色
- 系统音色:
POST /openapi/v1/assets/voice/basic/list - 克隆音色:声音克隆 成功后使用返回的
voiceId

