Authorization: Bearer ********************
{
"note_id":"679d9cb0000000002802afcb"
}
curl --location --request POST 'http://api.moreapi.cn/api/xhs_kol/note_detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"note_id":"679d9cb0000000002802afcb"
}'
{
"code": 0,
"msg": "string",
"path": null,
"data": {
"code": 0,
"msg": "string",
"guid": null,
"success": true,
"data": {
"noteId": "string",
"noteLink": "string",
"userId": "string",
"headPhoto": "string",
"name": "string",
"redId": null,
"type": 0,
"atUserList": null,
"title": "string",
"content": "string",
"imagesList": [
{
"fileId": "string",
"url": "string",
"original": "string",
"width": 0,
"height": 0,
"latitude": null,
"longitude": null,
"traceId": "string",
"sticker": null
}
],
"videoInfo": {
"id": "string",
"videoKey": "string",
"originVideoKey": "string",
"meta": {
"width": 0,
"height": 0,
"duration": 0
},
"gifKey": "string",
"videoUrl": "string",
"gifUrl": "string",
"videoKeyList": [
null
],
"hasFragments": true,
"thumbnail": "string",
"firstFrame": "string",
"volume": 0,
"chapters": null
},
"time": {
"createTime": 0,
"updateTime": 0,
"userUpdateTime": 0
},
"createTime": "string",
"impNum": 0,
"likeNum": 0,
"favNum": 0,
"cmtNum": 0,
"readNum": 0,
"shareNum": 0,
"followCnt": 0,
"reportBrandUserId": "string",
"reportBrandName": "string",
"featureTags": null,
"userInfo": {
"nickName": "string",
"avatar": "string",
"userId": "string",
"advertiserId": null,
"fansNum": 0,
"cooperType": 0,
"priceState": 0,
"pictureState": 0,
"picturePrice": 0,
"videoState": 0,
"videoPrice": 0,
"userType": 0,
"operateState": 0,
"currentLevel": 0,
"location": "string",
"contentTags": [
{
"taxonomy1Tag": "string",
"taxonomy2Tags": [
"string"
]
}
],
"featureTags": [
"string"
],
"personalTags": null,
"gender": "string",
"isCollect": true,
"clickMidNum": 0,
"interMidNum": 0,
"pictureInCart": null,
"videoInCart": null,
"kolType": 0,
"mEngagementNum": 0
},
"compClickData": {
"noteComment": "string",
"noteBottom": "string",
"engage": "string",
"content": "string",
"commentTag": null,
"hover": "string"
}
}
}
}