{
"url": "https://test.cn/123.mp4",
"originLang": "zh-cn",
"targetLang": "en",
"notify": "https://test.cn/notify",
"mode": "clone",
"voiceId": "xiaoling",
"keepBg": true
}
curl --location --request POST 'https://mapi.yunmaovideo.com/api-v1/dubbing' \
--header 'Authorization: ******' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://test.cn/123.mp4",
"originLang": "zh-cn",
"targetLang": "en",
"notify": "https://test.cn/notify",
"mode": "clone",
"voiceId": "xiaoling",
"keepBg": true
}'
{
"code": 0,
"data": {
"taskId": "UDG3YyXDuWg3"
},
"msg": ""
}