@tikomni/skills 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (480) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -3
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +252 -9
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +108 -167
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +6 -2
  30. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/{creator-analysis → social-media-crawl}/scripts/core/tikomni_common.py +13 -3
  33. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  34. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  36. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  37. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  38. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  39. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  40. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +282 -174
  41. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  42. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +290 -141
  43. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  45. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  46. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  47. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  48. package/skills/creator-analysis/SKILL.md +0 -95
  49. package/skills/creator-analysis/agents/openai.yaml +0 -4
  50. package/skills/creator-analysis/env.example +0 -36
  51. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  52. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  53. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  54. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  55. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  56. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  57. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  59. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  60. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  61. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  63. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  64. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  65. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  66. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  67. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  68. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  69. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  71. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  72. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  73. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  74. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  75. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  76. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  77. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  78. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  79. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  80. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  81. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  82. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  83. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  84. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  85. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  86. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  87. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  88. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  89. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  90. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  91. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  92. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  93. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  94. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  96. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  100. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  101. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  103. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  104. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  105. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  106. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  107. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  108. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  109. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  110. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  113. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  114. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  116. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  117. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  118. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  119. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  120. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  121. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  122. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  123. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  124. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  125. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  126. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  127. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  128. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  129. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  130. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  131. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  132. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  133. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  134. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  135. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  136. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  137. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  138. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  139. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  140. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  141. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  142. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  143. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  144. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  145. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  146. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  147. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  148. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  149. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  153. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  154. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  155. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  156. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  157. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  158. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  159. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  160. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  161. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  162. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  163. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  164. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  165. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  167. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  168. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  169. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  170. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  171. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  172. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  173. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  174. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  175. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  176. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  177. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  178. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  179. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  180. package/skills/creator-analysis/references/workflow.md +0 -23
  181. package/skills/creator-analysis/scripts/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  185. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  186. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  187. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  188. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  189. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  190. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  191. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  194. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  195. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  196. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  197. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  198. package/skills/creator-analysis/scripts/core/progress_report.py +0 -111
  199. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  200. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  202. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  203. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  205. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  207. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  208. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  209. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  210. package/skills/meta-capability/SKILL.md +0 -69
  211. package/skills/meta-capability/agents/openai.yaml +0 -4
  212. package/skills/meta-capability/env.example +0 -42
  213. package/skills/meta-capability/references/api-capability-index.md +0 -92
  214. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  215. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  216. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  217. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  218. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  219. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  220. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  222. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  223. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  224. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  226. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  227. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  228. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  229. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  230. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  231. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  232. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  233. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  234. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  235. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  236. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  237. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  238. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  239. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  240. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  241. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  242. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  243. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  244. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  245. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  246. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  247. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  248. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  249. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  250. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  251. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  252. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  253. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  254. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  255. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  256. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  257. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  258. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  259. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  263. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  264. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  265. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  266. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  267. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  268. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  269. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  270. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  271. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  272. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  273. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  274. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  276. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  277. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  279. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  280. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  281. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  282. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  283. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  284. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  285. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  286. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  287. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  288. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  289. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  290. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  291. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  292. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  293. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  294. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  295. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  296. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  297. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  298. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  299. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  300. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  301. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  302. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  303. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  304. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  305. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  306. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  307. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  308. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  309. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  310. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  311. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  312. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  316. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  317. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  318. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  319. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  320. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  321. package/skills/meta-capability/references/dispatch.md +0 -27
  322. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  323. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  324. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  325. package/skills/meta-capability/scripts/__init__.py +0 -1
  326. package/skills/meta-capability/scripts/call_route.py +0 -141
  327. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  328. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  329. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  330. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  331. package/skills/meta-capability/scripts/test_auth.py +0 -98
  332. package/skills/single-work-analysis/SKILL.md +0 -62
  333. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  334. package/skills/single-work-analysis/env.example +0 -36
  335. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  336. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  337. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  339. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  340. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  341. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  342. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  344. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  345. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  346. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  348. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  349. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  350. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  353. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  354. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  356. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  357. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  358. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  359. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  360. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  361. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  362. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  363. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  364. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  366. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  373. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  375. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  376. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  377. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  378. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  379. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  381. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  385. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  386. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  388. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  389. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  390. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  391. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  392. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  393. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  394. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  395. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  398. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  399. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  401. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  402. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  403. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  404. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  405. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  406. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  407. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  409. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  410. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  411. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  412. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  413. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  414. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  415. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  416. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  417. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  418. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  419. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  420. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  421. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  422. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  423. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  424. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  425. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  426. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  427. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  428. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  429. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  430. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  431. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  432. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  434. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  438. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  439. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  441. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  442. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  443. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -58
  444. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  445. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  446. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  447. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  448. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +0 -28
  449. package/skills/single-work-analysis/references/prompt-contracts/cta.md +0 -24
  450. package/skills/single-work-analysis/references/prompt-contracts/hook.md +0 -25
  451. package/skills/single-work-analysis/references/prompt-contracts/insight.md +0 -47
  452. package/skills/single-work-analysis/references/prompt-contracts/structure.md +0 -25
  453. package/skills/single-work-analysis/references/prompt-contracts/style.md +0 -27
  454. package/skills/single-work-analysis/references/prompt-contracts/summary.md +0 -29
  455. package/skills/single-work-analysis/references/prompt-contracts/topic.md +0 -29
  456. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  457. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  458. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  459. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  460. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -133
  461. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  462. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  463. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -253
  464. package/skills/single-work-analysis/scripts/core/tikomni_common.py +0 -588
  465. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  466. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  468. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  469. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  470. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  471. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  472. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  473. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  474. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  475. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -1402
  476. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  477. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  478. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  479. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  480. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1209 +0,0 @@
1
- # Xiaohongshu-Web-V2-API Full Contract
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Back to route summary: [`api-tags/xiaohongshu-web-v2-api.md`](../api-tags/xiaohongshu-web-v2-api.md)
5
- - Current contract file: `api-contracts/xiaohongshu-web-v2-api.md`
6
- - Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
7
- - Fetched at: `2026-03-08T06:54:04+00:00`
8
- - Route count: `18`
9
- - Default auth: Header `Authorization` Bearer
10
- - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
- - Tag description: **(小红书Web V2数据接口/Xiaohongshu-Web-V2-API data endpoints)** - 第三优先/Third choice
12
-
13
- ## Route Contracts
14
-
15
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes"></a>
16
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes`
17
-
18
- - Summary: 获取单一笔记和推荐笔记 V1 (已弃用)/Fetch one note and feed notes V1 (deprecated)
19
- - Capabilities: content details
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_feed_notes_api_v1_xiaohongshu_web_v2_fetch_feed_notes_get`
22
-
23
- #### Notes
24
-
25
- > # [中文]
26
- > ### 用途:
27
- > - 获取单一笔记和推荐笔记
28
- > ### 接口优先级:
29
- > - 小红书接口推荐优先级: `App V2` > `App` > `Web V2(本接口)` > `Web`
30
- > ### 参数:
31
- > - note_id: 笔记ID,可以从小红书的分享链接中获取
32
- > ### 返回:
33
- > - 单一笔记和推荐笔记
34
- >
35
- > # [English]
36
- > ### Purpose:
37
- > - Get one note and feed notes
38
- > ### API Priority:
39
- > - Xiaohongshu API priority: `App V2` > `App` > `Web V2 (this)` > `Web`
40
- > ### Parameters:
41
- > - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
42
- > ### Return:
43
- > - One note and feed notes
44
- >
45
- > # [示例/Example]
46
- > note_id = "66c9cc31000000001f03a4bc"
47
-
48
- #### Parameters
49
-
50
- | Field | In | Type | Required | Description | Default | Example | Enum |
51
- | --- | --- | --- | --- | --- | --- | --- | --- |
52
- | note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
53
-
54
- #### Request Body
55
-
56
- None
57
-
58
- #### Success Response
59
-
60
- ##### `200 application/json`
61
-
62
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
63
-
64
- | Field | Type | Required | Description | Default | Example | Enum |
65
- | --- | --- | --- | --- | --- | --- | --- |
66
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
67
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
68
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
69
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
70
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
71
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
72
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
73
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
74
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
75
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
76
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
77
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
78
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
79
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
80
- | data | null | No | The response data \| 响应数据 | None | None | None |
81
-
82
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v2"></a>
83
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v2`
84
-
85
- - Summary: 获取单一笔记和推荐笔记 V2/Fetch one note and feed notes V2(v2稳定, 推荐使用此接口)
86
- - Capabilities: content details
87
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
88
- - operationId: `fetch_feed_notes_v2_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v2_get`
89
-
90
- #### Notes
91
-
92
- > # [中文]
93
- > ### 用途:
94
- > - 获取单一笔记和推荐笔记
95
- > ### 接口优先级:
96
- > - 小红书接口推荐优先级: `App V2` > `App` > `Web V2(本接口)` > `Web`
97
- > ### 参数:
98
- > - note_id: 笔记ID,可以从小红书的分享链接中获取
99
- > ### 返回:
100
- > - 单一笔记和推荐笔记
101
- >
102
- > # [English]
103
- > ### Purpose:
104
- > - Get one note and feed notes
105
- > ### API Priority:
106
- > - Xiaohongshu API priority: `App V2` > `App` > `Web V2 (this)` > `Web`
107
- > ### Parameters:
108
- > - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
109
- > ### Return:
110
- > - One note and feed notes
111
- >
112
- > # [示例/Example]
113
- > note_id = "66c9cc31000000001f03a4bc"
114
-
115
- #### Parameters
116
-
117
- | Field | In | Type | Required | Description | Default | Example | Enum |
118
- | --- | --- | --- | --- | --- | --- | --- | --- |
119
- | note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
120
-
121
- #### Request Body
122
-
123
- None
124
-
125
- #### Success Response
126
-
127
- ##### `200 application/json`
128
-
129
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
130
-
131
- | Field | Type | Required | Description | Default | Example | Enum |
132
- | --- | --- | --- | --- | --- | --- | --- |
133
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
134
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
135
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
136
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
137
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
138
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
139
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
140
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
141
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
142
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
143
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
144
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
145
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
146
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
147
- | data | null | No | The response data \| 响应数据 | None | None | None |
148
-
149
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v3"></a>
150
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v3`
151
-
152
- - Summary: 获取单一笔记和推荐笔记 V3/Fetch one note and feed notes V3(通过短链获取笔记详情)
153
- - Capabilities: content details
154
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
155
- - operationId: `fetch_feed_notes_v3_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v3_get`
156
-
157
- #### Notes
158
-
159
- > # [中文]
160
- > ### 用途:
161
- > - 获取单一笔记和推荐笔记
162
- > ### 参数:
163
- > - short_url: 短链,可以从小红书的分享链接中获取
164
- > ### 返回:
165
- > - 单一笔记和推荐笔记
166
- >
167
- > # [English]
168
- > ### Purpose:
169
- > - Get one note and feed notes
170
- > ### Parameters:
171
- > - short_url: Short URL, can be obtained from the sharing link of Xiaohongshu website.
172
- > ### Return:
173
- > - One note and feed notes
174
- >
175
- > # [示例/Example]
176
- > short_url = "http://xhslink.com/a/tyoREa3ciaAeb"
177
-
178
- #### Parameters
179
-
180
- | Field | In | Type | Required | Description | Default | Example | Enum |
181
- | --- | --- | --- | --- | --- | --- | --- | --- |
182
- | short_url | query | string | Yes | 短链/Short URL | None | http://xhslink.com/a/tyoREa3ciaAeb | None |
183
-
184
- #### Request Body
185
-
186
- None
187
-
188
- #### Success Response
189
-
190
- ##### `200 application/json`
191
-
192
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
193
-
194
- | Field | Type | Required | Description | Default | Example | Enum |
195
- | --- | --- | --- | --- | --- | --- | --- |
196
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
197
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
198
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
199
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
200
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
201
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
202
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
203
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
204
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
205
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
206
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
207
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
208
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
209
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
210
- | data | null | No | The response data \| 响应数据 | None | None | None |
211
-
212
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v4"></a>
213
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v4`
214
-
215
- - Summary: 获取单一笔记和推荐笔记 V4 (互动量有延迟)/Fetch one note and feed notes V4 (interaction volume has a delay)
216
- - Capabilities: content details
217
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
218
- - operationId: `fetch_feed_notes_v4_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v4_get`
219
-
220
- #### Notes
221
-
222
- > # [中文]
223
- > ### 用途:
224
- > - 获取单一笔记和推荐笔记,结构不同互动量有延时
225
- > ### 参数:
226
- > - note_id: 笔记ID,可以从小红书的分享链接中获取
227
- > ### 返回:
228
- > - 单一笔记和推荐笔记
229
- >
230
- > # [English]
231
- > ### Purpose:
232
- > - Get one note and feed notes, the structure is different and the interaction volume has a delay
233
- > ### Parameters:
234
- > - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
235
- > ### Return:
236
- > - One note and feed notes
237
- >
238
- > # [示例/Example]
239
- > note_id = "66c9cc31000000001f03a4bc"
240
-
241
- #### Parameters
242
-
243
- | Field | In | Type | Required | Description | Default | Example | Enum |
244
- | --- | --- | --- | --- | --- | --- | --- | --- |
245
- | note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
246
-
247
- #### Request Body
248
-
249
- None
250
-
251
- #### Success Response
252
-
253
- ##### `200 application/json`
254
-
255
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
256
-
257
- | Field | Type | Required | Description | Default | Example | Enum |
258
- | --- | --- | --- | --- | --- | --- | --- |
259
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
260
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
261
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
262
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
263
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
264
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
265
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
266
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
267
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
268
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
269
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
270
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
271
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
272
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
273
- | data | null | No | The response data \| 响应数据 | None | None | None |
274
-
275
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v5"></a>
276
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v5`
277
-
278
- - Summary: 获取单一笔记和推荐笔记 V5 (互动量有缺失)/Fetch one note and feed notes V5 (interaction volume has a missing)
279
- - Capabilities: content details
280
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
281
- - operationId: `fetch_feed_notes_v5_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v5_get`
282
-
283
- #### Notes
284
-
285
- > # [中文]
286
- > ### 用途:
287
- > - 获取单一笔记和推荐笔记,结构不同互动量有缺失
288
- > ### 参数:
289
- > - note_id: 笔记ID,可以从小红书的分享链接中获取
290
- > ### 返回:
291
- > - 单一笔记和推荐笔记
292
- > ### 备注:
293
- > - 互动数据仅有点赞数,没有评论数与收藏数
294
- >
295
- > # [English]
296
- > ### Purpose:
297
- > - Get one note and feed notes, the structure is different and the interaction volume has a missing
298
- > ### Parameters:
299
- > - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
300
- > ### Return:
301
- > - One note and feed notes
302
- > ### Notes:
303
- > - Interaction data only includes likes, without comments and favorites.
304
- >
305
- > # [示例/Example]
306
- > note_id = "66c9cc31000000001f03a4bc"
307
-
308
- #### Parameters
309
-
310
- | Field | In | Type | Required | Description | Default | Example | Enum |
311
- | --- | --- | --- | --- | --- | --- | --- | --- |
312
- | note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
313
-
314
- #### Request Body
315
-
316
- None
317
-
318
- #### Success Response
319
-
320
- ##### `200 application/json`
321
-
322
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
323
-
324
- | Field | Type | Required | Description | Default | Example | Enum |
325
- | --- | --- | --- | --- | --- | --- | --- |
326
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
327
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
328
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
329
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
330
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
331
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
332
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
333
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
334
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
335
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
336
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
337
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
338
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
339
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
340
- | data | null | No | The response data \| 响应数据 | None | None | None |
341
-
342
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-follower-list"></a>
343
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_follower_list`
344
-
345
- - Summary: 获取用户粉丝列表/Fetch follower list
346
- - Capabilities: general
347
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
348
- - operationId: `fetch_follower_list_api_v1_xiaohongshu_web_v2_fetch_follower_list_get`
349
-
350
- #### Notes
351
-
352
- > # [中文]
353
- > ### 用途:
354
- > - 获取用户粉丝列表
355
- > ### 参数:
356
- > - user_id: 用户ID
357
- > - cursor: 游标
358
- > ### 返回:
359
- > - 用户粉丝列表
360
- >
361
- > # [English]
362
- > ### Purpose:
363
- > - Get follower list
364
- > ### Parameters:
365
- > - user_id: User ID
366
- > - cursor: Cursor
367
- > ### Return:
368
- > - Follower list
369
- >
370
- > # [示例/Example]
371
- > user_id = "604a28420000000001005211"
372
- > cursor = ""
373
-
374
- #### Parameters
375
-
376
- | Field | In | Type | Required | Description | Default | Example | Enum |
377
- | --- | --- | --- | --- | --- | --- | --- | --- |
378
- | user_id | query | string | Yes | 用户ID/User ID | None | 604a28420000000001005211 | None |
379
- | cursor | query | string | No | 游标/Cursor | None | None | None |
380
-
381
- #### Request Body
382
-
383
- None
384
-
385
- #### Success Response
386
-
387
- ##### `200 application/json`
388
-
389
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
390
-
391
- | Field | Type | Required | Description | Default | Example | Enum |
392
- | --- | --- | --- | --- | --- | --- | --- |
393
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
394
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
395
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
396
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
397
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
398
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
399
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
400
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
401
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
402
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
403
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
404
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
405
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
406
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
407
- | data | null | No | The response data \| 响应数据 | None | None | None |
408
-
409
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-following-list"></a>
410
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_following_list`
411
-
412
- - Summary: 获取用户关注列表/Fetch following list
413
- - Capabilities: general
414
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
415
- - operationId: `fetch_following_list_api_v1_xiaohongshu_web_v2_fetch_following_list_get`
416
-
417
- #### Notes
418
-
419
- > # [中文]
420
- > ### 用途:
421
- > - 获取用户关注列表
422
- > ### 参数:
423
- > - user_id: 用户ID
424
- > - cursor: 游标
425
- > ### 返回:
426
- > - 用户关注列表
427
- >
428
- > # [English]
429
- > ### Purpose:
430
- > - Get following list
431
- > ### Parameters:
432
- > - user_id: User ID
433
- > - cursor: Cursor
434
- > ### Return:
435
- > - Following list
436
- >
437
- > # [示例/Example]
438
- > user_id = "604a28420000000001005211"
439
- > cursor = ""
440
-
441
- #### Parameters
442
-
443
- | Field | In | Type | Required | Description | Default | Example | Enum |
444
- | --- | --- | --- | --- | --- | --- | --- | --- |
445
- | user_id | query | string | Yes | 用户ID/User ID | None | 604a28420000000001005211 | None |
446
- | cursor | query | string | No | 游标/Cursor | None | None | None |
447
-
448
- #### Request Body
449
-
450
- None
451
-
452
- #### Success Response
453
-
454
- ##### `200 application/json`
455
-
456
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
457
-
458
- | Field | Type | Required | Description | Default | Example | Enum |
459
- | --- | --- | --- | --- | --- | --- | --- |
460
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
461
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
462
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
463
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
464
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
465
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
466
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
467
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
468
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
469
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
470
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
471
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
472
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
473
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
474
- | data | null | No | The response data \| 响应数据 | None | None | None |
475
-
476
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-home-notes"></a>
477
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_home_notes`
478
-
479
- - Summary: 获取Web用户主页笔记/Fetch web user profile notes
480
- - Capabilities: profiles / accounts / content details
481
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
482
- - operationId: `fetch_home_notes_api_v1_xiaohongshu_web_v2_fetch_home_notes_get`
483
-
484
- #### Notes
485
-
486
- > # [中文]
487
- > ### 用途:
488
- > - 获取主页笔记
489
- > ### 参数:
490
- > - user_id: 用户ID
491
- > - cursor: 游标
492
- > ### 返回:
493
- > - 主页笔记
494
- >
495
- > # [English]
496
- > ### Purpose:
497
- > - Get home notes
498
- > ### Parameters:
499
- > - user_id: User ID
500
- > - cursor: Cursor
501
- > ### Return:
502
- > - Home notes
503
- >
504
- > # [示例/Example]
505
- > user_id = "5f3e0d00000000001f03a4bc"
506
- > cursor = ""
507
-
508
- #### Parameters
509
-
510
- | Field | In | Type | Required | Description | Default | Example | Enum |
511
- | --- | --- | --- | --- | --- | --- | --- | --- |
512
- | user_id | query | string | Yes | 用户ID/User ID | None | 5e3a8ee700000000010070c6 | None |
513
- | cursor | query | string | No | 游标/Cursor | None | None | None |
514
-
515
- #### Request Body
516
-
517
- None
518
-
519
- #### Success Response
520
-
521
- ##### `200 application/json`
522
-
523
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
524
-
525
- | Field | Type | Required | Description | Default | Example | Enum |
526
- | --- | --- | --- | --- | --- | --- | --- |
527
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
528
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
529
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
530
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
531
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
532
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
533
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
534
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
535
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
536
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
537
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
538
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
539
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
540
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
541
- | data | null | No | The response data \| 响应数据 | None | None | None |
542
-
543
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-home-notes-app"></a>
544
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_home_notes_app`
545
-
546
- - Summary: 获取App用户主页笔记/Fetch App user home notes
547
- - Capabilities: profiles / accounts / content details
548
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
549
- - operationId: `fetch_home_notes_app_api_v1_xiaohongshu_web_v2_fetch_home_notes_app_get`
550
-
551
- #### Notes
552
-
553
- > # [中文]
554
- > ### 用途:
555
- > - 获取App主页笔记
556
- > ### 参数:
557
- > - user_id: 用户ID
558
- > - cursor: 游标
559
- > ### 返回:
560
- > - 主页笔记
561
- >
562
- > # [English]
563
- > ### Purpose:
564
- > - Get home notes
565
- > ### Parameters:
566
- > - user_id: User ID
567
- > - cursor: Cursor
568
- > ### Return:
569
- > - Home notes
570
- >
571
- > # [示例/Example]
572
- > user_id = "5f3e0d00000000001f03a4bc"
573
-
574
- #### Parameters
575
-
576
- | Field | In | Type | Required | Description | Default | Example | Enum |
577
- | --- | --- | --- | --- | --- | --- | --- | --- |
578
- | user_id | query | string | Yes | 用户ID/User ID | None | 5e3a8ee700000000010070c6 | None |
579
- | cursor | query | string | No | 游标/Cursor | None | None | None |
580
-
581
- #### Request Body
582
-
583
- None
584
-
585
- #### Success Response
586
-
587
- ##### `200 application/json`
588
-
589
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
590
-
591
- | Field | Type | Required | Description | Default | Example | Enum |
592
- | --- | --- | --- | --- | --- | --- | --- |
593
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
594
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
595
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
596
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
597
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
598
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
599
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
600
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
601
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
602
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
603
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
604
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
605
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
606
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
607
- | data | null | No | The response data \| 响应数据 | None | None | None |
608
-
609
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-hot-list"></a>
610
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_hot_list`
611
-
612
- - Summary: 获取小红书热榜/Fetch Xiaohongshu hot list
613
- - Capabilities: trends / rankings
614
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
615
- - operationId: `fetch_hot_list_api_v1_xiaohongshu_web_v2_fetch_hot_list_get`
616
-
617
- #### Notes
618
-
619
- > # [中文]
620
- > ### 用途:
621
- > - 获取小红书热榜
622
- > ### 返回:
623
- > - 小红书热榜
624
- >
625
- > # [English]
626
- > ### Purpose:
627
- > - Get Xiaohongshu hot list
628
- > ### Return:
629
- > - Xiaohongshu hot list
630
- >
631
- > # [示例/Example]
632
-
633
- #### Parameters
634
-
635
- None
636
-
637
- #### Request Body
638
-
639
- None
640
-
641
- #### Success Response
642
-
643
- ##### `200 application/json`
644
-
645
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
646
-
647
- | Field | Type | Required | Description | Default | Example | Enum |
648
- | --- | --- | --- | --- | --- | --- | --- |
649
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
650
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
651
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
652
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
653
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
654
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
655
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
656
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
657
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
658
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
659
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
660
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
661
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
662
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
663
- | data | null | No | The response data \| 响应数据 | None | None | None |
664
-
665
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-note-comments"></a>
666
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_note_comments`
667
-
668
- - Summary: 获取笔记评论/Fetch note comments
669
- - Capabilities: comments / content details
670
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
671
- - operationId: `fetch_note_comments_api_v1_xiaohongshu_web_v2_fetch_note_comments_get`
672
-
673
- #### Notes
674
-
675
- > # [中文]
676
- > ### 用途:
677
- > - 获取笔记评论
678
- > ### 参数:
679
- > - note_id: 笔记ID
680
- > - cursor: 游标
681
- > ### 返回:
682
- > - 笔记评论
683
- >
684
- > # [English]
685
- > ### Purpose:
686
- > - Get note comments
687
- > ### Parameters:
688
- > - note_id: Note ID
689
- > - cursor: Cursor
690
- > ### Return:
691
- > - Note comments
692
- >
693
- > # [示例/Example]
694
- > note_id = "651ccaa9000000001f03d7f7"
695
- > cursor = ""
696
-
697
- #### Parameters
698
-
699
- | Field | In | Type | Required | Description | Default | Example | Enum |
700
- | --- | --- | --- | --- | --- | --- | --- | --- |
701
- | note_id | query | string | Yes | 笔记ID/Note ID | None | 651ccaa9000000001f03d7f7 | None |
702
- | cursor | query | string | No | 游标/Cursor | None | None | None |
703
-
704
- #### Request Body
705
-
706
- None
707
-
708
- #### Success Response
709
-
710
- ##### `200 application/json`
711
-
712
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
713
-
714
- | Field | Type | Required | Description | Default | Example | Enum |
715
- | --- | --- | --- | --- | --- | --- | --- |
716
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
717
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
718
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
719
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
720
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
721
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
722
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
723
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
724
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
725
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
726
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
727
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
728
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
729
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
730
- | data | null | No | The response data \| 响应数据 | None | None | None |
731
-
732
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-note-image"></a>
733
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_note_image`
734
-
735
- - Summary: 获取小红书笔记图片/Fetch Xiaohongshu note image
736
- - Capabilities: content details
737
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
738
- - operationId: `fetch_note_image_api_v1_xiaohongshu_web_v2_fetch_note_image_get`
739
-
740
- #### Notes
741
-
742
- > # [中文]
743
- > ### 用途:
744
- > - 获取小红书笔记图片
745
- > ### 参数:
746
- > - note_id: 笔记ID,可以从小红书的分享链接中获取
747
- > ### 返回:
748
- > - 小红书笔记图片
749
- >
750
- > # [English]
751
- > ### Purpose:
752
- > - Get Xiaohongshu note image
753
- > ### Parameters:
754
- > - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
755
- > ### Return:
756
- > - Xiaohongshu note image
757
- >
758
- > # [示例/Example]
759
- > note_id = "66c9cc31000000001f03a4bc"
760
-
761
- #### Parameters
762
-
763
- | Field | In | Type | Required | Description | Default | Example | Enum |
764
- | --- | --- | --- | --- | --- | --- | --- | --- |
765
- | note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
766
-
767
- #### Request Body
768
-
769
- None
770
-
771
- #### Success Response
772
-
773
- ##### `200 application/json`
774
-
775
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
776
-
777
- | Field | Type | Required | Description | Default | Example | Enum |
778
- | --- | --- | --- | --- | --- | --- | --- |
779
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
780
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
781
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
782
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
783
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
784
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
785
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
786
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
787
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
788
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
789
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
790
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
791
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
792
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
793
- | data | null | No | The response data \| 响应数据 | None | None | None |
794
-
795
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-product-list"></a>
796
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_product_list`
797
-
798
- - Summary: 获取小红书商品列表/Fetch Xiaohongshu product list
799
- - Capabilities: commerce
800
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
801
- - operationId: `fetch_product_list_api_v1_xiaohongshu_web_v2_fetch_product_list_get`
802
-
803
- #### Notes
804
-
805
- > # [中文]
806
- > ### 用途:
807
- > - 获取小红书商品列表
808
- > ### 参数:
809
- > - user_id: 用户ID
810
- > - page: 页码
811
- > ### 返回:
812
- > - 小红书商品列表
813
- >
814
- > # [English]
815
- > ### Purpose:
816
- > - Get Xiaohongshu product list
817
- > ### Parameters:
818
- > - user_id: User ID
819
- > - page: Page number
820
- > ### Return:
821
- > - Xiaohongshu product list
822
- >
823
- > # [示例/Example]
824
- > user_id = "627e35aa00000000210275ae"
825
- > page = "1"
826
-
827
- #### Parameters
828
-
829
- | Field | In | Type | Required | Description | Default | Example | Enum |
830
- | --- | --- | --- | --- | --- | --- | --- | --- |
831
- | user_id | query | string | Yes | 用户ID/User ID | None | 627e35aa00000000210275ae | None |
832
- | page | query | string | No | 页码/Page number | 1 | None | None |
833
-
834
- #### Request Body
835
-
836
- None
837
-
838
- #### Success Response
839
-
840
- ##### `200 application/json`
841
-
842
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
843
-
844
- | Field | Type | Required | Description | Default | Example | Enum |
845
- | --- | --- | --- | --- | --- | --- | --- |
846
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
847
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
848
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
849
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
850
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
851
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
852
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
853
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
854
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
855
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
856
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
857
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
858
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
859
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
860
- | data | null | No | The response data \| 响应数据 | None | None | None |
861
-
862
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-search-notes"></a>
863
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_search_notes`
864
-
865
- - Summary: 获取搜索笔记/Fetch search notes
866
- - Capabilities: search / content details
867
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
868
- - operationId: `fetch_search_notes_api_v1_xiaohongshu_web_v2_fetch_search_notes_get`
869
-
870
- #### Notes
871
-
872
- > # [中文]
873
- > ### 用途:
874
- > - 获取搜索笔记
875
- > ### 参数:
876
- > - keywords:搜索关键词
877
- > - sort_type:排序方式
878
- > - general:综合
879
- > - time_descending:最新
880
- > - popularity_descending:最热
881
- > - note_type: 笔记类型
882
- > - 0:全部
883
- > - 1:视频
884
- > - 2:图文
885
- > ### 返回:
886
- > - 搜索笔记
887
- >
888
- > # [English]
889
- > ### Purpose:
890
- > - Get search notes
891
- > ### Parameters:
892
- > - keywords: Search keywords
893
- > - sort_type: Sort type
894
- > - general: General
895
- > - time_descending: Latest
896
- > - popularity_descending: Popular
897
- > - note_type: Note type
898
- > - 0: All
899
- > - 1: Video
900
- > - 2: Note
901
- > ### Return:
902
- > - Search notes
903
- >
904
- > # [示例/Example]
905
- > keywords = "口红"
906
- > page = 1
907
- > sort_type = "general"
908
- > note_type = "1"
909
-
910
- #### Parameters
911
-
912
- | Field | In | Type | Required | Description | Default | Example | Enum |
913
- | --- | --- | --- | --- | --- | --- | --- | --- |
914
- | keywords | query | string | Yes | 搜索关键词/Search keywords | None | 口红 | None |
915
- | page | query | integer | No | 页码/Page number | 1 | None | None |
916
- | sort_type | query | string | No | 排序方式/Sort type | general | None | None |
917
- | note_type | query | string | No | 笔记类型/Note type | 0 | None | None |
918
-
919
- #### Request Body
920
-
921
- None
922
-
923
- #### Success Response
924
-
925
- ##### `200 application/json`
926
-
927
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
928
-
929
- | Field | Type | Required | Description | Default | Example | Enum |
930
- | --- | --- | --- | --- | --- | --- | --- |
931
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
932
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
933
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
934
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
935
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
936
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
937
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
938
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
939
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
940
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
941
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
942
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
943
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
944
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
945
- | data | null | No | The response data \| 响应数据 | None | None | None |
946
-
947
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-search-users"></a>
948
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_search_users`
949
-
950
- - Summary: 获取搜索用户/Fetch search users
951
- - Capabilities: search / profiles / accounts
952
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
953
- - operationId: `fetch_search_notes_api_v1_xiaohongshu_web_v2_fetch_search_users_get`
954
-
955
- #### Notes
956
-
957
- > # [中文]
958
- > ### 用途:
959
- > - 获取搜索用户
960
- > ### 参数:
961
- > - keywords:搜索关键词
962
- > - page:页码
963
- > ### 返回:
964
- > - 搜索用户
965
- >
966
- > # [English]
967
- > ### Purpose:
968
- > - Get search users
969
- > ### Parameters:
970
- > - keywords: Search keywords
971
- > - page: Page number
972
- > ### Return:
973
- > - Search users
974
- >
975
- > # [示例/Example]
976
- > keywords = "口红"
977
- > page = 1
978
-
979
- #### Parameters
980
-
981
- | Field | In | Type | Required | Description | Default | Example | Enum |
982
- | --- | --- | --- | --- | --- | --- | --- | --- |
983
- | keywords | query | string | Yes | 搜索关键词/Search keywords | None | 口红 | None |
984
- | page | query | integer | No | 页码/Page number | 1 | None | None |
985
-
986
- #### Request Body
987
-
988
- None
989
-
990
- #### Success Response
991
-
992
- ##### `200 application/json`
993
-
994
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
995
-
996
- | Field | Type | Required | Description | Default | Example | Enum |
997
- | --- | --- | --- | --- | --- | --- | --- |
998
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
999
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1000
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1001
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1002
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1003
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1004
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1005
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1006
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1007
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1008
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1009
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1010
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1011
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1012
- | data | null | No | The response data \| 响应数据 | None | None | None |
1013
-
1014
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-sub-comments"></a>
1015
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_sub_comments`
1016
-
1017
- - Summary: 获取子评论/Fetch sub comments
1018
- - Capabilities: comments
1019
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1020
- - operationId: `fetch_sub_comments_api_v1_xiaohongshu_web_v2_fetch_sub_comments_get`
1021
-
1022
- #### Notes
1023
-
1024
- > # [中文]
1025
- > ### 用途:
1026
- > - 获取子评论
1027
- > ### 参数:
1028
- > - note_id: 笔记ID
1029
- > - comment_id: 评论ID
1030
- > - cursor: 游标
1031
- > ### 返回:
1032
- > - 子评论
1033
- >
1034
- > # [English]
1035
- > ### Purpose:
1036
- > - Get sub comments
1037
- > ### Parameters:
1038
- > - note_id: Note ID
1039
- > - comment_id: Comment ID
1040
- > - cursor: Cursor
1041
- > ### Return:
1042
- > - Sub comments
1043
- >
1044
- > # [示例/Example]
1045
- > note_id = "673c894c0000000007033f92"
1046
- > comment_id = "673ecdfc000000001503bf8b"
1047
- > cursor = ""
1048
-
1049
- #### Parameters
1050
-
1051
- | Field | In | Type | Required | Description | Default | Example | Enum |
1052
- | --- | --- | --- | --- | --- | --- | --- | --- |
1053
- | note_id | query | string | Yes | 笔记ID/Note ID | None | 673c894c0000000007033f92 | None |
1054
- | comment_id | query | string | Yes | 评论ID/Comment ID | None | 673ecdfc000000001503bf8b | None |
1055
- | cursor | query | string | No | 游标/Cursor | None | None | None |
1056
-
1057
- #### Request Body
1058
-
1059
- None
1060
-
1061
- #### Success Response
1062
-
1063
- ##### `200 application/json`
1064
-
1065
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1066
-
1067
- | Field | Type | Required | Description | Default | Example | Enum |
1068
- | --- | --- | --- | --- | --- | --- | --- |
1069
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1070
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1071
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1072
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1073
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1074
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1075
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1076
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1077
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1078
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1079
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1080
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1081
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1082
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1083
- | data | null | No | The response data \| 响应数据 | None | None | None |
1084
-
1085
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-user-info"></a>
1086
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_user_info`
1087
-
1088
- - Summary: 获取用户信息/Fetch user info
1089
- - Capabilities: profiles / accounts
1090
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1091
- - operationId: `fetch_user_info_api_v1_xiaohongshu_web_v2_fetch_user_info_get`
1092
-
1093
- #### Notes
1094
-
1095
- > # [中文]
1096
- > ### 用途:
1097
- > - 获取用户信息
1098
- > ### 参数:
1099
- > - user_id: 用户ID
1100
- > ### 返回:
1101
- > - 用户信息
1102
- >
1103
- > # [English]
1104
- > ### Purpose:
1105
- > - Get user info
1106
- > ### Parameters:
1107
- > - user_id: User ID
1108
- > ### Return:
1109
- > - User info
1110
- >
1111
- > # [示例/Example]
1112
- > user_id = "5e3a8ee700000000010070c6"
1113
-
1114
- #### Parameters
1115
-
1116
- | Field | In | Type | Required | Description | Default | Example | Enum |
1117
- | --- | --- | --- | --- | --- | --- | --- | --- |
1118
- | user_id | query | string | Yes | 用户ID/User ID | None | 5e3a8ee700000000010070c6 | None |
1119
-
1120
- #### Request Body
1121
-
1122
- None
1123
-
1124
- #### Success Response
1125
-
1126
- ##### `200 application/json`
1127
-
1128
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1129
-
1130
- | Field | Type | Required | Description | Default | Example | Enum |
1131
- | --- | --- | --- | --- | --- | --- | --- |
1132
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1133
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1134
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1135
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1136
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1137
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1138
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1139
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1140
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1141
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1142
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1143
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1144
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1145
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1146
- | data | null | No | The response data \| 响应数据 | None | None | None |
1147
-
1148
- <a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-user-info-app"></a>
1149
- ### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_user_info_app`
1150
-
1151
- - Summary: 获取App用户信息/Fetch App user info
1152
- - Capabilities: profiles / accounts
1153
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1154
- - operationId: `fetch_user_info_api_v1_xiaohongshu_web_v2_fetch_user_info_app_get`
1155
-
1156
- #### Notes
1157
-
1158
- > # [中文]
1159
- > ### 用途:
1160
- > - 获取用户信息
1161
- > ### 参数:
1162
- > - user_id: 用户ID
1163
- > ### 返回:
1164
- > - 用户信息
1165
- >
1166
- > # [English]
1167
- > ### Purpose:
1168
- > - Get user info
1169
- > ### Parameters:
1170
- > - user_id: User ID
1171
- > ### Return:
1172
- > - User info
1173
- >
1174
- > # [示例/Example]
1175
- > user_id = "5e3a8ee700000000010070c6"
1176
-
1177
- #### Parameters
1178
-
1179
- | Field | In | Type | Required | Description | Default | Example | Enum |
1180
- | --- | --- | --- | --- | --- | --- | --- | --- |
1181
- | user_id | query | string | Yes | 用户ID/User ID | None | 5e3a8ee700000000010070c6 | None |
1182
-
1183
- #### Request Body
1184
-
1185
- None
1186
-
1187
- #### Success Response
1188
-
1189
- ##### `200 application/json`
1190
-
1191
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1192
-
1193
- | Field | Type | Required | Description | Default | Example | Enum |
1194
- | --- | --- | --- | --- | --- | --- | --- |
1195
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1196
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1197
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1198
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1199
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1200
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1201
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1202
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1203
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1204
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1205
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1206
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1207
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1208
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1209
- | data | null | No | The response data \| 响应数据 | None | None | None |