curl --location --request GET 'http://open.tabcut.com:8090/api/item_video/aiInsight?videoId' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "string",
"message": "string",
"result": {
"videoId": "string",
"videoUv": {
"min": 0,
"max": 0
},
"avgVideoViews": {
"min": 0,
"max": 0
},
"avgVideoDurationTime": {
"min": 0,
"max": 0
},
"videoFinish": {
"min": 0,
"max": 0
},
"videoNewFollowers": {
"min": 0,
"max": 0
},
"videoViewerFemalePercent": [
{
"date": "string",
"score": 0
}
],
"agePercent": [
{
"date": "string",
"score": 0
}
],
"videoViewerFollowerPercent": [
{
"date": "string",
"score": 0
}
],
"videoViewerReturnPercent": [
{
"date": "string",
"score": 0
}
],
"videoLocationPercentRegions": [
{
"country_name": "string",
"country_percent": 0,
"city_percent_list": [
{
"key": "string",
"value": 0
}
]
}
]
},
"serverTime": "string"
}