{ "type": "builtIn", "voiceId": "xiaoling", "text": "这是一个测试", "model": "venus", "lang": "zh-cn", "notify": "https://test123.com/notify", "volume": 1, "speed": 1 }
curl --location --request POST 'https://mapi.yunmaovideo.com/api-v1/tts' \ --header 'Authorization: ******' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "builtIn", "voiceId": "xiaoling", "text": "这是一个测试", "model": "venus", "lang": "zh-cn", "notify": "https://test123.com/notify", "volume": 1, "speed": 1 }'
{ "code": 0, "data": { "taskId": "VjZYavdrXhGy" }, "msg": "" }