@tikomni/skills 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (474) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -5
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +98 -2
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +106 -141
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +3 -1
  30. package/skills/{creator-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  33. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  34. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  36. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  37. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  38. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  39. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +58 -149
  40. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  41. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +30 -119
  42. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  43. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  45. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  46. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  47. package/skills/creator-analysis/SKILL.md +0 -95
  48. package/skills/creator-analysis/agents/openai.yaml +0 -4
  49. package/skills/creator-analysis/env.example +0 -36
  50. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  51. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  52. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  53. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  54. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  55. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  56. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  57. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  59. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  60. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  61. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  63. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  64. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  65. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  66. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  67. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  68. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  69. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  71. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  72. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  73. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  74. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  75. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  76. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  77. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  78. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  79. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  80. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  81. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  82. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  83. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  84. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  85. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  86. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  87. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  88. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  89. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  90. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  91. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  92. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  93. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  94. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  96. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  100. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  101. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  103. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  104. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  105. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  106. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  107. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  108. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  109. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  110. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  113. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  114. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  116. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  117. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  118. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  119. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  120. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  121. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  122. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  123. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  124. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  125. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  126. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  127. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  128. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  129. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  130. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  131. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  132. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  133. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  134. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  135. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  136. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  137. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  138. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  139. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  140. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  141. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  142. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  143. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  144. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  145. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  146. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  147. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  148. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  149. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  153. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  154. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  155. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  156. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  157. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  158. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  159. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  160. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  161. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  162. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  163. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  164. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  165. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  167. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  168. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  169. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  170. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  171. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  172. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  173. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  174. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  175. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  176. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  177. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  178. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  179. package/skills/creator-analysis/references/workflow.md +0 -23
  180. package/skills/creator-analysis/scripts/__init__.py +0 -0
  181. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  185. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  186. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  187. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  188. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  189. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  190. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  191. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  194. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  195. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  196. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  197. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  198. package/skills/creator-analysis/scripts/core/tikomni_common.py +0 -588
  199. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  200. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  202. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  203. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  205. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  207. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  208. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  209. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  210. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  211. package/skills/meta-capability/SKILL.md +0 -69
  212. package/skills/meta-capability/agents/openai.yaml +0 -4
  213. package/skills/meta-capability/env.example +0 -42
  214. package/skills/meta-capability/references/api-capability-index.md +0 -92
  215. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  216. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  217. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  218. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  219. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  220. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  222. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  223. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  224. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  226. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  227. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  228. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  229. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  230. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  231. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  232. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  233. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  234. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  235. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  236. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  237. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  238. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  239. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  240. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  241. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  242. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  243. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  244. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  245. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  246. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  247. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  248. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  249. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  250. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  251. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  252. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  253. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  254. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  255. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  256. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  257. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  258. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  259. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  263. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  264. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  265. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  266. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  267. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  268. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  269. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  270. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  271. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  272. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  273. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  274. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  276. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  277. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  279. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  280. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  281. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  282. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  283. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  284. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  285. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  286. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  287. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  288. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  289. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  290. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  291. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  292. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  293. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  294. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  295. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  296. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  297. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  298. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  299. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  300. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  301. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  302. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  303. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  304. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  305. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  306. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  307. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  308. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  309. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  310. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  311. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  312. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  316. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  317. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  318. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  319. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  320. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  321. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  322. package/skills/meta-capability/references/dispatch.md +0 -27
  323. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  324. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  325. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  326. package/skills/meta-capability/scripts/__init__.py +0 -1
  327. package/skills/meta-capability/scripts/call_route.py +0 -141
  328. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  329. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  330. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  331. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  332. package/skills/meta-capability/scripts/test_auth.py +0 -98
  333. package/skills/single-work-analysis/SKILL.md +0 -62
  334. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  335. package/skills/single-work-analysis/env.example +0 -36
  336. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  337. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  339. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  340. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  341. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  342. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  344. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  345. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  346. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  348. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  349. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  350. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  353. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  354. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  356. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  357. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  358. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  359. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  360. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  361. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  362. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  363. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  364. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  366. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  373. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  375. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  376. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  377. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  378. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  379. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  381. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  385. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  386. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  388. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  389. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  390. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  391. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  392. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  393. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  394. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  395. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  398. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  399. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  401. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  402. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  403. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  404. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  405. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  406. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  407. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  409. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  410. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  411. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  412. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  413. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  414. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  415. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  416. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  417. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  418. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  419. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  420. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  421. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  422. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  423. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  424. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  425. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  426. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  427. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  428. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  429. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  430. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  431. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  432. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  434. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  438. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  439. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  441. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  442. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  443. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  444. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -47
  445. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  446. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  447. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  448. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  449. package/skills/single-work-analysis/references/prompt-contracts/analysis-bundle.md +0 -82
  450. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  451. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  452. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  453. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  454. package/skills/single-work-analysis/scripts/core/analysis_adapter.py +0 -384
  455. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -456
  456. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  457. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  458. package/skills/single-work-analysis/scripts/core/progress_report.py +0 -258
  459. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -220
  460. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  461. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  462. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  463. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  464. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  465. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  466. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  468. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -752
  469. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  470. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  471. /package/skills/{single-work-analysis → social-media-crawl}/scripts/core/tikomni_common.py +0 -0
  472. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  473. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  474. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,934 +0,0 @@
1
- # Xiaohongshu-App-V2-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/xiaohongshu-app-v2-api.md`
5
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md`](../api-contracts/xiaohongshu-app-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: `21`
9
- - Common capabilities: content details / commerce / search / details / profiles / accounts / creators
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `source`, `share_text`, `cursor`, `note_id`, `page`, `keyword`, `search_id`, `sku_id`, `user_id`, `tab`
12
- - Tag description: **(小红书App V2数据接口/Xiaohongshu-App-V2-API data endpoints)** ⭐ 推荐优先使用/Recommended first choice - 稳定性最高、功能最全/Most stable and feature-rich
13
-
14
- ## Routes
15
-
16
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_creator_hot_inspiration_feed`
17
-
18
- - Summary: 获取创作者热点灵感列表/Get creator hot inspiration feed
19
- - Capabilities: trends / rankings / creators
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `get_creator_hot_inspiration_feed_api_v1_xiaohongshu_app_v2_get_creator_hot_inspiration_feed_get`
22
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-creator-hot-inspiration-feed`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-creator-hot-inspiration-feed)
23
-
24
- #### Parameters
25
-
26
- | Field | In | Type | Required | Description |
27
- | --- | --- | --- | --- | --- |
28
- | cursor | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
29
-
30
- #### Request Body
31
-
32
- None
33
-
34
- #### Success Response
35
-
36
- ##### `200 application/json`
37
-
38
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
39
-
40
- | Field | Type | Required | Description |
41
- | --- | --- | --- | --- |
42
- | code | integer | No | HTTP status code \| HTTP状态码 |
43
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
44
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
45
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
46
- | support | string | No | Support message \| 支持消息 |
47
- | time | string | No | The time the response was generated \| 生成响应的时间 |
48
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
49
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
50
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
51
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
52
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
53
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
54
-
55
- - Fields truncated: this layer shows only the first `12` rows.
56
-
57
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_creator_inspiration_feed`
58
-
59
- - Summary: 获取创作者推荐灵感列表/Get creator inspiration feed
60
- - Capabilities: creators
61
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
62
- - operationId: `get_creator_inspiration_feed_api_v1_xiaohongshu_app_v2_get_creator_inspiration_feed_get`
63
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-creator-inspiration-feed`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-creator-inspiration-feed)
64
-
65
- #### Parameters
66
-
67
- | Field | In | Type | Required | Description |
68
- | --- | --- | --- | --- | --- |
69
- | cursor | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
70
- | tab | query | integer | No | 标签类型/Tab type |
71
- | source | query | string | No | 来源/Source |
72
-
73
- #### Request Body
74
-
75
- None
76
-
77
- #### Success Response
78
-
79
- ##### `200 application/json`
80
-
81
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
82
-
83
- | Field | Type | Required | Description |
84
- | --- | --- | --- | --- |
85
- | code | integer | No | HTTP status code \| HTTP状态码 |
86
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
87
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
88
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
89
- | support | string | No | Support message \| 支持消息 |
90
- | time | string | No | The time the response was generated \| 生成响应的时间 |
91
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
92
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
93
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
94
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
95
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
96
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
97
-
98
- - Fields truncated: this layer shows only the first `12` rows.
99
-
100
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_image_note_detail`
101
-
102
- - Summary: 获取图文笔记详情/Get image note detail
103
- - Capabilities: content details / details
104
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
105
- - operationId: `get_image_note_detail_api_v1_xiaohongshu_app_v2_get_image_note_detail_get`
106
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-image-note-detail`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-image-note-detail)
107
-
108
- #### Parameters
109
-
110
- | Field | In | Type | Required | Description |
111
- | --- | --- | --- | --- | --- |
112
- | note_id | query | string | No | 笔记ID/Note ID |
113
- | share_text | query | string | No | 分享链接/Share link |
114
-
115
- #### Request Body
116
-
117
- None
118
-
119
- #### Success Response
120
-
121
- ##### `200 application/json`
122
-
123
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
124
-
125
- | Field | Type | Required | Description |
126
- | --- | --- | --- | --- |
127
- | code | integer | No | HTTP status code \| HTTP状态码 |
128
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
129
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
130
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
131
- | support | string | No | Support message \| 支持消息 |
132
- | time | string | No | The time the response was generated \| 生成响应的时间 |
133
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
134
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
135
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
136
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
137
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
138
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
139
-
140
- - Fields truncated: this layer shows only the first `12` rows.
141
-
142
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_mixed_note_detail`
143
-
144
- - Summary: 获取首页推荐流笔记详情/Get mixed note detail from feed
145
- - Capabilities: content details / details
146
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
147
- - operationId: `get_mixed_note_detail_api_v1_xiaohongshu_app_v2_get_mixed_note_detail_get`
148
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-mixed-note-detail`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-mixed-note-detail)
149
-
150
- #### Parameters
151
-
152
- | Field | In | Type | Required | Description |
153
- | --- | --- | --- | --- | --- |
154
- | note_id | query | string | No | 笔记ID/Note ID |
155
- | share_text | query | string | No | 分享链接/Share link |
156
-
157
- #### Request Body
158
-
159
- None
160
-
161
- #### Success Response
162
-
163
- ##### `200 application/json`
164
-
165
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
166
-
167
- | Field | Type | Required | Description |
168
- | --- | --- | --- | --- |
169
- | code | integer | No | HTTP status code \| HTTP状态码 |
170
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
171
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
172
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
173
- | support | string | No | Support message \| 支持消息 |
174
- | time | string | No | The time the response was generated \| 生成响应的时间 |
175
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
176
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
177
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
178
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
179
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
180
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
181
-
182
- - Fields truncated: this layer shows only the first `12` rows.
183
-
184
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_note_comments`
185
-
186
- - Summary: 获取笔记评论列表/Get note comments
187
- - Capabilities: comments / content details
188
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
189
- - operationId: `get_note_comments_api_v1_xiaohongshu_app_v2_get_note_comments_get`
190
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-note-comments`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-note-comments)
191
-
192
- #### Parameters
193
-
194
- | Field | In | Type | Required | Description |
195
- | --- | --- | --- | --- | --- |
196
- | note_id | query | string | No | 笔记ID/Note ID |
197
- | share_text | query | string | No | 分享链接/Share link |
198
- | cursor | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
199
- | index | query | integer | No | 评论索引,首次请求传0/Comment index, pass 0 for first request |
200
- | sort_strategy | query | string | No | 排序策略/Sort strategy: default, latest_v2, like_count |
201
-
202
- #### Request Body
203
-
204
- None
205
-
206
- #### Success Response
207
-
208
- ##### `200 application/json`
209
-
210
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
211
-
212
- | Field | Type | Required | Description |
213
- | --- | --- | --- | --- |
214
- | code | integer | No | HTTP status code \| HTTP状态码 |
215
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
216
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
217
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
218
- | support | string | No | Support message \| 支持消息 |
219
- | time | string | No | The time the response was generated \| 生成响应的时间 |
220
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
221
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
222
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
223
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
224
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
225
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
226
-
227
- - Fields truncated: this layer shows only the first `12` rows.
228
-
229
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_note_sub_comments`
230
-
231
- - Summary: 获取笔记二级评论列表/Get note sub comments
232
- - Capabilities: comments / content details
233
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
234
- - operationId: `get_note_sub_comments_api_v1_xiaohongshu_app_v2_get_note_sub_comments_get`
235
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-note-sub-comments`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-note-sub-comments)
236
-
237
- #### Parameters
238
-
239
- | Field | In | Type | Required | Description |
240
- | --- | --- | --- | --- | --- |
241
- | note_id | query | string | No | 笔记ID/Note ID |
242
- | share_text | query | string | No | 分享链接/Share link |
243
- | comment_id | query | string | Yes | 父评论ID/Parent comment ID |
244
- | cursor | query | string | No | 分页游标,首次留空,翻页时从$.data.data.cursor中提取cursor值/Pagination cursor, leave empty for first request, extract cursor from $.data… |
245
- | index | query | integer | No | 分页索引,首次传1,翻页时从$.data.data.cursor中提取index值/Pagination index, pass 1 for first request, extract index from $.data.cursor… |
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 |
258
- | --- | --- | --- | --- |
259
- | code | integer | No | HTTP status code \| HTTP状态码 |
260
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
261
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
262
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
263
- | support | string | No | Support message \| 支持消息 |
264
- | time | string | No | The time the response was generated \| 生成响应的时间 |
265
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
266
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
267
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
268
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
269
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
270
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
271
-
272
- - Fields truncated: this layer shows only the first `12` rows.
273
-
274
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_product_detail`
275
-
276
- - Summary: 获取商品详情/Get product detail
277
- - Capabilities: details / commerce
278
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
279
- - operationId: `get_product_detail_api_v1_xiaohongshu_app_v2_get_product_detail_get`
280
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-detail`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-detail)
281
-
282
- #### Parameters
283
-
284
- | Field | In | Type | Required | Description |
285
- | --- | --- | --- | --- | --- |
286
- | sku_id | query | string | Yes | 商品SKU ID/Product SKU ID |
287
- | source | query | string | No | 来源/Source |
288
- | pre_page | query | string | No | 前置页面/Previous page |
289
-
290
- #### Request Body
291
-
292
- None
293
-
294
- #### Success Response
295
-
296
- ##### `200 application/json`
297
-
298
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
299
-
300
- | Field | Type | Required | Description |
301
- | --- | --- | --- | --- |
302
- | code | integer | No | HTTP status code \| HTTP状态码 |
303
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
304
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
305
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
306
- | support | string | No | Support message \| 支持消息 |
307
- | time | string | No | The time the response was generated \| 生成响应的时间 |
308
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
309
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
310
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
311
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
312
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
313
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
314
-
315
- - Fields truncated: this layer shows only the first `12` rows.
316
-
317
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_product_recommendations`
318
-
319
- - Summary: 获取商品推荐列表/Get product recommendations
320
- - Capabilities: commerce
321
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
322
- - operationId: `get_product_recommendations_api_v1_xiaohongshu_app_v2_get_product_recommendations_get`
323
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-recommendations`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-recommendations)
324
-
325
- #### Parameters
326
-
327
- | Field | In | Type | Required | Description |
328
- | --- | --- | --- | --- | --- |
329
- | sku_id | query | string | Yes | 商品SKU ID/Product SKU ID |
330
- | cursor_score | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
331
- | region | query | string | No | 地区/Region |
332
-
333
- #### Request Body
334
-
335
- None
336
-
337
- #### Success Response
338
-
339
- ##### `200 application/json`
340
-
341
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
342
-
343
- | Field | Type | Required | Description |
344
- | --- | --- | --- | --- |
345
- | code | integer | No | HTTP status code \| HTTP状态码 |
346
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
347
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
348
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
349
- | support | string | No | Support message \| 支持消息 |
350
- | time | string | No | The time the response was generated \| 生成响应的时间 |
351
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
352
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
353
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
354
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
355
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
356
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
357
-
358
- - Fields truncated: this layer shows only the first `12` rows.
359
-
360
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_product_review_overview`
361
-
362
- - Summary: 获取商品评论总览/Get product review overview
363
- - Capabilities: commerce
364
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
365
- - operationId: `get_product_review_overview_api_v1_xiaohongshu_app_v2_get_product_review_overview_get`
366
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-review-overview`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-review-overview)
367
-
368
- #### Parameters
369
-
370
- | Field | In | Type | Required | Description |
371
- | --- | --- | --- | --- | --- |
372
- | sku_id | query | string | Yes | 商品SKU ID/Product SKU ID |
373
- | tab | query | integer | No | 标签类型/Tab type |
374
-
375
- #### Request Body
376
-
377
- None
378
-
379
- #### Success Response
380
-
381
- ##### `200 application/json`
382
-
383
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
384
-
385
- | Field | Type | Required | Description |
386
- | --- | --- | --- | --- |
387
- | code | integer | No | HTTP status code \| HTTP状态码 |
388
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
389
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
390
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
391
- | support | string | No | Support message \| 支持消息 |
392
- | time | string | No | The time the response was generated \| 生成响应的时间 |
393
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
394
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
395
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
396
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
397
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
398
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
399
-
400
- - Fields truncated: this layer shows only the first `12` rows.
401
-
402
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_product_reviews`
403
-
404
- - Summary: 获取商品评论列表/Get product reviews
405
- - Capabilities: commerce
406
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
407
- - operationId: `get_product_reviews_api_v1_xiaohongshu_app_v2_get_product_reviews_get`
408
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-reviews`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-reviews)
409
-
410
- #### Parameters
411
-
412
- | Field | In | Type | Required | Description |
413
- | --- | --- | --- | --- | --- |
414
- | sku_id | query | string | Yes | 商品SKU ID/Product SKU ID |
415
- | page | query | integer | No | 页码,从0开始/Page number, start from 0 |
416
- | sort_strategy_type | query | integer | No | 排序策略:0=综合排序, 1=最新排序/Sort strategy: 0=general, 1=latest |
417
- | share_pics_only | query | integer | No | 仅看有图评论:0=否, 1=是/Show reviews with images only: 0=no, 1=yes |
418
- | from_page | query | string | No | 来源页面/From page |
419
-
420
- #### Request Body
421
-
422
- None
423
-
424
- #### Success Response
425
-
426
- ##### `200 application/json`
427
-
428
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
429
-
430
- | Field | Type | Required | Description |
431
- | --- | --- | --- | --- |
432
- | code | integer | No | HTTP status code \| HTTP状态码 |
433
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
434
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
435
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
436
- | support | string | No | Support message \| 支持消息 |
437
- | time | string | No | The time the response was generated \| 生成响应的时间 |
438
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
439
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
440
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
441
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
442
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
443
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
444
-
445
- - Fields truncated: this layer shows only the first `12` rows.
446
-
447
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_topic_feed`
448
-
449
- - Summary: 获取话题笔记列表/Get topic feed
450
- - Capabilities: topics
451
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
452
- - operationId: `get_topic_feed_api_v1_xiaohongshu_app_v2_get_topic_feed_get`
453
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-topic-feed`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-topic-feed)
454
-
455
- #### Parameters
456
-
457
- | Field | In | Type | Required | Description |
458
- | --- | --- | --- | --- | --- |
459
- | page_id | query | string | Yes | 话题页面ID/Topic page ID |
460
- | sort | query | string | No | 排序方式/Sort: trend(最热), time(最新) |
461
- | cursor_score | query | string | No | 分页游标分数,翻页时传入/Pagination cursor score for next page |
462
- | last_note_id | query | string | No | 上一页最后一条笔记ID,翻页时传入/Last note ID from previous page |
463
- | last_note_ct | query | string | No | 上一页最后一条笔记创建时间,翻页时传入/Last note create time from previous page |
464
- | session_id | query | string | No | 会话ID,翻页时保持一致/Session ID, keep consistent for pagination |
465
- | first_load_time | query | string | No | 首次加载时间戳,翻页时保持一致/First load timestamp, keep consistent for pagination |
466
- | source | query | string | No | 来源/Source |
467
-
468
- #### Request Body
469
-
470
- None
471
-
472
- #### Success Response
473
-
474
- ##### `200 application/json`
475
-
476
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
477
-
478
- | Field | Type | Required | Description |
479
- | --- | --- | --- | --- |
480
- | code | integer | No | HTTP status code \| HTTP状态码 |
481
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
482
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
483
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
484
- | support | string | No | Support message \| 支持消息 |
485
- | time | string | No | The time the response was generated \| 生成响应的时间 |
486
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
487
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
488
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
489
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
490
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
491
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
492
-
493
- - Fields truncated: this layer shows only the first `12` rows.
494
-
495
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_topic_info`
496
-
497
- - Summary: 获取话题详情/Get topic info
498
- - Capabilities: topics
499
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
500
- - operationId: `get_topic_info_api_v1_xiaohongshu_app_v2_get_topic_info_get`
501
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-topic-info`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-topic-info)
502
-
503
- #### Parameters
504
-
505
- | Field | In | Type | Required | Description |
506
- | --- | --- | --- | --- | --- |
507
- | page_id | query | string | Yes | 话题页面ID/Topic page ID |
508
- | source | query | string | No | 来源/Source |
509
- | note_id | query | string | No | 来源笔记ID,从笔记跳转到话题时传入/Source note ID, pass when jumping from note to topic |
510
-
511
- #### Request Body
512
-
513
- None
514
-
515
- #### Success Response
516
-
517
- ##### `200 application/json`
518
-
519
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
520
-
521
- | Field | Type | Required | Description |
522
- | --- | --- | --- | --- |
523
- | code | integer | No | HTTP status code \| HTTP状态码 |
524
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
525
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
526
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
527
- | support | string | No | Support message \| 支持消息 |
528
- | time | string | No | The time the response was generated \| 生成响应的时间 |
529
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
530
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
531
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
532
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
533
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
534
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
535
-
536
- - Fields truncated: this layer shows only the first `12` rows.
537
-
538
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_user_faved_notes`
539
-
540
- - Summary: 获取用户收藏笔记列表/Get user faved notes
541
- - Capabilities: profiles / accounts / content details
542
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
543
- - operationId: `get_user_faved_notes_api_v1_xiaohongshu_app_v2_get_user_faved_notes_get`
544
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-faved-notes`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-faved-notes)
545
-
546
- #### Parameters
547
-
548
- | Field | In | Type | Required | Description |
549
- | --- | --- | --- | --- | --- |
550
- | user_id | query | string | No | 用户ID/User ID |
551
- | share_text | query | string | No | 分享链接/Share link |
552
- | cursor | query | string | No | 分页游标,首次请求留空,翻页时传入上一页最后一条笔记的note_id/Pagination cursor, leave empty for first request, pass last note_id from previous pa… |
553
-
554
- #### Request Body
555
-
556
- None
557
-
558
- #### Success Response
559
-
560
- ##### `200 application/json`
561
-
562
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
563
-
564
- | Field | Type | Required | Description |
565
- | --- | --- | --- | --- |
566
- | code | integer | No | HTTP status code \| HTTP状态码 |
567
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
568
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
569
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
570
- | support | string | No | Support message \| 支持消息 |
571
- | time | string | No | The time the response was generated \| 生成响应的时间 |
572
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
573
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
574
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
575
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
576
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
577
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
578
-
579
- - Fields truncated: this layer shows only the first `12` rows.
580
-
581
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_user_info`
582
-
583
- - Summary: 获取用户信息/Get user info
584
- - Capabilities: profiles / accounts
585
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
586
- - operationId: `get_user_info_api_v1_xiaohongshu_app_v2_get_user_info_get`
587
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-info`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-info)
588
-
589
- #### Parameters
590
-
591
- | Field | In | Type | Required | Description |
592
- | --- | --- | --- | --- | --- |
593
- | user_id | query | string | No | 用户ID/User ID |
594
- | share_text | query | string | No | 分享链接/Share link |
595
-
596
- #### Request Body
597
-
598
- None
599
-
600
- #### Success Response
601
-
602
- ##### `200 application/json`
603
-
604
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
605
-
606
- | Field | Type | Required | Description |
607
- | --- | --- | --- | --- |
608
- | code | integer | No | HTTP status code \| HTTP状态码 |
609
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
610
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
611
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
612
- | support | string | No | Support message \| 支持消息 |
613
- | time | string | No | The time the response was generated \| 生成响应的时间 |
614
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
615
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
616
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
617
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
618
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
619
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
620
-
621
- - Fields truncated: this layer shows only the first `12` rows.
622
-
623
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_user_posted_notes`
624
-
625
- - Summary: 获取用户笔记列表/Get user posted notes
626
- - Capabilities: profiles / accounts / content details
627
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
628
- - operationId: `get_user_posted_notes_api_v1_xiaohongshu_app_v2_get_user_posted_notes_get`
629
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-posted-notes`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-posted-notes)
630
-
631
- #### Parameters
632
-
633
- | Field | In | Type | Required | Description |
634
- | --- | --- | --- | --- | --- |
635
- | user_id | query | string | No | 用户ID/User ID |
636
- | share_text | query | string | No | 分享链接/Share link |
637
- | cursor | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
638
-
639
- #### Request Body
640
-
641
- None
642
-
643
- #### Success Response
644
-
645
- ##### `200 application/json`
646
-
647
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
648
-
649
- | Field | Type | Required | Description |
650
- | --- | --- | --- | --- |
651
- | code | integer | No | HTTP status code \| HTTP状态码 |
652
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
653
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
654
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
655
- | support | string | No | Support message \| 支持消息 |
656
- | time | string | No | The time the response was generated \| 生成响应的时间 |
657
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
658
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
659
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
660
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
661
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
662
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
663
-
664
- - Fields truncated: this layer shows only the first `12` rows.
665
-
666
- ### `GET /api/u1/v1/xiaohongshu/app_v2/get_video_note_detail`
667
-
668
- - Summary: 获取视频笔记详情/Get video note detail
669
- - Capabilities: content details / details
670
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
671
- - operationId: `get_video_note_detail_api_v1_xiaohongshu_app_v2_get_video_note_detail_get`
672
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-video-note-detail`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-video-note-detail)
673
-
674
- #### Parameters
675
-
676
- | Field | In | Type | Required | Description |
677
- | --- | --- | --- | --- | --- |
678
- | note_id | query | string | No | 笔记ID/Note ID |
679
- | share_text | query | string | No | 分享链接/Share link |
680
-
681
- #### Request Body
682
-
683
- None
684
-
685
- #### Success Response
686
-
687
- ##### `200 application/json`
688
-
689
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
690
-
691
- | Field | Type | Required | Description |
692
- | --- | --- | --- | --- |
693
- | code | integer | No | HTTP status code \| HTTP状态码 |
694
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
695
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
696
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
697
- | support | string | No | Support message \| 支持消息 |
698
- | time | string | No | The time the response was generated \| 生成响应的时间 |
699
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
700
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
701
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
702
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
703
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
704
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
705
-
706
- - Fields truncated: this layer shows only the first `12` rows.
707
-
708
- ### `GET /api/u1/v1/xiaohongshu/app_v2/search_groups`
709
-
710
- - Summary: 搜索群聊/Search groups
711
- - Capabilities: search
712
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
713
- - operationId: `search_groups_api_v1_xiaohongshu_app_v2_search_groups_get`
714
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-groups`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-groups)
715
-
716
- #### Parameters
717
-
718
- | Field | In | Type | Required | Description |
719
- | --- | --- | --- | --- | --- |
720
- | keyword | query | string | Yes | 搜索关键词/Search keyword |
721
- | page_no | query | integer | No | 页码,从0开始/Page number, start from 0 |
722
- | search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
723
- | source | query | string | No | 来源/Source |
724
- | is_recommend | query | integer | No | 是否推荐:0=否, 1=是/Is recommend: 0=no, 1=yes |
725
-
726
- #### Request Body
727
-
728
- None
729
-
730
- #### Success Response
731
-
732
- ##### `200 application/json`
733
-
734
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
735
-
736
- | Field | Type | Required | Description |
737
- | --- | --- | --- | --- |
738
- | code | integer | No | HTTP status code \| HTTP状态码 |
739
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
740
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
741
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
742
- | support | string | No | Support message \| 支持消息 |
743
- | time | string | No | The time the response was generated \| 生成响应的时间 |
744
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
745
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
746
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
747
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
748
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
749
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
750
-
751
- - Fields truncated: this layer shows only the first `12` rows.
752
-
753
- ### `GET /api/u1/v1/xiaohongshu/app_v2/search_images`
754
-
755
- - Summary: 搜索图片/Search images
756
- - Capabilities: search
757
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
758
- - operationId: `search_images_api_v1_xiaohongshu_app_v2_search_images_get`
759
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-images`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-images)
760
-
761
- #### Parameters
762
-
763
- | Field | In | Type | Required | Description |
764
- | --- | --- | --- | --- | --- |
765
- | keyword | query | string | Yes | 搜索关键词/Search keyword |
766
- | page | query | integer | No | 页码,从1开始/Page number, start from 1 |
767
- | search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
768
- | search_session_id | query | string | No | 搜索会话ID,翻页时传入首次搜索返回的值/Search session ID for pagination |
769
- | word_request_id | query | string | No | 词请求ID,翻页时传入首次搜索返回的值/Word request ID for pagination |
770
- | source | query | string | No | 来源/Source |
771
-
772
- #### Request Body
773
-
774
- None
775
-
776
- #### Success Response
777
-
778
- ##### `200 application/json`
779
-
780
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
781
-
782
- | Field | Type | Required | Description |
783
- | --- | --- | --- | --- |
784
- | code | integer | No | HTTP status code \| HTTP状态码 |
785
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
786
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
787
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
788
- | support | string | No | Support message \| 支持消息 |
789
- | time | string | No | The time the response was generated \| 生成响应的时间 |
790
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
791
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
792
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
793
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
794
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
795
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
796
-
797
- - Fields truncated: this layer shows only the first `12` rows.
798
-
799
- ### `GET /api/u1/v1/xiaohongshu/app_v2/search_notes`
800
-
801
- - Summary: 搜索笔记/Search notes
802
- - Capabilities: search / content details
803
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
804
- - operationId: `search_notes_api_v1_xiaohongshu_app_v2_search_notes_get`
805
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-notes`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-notes)
806
-
807
- #### Parameters
808
-
809
- | Field | In | Type | Required | Description |
810
- | --- | --- | --- | --- | --- |
811
- | keyword | query | string | Yes | 搜索关键词/Search keyword |
812
- | page | query | integer | No | 页码,从1开始/Page number, start from 1 |
813
- | sort_type | query | string | No | 排序方式/Sort type |
814
- | note_type | query | string | No | 笔记类型/Note type: 不限, 视频笔记, 普通笔记, 直播笔记 |
815
- | time_filter | query | string | No | 发布时间筛选/Time filter: 不限, 一天内, 一周内, 半年内 |
816
- | search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
817
- | search_session_id | query | string | No | 搜索会话ID,翻页时传入首次搜索返回的值/Search session ID for pagination |
818
- | source | query | string | No | 来源/Source |
819
- | ai_mode | query | integer | No | AI模式:0=关闭, 1=开启/AI mode: 0=off, 1=on |
820
-
821
- #### Request Body
822
-
823
- None
824
-
825
- #### Success Response
826
-
827
- ##### `200 application/json`
828
-
829
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
830
-
831
- | Field | Type | Required | Description |
832
- | --- | --- | --- | --- |
833
- | code | integer | No | HTTP status code \| HTTP状态码 |
834
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
835
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
836
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
837
- | support | string | No | Support message \| 支持消息 |
838
- | time | string | No | The time the response was generated \| 生成响应的时间 |
839
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
840
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
841
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
842
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
843
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
844
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
845
-
846
- - Fields truncated: this layer shows only the first `12` rows.
847
-
848
- ### `GET /api/u1/v1/xiaohongshu/app_v2/search_products`
849
-
850
- - Summary: 搜索商品/Search products
851
- - Capabilities: search / commerce
852
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
853
- - operationId: `search_products_api_v1_xiaohongshu_app_v2_search_products_get`
854
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-products`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-products)
855
-
856
- #### Parameters
857
-
858
- | Field | In | Type | Required | Description |
859
- | --- | --- | --- | --- | --- |
860
- | keyword | query | string | Yes | 搜索关键词/Search keyword |
861
- | page | query | integer | No | 页码,从1开始/Page number, start from 1 |
862
- | search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
863
- | source | query | string | No | 来源/Source |
864
-
865
- #### Request Body
866
-
867
- None
868
-
869
- #### Success Response
870
-
871
- ##### `200 application/json`
872
-
873
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
874
-
875
- | Field | Type | Required | Description |
876
- | --- | --- | --- | --- |
877
- | code | integer | No | HTTP status code \| HTTP状态码 |
878
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
879
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
880
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
881
- | support | string | No | Support message \| 支持消息 |
882
- | time | string | No | The time the response was generated \| 生成响应的时间 |
883
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
884
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
885
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
886
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
887
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
888
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
889
-
890
- - Fields truncated: this layer shows only the first `12` rows.
891
-
892
- ### `GET /api/u1/v1/xiaohongshu/app_v2/search_users`
893
-
894
- - Summary: 搜索用户/Search users
895
- - Capabilities: search / profiles / accounts
896
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
897
- - operationId: `search_users_api_v1_xiaohongshu_app_v2_search_users_get`
898
- - Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-users`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-users)
899
-
900
- #### Parameters
901
-
902
- | Field | In | Type | Required | Description |
903
- | --- | --- | --- | --- | --- |
904
- | keyword | query | string | Yes | 搜索关键词/Search keyword |
905
- | page | query | integer | No | 页码,从1开始/Page number, start from 1 |
906
- | search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
907
- | source | query | string | No | 来源/Source |
908
-
909
- #### Request Body
910
-
911
- None
912
-
913
- #### Success Response
914
-
915
- ##### `200 application/json`
916
-
917
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
918
-
919
- | Field | Type | Required | Description |
920
- | --- | --- | --- | --- |
921
- | code | integer | No | HTTP status code \| HTTP状态码 |
922
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
923
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
924
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
925
- | support | string | No | Support message \| 支持消息 |
926
- | time | string | No | The time the response was generated \| 生成响应的时间 |
927
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
928
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
929
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
930
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
931
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
932
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
933
-
934
- - Fields truncated: this layer shows only the first `12` rows.