curl --location --request GET 'http://open.tabcut.com:8090/api/item_video/search?searchText®ion&itemCategoryLv1Ids&itemCategoryLv2Ids&itemCategoryLv3Ids&videoCreateTimeBegin&videoCreateTimeEnd&videoLocalGmvBegin&videoLocalGmvEnd&videoPlayCountTotalBegin&videoPlayCountTotalEnd&creatorFollowerCountTotalBegin&creatorFollowerCountTotalEnd&videoEngageRateBegin&videoEngageRateEnd&itemVideoFlag=&sortField&pageNo&pageSize' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"videoId": "string",
"videoCoverUrl": "string",
"videoPlayUrl": "string",
"tkVideoUrl": "string",
"videoDesc": "string",
"videoDuration": 0,
"createTime": "string",
"interactionRate": 0,
"likeRate": 0,
"playCountTotal": 0,
"likeCountTotal": 0,
"shareCountTotal": 0,
"commentCountTotal": 0,
"region": "string",
"regionComment": "string",
"authorAvatarUrl": "string",
"authorUid": "string",
"authorNickname": "string",
"authorUniqueId": "string",
"authorFollowerCountTotal": 0,
"itemId": "string",
"itemCoverUrl": "string",
"itemName": "string",
"itemSoldCountTotal": 0,
"priceAmount": {
"local": 0,
"region": 0
},
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"videoSplitGmv": {
"local": 0,
"region": 0
},
"videoSplitSoldCount": 0,
"itemVideoFlag": 0,
"ds": "string",
"adConsumeTotal": 0,
"adPlayRate": 0,
"adTransactionRate": 0,
"adRoas": 0,
"adAwemeSource": 0
}
]
},
"serverTime": "string"
}