@tikomni/skills 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (480) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -3
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +252 -9
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +108 -167
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +6 -2
  30. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/{creator-analysis → social-media-crawl}/scripts/core/tikomni_common.py +13 -3
  33. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  34. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  36. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  37. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  38. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  39. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  40. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +282 -174
  41. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  42. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +290 -141
  43. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  45. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  46. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  47. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  48. package/skills/creator-analysis/SKILL.md +0 -95
  49. package/skills/creator-analysis/agents/openai.yaml +0 -4
  50. package/skills/creator-analysis/env.example +0 -36
  51. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  52. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  53. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  54. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  55. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  56. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  57. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  59. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  60. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  61. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  63. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  64. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  65. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  66. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  67. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  68. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  69. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  71. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  72. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  73. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  74. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  75. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  76. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  77. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  78. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  79. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  80. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  81. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  82. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  83. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  84. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  85. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  86. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  87. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  88. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  89. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  90. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  91. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  92. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  93. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  94. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  96. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  100. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  101. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  103. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  104. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  105. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  106. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  107. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  108. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  109. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  110. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  113. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  114. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  116. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  117. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  118. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  119. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  120. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  121. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  122. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  123. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  124. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  125. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  126. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  127. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  128. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  129. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  130. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  131. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  132. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  133. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  134. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  135. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  136. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  137. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  138. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  139. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  140. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  141. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  142. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  143. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  144. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  145. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  146. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  147. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  148. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  149. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  153. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  154. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  155. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  156. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  157. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  158. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  159. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  160. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  161. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  162. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  163. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  164. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  165. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  167. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  168. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  169. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  170. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  171. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  172. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  173. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  174. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  175. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  176. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  177. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  178. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  179. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  180. package/skills/creator-analysis/references/workflow.md +0 -23
  181. package/skills/creator-analysis/scripts/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  185. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  186. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  187. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  188. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  189. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  190. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  191. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  194. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  195. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  196. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  197. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  198. package/skills/creator-analysis/scripts/core/progress_report.py +0 -111
  199. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  200. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  202. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  203. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  205. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  207. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  208. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  209. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  210. package/skills/meta-capability/SKILL.md +0 -69
  211. package/skills/meta-capability/agents/openai.yaml +0 -4
  212. package/skills/meta-capability/env.example +0 -42
  213. package/skills/meta-capability/references/api-capability-index.md +0 -92
  214. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  215. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  216. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  217. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  218. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  219. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  220. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  222. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  223. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  224. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  226. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  227. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  228. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  229. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  230. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  231. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  232. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  233. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  234. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  235. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  236. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  237. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  238. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  239. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  240. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  241. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  242. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  243. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  244. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  245. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  246. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  247. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  248. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  249. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  250. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  251. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  252. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  253. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  254. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  255. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  256. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  257. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  258. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  259. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  263. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  264. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  265. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  266. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  267. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  268. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  269. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  270. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  271. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  272. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  273. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  274. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  276. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  277. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  279. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  280. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  281. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  282. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  283. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  284. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  285. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  286. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  287. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  288. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  289. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  290. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  291. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  292. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  293. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  294. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  295. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  296. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  297. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  298. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  299. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  300. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  301. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  302. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  303. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  304. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  305. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  306. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  307. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  308. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  309. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  310. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  311. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  312. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  316. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  317. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  318. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  319. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  320. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  321. package/skills/meta-capability/references/dispatch.md +0 -27
  322. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  323. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  324. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  325. package/skills/meta-capability/scripts/__init__.py +0 -1
  326. package/skills/meta-capability/scripts/call_route.py +0 -141
  327. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  328. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  329. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  330. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  331. package/skills/meta-capability/scripts/test_auth.py +0 -98
  332. package/skills/single-work-analysis/SKILL.md +0 -62
  333. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  334. package/skills/single-work-analysis/env.example +0 -36
  335. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  336. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  337. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  339. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  340. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  341. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  342. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  344. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  345. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  346. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  348. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  349. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  350. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  353. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  354. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  356. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  357. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  358. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  359. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  360. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  361. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  362. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  363. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  364. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  366. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  373. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  375. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  376. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  377. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  378. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  379. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  381. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  385. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  386. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  388. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  389. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  390. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  391. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  392. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  393. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  394. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  395. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  398. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  399. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  401. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  402. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  403. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  404. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  405. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  406. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  407. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  409. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  410. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  411. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  412. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  413. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  414. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  415. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  416. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  417. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  418. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  419. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  420. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  421. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  422. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  423. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  424. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  425. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  426. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  427. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  428. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  429. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  430. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  431. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  432. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  434. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  438. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  439. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  441. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  442. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  443. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -58
  444. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  445. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  446. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  447. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  448. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +0 -28
  449. package/skills/single-work-analysis/references/prompt-contracts/cta.md +0 -24
  450. package/skills/single-work-analysis/references/prompt-contracts/hook.md +0 -25
  451. package/skills/single-work-analysis/references/prompt-contracts/insight.md +0 -47
  452. package/skills/single-work-analysis/references/prompt-contracts/structure.md +0 -25
  453. package/skills/single-work-analysis/references/prompt-contracts/style.md +0 -27
  454. package/skills/single-work-analysis/references/prompt-contracts/summary.md +0 -29
  455. package/skills/single-work-analysis/references/prompt-contracts/topic.md +0 -29
  456. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  457. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  458. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  459. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  460. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -133
  461. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  462. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  463. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -253
  464. package/skills/single-work-analysis/scripts/core/tikomni_common.py +0 -588
  465. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  466. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  468. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  469. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  470. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  471. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  472. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  473. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  474. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  475. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -1402
  476. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  477. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  478. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  479. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  480. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1384 +0,0 @@
1
- # Zhihu-Web-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/zhihu-web-api.md`
5
- - Full contract: [`api-contracts/zhihu-web-api.md`](../api-contracts/zhihu-web-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: `32`
9
- - Common capabilities: search / profiles / accounts / content details / general / comments / trends / rankings
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `offset`, `limit`, `keyword`, `user_url_token`, `search_hash_id`, `article_id`, `order_by`, `message_content`, `message_id`, `show_all_topics`
12
- - Tag description: **(知乎Web数据接口/Zhihu-Web-API endpoints)**
13
-
14
- ## Routes
15
-
16
- ### `GET /api/u1/v1/zhihu/web/fetch_ai_search`
17
-
18
- - Summary: 获取知乎AI搜索/Get Zhihu AI Search
19
- - Capabilities: search
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_ai_search_api_v1_zhihu_web_fetch_ai_search_get`
22
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ai-search`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ai-search)
23
-
24
- #### Parameters
25
-
26
- | Field | In | Type | Required | Description |
27
- | --- | --- | --- | --- | --- |
28
- | message_content | query | string | Yes | 搜索内容/Search Content |
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/zhihu/web/fetch_ai_search_result`
58
-
59
- - Summary: 获取知乎AI搜索结果/Get Zhihu AI Search Result
60
- - Capabilities: search
61
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
62
- - operationId: `fetch_ai_search_result_api_v1_zhihu_web_fetch_ai_search_result_get`
63
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ai-search-result`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ai-search-result)
64
-
65
- #### Parameters
66
-
67
- | Field | In | Type | Required | Description |
68
- | --- | --- | --- | --- | --- |
69
- | message_id | query | string | Yes | 消息ID/Message ID |
70
-
71
- #### Request Body
72
-
73
- None
74
-
75
- #### Success Response
76
-
77
- ##### `200 application/json`
78
-
79
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
80
-
81
- | Field | Type | Required | Description |
82
- | --- | --- | --- | --- |
83
- | code | integer | No | HTTP status code \| HTTP状态码 |
84
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
85
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
86
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
87
- | support | string | No | Support message \| 支持消息 |
88
- | time | string | No | The time the response was generated \| 生成响应的时间 |
89
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
90
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
91
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
92
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
93
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
94
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
95
-
96
- - Fields truncated: this layer shows only the first `12` rows.
97
-
98
- ### `GET /api/u1/v1/zhihu/web/fetch_article_search_v3`
99
-
100
- - Summary: 获取知乎文章搜索V3/Get Zhihu Article Search V3
101
- - Capabilities: search / content details
102
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
103
- - operationId: `fetch_article_search_v3_api_v1_zhihu_web_fetch_article_search_v3_get`
104
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-article-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-article-search-v3)
105
-
106
- #### Parameters
107
-
108
- | Field | In | Type | Required | Description |
109
- | --- | --- | --- | --- | --- |
110
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
111
- | offset | query | string | No | 偏移量/Offset |
112
- | limit | query | string | No | 每页文章数量/Number of articles per page |
113
- | show_all_topics | query | integer | No | 显示所有主题/Show all topics |
114
- | search_source | query | string | No | 搜索来源/Search Source |
115
- | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
116
- | vertical | query | string | No | 垂类/Vertical Type |
117
- | sort | query | string | No | 排序/Sort |
118
- | time_interval | query | string | No | 时间间隔/Time Interval |
119
- | vertical_info | query | string | No | 垂类信息/Vertical Info |
120
-
121
- #### Request Body
122
-
123
- None
124
-
125
- #### Success Response
126
-
127
- ##### `200 application/json`
128
-
129
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
130
-
131
- | Field | Type | Required | Description |
132
- | --- | --- | --- | --- |
133
- | code | integer | No | HTTP status code \| HTTP状态码 |
134
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
135
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
136
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
137
- | support | string | No | Support message \| 支持消息 |
138
- | time | string | No | The time the response was generated \| 生成响应的时间 |
139
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
140
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
141
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
142
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
143
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
144
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
145
-
146
- - Fields truncated: this layer shows only the first `12` rows.
147
-
148
- ### `GET /api/u1/v1/zhihu/web/fetch_column_article_detail`
149
-
150
- - Summary: 获取知乎专栏文章详情/Get Zhihu Column Article Detail
151
- - Capabilities: content details / details
152
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
153
- - operationId: `fetch_column_article_detail_api_v1_zhihu_web_fetch_column_article_detail_get`
154
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-article-detail`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-article-detail)
155
-
156
- #### Parameters
157
-
158
- | Field | In | Type | Required | Description |
159
- | --- | --- | --- | --- | --- |
160
- | article_id | query | string | Yes | 文章ID/Article ID |
161
-
162
- #### Request Body
163
-
164
- None
165
-
166
- #### Success Response
167
-
168
- ##### `200 application/json`
169
-
170
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
171
-
172
- | Field | Type | Required | Description |
173
- | --- | --- | --- | --- |
174
- | code | integer | No | HTTP status code \| HTTP状态码 |
175
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
176
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
177
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
178
- | support | string | No | Support message \| 支持消息 |
179
- | time | string | No | The time the response was generated \| 生成响应的时间 |
180
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
181
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
182
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
183
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
184
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
185
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
186
-
187
- - Fields truncated: this layer shows only the first `12` rows.
188
-
189
- ### `GET /api/u1/v1/zhihu/web/fetch_column_articles`
190
-
191
- - Summary: 获取知乎专栏文章列表/Get Zhihu Column Articles
192
- - Capabilities: content details
193
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
194
- - operationId: `fetch_column_articles_api_v1_zhihu_web_fetch_column_articles_get`
195
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-articles`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-articles)
196
-
197
- #### Parameters
198
-
199
- | Field | In | Type | Required | Description |
200
- | --- | --- | --- | --- | --- |
201
- | column_id | query | string | Yes | 专栏ID/Column ID |
202
- | limit | query | string | No | 每页文章数量/Number of articles per page |
203
- | offset | query | string | No | 偏移量/Offset |
204
-
205
- #### Request Body
206
-
207
- None
208
-
209
- #### Success Response
210
-
211
- ##### `200 application/json`
212
-
213
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
214
-
215
- | Field | Type | Required | Description |
216
- | --- | --- | --- | --- |
217
- | code | integer | No | HTTP status code \| HTTP状态码 |
218
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
219
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
220
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
221
- | support | string | No | Support message \| 支持消息 |
222
- | time | string | No | The time the response was generated \| 生成响应的时间 |
223
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
224
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
225
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
226
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
227
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
228
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
229
-
230
- - Fields truncated: this layer shows only the first `12` rows.
231
-
232
- ### `GET /api/u1/v1/zhihu/web/fetch_column_comment_config`
233
-
234
- - Summary: 获取知乎专栏评论区配置/Get Zhihu Column Comment Config
235
- - Capabilities: comments
236
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
237
- - operationId: `fetch_column_comment_config_api_v1_zhihu_web_fetch_column_comment_config_get`
238
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-comment-config`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-comment-config)
239
-
240
- #### Parameters
241
-
242
- | Field | In | Type | Required | Description |
243
- | --- | --- | --- | --- | --- |
244
- | article_id | query | string | Yes | 文章ID/Article ID |
245
-
246
- #### Request Body
247
-
248
- None
249
-
250
- #### Success Response
251
-
252
- ##### `200 application/json`
253
-
254
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
255
-
256
- | Field | Type | Required | Description |
257
- | --- | --- | --- | --- |
258
- | code | integer | No | HTTP status code \| HTTP状态码 |
259
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
260
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
261
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
262
- | support | string | No | Support message \| 支持消息 |
263
- | time | string | No | The time the response was generated \| 生成响应的时间 |
264
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
265
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
266
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
267
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
268
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
269
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
270
-
271
- - Fields truncated: this layer shows only the first `12` rows.
272
-
273
- ### `GET /api/u1/v1/zhihu/web/fetch_column_recommend`
274
-
275
- - Summary: 获取知乎相似专栏推荐/Get Zhihu Similar Column Recommend
276
- - Capabilities: general
277
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
278
- - operationId: `fetch_column_recommend_api_v1_zhihu_web_fetch_column_recommend_get`
279
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-recommend`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-recommend)
280
-
281
- #### Parameters
282
-
283
- | Field | In | Type | Required | Description |
284
- | --- | --- | --- | --- | --- |
285
- | article_id | query | string | Yes | 文章ID/Article ID |
286
- | limit | query | string | No | 每页专栏数量/Number of columns per page |
287
- | offset | query | string | No | 偏移量/Offset |
288
-
289
- #### Request Body
290
-
291
- None
292
-
293
- #### Success Response
294
-
295
- ##### `200 application/json`
296
-
297
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
298
-
299
- | Field | Type | Required | Description |
300
- | --- | --- | --- | --- |
301
- | code | integer | No | HTTP status code \| HTTP状态码 |
302
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
303
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
304
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
305
- | support | string | No | Support message \| 支持消息 |
306
- | time | string | No | The time the response was generated \| 生成响应的时间 |
307
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
308
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
309
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
310
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
311
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
312
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
313
-
314
- - Fields truncated: this layer shows only the first `12` rows.
315
-
316
- ### `GET /api/u1/v1/zhihu/web/fetch_column_relationship`
317
-
318
- - Summary: 获取知乎专栏文章互动关系/Get Zhihu Column Article Relationship
319
- - Capabilities: general
320
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
321
- - operationId: `fetch_column_relationship_api_v1_zhihu_web_fetch_column_relationship_get`
322
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-relationship`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-relationship)
323
-
324
- #### Parameters
325
-
326
- | Field | In | Type | Required | Description |
327
- | --- | --- | --- | --- | --- |
328
- | article_id | query | string | Yes | 文章ID/Article ID |
329
-
330
- #### Request Body
331
-
332
- None
333
-
334
- #### Success Response
335
-
336
- ##### `200 application/json`
337
-
338
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
339
-
340
- | Field | Type | Required | Description |
341
- | --- | --- | --- | --- |
342
- | code | integer | No | HTTP status code \| HTTP状态码 |
343
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
344
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
345
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
346
- | support | string | No | Support message \| 支持消息 |
347
- | time | string | No | The time the response was generated \| 生成响应的时间 |
348
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
349
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
350
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
351
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
352
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
353
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
354
-
355
- - Fields truncated: this layer shows only the first `12` rows.
356
-
357
- ### `GET /api/u1/v1/zhihu/web/fetch_column_search_v3`
358
-
359
- - Summary: 获取知乎专栏搜索V3/Get Zhihu Column Search V3
360
- - Capabilities: search
361
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
362
- - operationId: `fetch_column_search_v3_api_v1_zhihu_web_fetch_column_search_v3_get`
363
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-search-v3)
364
-
365
- #### Parameters
366
-
367
- | Field | In | Type | Required | Description |
368
- | --- | --- | --- | --- | --- |
369
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
370
- | offset | query | string | No | 偏移量/Offset |
371
- | limit | query | string | No | 每页专栏数量/Number of columns per page |
372
- | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
373
-
374
- #### Request Body
375
-
376
- None
377
-
378
- #### Success Response
379
-
380
- ##### `200 application/json`
381
-
382
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
383
-
384
- | Field | Type | Required | Description |
385
- | --- | --- | --- | --- |
386
- | code | integer | No | HTTP status code \| HTTP状态码 |
387
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
388
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
389
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
390
- | support | string | No | Support message \| 支持消息 |
391
- | time | string | No | The time the response was generated \| 生成响应的时间 |
392
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
393
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
394
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
395
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
396
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
397
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
398
-
399
- - Fields truncated: this layer shows only the first `12` rows.
400
-
401
- ### `GET /api/u1/v1/zhihu/web/fetch_comment_v5`
402
-
403
- - Summary: 获取知乎评论区V5/Get Zhihu Comment V5
404
- - Capabilities: comments
405
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
406
- - operationId: `fetch_comment_v5_api_v1_zhihu_web_fetch_comment_v5_get`
407
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-comment-v5`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-comment-v5)
408
-
409
- #### Parameters
410
-
411
- | Field | In | Type | Required | Description |
412
- | --- | --- | --- | --- | --- |
413
- | answer_id | query | string | Yes | 回答ID/Answer ID |
414
- | order_by | query | string | No | 排序/Sort |
415
- | limit | query | string | No | 每页评论数量/Number of comments per page |
416
- | offset | query | string | No | 偏移量/Offset |
417
-
418
- #### Request Body
419
-
420
- None
421
-
422
- #### Success Response
423
-
424
- ##### `200 application/json`
425
-
426
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
427
-
428
- | Field | Type | Required | Description |
429
- | --- | --- | --- | --- |
430
- | code | integer | No | HTTP status code \| HTTP状态码 |
431
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
432
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
433
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
434
- | support | string | No | Support message \| 支持消息 |
435
- | time | string | No | The time the response was generated \| 生成响应的时间 |
436
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
437
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
438
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
439
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
440
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
441
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
442
-
443
- - Fields truncated: this layer shows only the first `12` rows.
444
-
445
- ### `GET /api/u1/v1/zhihu/web/fetch_ebook_search_v3`
446
-
447
- - Summary: 获取知乎电子书搜索V3/Get Zhihu Ebook Search V3
448
- - Capabilities: search
449
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
450
- - operationId: `fetch_ebook_search_v3_api_v1_zhihu_web_fetch_ebook_search_v3_get`
451
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ebook-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ebook-search-v3)
452
-
453
- #### Parameters
454
-
455
- | Field | In | Type | Required | Description |
456
- | --- | --- | --- | --- | --- |
457
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
458
- | offset | query | string | No | 偏移量/Offset |
459
- | limit | query | string | No | 每页电子书数量/Number of ebooks per page |
460
- | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
461
-
462
- #### Request Body
463
-
464
- None
465
-
466
- #### Success Response
467
-
468
- ##### `200 application/json`
469
-
470
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
471
-
472
- | Field | Type | Required | Description |
473
- | --- | --- | --- | --- |
474
- | code | integer | No | HTTP status code \| HTTP状态码 |
475
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
476
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
477
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
478
- | support | string | No | Support message \| 支持消息 |
479
- | time | string | No | The time the response was generated \| 生成响应的时间 |
480
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
481
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
482
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
483
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
484
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
485
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
486
-
487
- - Fields truncated: this layer shows only the first `12` rows.
488
-
489
- ### `GET /api/u1/v1/zhihu/web/fetch_hot_list`
490
-
491
- - Summary: 获取知乎首页热榜/Get Zhihu Hot List
492
- - Capabilities: trends / rankings
493
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
494
- - operationId: `fetch_hot_list_api_v1_zhihu_web_fetch_hot_list_get`
495
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-hot-list`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-hot-list)
496
-
497
- #### Parameters
498
-
499
- | Field | In | Type | Required | Description |
500
- | --- | --- | --- | --- | --- |
501
- | limit | query | string | No | 每页文章数量/Number of articles per page |
502
- | desktop | query | string | No | 是否为桌面端/Is it a desktop |
503
-
504
- #### Request Body
505
-
506
- None
507
-
508
- #### Success Response
509
-
510
- ##### `200 application/json`
511
-
512
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
513
-
514
- | Field | Type | Required | Description |
515
- | --- | --- | --- | --- |
516
- | code | integer | No | HTTP status code \| HTTP状态码 |
517
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
518
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
519
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
520
- | support | string | No | Support message \| 支持消息 |
521
- | time | string | No | The time the response was generated \| 生成响应的时间 |
522
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
523
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
524
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
525
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
526
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
527
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
528
-
529
- - Fields truncated: this layer shows only the first `12` rows.
530
-
531
- ### `GET /api/u1/v1/zhihu/web/fetch_hot_recommend`
532
-
533
- - Summary: 获取知乎首页推荐/Get Zhihu Hot Recommend
534
- - Capabilities: trends / rankings
535
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
536
- - operationId: `fetch_hot_recommend_api_v1_zhihu_web_fetch_hot_recommend_get`
537
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-hot-recommend`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-hot-recommend)
538
-
539
- #### Parameters
540
-
541
- | Field | In | Type | Required | Description |
542
- | --- | --- | --- | --- | --- |
543
- | offset | query | string | No | 偏移量/Offset |
544
- | page_number | query | string | No | 页码/Page Number |
545
- | session_token | query | string | No | 会话令牌/Session Token |
546
-
547
- #### Request Body
548
-
549
- None
550
-
551
- #### Success Response
552
-
553
- ##### `200 application/json`
554
-
555
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
556
-
557
- | Field | Type | Required | Description |
558
- | --- | --- | --- | --- |
559
- | code | integer | No | HTTP status code \| HTTP状态码 |
560
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
561
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
562
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
563
- | support | string | No | Support message \| 支持消息 |
564
- | time | string | No | The time the response was generated \| 生成响应的时间 |
565
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
566
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
567
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
568
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
569
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
570
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
571
-
572
- - Fields truncated: this layer shows only the first `12` rows.
573
-
574
- ### `GET /api/u1/v1/zhihu/web/fetch_preset_search`
575
-
576
- - Summary: 获取知乎搜索预设词/Get Zhihu Preset Search
577
- - Capabilities: search
578
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
579
- - operationId: `fetch_preset_search_api_v1_zhihu_web_fetch_preset_search_get`
580
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-preset-search`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-preset-search)
581
-
582
- #### Parameters
583
-
584
- None
585
-
586
- #### Request Body
587
-
588
- None
589
-
590
- #### Success Response
591
-
592
- ##### `200 application/json`
593
-
594
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
595
-
596
- | Field | Type | Required | Description |
597
- | --- | --- | --- | --- |
598
- | code | integer | No | HTTP status code \| HTTP状态码 |
599
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
600
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
601
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
602
- | support | string | No | Support message \| 支持消息 |
603
- | time | string | No | The time the response was generated \| 生成响应的时间 |
604
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
605
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
606
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
607
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
608
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
609
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
610
-
611
- - Fields truncated: this layer shows only the first `12` rows.
612
-
613
- ### `GET /api/u1/v1/zhihu/web/fetch_question_answers`
614
-
615
- - Summary: 获取知乎问题回答列表/Get Zhihu Question Answers
616
- - Capabilities: general
617
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
618
- - operationId: `fetch_question_answers_api_v1_zhihu_web_fetch_question_answers_get`
619
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-question-answers`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-question-answers)
620
-
621
- #### Parameters
622
-
623
- | Field | In | Type | Required | Description |
624
- | --- | --- | --- | --- | --- |
625
- | question_id | query | string | Yes | 问题ID/Question ID |
626
- | cursor | query | string | No | 分页游标/Pagination cursor |
627
- | limit | query | integer | No | 每页回答数量/Number of answers per page |
628
- | offset | query | integer | No | 偏移量/Offset |
629
- | order | query | string | No | 排序方式:default=默认排序,updated=按时间排序/Sort order: default=default sort, updated=sort by time |
630
- | session_id | query | string | No | 会话ID/Session ID |
631
-
632
- #### Request Body
633
-
634
- None
635
-
636
- #### Success Response
637
-
638
- ##### `200 application/json`
639
-
640
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
641
-
642
- | Field | Type | Required | Description |
643
- | --- | --- | --- | --- |
644
- | code | integer | No | HTTP status code \| HTTP状态码 |
645
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
646
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
647
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
648
- | support | string | No | Support message \| 支持消息 |
649
- | time | string | No | The time the response was generated \| 生成响应的时间 |
650
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
651
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
652
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
653
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
654
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
655
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
656
-
657
- - Fields truncated: this layer shows only the first `12` rows.
658
-
659
- ### `GET /api/u1/v1/zhihu/web/fetch_recommend_followees`
660
-
661
- - Summary: 获取知乎推荐关注列表/Get Zhihu Recommend Followees
662
- - Capabilities: general
663
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
664
- - operationId: `fetch_recommend_followees_api_v1_zhihu_web_fetch_recommend_followees_get`
665
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-recommend-followees`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-recommend-followees)
666
-
667
- #### Parameters
668
-
669
- None
670
-
671
- #### Request Body
672
-
673
- None
674
-
675
- #### Success Response
676
-
677
- ##### `200 application/json`
678
-
679
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
680
-
681
- | Field | Type | Required | Description |
682
- | --- | --- | --- | --- |
683
- | code | integer | No | HTTP status code \| HTTP状态码 |
684
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
685
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
686
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
687
- | support | string | No | Support message \| 支持消息 |
688
- | time | string | No | The time the response was generated \| 生成响应的时间 |
689
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
690
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
691
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
692
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
693
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
694
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
695
-
696
- - Fields truncated: this layer shows only the first `12` rows.
697
-
698
- ### `GET /api/u1/v1/zhihu/web/fetch_salt_search_v3`
699
-
700
- - Summary: 获取知乎盐选内容搜索V3/Get Zhihu Salt Search V3
701
- - Capabilities: search
702
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
703
- - operationId: `fetch_salt_search_v3_api_v1_zhihu_web_fetch_salt_search_v3_get`
704
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-salt-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-salt-search-v3)
705
-
706
- #### Parameters
707
-
708
- | Field | In | Type | Required | Description |
709
- | --- | --- | --- | --- | --- |
710
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
711
- | offset | query | string | No | 偏移量/Offset |
712
- | limit | query | string | No | 每页内容数量/Number of contents per page |
713
- | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
714
-
715
- #### Request Body
716
-
717
- None
718
-
719
- #### Success Response
720
-
721
- ##### `200 application/json`
722
-
723
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
724
-
725
- | Field | Type | Required | Description |
726
- | --- | --- | --- | --- |
727
- | code | integer | No | HTTP status code \| HTTP状态码 |
728
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
729
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
730
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
731
- | support | string | No | Support message \| 支持消息 |
732
- | time | string | No | The time the response was generated \| 生成响应的时间 |
733
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
734
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
735
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
736
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
737
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
738
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
739
-
740
- - Fields truncated: this layer shows only the first `12` rows.
741
-
742
- ### `POST /api/u1/v1/zhihu/web/fetch_scholar_search_v3`
743
-
744
- - Summary: 获取知乎论文搜索V3/Get Zhihu Scholar Search V3
745
- - Capabilities: search
746
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
747
- - operationId: `fetch_scholar_search_v3_api_v1_zhihu_web_fetch_scholar_search_v3_post`
748
- - Full contract: [`api-contracts/zhihu-web-api.md#post-api-u1-v1-zhihu-web-fetch-scholar-search-v3`](../api-contracts/zhihu-web-api.md#post-api-u1-v1-zhihu-web-fetch-scholar-search-v3)
749
-
750
- #### Parameters
751
-
752
- | Field | In | Type | Required | Description |
753
- | --- | --- | --- | --- | --- |
754
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
755
- | offset | query | string | No | 偏移量/Offset |
756
- | limit | query | string | No | 每页论文数量/Number of papers per page |
757
-
758
- #### Request Body
759
-
760
- - required: No
761
-
762
- ##### `application/json`
763
-
764
- - Schema summary: dynamic object
765
-
766
- No field table
767
-
768
- #### Success Response
769
-
770
- ##### `200 application/json`
771
-
772
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
773
-
774
- | Field | Type | Required | Description |
775
- | --- | --- | --- | --- |
776
- | code | integer | No | HTTP status code \| HTTP状态码 |
777
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
778
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
779
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
780
- | support | string | No | Support message \| 支持消息 |
781
- | time | string | No | The time the response was generated \| 生成响应的时间 |
782
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
783
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
784
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
785
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
786
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
787
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
788
-
789
- - Fields truncated: this layer shows only the first `12` rows.
790
-
791
- ### `GET /api/u1/v1/zhihu/web/fetch_search_recommend`
792
-
793
- - Summary: 获取知乎搜索发现/Get Zhihu Search Recommend
794
- - Capabilities: search
795
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
796
- - operationId: `fetch_search_recommend_api_v1_zhihu_web_fetch_search_recommend_get`
797
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-search-recommend`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-search-recommend)
798
-
799
- #### Parameters
800
-
801
- None
802
-
803
- #### Request Body
804
-
805
- None
806
-
807
- #### Success Response
808
-
809
- ##### `200 application/json`
810
-
811
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
812
-
813
- | Field | Type | Required | Description |
814
- | --- | --- | --- | --- |
815
- | code | integer | No | HTTP status code \| HTTP状态码 |
816
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
817
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
818
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
819
- | support | string | No | Support message \| 支持消息 |
820
- | time | string | No | The time the response was generated \| 生成响应的时间 |
821
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
822
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
823
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
824
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
825
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
826
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
827
-
828
- - Fields truncated: this layer shows only the first `12` rows.
829
-
830
- ### `GET /api/u1/v1/zhihu/web/fetch_search_suggest`
831
-
832
- - Summary: 知乎搜索预测词/Get Zhihu Search Suggest
833
- - Capabilities: search
834
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
835
- - operationId: `fetch_search_suggest_api_v1_zhihu_web_fetch_search_suggest_get`
836
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-search-suggest`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-search-suggest)
837
-
838
- #### Parameters
839
-
840
- | Field | In | Type | Required | Description |
841
- | --- | --- | --- | --- | --- |
842
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
843
-
844
- #### Request Body
845
-
846
- None
847
-
848
- #### Success Response
849
-
850
- ##### `200 application/json`
851
-
852
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
853
-
854
- | Field | Type | Required | Description |
855
- | --- | --- | --- | --- |
856
- | code | integer | No | HTTP status code \| HTTP状态码 |
857
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
858
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
859
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
860
- | support | string | No | Support message \| 支持消息 |
861
- | time | string | No | The time the response was generated \| 生成响应的时间 |
862
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
863
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
864
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
865
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
866
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
867
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
868
-
869
- - Fields truncated: this layer shows only the first `12` rows.
870
-
871
- ### `GET /api/u1/v1/zhihu/web/fetch_sub_comment_v5`
872
-
873
- - Summary: 获取知乎子评论区V5/Get Zhihu Sub Comment V5
874
- - Capabilities: comments
875
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
876
- - operationId: `fetch_sub_comment_v5_api_v1_zhihu_web_fetch_sub_comment_v5_get`
877
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-sub-comment-v5`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-sub-comment-v5)
878
-
879
- #### Parameters
880
-
881
- | Field | In | Type | Required | Description |
882
- | --- | --- | --- | --- | --- |
883
- | comment_id | query | string | Yes | 评论ID/Comment ID |
884
- | order_by | query | string | No | 排序/Sort |
885
- | limit | query | string | No | 每页评论数量/Number of comments per page |
886
- | offset | query | string | No | 偏移量/Offset |
887
-
888
- #### Request Body
889
-
890
- None
891
-
892
- #### Success Response
893
-
894
- ##### `200 application/json`
895
-
896
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
897
-
898
- | Field | Type | Required | Description |
899
- | --- | --- | --- | --- |
900
- | code | integer | No | HTTP status code \| HTTP状态码 |
901
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
902
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
903
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
904
- | support | string | No | Support message \| 支持消息 |
905
- | time | string | No | The time the response was generated \| 生成响应的时间 |
906
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
907
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
908
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
909
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
910
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
911
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
912
-
913
- - Fields truncated: this layer shows only the first `12` rows.
914
-
915
- ### `GET /api/u1/v1/zhihu/web/fetch_topic_search_v3`
916
-
917
- - Summary: 获取知乎话题搜索V3/Get Zhihu Topic Search V3
918
- - Capabilities: search / topics
919
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
920
- - operationId: `fetch_topic_search_v3_api_v1_zhihu_web_fetch_topic_search_v3_get`
921
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-topic-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-topic-search-v3)
922
-
923
- #### Parameters
924
-
925
- | Field | In | Type | Required | Description |
926
- | --- | --- | --- | --- | --- |
927
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
928
- | offset | query | string | No | 偏移量/Offset |
929
- | limit | query | string | No | 每页话题数量/Number of topics per page |
930
-
931
- #### Request Body
932
-
933
- None
934
-
935
- #### Success Response
936
-
937
- ##### `200 application/json`
938
-
939
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
940
-
941
- | Field | Type | Required | Description |
942
- | --- | --- | --- | --- |
943
- | code | integer | No | HTTP status code \| HTTP状态码 |
944
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
945
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
946
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
947
- | support | string | No | Support message \| 支持消息 |
948
- | time | string | No | The time the response was generated \| 生成响应的时间 |
949
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
950
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
951
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
952
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
953
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
954
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
955
-
956
- - Fields truncated: this layer shows only the first `12` rows.
957
-
958
- ### `GET /api/u1/v1/zhihu/web/fetch_user_follow_collections`
959
-
960
- - Summary: 获取知乎用户关注的收藏/Get Zhihu User Follow Collections
961
- - Capabilities: profiles / accounts
962
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
963
- - operationId: `fetch_user_follow_collections_api_v1_zhihu_web_fetch_user_follow_collections_get`
964
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-collections`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-collections)
965
-
966
- #### Parameters
967
-
968
- | Field | In | Type | Required | Description |
969
- | --- | --- | --- | --- | --- |
970
- | user_url_token | query | string | Yes | 用户ID/User ID |
971
- | offset | query | string | No | 偏移量/Offset |
972
- | limit | query | string | No | 每页收藏数量/Number of collections per page |
973
-
974
- #### Request Body
975
-
976
- None
977
-
978
- #### Success Response
979
-
980
- ##### `200 application/json`
981
-
982
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
983
-
984
- | Field | Type | Required | Description |
985
- | --- | --- | --- | --- |
986
- | code | integer | No | HTTP status code \| HTTP状态码 |
987
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
988
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
989
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
990
- | support | string | No | Support message \| 支持消息 |
991
- | time | string | No | The time the response was generated \| 生成响应的时间 |
992
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
993
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
994
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
995
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
996
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
997
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
998
-
999
- - Fields truncated: this layer shows only the first `12` rows.
1000
-
1001
- ### `GET /api/u1/v1/zhihu/web/fetch_user_follow_columns`
1002
-
1003
- - Summary: 获取知乎用户订阅的专栏/Get Zhihu User Columns
1004
- - Capabilities: profiles / accounts
1005
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1006
- - operationId: `fetch_user_follow_columns_api_v1_zhihu_web_fetch_user_follow_columns_get`
1007
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-columns`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-columns)
1008
-
1009
- #### Parameters
1010
-
1011
- | Field | In | Type | Required | Description |
1012
- | --- | --- | --- | --- | --- |
1013
- | user_url_token | query | string | Yes | 用户ID/User ID |
1014
- | offset | query | string | No | 偏移量/Offset |
1015
- | limit | query | string | No | 每页专栏数量/Number of columns per page |
1016
-
1017
- #### Request Body
1018
-
1019
- None
1020
-
1021
- #### Success Response
1022
-
1023
- ##### `200 application/json`
1024
-
1025
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1026
-
1027
- | Field | Type | Required | Description |
1028
- | --- | --- | --- | --- |
1029
- | code | integer | No | HTTP status code \| HTTP状态码 |
1030
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1031
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1032
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1033
- | support | string | No | Support message \| 支持消息 |
1034
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1035
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1036
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1037
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1038
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1039
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1040
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1041
-
1042
- - Fields truncated: this layer shows only the first `12` rows.
1043
-
1044
- ### `GET /api/u1/v1/zhihu/web/fetch_user_follow_questions`
1045
-
1046
- - Summary: 获取知乎用户关注的问题/Get Zhihu User Follow Questions
1047
- - Capabilities: profiles / accounts
1048
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1049
- - operationId: `fetch_user_follow_questions_api_v1_zhihu_web_fetch_user_follow_questions_get`
1050
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-questions`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-questions)
1051
-
1052
- #### Parameters
1053
-
1054
- | Field | In | Type | Required | Description |
1055
- | --- | --- | --- | --- | --- |
1056
- | user_url_token | query | string | Yes | 用户ID/User ID |
1057
- | offset | query | string | No | 偏移量/Offset |
1058
- | limit | query | string | No | 每页问题数量/Number of questions per page |
1059
-
1060
- #### Request Body
1061
-
1062
- None
1063
-
1064
- #### Success Response
1065
-
1066
- ##### `200 application/json`
1067
-
1068
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1069
-
1070
- | Field | Type | Required | Description |
1071
- | --- | --- | --- | --- |
1072
- | code | integer | No | HTTP status code \| HTTP状态码 |
1073
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1074
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1075
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1076
- | support | string | No | Support message \| 支持消息 |
1077
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1078
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1079
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1080
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1081
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1082
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1083
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1084
-
1085
- - Fields truncated: this layer shows only the first `12` rows.
1086
-
1087
- ### `GET /api/u1/v1/zhihu/web/fetch_user_follow_topics`
1088
-
1089
- - Summary: 获取知乎用户关注的话题/Get Zhihu User Follow Topics
1090
- - Capabilities: profiles / accounts / topics
1091
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1092
- - operationId: `fetch_user_follow_topics_api_v1_zhihu_web_fetch_user_follow_topics_get`
1093
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-topics`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-topics)
1094
-
1095
- #### Parameters
1096
-
1097
- | Field | In | Type | Required | Description |
1098
- | --- | --- | --- | --- | --- |
1099
- | user_url_token | query | string | Yes | 用户ID/User ID |
1100
- | offset | query | string | No | 偏移量/Offset |
1101
- | limit | query | string | No | 每页话题数量/Number of topics per page |
1102
-
1103
- #### Request Body
1104
-
1105
- None
1106
-
1107
- #### Success Response
1108
-
1109
- ##### `200 application/json`
1110
-
1111
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1112
-
1113
- | Field | Type | Required | Description |
1114
- | --- | --- | --- | --- |
1115
- | code | integer | No | HTTP status code \| HTTP状态码 |
1116
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1117
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1118
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1119
- | support | string | No | Support message \| 支持消息 |
1120
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1121
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1122
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1123
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1124
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1125
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1126
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1127
-
1128
- - Fields truncated: this layer shows only the first `12` rows.
1129
-
1130
- ### `GET /api/u1/v1/zhihu/web/fetch_user_followees`
1131
-
1132
- - Summary: 获取知乎用户关注列表/Get Zhihu User Following
1133
- - Capabilities: profiles / accounts
1134
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1135
- - operationId: `fetch_user_followees_api_v1_zhihu_web_fetch_user_followees_get`
1136
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-followees`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-followees)
1137
-
1138
- #### Parameters
1139
-
1140
- | Field | In | Type | Required | Description |
1141
- | --- | --- | --- | --- | --- |
1142
- | user_url_token | query | string | Yes | 用户ID/User ID |
1143
- | offset | query | string | No | 偏移量/Offset |
1144
- | limit | query | string | No | 每页用户数量/Number of users per page |
1145
-
1146
- #### Request Body
1147
-
1148
- None
1149
-
1150
- #### Success Response
1151
-
1152
- ##### `200 application/json`
1153
-
1154
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1155
-
1156
- | Field | Type | Required | Description |
1157
- | --- | --- | --- | --- |
1158
- | code | integer | No | HTTP status code \| HTTP状态码 |
1159
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1160
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1161
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1162
- | support | string | No | Support message \| 支持消息 |
1163
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1164
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1165
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1166
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1167
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1168
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1169
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1170
-
1171
- - Fields truncated: this layer shows only the first `12` rows.
1172
-
1173
- ### `GET /api/u1/v1/zhihu/web/fetch_user_followers`
1174
-
1175
- - Summary: 获取知乎用户粉丝列表/Get Zhihu User Followers
1176
- - Capabilities: profiles / accounts
1177
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1178
- - operationId: `fetch_user_followers_api_v1_zhihu_web_fetch_user_followers_get`
1179
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-followers`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-followers)
1180
-
1181
- #### Parameters
1182
-
1183
- | Field | In | Type | Required | Description |
1184
- | --- | --- | --- | --- | --- |
1185
- | user_url_token | query | string | Yes | 用户ID/User ID |
1186
- | offset | query | string | No | 偏移量/Offset |
1187
- | limit | query | string | No | 每页用户数量/Number of users per page |
1188
-
1189
- #### Request Body
1190
-
1191
- None
1192
-
1193
- #### Success Response
1194
-
1195
- ##### `200 application/json`
1196
-
1197
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1198
-
1199
- | Field | Type | Required | Description |
1200
- | --- | --- | --- | --- |
1201
- | code | integer | No | HTTP status code \| HTTP状态码 |
1202
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1203
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1204
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1205
- | support | string | No | Support message \| 支持消息 |
1206
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1207
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1208
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1209
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1210
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1211
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1212
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1213
-
1214
- - Fields truncated: this layer shows only the first `12` rows.
1215
-
1216
- ### `GET /api/u1/v1/zhihu/web/fetch_user_info`
1217
-
1218
- - Summary: 获取知乎用户信息/Get Zhihu User Info
1219
- - Capabilities: profiles / accounts
1220
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1221
- - operationId: `fetch_user_info_api_v1_zhihu_web_fetch_user_info_get`
1222
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-info`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-info)
1223
-
1224
- #### Parameters
1225
-
1226
- | Field | In | Type | Required | Description |
1227
- | --- | --- | --- | --- | --- |
1228
- | user_url_token | query | string | Yes | 用户ID/User ID |
1229
-
1230
- #### Request Body
1231
-
1232
- None
1233
-
1234
- #### Success Response
1235
-
1236
- ##### `200 application/json`
1237
-
1238
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1239
-
1240
- | Field | Type | Required | Description |
1241
- | --- | --- | --- | --- |
1242
- | code | integer | No | HTTP status code \| HTTP状态码 |
1243
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1244
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1245
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1246
- | support | string | No | Support message \| 支持消息 |
1247
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1248
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1249
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1250
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1251
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1252
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1253
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1254
-
1255
- - Fields truncated: this layer shows only the first `12` rows.
1256
-
1257
- ### `GET /api/u1/v1/zhihu/web/fetch_user_search_v3`
1258
-
1259
- - Summary: 获取知乎用户搜索V3/Get Zhihu User Search V3
1260
- - Capabilities: search / profiles / accounts
1261
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1262
- - operationId: `fetch_user_search_v3_api_v1_zhihu_web_fetch_user_search_v3_get`
1263
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-search-v3)
1264
-
1265
- #### Parameters
1266
-
1267
- | Field | In | Type | Required | Description |
1268
- | --- | --- | --- | --- | --- |
1269
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
1270
- | offset | query | string | No | 偏移量/Offset |
1271
- | limit | query | string | No | 每页用户数量/Number of users per page |
1272
-
1273
- #### Request Body
1274
-
1275
- None
1276
-
1277
- #### Success Response
1278
-
1279
- ##### `200 application/json`
1280
-
1281
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1282
-
1283
- | Field | Type | Required | Description |
1284
- | --- | --- | --- | --- |
1285
- | code | integer | No | HTTP status code \| HTTP状态码 |
1286
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1287
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1288
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1289
- | support | string | No | Support message \| 支持消息 |
1290
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1291
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1292
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1293
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1294
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1295
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1296
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1297
-
1298
- - Fields truncated: this layer shows only the first `12` rows.
1299
-
1300
- ### `GET /api/u1/v1/zhihu/web/fetch_video_list`
1301
-
1302
- - Summary: 获取知乎首页视频榜/Get Zhihu Video List
1303
- - Capabilities: content details
1304
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1305
- - operationId: `fetch_video_list_api_v1_zhihu_web_fetch_video_list_get`
1306
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-video-list`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-video-list)
1307
-
1308
- #### Parameters
1309
-
1310
- | Field | In | Type | Required | Description |
1311
- | --- | --- | --- | --- | --- |
1312
- | offset | query | string | No | 偏移量/Offset |
1313
- | limit | query | string | No | 每页视频数量/Number of videos per page |
1314
-
1315
- #### Request Body
1316
-
1317
- None
1318
-
1319
- #### Success Response
1320
-
1321
- ##### `200 application/json`
1322
-
1323
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1324
-
1325
- | Field | Type | Required | Description |
1326
- | --- | --- | --- | --- |
1327
- | code | integer | No | HTTP status code \| HTTP状态码 |
1328
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1329
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1330
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1331
- | support | string | No | Support message \| 支持消息 |
1332
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1333
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1334
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1335
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1336
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1337
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1338
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1339
-
1340
- - Fields truncated: this layer shows only the first `12` rows.
1341
-
1342
- ### `GET /api/u1/v1/zhihu/web/fetch_video_search_v3`
1343
-
1344
- - Summary: 获取知乎视频搜索V3/Get Zhihu Video Search V3
1345
- - Capabilities: search / content details
1346
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1347
- - operationId: `fetch_video_search_v3_api_v1_zhihu_web_fetch_video_search_v3_get`
1348
- - Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-video-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-video-search-v3)
1349
-
1350
- #### Parameters
1351
-
1352
- | Field | In | Type | Required | Description |
1353
- | --- | --- | --- | --- | --- |
1354
- | keyword | query | string | Yes | 搜索关键词/Search Keywords |
1355
- | limit | query | string | No | 每页视频数量/Number of videos per page |
1356
- | offset | query | string | No | 偏移量/Offset |
1357
- | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
1358
-
1359
- #### Request Body
1360
-
1361
- None
1362
-
1363
- #### Success Response
1364
-
1365
- ##### `200 application/json`
1366
-
1367
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1368
-
1369
- | Field | Type | Required | Description |
1370
- | --- | --- | --- | --- |
1371
- | code | integer | No | HTTP status code \| HTTP状态码 |
1372
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1373
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1374
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1375
- | support | string | No | Support message \| 支持消息 |
1376
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1377
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1378
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1379
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1380
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1381
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1382
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1383
-
1384
- - Fields truncated: this layer shows only the first `12` rows.