语音合成
/api/tts
0 字
0:000:00
音量
声音列表
API 接口
# GET 简单请求 GET /api/tts?text=你好&voice=zh-CN-XiaoxiaoNeural # POST 长文本(推荐) POST /api/tts { "text": "合成文字", "voice": "zh-CN-XiaoxiaoNeural", "rate": "+0%", "volume": "+0%", "pitch": "+0Hz" } # 声音列表 GET /api/voices
合成历史
暂无记录