Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
图文笔记(normal) 和 视频笔记(video),使用时务必区分。/get_image_note_detail 可以获取图文和视频两种笔记,但对视频笔记不会返回视频文件的播放链接,只会返回视频封面图。/get_image_note_detail(图文笔记接口)。type 是否为 video)判断是否为视频笔记。data 中会返回上游"服务异常"信息,该请求 同样会正常计费扣费,请在调用前确保参数有效。xiaohongshu.com 长链接、xhslink.com 和 xhslink.cn 短链接note_id,如果没有则使用share_text,两个参数二选一,如都携带则以note_id为准。image notes (normal) and video notes (video). Make sure to distinguish them when using the APIs./get_image_note_detail can fetch both image and video notes, but for video notes it will NOT return the video play URL, only the video cover image./get_image_note_detail (image note endpoint) first.type is video) to determine if it is a video note.data field will contain an upstream "service error" message. Such requests will still be billed as normal. Please make sure the parameters are valid before calling.xiaohongshu.com full links, xhslink.com and xhslink.cn short linksnote_id, if not, use share_text, one of the two parameters is required, if both are carried, note_id shall prevail.Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/xiaohongshu/app_v2/get_video_note_detail?note_id=697c0eee000000000a03c308&share_text=http%3A%2F%2Fxhslink.com%2Fo%2F8GqargIxrko' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}