{
"url": "string",
"tranTypes": [
"string"
]
}
curl --location --request POST '/openApiDigitalPerson/customer/parseDouYinVideo' \
--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 '{
"url": "string",
"tranTypes": [
"string"
]
}'
{
"code": 200,
"data": {
"text": "解析的文字",
"fileUploadVO": {
"fileName": "抖音视频",
"fullUrl": "https://digital-person-daily.oss-cn-hangzhou.aliyuncs.com/FileUpload/0/UID_1/Audio/BackgroundAudio/_1684460588451",
"relativeURL": "FileUpload/0/UID_1/Audio/BackgroundAudio/_1684460588451",
"file": null,
"duration": 39.836735,
"fullURLWithSign": "https://digital-person-daily.oss-cn-hangzhou.aliyuncs.com/FileUpload/0/UID_1/Audio/BackgroundAudio/_1684460588451"
}
},
"requestId": "N4Y2Faga",
"resultMsg": "执行成功",
"host": "daily-acp-03",
"errorStackTrace": null
}