Video/Live Promotion Trend Analysis
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/seller/promotion_trend?sellerId&startDs&endDs' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"sellerId": "string",
"region": "string",
"videoCount": [
{
"date": "string",
"score": 0
}
],
"liveRoomCount": [
{
"date": "string",
"score": 0
}
]
},
"serverTime": "string"
}
Modified at 2025-12-30 11:02:43