{
"name": "voluptate",
"videoAddress": "FileUpload/0/UID_81/Video/10月31日.mp4",
"auditVideoAddress": "FileUpload/0/UID_1/Video/DigitalPersonCustomizedAudit/抖音视频_1685498839576.mp4",
"isMatting": true,
"assetVersion": 3,
"platform": 1,
"description": "qui reprehenderit"
}
curl --location --request POST '/openApiDigitalPerson/customer/customizeLiveModel' \
--header 'authorization: {{auth|md5}}' \
--header 'req_from: C' \
--header 'timestamp: {{timestamp}}' \
--header 'app_id: {{appId}}' \
--header 'account: 19999999999' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "voluptate",
"videoAddress": "FileUpload/0/UID_81/Video/10月31日.mp4",
"auditVideoAddress": "FileUpload/0/UID_1/Video/DigitalPersonCustomizedAudit/抖音视频_1685498839576.mp4",
"isMatting": true,
"assetVersion": 3,
"platform": 1,
"description": "qui reprehenderit"
}'
{
"code": 0,
"data": 0,
"requestId": "",
"resultMsg": "",
"host": "",
"errorStackTrace": ""
}