X-Access-Token: ********************
{
"srcMp3": "string",
"highDensity": 0,
"material": 0,
"backgroundVol": 0,
"mpeVol": 0,
"soundType": 0,
"sid": 0,
"channel": "string",
"voiceName": "string",
"vibration": 0,
"voice": 0
}
curl --location --request POST 'http://127.0.0.1:8080/app/getTtsVideo' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"srcMp3": "string",
"highDensity": 0,
"material": 0,
"backgroundVol": 0,
"mpeVol": 0,
"soundType": 0,
"sid": 0,
"channel": "string",
"voiceName": "string",
"vibration": 0,
"voice": 0
}'
{
"SUCCESS": {
"SUCCESS": {
"SUCCESS": {},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": {}
}