{
"ssml": "string",
"businessTaskId": "string",
"audioUrl": "string",
"audioText": "string",
"ttsText": [
"string"
],
"pauseTime": [
0
],
"ext": "string",
"crossLingual": true,
"speed": 0
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/vocal/synthesize' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ssml": "string",
"businessTaskId": "string",
"audioUrl": "string",
"audioText": "string",
"ttsText": [
"string"
],
"pauseTime": [
0
],
"ext": "string",
"crossLingual": true,
"speed": 0
}'
{
"code": "200",
"data": {
"businessTaskId": "2222",
"errorCode": 200000,
"errorMessage": "success",
"outputVideoUrl": "https://aigcoss.zhiqiteai.cn/Output-Img2/tool/AudioClone/pre1728962156185425568645_cloned.wav",
"status": 2,
"taskId": "pre1728962156185425568645"
},
"msg": "success"
}