curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/aiInsight?uid' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'{
"code": "200",
"message": "success!",
"result": {
"authorUid": "1234567890",
"avgVideoUv30d": {
"min": 49600,
"max": 54800
},
"avgVideoViews30d": {
"min": 1.43,
"max": 1.58
},
"avgVideoDurationTime30d": {
"min": 0.26,
"max": 0.29
},
"avgVideoFinish30d": {
"min": 0.08,
"max": 0.09
},
"avgVideoNewFollowers30d": {
"min": 26,
"max": 30
},
"videoViewerFemalePercent30d": [
{
"date": "female",
"score": 0.91
},
{
"date": "male",
"score": 0.09
}
],
"agePercent30d": [
{
"date": "18-24",
"score": 0.46
},
{
"date": "25-34",
"score": 0.25
},
{
"date": "35-44",
"score": 0.21
},
{
"date": "45-54",
"score": 0.05
},
{
"date": "55+",
"score": 0.03
}
],
"videoViewerFollowerPercent30d": [
{
"date": "non_follower",
"score": 0.83
},
{
"date": "follower",
"score": 0.17
}
],
"videoViewerReturnPercent30d": [
{
"date": "repeat",
"score": 0.85
},
{
"date": "once",
"score": 0.15
}
],
"videoLocationPercent30dRegions": [
{
"country_name": "United States",
"country_percent": 0.8687,
"city_percent_list": [
{
"key": "King County",
"value": 0.0284
},
{
"key": "Kings County",
"value": 0.018
},
{
"key": "Fulton County",
"value": 0.0129
},
{
"key": "Atlanta",
"value": 0.01
},
{
"key": "Chicago",
"value": 0.0096
}
]
},
{
"country_name": "United Kingdom",
"country_percent": 0.0181,
"city_percent_list": []
}
]
},
"serverTime": "2025-12-17 17:25:30"
}