curl --location --request POST 'http://creator.moreapi.cn/api/douyin_v1/vod_upload_result' \
--form 'task_id="95e13b1d-a440-405b-92c1-d612e36b1e17"'
{
"code": 200,
"msg": "success",
"path": null,
"data": {
"task_id": "2b308d6c-eb5b-49a0-8c14-97dd1245a5ee",
"status": "completed",
"result": {
"ResponseMetadata": {
"RequestId": "20241123094059AF9410B001B5F9CD5F2C",
"Action": "CommitUploadInner",
"Version": "2020-11-19",
"Service": "vod",
"Region": "cn-north-1"
},
"Result": {
"RequestId": "20241123094059AF9410B001B5F9CD5F2C",
"Results": [
{
"Vid": "v0200fg10000ct0j44nog65s9b1gvs00",
"VideoMeta": {
"Uri": "tos-cn-v-0015c001-alinc2/oMBQ8ZgPmhyEIEnErbiiMQBZYPE8vS0AAAIsM",
"Height": 1920,
"Width": 1080,
"OriginHeight": 1920,
"OriginWidth": 1080,
"Duration": 1826.4,
"Bitrate": 3306941,
"Format": "MP4",
"Size": 754974720,
"FileType": "video",
"Codec": "h264"
},
"GetPosterMode": "sync"
}
],
"CallbackArgs": "{\"psm\":\"douyin.creator.content\"}"
}
}
}
}