@tikomni/skills 0.1.0

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 (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,1209 @@
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 |