@tikomni/skills 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,2315 @@
1
+ # Zhihu-Web-API Full Contract
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Back to route summary: [`api-tags/zhihu-web-api.md`](../api-tags/zhihu-web-api.md)
5
+ - Current contract file: `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
+ - Default auth: Header `Authorization` Bearer
10
+ - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
+ - Tag description: **(知乎Web数据接口/Zhihu-Web-API endpoints)**
12
+
13
+ ## Route Contracts
14
+
15
+ <a id="get-api-u1-v1-zhihu-web-fetch-ai-search"></a>
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
+
23
+ #### Notes
24
+
25
+ > # [中文]
26
+ > ### 用途:
27
+ > - 获取知乎AI搜索
28
+ > ### 参数:
29
+ > - message_content: 搜索内容
30
+ > ### 返回:
31
+ > - 知乎AI搜索消息ID,用于请求搜索结果
32
+ >
33
+ > # [English]
34
+ > ### Purpose:
35
+ > - Get Zhihu AI Search
36
+ > ### Parameters:
37
+ > - message_content: Search Content
38
+ > ### Returns:
39
+ > - Zhihu AI Search Message ID for requesting search results
40
+ >
41
+ > # [示例/Example]
42
+ > message_content = "deepseek"
43
+
44
+ #### Parameters
45
+
46
+ | Field | In | Type | Required | Description | Default | Example | Enum |
47
+ | --- | --- | --- | --- | --- | --- | --- | --- |
48
+ | message_content | query | string | Yes | 搜索内容/Search Content | None | None | None |
49
+
50
+ #### Request Body
51
+
52
+ None
53
+
54
+ #### Success Response
55
+
56
+ ##### `200 application/json`
57
+
58
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
59
+
60
+ | Field | Type | Required | Description | Default | Example | Enum |
61
+ | --- | --- | --- | --- | --- | --- | --- |
62
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
63
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
64
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
65
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
66
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
67
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
68
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
69
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
70
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
71
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
72
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
73
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
74
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
75
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
76
+ | data | null | No | The response data \| 响应数据 | None | None | None |
77
+
78
+ <a id="get-api-u1-v1-zhihu-web-fetch-ai-search-result"></a>
79
+ ### `GET /api/u1/v1/zhihu/web/fetch_ai_search_result`
80
+
81
+ - Summary: 获取知乎AI搜索结果/Get Zhihu AI Search Result
82
+ - Capabilities: search
83
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
84
+ - operationId: `fetch_ai_search_result_api_v1_zhihu_web_fetch_ai_search_result_get`
85
+
86
+ #### Notes
87
+
88
+ > # [中文]
89
+ > ### 用途:
90
+ > - 获取知乎AI搜索结果
91
+ > ### 参数:
92
+ > - message_id: 消息ID
93
+ > ### 返回:
94
+ > - 知乎AI搜索结果
95
+ >
96
+ > # [English]
97
+ > ### Purpose:
98
+ > - Get Zhihu AI Search Result
99
+ > ### Parameters:
100
+ > - message_id: Message ID
101
+ > ### Returns:
102
+ > - Zhihu AI Search Result
103
+ >
104
+ > # [示例/Example]
105
+ > message_id = "5f8b4f4a-0b7c-4d1b-8c4f-2e5c0d6c1b9d"
106
+
107
+ #### Parameters
108
+
109
+ | Field | In | Type | Required | Description | Default | Example | Enum |
110
+ | --- | --- | --- | --- | --- | --- | --- | --- |
111
+ | message_id | query | string | Yes | 消息ID/Message ID | None | None | None |
112
+
113
+ #### Request Body
114
+
115
+ None
116
+
117
+ #### Success Response
118
+
119
+ ##### `200 application/json`
120
+
121
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
122
+
123
+ | Field | Type | Required | Description | Default | Example | Enum |
124
+ | --- | --- | --- | --- | --- | --- | --- |
125
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
126
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
127
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
128
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
129
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
130
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
131
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
132
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
133
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
134
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
135
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
136
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
137
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
138
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
139
+ | data | null | No | The response data \| 响应数据 | None | None | None |
140
+
141
+ <a id="get-api-u1-v1-zhihu-web-fetch-article-search-v3"></a>
142
+ ### `GET /api/u1/v1/zhihu/web/fetch_article_search_v3`
143
+
144
+ - Summary: 获取知乎文章搜索V3/Get Zhihu Article Search V3
145
+ - Capabilities: search / content details
146
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
147
+ - operationId: `fetch_article_search_v3_api_v1_zhihu_web_fetch_article_search_v3_get`
148
+
149
+ #### Notes
150
+
151
+ > # [中文]
152
+ > ### 用途:
153
+ > - 获取知乎文章搜索V3
154
+ > ### 参数:
155
+ > - keyword: 搜索关键词
156
+ > - offset: 偏移量
157
+ > - limit: 每页文章数量
158
+ > - show_all_topics: 显示所有主题,
159
+ > - 0 不显示话题
160
+ > - 1 显示话题
161
+ > - search_source: 搜索来源
162
+ > - Filter 过滤参数生效
163
+ > - Normal 为普通结果
164
+ > - search_hash_id: 搜索哈希ID,用于过滤重复搜索结果
165
+ > - vertical: 空 不限类型
166
+ > - answer 只看回答
167
+ > - article 只看文章
168
+ > - zvideo 只看视频
169
+ > - sort: 空 综合排序
170
+ > - upvoted_count 最多赞同
171
+ > - created_time 最新发布
172
+ > - time_interval: 时间间隔
173
+ > - 空 不限时间
174
+ > - a_day 一天内
175
+ > - a_week 一周内
176
+ > - a_month 一个月内
177
+ > - three_months 三个月内
178
+ > - half_a_year 半年内
179
+ > - a_year 一年内
180
+ > - vertical_info: 垂类信息
181
+ > - 0,0,0,0,0,0,0,0,0,0,0,0 不限类型,不会设置勿填
182
+ > ### 返回:
183
+ > - 知乎文章搜索V3
184
+ >
185
+ > # [English]
186
+ > ### Purpose:
187
+ > - Get Zhihu Article Search V3
188
+ > ### Parameters:
189
+ > - keyword: Search Keywords
190
+ > - offset: Offset
191
+ > - limit: Number of articles per page
192
+ > - show_all_topics: Show all topics
193
+ > - 0 Do not show topics
194
+ > - 1 Show topics
195
+ > - search_source: Search Source
196
+ > - Filter parameter takes effect
197
+ > - Normal is normal result
198
+ > - search_hash_id: Search Hash ID, used to filter duplicate search results
199
+ > - vertical: Empty unlimited type
200
+ > - answer only see answers
201
+ > - article only see articles
202
+ > - zvideo only see videos
203
+ > - sort: Empty comprehensive sorting
204
+ > - upvoted_count most upvoted
205
+ > - created_time latest release
206
+ > - time_interval: Time interval
207
+ > - Empty unlimited time
208
+ > - a_day within a day
209
+ > - a_week within a week
210
+ > - a_month within a month
211
+ > - three_months within three months
212
+ > - half_a_year within half a year
213
+ > - a_year within a year
214
+ > - vertical_info: Vertical information
215
+ > - 0,0,0,0,0,0,0,0,0,0,0,0 unlimited type, do not set do not fill
216
+ > ### Returns:
217
+ > - Zhihu Article Search V3
218
+ >
219
+ > # [示例/Example]
220
+ > # 默认搜索,综合排序,不限时间
221
+ > keyword = "deepseek"
222
+ > offset = "0"
223
+ > limit = "20"
224
+ > show_all_topics = 0
225
+ > search_source = "Normal"
226
+ > search_hash_id = ""
227
+ > vertical = ""
228
+ > sort = ""
229
+ > time_interval = ""
230
+ > vertical_info = ""
231
+ >
232
+ > # 只看回答,最多赞同,三月内
233
+ > keyword = "deepseek"
234
+ > offset = "0"
235
+ > limit = "20"
236
+ > show_all_topics = 0
237
+ > search_source = "Filter"
238
+ > search_hash_id = ""
239
+ > vertical = "answer"
240
+ > sort = "upvoted_count"
241
+ > time_interval = "three_months"
242
+ > vertical_info = "0,0,0,0,0,0,0,0,0,0,0,0"
243
+
244
+ #### Parameters
245
+
246
+ | Field | In | Type | Required | Description | Default | Example | Enum |
247
+ | --- | --- | --- | --- | --- | --- | --- | --- |
248
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
249
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
250
+ | limit | query | string | No | 每页文章数量/Number of articles per page | 20 | None | None |
251
+ | show_all_topics | query | integer | No | 显示所有主题/Show all topics | 0 | None | None |
252
+ | search_source | query | string | No | 搜索来源/Search Source | Normal | None | None |
253
+ | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID | None | None | None |
254
+ | vertical | query | string | No | 垂类/Vertical Type | None | None | None |
255
+ | sort | query | string | No | 排序/Sort | None | None | None |
256
+ | time_interval | query | string | No | 时间间隔/Time Interval | None | None | None |
257
+ | vertical_info | query | string | No | 垂类信息/Vertical Info | None | None | None |
258
+
259
+ #### Request Body
260
+
261
+ None
262
+
263
+ #### Success Response
264
+
265
+ ##### `200 application/json`
266
+
267
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
268
+
269
+ | Field | Type | Required | Description | Default | Example | Enum |
270
+ | --- | --- | --- | --- | --- | --- | --- |
271
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
272
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
273
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
274
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
275
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
276
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
277
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
278
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
279
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
280
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
281
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
282
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
283
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
284
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
285
+ | data | null | No | The response data \| 响应数据 | None | None | None |
286
+
287
+ <a id="get-api-u1-v1-zhihu-web-fetch-column-article-detail"></a>
288
+ ### `GET /api/u1/v1/zhihu/web/fetch_column_article_detail`
289
+
290
+ - Summary: 获取知乎专栏文章详情/Get Zhihu Column Article Detail
291
+ - Capabilities: content details / details
292
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
293
+ - operationId: `fetch_column_article_detail_api_v1_zhihu_web_fetch_column_article_detail_get`
294
+
295
+ #### Notes
296
+
297
+ > # [中文]
298
+ > ### 用途:
299
+ > - 获取知乎专栏文章详情
300
+ > ### 参数:
301
+ > - article_id: 文章ID
302
+ > ### 返回:
303
+ > - 知乎专栏文章详情
304
+ >
305
+ > # [English]
306
+ > ### Purpose:
307
+ > - Get Zhihu Column Article Detail
308
+ > ### Parameters:
309
+ > - article_id: Article ID
310
+ > ### Returns:
311
+ > - Zhihu Column Article Detail
312
+ >
313
+ > # [示例/Example]
314
+ > article_id = "669214677"
315
+
316
+ #### Parameters
317
+
318
+ | Field | In | Type | Required | Description | Default | Example | Enum |
319
+ | --- | --- | --- | --- | --- | --- | --- | --- |
320
+ | article_id | query | string | Yes | 文章ID/Article ID | None | None | None |
321
+
322
+ #### Request Body
323
+
324
+ None
325
+
326
+ #### Success Response
327
+
328
+ ##### `200 application/json`
329
+
330
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
331
+
332
+ | Field | Type | Required | Description | Default | Example | Enum |
333
+ | --- | --- | --- | --- | --- | --- | --- |
334
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
335
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
336
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
337
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
338
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
339
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
340
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
341
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
342
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
343
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
344
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
345
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
346
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
347
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
348
+ | data | null | No | The response data \| 响应数据 | None | None | None |
349
+
350
+ <a id="get-api-u1-v1-zhihu-web-fetch-column-articles"></a>
351
+ ### `GET /api/u1/v1/zhihu/web/fetch_column_articles`
352
+
353
+ - Summary: 获取知乎专栏文章列表/Get Zhihu Column Articles
354
+ - Capabilities: content details
355
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
356
+ - operationId: `fetch_column_articles_api_v1_zhihu_web_fetch_column_articles_get`
357
+
358
+ #### Notes
359
+
360
+ > # [中文]
361
+ > ### 用途:
362
+ > - 获取知乎专栏文章列表
363
+ > ### 参数:
364
+ > - column_id: 专栏ID
365
+ > - limit: 每页文章数量
366
+ > - offset: 偏移量
367
+ > ### 返回:
368
+ > - 知乎专栏文章列表
369
+ >
370
+ > # [English]
371
+ > ### Purpose:
372
+ > - Get Zhihu Column Articles
373
+ > ### Parameters:
374
+ > - column_id: Column ID
375
+ > - limit: Number of articles per page
376
+ > - offset: Offset
377
+ > ### Returns:
378
+ > - Zhihu Column Articles
379
+ >
380
+ > # [示例/Example]
381
+ > column_id = "zhangjiawei"
382
+ > limit = "10"
383
+ > offset = "0"
384
+
385
+ #### Parameters
386
+
387
+ | Field | In | Type | Required | Description | Default | Example | Enum |
388
+ | --- | --- | --- | --- | --- | --- | --- | --- |
389
+ | column_id | query | string | Yes | 专栏ID/Column ID | None | None | None |
390
+ | limit | query | string | No | 每页文章数量/Number of articles per page | 10 | None | None |
391
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
392
+
393
+ #### Request Body
394
+
395
+ None
396
+
397
+ #### Success Response
398
+
399
+ ##### `200 application/json`
400
+
401
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
402
+
403
+ | Field | Type | Required | Description | Default | Example | Enum |
404
+ | --- | --- | --- | --- | --- | --- | --- |
405
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
406
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
407
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
408
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
409
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
410
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
411
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
412
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
413
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
414
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
415
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
416
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
417
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
418
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
419
+ | data | null | No | The response data \| 响应数据 | None | None | None |
420
+
421
+ <a id="get-api-u1-v1-zhihu-web-fetch-column-comment-config"></a>
422
+ ### `GET /api/u1/v1/zhihu/web/fetch_column_comment_config`
423
+
424
+ - Summary: 获取知乎专栏评论区配置/Get Zhihu Column Comment Config
425
+ - Capabilities: comments
426
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
427
+ - operationId: `fetch_column_comment_config_api_v1_zhihu_web_fetch_column_comment_config_get`
428
+
429
+ #### Notes
430
+
431
+ > # [中文]
432
+ > ### 用途:
433
+ > - 获取知乎专栏评论区配置
434
+ > ### 参数:
435
+ > - article_id: 文章ID
436
+ > ### 返回:
437
+ > - 知乎专栏评论区配置
438
+ >
439
+ > # [English]
440
+ > ### Purpose:
441
+ > - Get Zhihu Column Comment Config
442
+ > ### Parameters:
443
+ > - article_id: Article ID
444
+ > ### Returns:
445
+ > - Zhihu Column Comment Config
446
+ >
447
+ > # [示例/Example]
448
+ > article_id = "669214677"
449
+
450
+ #### Parameters
451
+
452
+ | Field | In | Type | Required | Description | Default | Example | Enum |
453
+ | --- | --- | --- | --- | --- | --- | --- | --- |
454
+ | article_id | query | string | Yes | 文章ID/Article ID | None | None | None |
455
+
456
+ #### Request Body
457
+
458
+ None
459
+
460
+ #### Success Response
461
+
462
+ ##### `200 application/json`
463
+
464
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
465
+
466
+ | Field | Type | Required | Description | Default | Example | Enum |
467
+ | --- | --- | --- | --- | --- | --- | --- |
468
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
469
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
470
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
471
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
472
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
473
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
474
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
475
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
476
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
477
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
478
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
479
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
480
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
481
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
482
+ | data | null | No | The response data \| 响应数据 | None | None | None |
483
+
484
+ <a id="get-api-u1-v1-zhihu-web-fetch-column-recommend"></a>
485
+ ### `GET /api/u1/v1/zhihu/web/fetch_column_recommend`
486
+
487
+ - Summary: 获取知乎相似专栏推荐/Get Zhihu Similar Column Recommend
488
+ - Capabilities: general
489
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
490
+ - operationId: `fetch_column_recommend_api_v1_zhihu_web_fetch_column_recommend_get`
491
+
492
+ #### Notes
493
+
494
+ > # [中文]
495
+ > ### 用途:
496
+ > - 获取知乎相似专栏推荐
497
+ > ### 参数:
498
+ > - article_id: 文章ID
499
+ > - limit: 每页专栏数量
500
+ > - offset: 偏移量
501
+ > ### 返回:
502
+ > - 知乎相似专栏推荐
503
+ >
504
+ > # [English]
505
+ > ### Purpose:
506
+ > - Get Zhihu Similar Column Recommend
507
+ > ### Parameters:
508
+ > - article_id: Article ID
509
+ > - limit: Number of columns per page
510
+ > - offset: Offset
511
+ > ### Returns:
512
+ > - Zhihu Similar Column Recommend
513
+ >
514
+ > # [示例/Example]
515
+ > article_id = "669214677"
516
+ > limit = "12"
517
+ > offset = "0"
518
+
519
+ #### Parameters
520
+
521
+ | Field | In | Type | Required | Description | Default | Example | Enum |
522
+ | --- | --- | --- | --- | --- | --- | --- | --- |
523
+ | article_id | query | string | Yes | 文章ID/Article ID | None | None | None |
524
+ | limit | query | string | No | 每页专栏数量/Number of columns per page | 12 | None | None |
525
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
526
+
527
+ #### Request Body
528
+
529
+ None
530
+
531
+ #### Success Response
532
+
533
+ ##### `200 application/json`
534
+
535
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
536
+
537
+ | Field | Type | Required | Description | Default | Example | Enum |
538
+ | --- | --- | --- | --- | --- | --- | --- |
539
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
540
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
541
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
542
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
543
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
544
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
545
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
546
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
547
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
548
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
549
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
550
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
551
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
552
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
553
+ | data | null | No | The response data \| 响应数据 | None | None | None |
554
+
555
+ <a id="get-api-u1-v1-zhihu-web-fetch-column-relationship"></a>
556
+ ### `GET /api/u1/v1/zhihu/web/fetch_column_relationship`
557
+
558
+ - Summary: 获取知乎专栏文章互动关系/Get Zhihu Column Article Relationship
559
+ - Capabilities: general
560
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
561
+ - operationId: `fetch_column_relationship_api_v1_zhihu_web_fetch_column_relationship_get`
562
+
563
+ #### Notes
564
+
565
+ > # [中文]
566
+ > ### 用途:
567
+ > - 获取知乎专栏文章互动关系
568
+ > ### 参数:
569
+ > - article_id: 文章ID
570
+ > ### 返回:
571
+ > - 知乎专栏互动关系
572
+ >
573
+ > # [English]
574
+ > ### Purpose:
575
+ > - Get Zhihu Column Relationship
576
+ > ### Parameters:
577
+ > - article_id: Article ID
578
+ > ### Returns:
579
+ > - Zhihu Column Relationship
580
+ >
581
+ > # [示例/Example]
582
+ > article_id = "669214677"
583
+
584
+ #### Parameters
585
+
586
+ | Field | In | Type | Required | Description | Default | Example | Enum |
587
+ | --- | --- | --- | --- | --- | --- | --- | --- |
588
+ | article_id | query | string | Yes | 文章ID/Article ID | None | None | None |
589
+
590
+ #### Request Body
591
+
592
+ None
593
+
594
+ #### Success Response
595
+
596
+ ##### `200 application/json`
597
+
598
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
599
+
600
+ | Field | Type | Required | Description | Default | Example | Enum |
601
+ | --- | --- | --- | --- | --- | --- | --- |
602
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
603
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
604
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
605
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
606
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
607
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
608
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
609
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
610
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
611
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
612
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
613
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
614
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
615
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
616
+ | data | null | No | The response data \| 响应数据 | None | None | None |
617
+
618
+ <a id="get-api-u1-v1-zhihu-web-fetch-column-search-v3"></a>
619
+ ### `GET /api/u1/v1/zhihu/web/fetch_column_search_v3`
620
+
621
+ - Summary: 获取知乎专栏搜索V3/Get Zhihu Column Search V3
622
+ - Capabilities: search
623
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
624
+ - operationId: `fetch_column_search_v3_api_v1_zhihu_web_fetch_column_search_v3_get`
625
+
626
+ #### Notes
627
+
628
+ > # [中文]
629
+ > ### 用途:
630
+ > - 获取知乎专栏搜索V3
631
+ > ### 参数:
632
+ > - keyword: 搜索关键词
633
+ > - offset: 偏移量
634
+ > - limit: 每页专栏数量
635
+ > - search_hash_id: 搜索哈希ID
636
+ > ### 返回:
637
+ > - 知乎专栏搜索V3
638
+ >
639
+ > # [English]
640
+ > ### Purpose:
641
+ > - Get Zhihu Column Search V3
642
+ > ### Parameters:
643
+ > - keyword: Search Keywords
644
+ > - offset: Offset
645
+ > - limit: Number of columns per page
646
+ > - search_hash_id: Search Hash ID
647
+ > ### Returns:
648
+ > - Zhihu Column Search V3
649
+ >
650
+ > # [示例/Example]
651
+ > keyword = "deepseek"
652
+ > limit = "20"
653
+ > offset = "0"
654
+ > search_hash_id = ""
655
+
656
+ #### Parameters
657
+
658
+ | Field | In | Type | Required | Description | Default | Example | Enum |
659
+ | --- | --- | --- | --- | --- | --- | --- | --- |
660
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
661
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
662
+ | limit | query | string | No | 每页专栏数量/Number of columns per page | 20 | None | None |
663
+ | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID | None | None | None |
664
+
665
+ #### Request Body
666
+
667
+ None
668
+
669
+ #### Success Response
670
+
671
+ ##### `200 application/json`
672
+
673
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
674
+
675
+ | Field | Type | Required | Description | Default | Example | Enum |
676
+ | --- | --- | --- | --- | --- | --- | --- |
677
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
678
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
679
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
680
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
681
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
682
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
683
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
684
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
685
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
686
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
687
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
688
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
689
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
690
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
691
+ | data | null | No | The response data \| 响应数据 | None | None | None |
692
+
693
+ <a id="get-api-u1-v1-zhihu-web-fetch-comment-v5"></a>
694
+ ### `GET /api/u1/v1/zhihu/web/fetch_comment_v5`
695
+
696
+ - Summary: 获取知乎评论区V5/Get Zhihu Comment V5
697
+ - Capabilities: comments
698
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
699
+ - operationId: `fetch_comment_v5_api_v1_zhihu_web_fetch_comment_v5_get`
700
+
701
+ #### Notes
702
+
703
+ > # [中文]
704
+ > ### 用途:
705
+ > - 获取知乎评论区V5
706
+ > ### 参数:
707
+ > - answer_id: 回答ID
708
+ > - order_by: 排序
709
+ > - score 最热排序
710
+ > - ts 最新排序
711
+ > - limit: 每页评论数量
712
+ > - offset: 偏移量/页码
713
+ > ### 返回:
714
+ > - 知乎评论区V5
715
+ >
716
+ > # [English]
717
+ > ### Purpose:
718
+ > - Get Zhihu Comment V5
719
+ > ### Parameters:
720
+ > - answer_id: Answer ID
721
+ > - order_by: Sort
722
+ > - score Hottest Sort
723
+ > - ts Latest Sort
724
+ > - limit: Number of comments per page
725
+ > - offset: Offset/Page Number
726
+ > ### Returns:
727
+ > - Zhihu Comment V5
728
+ >
729
+ > # [示例/Example]
730
+ > answer_id = "89226347214"
731
+ > order_by = "score"
732
+ > limit = "20"
733
+ > offset = "" # 1739257701_11108372663_0
734
+
735
+ #### Parameters
736
+
737
+ | Field | In | Type | Required | Description | Default | Example | Enum |
738
+ | --- | --- | --- | --- | --- | --- | --- | --- |
739
+ | answer_id | query | string | Yes | 回答ID/Answer ID | None | None | None |
740
+ | order_by | query | string | No | 排序/Sort | score | None | None |
741
+ | limit | query | string | No | 每页评论数量/Number of comments per page | 20 | None | None |
742
+ | offset | query | string | No | 偏移量/Offset | None | None | None |
743
+
744
+ #### Request Body
745
+
746
+ None
747
+
748
+ #### Success Response
749
+
750
+ ##### `200 application/json`
751
+
752
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
753
+
754
+ | Field | Type | Required | Description | Default | Example | Enum |
755
+ | --- | --- | --- | --- | --- | --- | --- |
756
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
757
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
758
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
759
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
760
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
761
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
762
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
763
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
764
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
765
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
766
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
767
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
768
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
769
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
770
+ | data | null | No | The response data \| 响应数据 | None | None | None |
771
+
772
+ <a id="get-api-u1-v1-zhihu-web-fetch-ebook-search-v3"></a>
773
+ ### `GET /api/u1/v1/zhihu/web/fetch_ebook_search_v3`
774
+
775
+ - Summary: 获取知乎电子书搜索V3/Get Zhihu Ebook Search V3
776
+ - Capabilities: search
777
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
778
+ - operationId: `fetch_ebook_search_v3_api_v1_zhihu_web_fetch_ebook_search_v3_get`
779
+
780
+ #### Notes
781
+
782
+ > # [中文]
783
+ > ### 用途:
784
+ > - 获取知乎电子书搜索V3
785
+ > ### 参数:
786
+ > - keyword: 搜索关键词
787
+ > - offset: 偏移量
788
+ > - limit: 每页电子书数量
789
+ > - search_hash_id: 搜索哈希ID
790
+ > ### 返回:
791
+ > - 知乎电子书搜索V3
792
+ >
793
+ > # [English]
794
+ > ### Purpose:
795
+ > - Get Zhihu Ebook Search V3
796
+ > ### Parameters:
797
+ > - keyword: Search Keywords
798
+ > - offset: Offset
799
+ > - limit: Number of ebooks per page
800
+ > - search_hash_id: Search Hash ID
801
+ > ### Returns:
802
+ > - Zhihu Ebook Search V3
803
+ >
804
+ > # [示例/Example]
805
+ > keyword = "deepseek"
806
+ > limit = "20"
807
+ > offset = "0"
808
+ > search_hash_id = ""
809
+
810
+ #### Parameters
811
+
812
+ | Field | In | Type | Required | Description | Default | Example | Enum |
813
+ | --- | --- | --- | --- | --- | --- | --- | --- |
814
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
815
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
816
+ | limit | query | string | No | 每页电子书数量/Number of ebooks per page | 20 | None | None |
817
+ | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID | None | None | None |
818
+
819
+ #### Request Body
820
+
821
+ None
822
+
823
+ #### Success Response
824
+
825
+ ##### `200 application/json`
826
+
827
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
828
+
829
+ | Field | Type | Required | Description | Default | Example | Enum |
830
+ | --- | --- | --- | --- | --- | --- | --- |
831
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
832
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
833
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
834
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
835
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
836
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
837
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
838
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
839
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
840
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
841
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
842
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
843
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
844
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
845
+ | data | null | No | The response data \| 响应数据 | None | None | None |
846
+
847
+ <a id="get-api-u1-v1-zhihu-web-fetch-hot-list"></a>
848
+ ### `GET /api/u1/v1/zhihu/web/fetch_hot_list`
849
+
850
+ - Summary: 获取知乎首页热榜/Get Zhihu Hot List
851
+ - Capabilities: trends / rankings
852
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
853
+ - operationId: `fetch_hot_list_api_v1_zhihu_web_fetch_hot_list_get`
854
+
855
+ #### Notes
856
+
857
+ > # [中文]
858
+ > ### 用途:
859
+ > - 获取知乎首页热榜
860
+ > ### 参数:
861
+ > - limit: 每页文章数量
862
+ > - desktop: 是否为桌面端
863
+ > ### 返回:
864
+ > - 知乎首页热榜
865
+ >
866
+ > # [English]
867
+ > ### Purpose:
868
+ > - Get Zhihu Hot List
869
+ > ### Parameters:
870
+ > - limit: Number of articles per page
871
+ > - desktop: Is it a desktop
872
+ > ### Returns:
873
+ > - Zhihu Hot List
874
+ >
875
+ > # [示例/Example]
876
+ > limit = "50"
877
+ > desktop = "true"
878
+
879
+ #### Parameters
880
+
881
+ | Field | In | Type | Required | Description | Default | Example | Enum |
882
+ | --- | --- | --- | --- | --- | --- | --- | --- |
883
+ | limit | query | string | No | 每页文章数量/Number of articles per page | 50 | None | None |
884
+ | desktop | query | string | No | 是否为桌面端/Is it a desktop | true | None | None |
885
+
886
+ #### Request Body
887
+
888
+ None
889
+
890
+ #### Success Response
891
+
892
+ ##### `200 application/json`
893
+
894
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
895
+
896
+ | Field | Type | Required | Description | Default | Example | Enum |
897
+ | --- | --- | --- | --- | --- | --- | --- |
898
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
899
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
900
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
901
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
902
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
903
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
904
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
905
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
906
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
907
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
908
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
909
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
910
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
911
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
912
+ | data | null | No | The response data \| 响应数据 | None | None | None |
913
+
914
+ <a id="get-api-u1-v1-zhihu-web-fetch-hot-recommend"></a>
915
+ ### `GET /api/u1/v1/zhihu/web/fetch_hot_recommend`
916
+
917
+ - Summary: 获取知乎首页推荐/Get Zhihu Hot Recommend
918
+ - Capabilities: trends / rankings
919
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
920
+ - operationId: `fetch_hot_recommend_api_v1_zhihu_web_fetch_hot_recommend_get`
921
+
922
+ #### Notes
923
+
924
+ > # [中文]
925
+ > ### 用途:
926
+ > - 获取知乎首页推荐
927
+ > ### 参数:
928
+ > - offset: 偏移量
929
+ > - page_number: 页码
930
+ > - session_token: 会话令牌
931
+ > ### 返回:
932
+ > - 知乎首页推荐
933
+ >
934
+ > # [English]
935
+ > ### Purpose:
936
+ > - Get Zhihu Hot Recommend
937
+ > ### Parameters:
938
+ > - offset: Offset
939
+ > - page_number: Page Number
940
+ > - session_token: Session Token
941
+ >
942
+ > # [示例/Example]
943
+ > offset = "0"
944
+ > page_number = "1"
945
+ > session_token = ""
946
+
947
+ #### Parameters
948
+
949
+ | Field | In | Type | Required | Description | Default | Example | Enum |
950
+ | --- | --- | --- | --- | --- | --- | --- | --- |
951
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
952
+ | page_number | query | string | No | 页码/Page Number | 1 | None | None |
953
+ | session_token | query | string | No | 会话令牌/Session Token | None | None | None |
954
+
955
+ #### Request Body
956
+
957
+ None
958
+
959
+ #### Success Response
960
+
961
+ ##### `200 application/json`
962
+
963
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
964
+
965
+ | Field | Type | Required | Description | Default | Example | Enum |
966
+ | --- | --- | --- | --- | --- | --- | --- |
967
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
968
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
969
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
970
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
971
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
972
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
973
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
974
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
975
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
976
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
977
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
978
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
979
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
980
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
981
+ | data | null | No | The response data \| 响应数据 | None | None | None |
982
+
983
+ <a id="get-api-u1-v1-zhihu-web-fetch-preset-search"></a>
984
+ ### `GET /api/u1/v1/zhihu/web/fetch_preset_search`
985
+
986
+ - Summary: 获取知乎搜索预设词/Get Zhihu Preset Search
987
+ - Capabilities: search
988
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
989
+ - operationId: `fetch_preset_search_api_v1_zhihu_web_fetch_preset_search_get`
990
+
991
+ #### Notes
992
+
993
+ > # [中文]
994
+ > ### 用途:
995
+ > - 获取知乎搜索预设词
996
+ > ### 参数:
997
+ > - 无
998
+ > ### 返回:
999
+ > - 知乎搜索预设词
1000
+ >
1001
+ > # [English]
1002
+ > ### Purpose:
1003
+ > - Get Zhihu Preset Search
1004
+ > ### Parameters:
1005
+ > - None
1006
+ > ### Returns:
1007
+ > - Zhihu Preset Search
1008
+
1009
+ #### Parameters
1010
+
1011
+ None
1012
+
1013
+ #### Request Body
1014
+
1015
+ None
1016
+
1017
+ #### Success Response
1018
+
1019
+ ##### `200 application/json`
1020
+
1021
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1022
+
1023
+ | Field | Type | Required | Description | Default | Example | Enum |
1024
+ | --- | --- | --- | --- | --- | --- | --- |
1025
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1026
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1027
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1028
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1029
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1030
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1031
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1032
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1033
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1034
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1035
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1036
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1037
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1038
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1039
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1040
+
1041
+ <a id="get-api-u1-v1-zhihu-web-fetch-question-answers"></a>
1042
+ ### `GET /api/u1/v1/zhihu/web/fetch_question_answers`
1043
+
1044
+ - Summary: 获取知乎问题回答列表/Get Zhihu Question Answers
1045
+ - Capabilities: general
1046
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1047
+ - operationId: `fetch_question_answers_api_v1_zhihu_web_fetch_question_answers_get`
1048
+
1049
+ #### Notes
1050
+
1051
+ > # [中文]
1052
+ > ### 用途:
1053
+ > - 获取知乎问题的回答列表
1054
+ > ### 参数:
1055
+ > - question_id: 问题ID
1056
+ > - cursor: 分页游标,用于获取下一页数据,从返回的字段里提取
1057
+ > - limit: 每页回答数量,默认5
1058
+ > - offset: 偏移量,默认0
1059
+ > - order: 排序方式,default=默认排序,updated=按时间排序
1060
+ > - session_id: 会话ID,用于分页时保持状态,从返回的字段里提取
1061
+ > ### 返回:
1062
+ > - 知乎问题回答列表数据
1063
+ >
1064
+ > # [English]
1065
+ > ### Purpose:
1066
+ > - Get Zhihu Question Answers List
1067
+ > ### Parameters:
1068
+ > - question_id: Question ID
1069
+ > - cursor: Pagination cursor for next page, extracted from response fields
1070
+ > - limit: Number of answers per page, default 5
1071
+ > - offset: Offset, default 0
1072
+ > - order: Sort order, default=default sort, updated=sort by time
1073
+ > - session_id: Session ID for pagination state, extracted from response fields
1074
+ > ### Returns:
1075
+ > - Zhihu Question Answers List Data
1076
+ >
1077
+ > # [示例/Example]
1078
+ > question_id = "37811449"
1079
+ > cursor = ""
1080
+ > limit = 5
1081
+ > offset = 0
1082
+ > order = "default" # 或 "updated" 按时间排序
1083
+ > session_id = ""
1084
+ >
1085
+ > # 获取下一页 (Get next page):
1086
+ > cursor = "d88f09569eba20b966bcf15076977430"
1087
+ > offset = 1
1088
+ > session_id = "1757928778451769939"
1089
+ >
1090
+ > # 按时间排序 (Sort by time):
1091
+ > order = "updated"
1092
+
1093
+ #### Parameters
1094
+
1095
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1096
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1097
+ | question_id | query | string | Yes | 问题ID/Question ID | None | None | None |
1098
+ | cursor | query | string | No | 分页游标/Pagination cursor | None | None | None |
1099
+ | limit | query | integer | No | 每页回答数量/Number of answers per page | 5 | None | None |
1100
+ | offset | query | integer | No | 偏移量/Offset | 0 | None | None |
1101
+ | order | query | string | No | 排序方式:default=默认排序,updated=按时间排序/Sort order: default=default sort, updated=sort by time | default | None | None |
1102
+ | session_id | query | string | No | 会话ID/Session ID | None | None | None |
1103
+
1104
+ #### Request Body
1105
+
1106
+ None
1107
+
1108
+ #### Success Response
1109
+
1110
+ ##### `200 application/json`
1111
+
1112
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1113
+
1114
+ | Field | Type | Required | Description | Default | Example | Enum |
1115
+ | --- | --- | --- | --- | --- | --- | --- |
1116
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1117
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1118
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1119
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1120
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1121
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1122
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1123
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1124
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1125
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1126
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1127
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1128
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1129
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1130
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1131
+
1132
+ <a id="get-api-u1-v1-zhihu-web-fetch-recommend-followees"></a>
1133
+ ### `GET /api/u1/v1/zhihu/web/fetch_recommend_followees`
1134
+
1135
+ - Summary: 获取知乎推荐关注列表/Get Zhihu Recommend Followees
1136
+ - Capabilities: general
1137
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1138
+ - operationId: `fetch_recommend_followees_api_v1_zhihu_web_fetch_recommend_followees_get`
1139
+
1140
+ #### Notes
1141
+
1142
+ > # [中文]
1143
+ > ### 用途:
1144
+ > - 获取知乎推荐关注列表
1145
+ > ### 参数:
1146
+ > - 无
1147
+ > ### 返回:
1148
+ > - 知乎推荐关注列表
1149
+ >
1150
+ > # [English]
1151
+ > ### Purpose:
1152
+ > - Get Zhihu Recommend Followees
1153
+ > ### Parameters:
1154
+ > - None
1155
+ > ### Returns:
1156
+ > - Zhihu Recommend Followees
1157
+
1158
+ #### Parameters
1159
+
1160
+ None
1161
+
1162
+ #### Request Body
1163
+
1164
+ None
1165
+
1166
+ #### Success Response
1167
+
1168
+ ##### `200 application/json`
1169
+
1170
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1171
+
1172
+ | Field | Type | Required | Description | Default | Example | Enum |
1173
+ | --- | --- | --- | --- | --- | --- | --- |
1174
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1175
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1176
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1177
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1178
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1179
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1180
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1181
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1182
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1183
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1184
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1185
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1186
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1187
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1188
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1189
+
1190
+ <a id="get-api-u1-v1-zhihu-web-fetch-salt-search-v3"></a>
1191
+ ### `GET /api/u1/v1/zhihu/web/fetch_salt_search_v3`
1192
+
1193
+ - Summary: 获取知乎盐选内容搜索V3/Get Zhihu Salt Search V3
1194
+ - Capabilities: search
1195
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1196
+ - operationId: `fetch_salt_search_v3_api_v1_zhihu_web_fetch_salt_search_v3_get`
1197
+
1198
+ #### Notes
1199
+
1200
+ > # [中文]
1201
+ > ### 用途:
1202
+ > - 获取知乎盐选内容搜索V3
1203
+ > ### 参数:
1204
+ > - keyword: 搜索关键词
1205
+ > - offset: 偏移量
1206
+ > - limit: 每页内容数量
1207
+ > - search_hash_id: 搜索哈希ID
1208
+ > ### 返回:
1209
+ > - 知乎盐选内容搜索V3
1210
+ >
1211
+ > # [English]
1212
+ > ### Purpose:
1213
+ > - Get Zhihu Salt Search V3
1214
+ > ### Parameters:
1215
+ > - keyword: Search Keywords
1216
+ > - offset: Offset
1217
+ > - limit: Number of contents per page
1218
+ > - search_hash_id: Search Hash ID
1219
+ > ### Returns:
1220
+ > - Zhihu Salt Search V3
1221
+ >
1222
+ > # [示例/Example]
1223
+ > keyword = "deepseek"
1224
+ > limit = "20"
1225
+ > offset = "0"
1226
+ > search_hash_id = ""
1227
+
1228
+ #### Parameters
1229
+
1230
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1231
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1232
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
1233
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
1234
+ | limit | query | string | No | 每页内容数量/Number of contents per page | 20 | None | None |
1235
+ | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID | None | None | None |
1236
+
1237
+ #### Request Body
1238
+
1239
+ None
1240
+
1241
+ #### Success Response
1242
+
1243
+ ##### `200 application/json`
1244
+
1245
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1246
+
1247
+ | Field | Type | Required | Description | Default | Example | Enum |
1248
+ | --- | --- | --- | --- | --- | --- | --- |
1249
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1250
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1251
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1252
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1253
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1254
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1255
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1256
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1257
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1258
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1259
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1260
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1261
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1262
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1263
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1264
+
1265
+ <a id="post-api-u1-v1-zhihu-web-fetch-scholar-search-v3"></a>
1266
+ ### `POST /api/u1/v1/zhihu/web/fetch_scholar_search_v3`
1267
+
1268
+ - Summary: 获取知乎论文搜索V3/Get Zhihu Scholar Search V3
1269
+ - Capabilities: search
1270
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1271
+ - operationId: `fetch_scholar_search_v3_api_v1_zhihu_web_fetch_scholar_search_v3_post`
1272
+
1273
+ #### Notes
1274
+
1275
+ > # [中文]
1276
+ > ### 用途:
1277
+ > - 获取知乎论文搜索V3
1278
+ > ### 参数:
1279
+ > - keyword: 搜索关键词
1280
+ > - offset: 偏移量
1281
+ > - limit: 每页论文数量
1282
+ > - filter_fields: 过滤字段
1283
+ > ### 返回:
1284
+ > - 知乎论文搜索V3
1285
+ >
1286
+ > # [English]
1287
+ > ### Purpose:
1288
+ > - Get Zhihu Scholar Search V3
1289
+ > ### Parameters:
1290
+ > - keyword: Search Keywords
1291
+ > - offset: Offset
1292
+ > - limit: Number of papers per page
1293
+ > - filter_fields: Filter Fields
1294
+ > ### Returns:
1295
+ > - Zhihu Scholar Search V3
1296
+ >
1297
+ > # [示例/Example]
1298
+ > keyword = "人工智能"
1299
+ > offset = "0"
1300
+ > limit = "25"
1301
+
1302
+ #### Parameters
1303
+
1304
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1305
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1306
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
1307
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
1308
+ | limit | query | string | No | 每页论文数量/Number of papers per page | 25 | None | None |
1309
+
1310
+ #### Request Body
1311
+
1312
+ - required: No
1313
+
1314
+ ##### `application/json`
1315
+
1316
+ - Schema summary: dynamic object
1317
+
1318
+ No field table
1319
+
1320
+ #### Success Response
1321
+
1322
+ ##### `200 application/json`
1323
+
1324
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1325
+
1326
+ | Field | Type | Required | Description | Default | Example | Enum |
1327
+ | --- | --- | --- | --- | --- | --- | --- |
1328
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1329
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1330
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1331
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1332
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1333
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1334
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1335
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1336
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1337
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1338
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1339
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1340
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1341
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1342
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1343
+
1344
+ <a id="get-api-u1-v1-zhihu-web-fetch-search-recommend"></a>
1345
+ ### `GET /api/u1/v1/zhihu/web/fetch_search_recommend`
1346
+
1347
+ - Summary: 获取知乎搜索发现/Get Zhihu Search Recommend
1348
+ - Capabilities: search
1349
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1350
+ - operationId: `fetch_search_recommend_api_v1_zhihu_web_fetch_search_recommend_get`
1351
+
1352
+ #### Notes
1353
+
1354
+ > # [中文]
1355
+ > ### 用途:
1356
+ > - 获取知乎搜索发现
1357
+ > ### 参数:
1358
+ > - 无
1359
+ > ### 返回:
1360
+ > - 知乎搜索发现
1361
+ >
1362
+ > # [English]
1363
+ > ### Purpose:
1364
+ > - Get Zhihu Search Recommend
1365
+ > ### Parameters:
1366
+ > - None
1367
+ > ### Returns:
1368
+ > - Zhihu Search Recommend
1369
+
1370
+ #### Parameters
1371
+
1372
+ None
1373
+
1374
+ #### Request Body
1375
+
1376
+ None
1377
+
1378
+ #### Success Response
1379
+
1380
+ ##### `200 application/json`
1381
+
1382
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1383
+
1384
+ | Field | Type | Required | Description | Default | Example | Enum |
1385
+ | --- | --- | --- | --- | --- | --- | --- |
1386
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1387
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1388
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1389
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1390
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1391
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1392
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1393
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1394
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1395
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1396
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1397
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1398
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1399
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1400
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1401
+
1402
+ <a id="get-api-u1-v1-zhihu-web-fetch-search-suggest"></a>
1403
+ ### `GET /api/u1/v1/zhihu/web/fetch_search_suggest`
1404
+
1405
+ - Summary: 知乎搜索预测词/Get Zhihu Search Suggest
1406
+ - Capabilities: search
1407
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1408
+ - operationId: `fetch_search_suggest_api_v1_zhihu_web_fetch_search_suggest_get`
1409
+
1410
+ #### Notes
1411
+
1412
+ > # [中文]
1413
+ > ### 用途:
1414
+ > - 知乎搜索预测词
1415
+ > ### 参数:
1416
+ > - keyword: 搜索关键词
1417
+ > ### 返回:
1418
+ > - 知乎搜索预测词
1419
+ >
1420
+ > # [English]
1421
+ > ### Purpose:
1422
+ > - Get Zhihu Search Suggest
1423
+ > ### Parameters:
1424
+ > - keyword: Search Keywords
1425
+ > ### Returns:
1426
+ > - Zhihu Search Suggest
1427
+ >
1428
+ > # [示例/Example]
1429
+ > keyword = "deepseek"
1430
+
1431
+ #### Parameters
1432
+
1433
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1434
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1435
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
1436
+
1437
+ #### Request Body
1438
+
1439
+ None
1440
+
1441
+ #### Success Response
1442
+
1443
+ ##### `200 application/json`
1444
+
1445
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1446
+
1447
+ | Field | Type | Required | Description | Default | Example | Enum |
1448
+ | --- | --- | --- | --- | --- | --- | --- |
1449
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1450
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1451
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1452
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1453
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1454
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1455
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1456
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1457
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1458
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1459
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1460
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1461
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1462
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1463
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1464
+
1465
+ <a id="get-api-u1-v1-zhihu-web-fetch-sub-comment-v5"></a>
1466
+ ### `GET /api/u1/v1/zhihu/web/fetch_sub_comment_v5`
1467
+
1468
+ - Summary: 获取知乎子评论区V5/Get Zhihu Sub Comment V5
1469
+ - Capabilities: comments
1470
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1471
+ - operationId: `fetch_sub_comment_v5_api_v1_zhihu_web_fetch_sub_comment_v5_get`
1472
+
1473
+ #### Notes
1474
+
1475
+ > # [中文]
1476
+ > ### 用途:
1477
+ > - 获取知乎子评论区V5
1478
+ > ### 参数:
1479
+ > - comment_id: 评论ID
1480
+ > - order_by: 排序
1481
+ > - score 最热排序
1482
+ > - ts 最新排序
1483
+ > - limit: 每页评论数量
1484
+ > - offset: 偏移量/页码
1485
+ > ### 返回:
1486
+ > - 知乎子评论区V5
1487
+ >
1488
+ > # [English]
1489
+ > ### Purpose:
1490
+ > - Get Zhihu Sub Comment V5
1491
+ > ### Parameters:
1492
+ > - comment_id: Comment ID
1493
+ > - order_by: Sort
1494
+ > - score Hottest Sort
1495
+ > - ts Latest Sort
1496
+ > - limit: Number of comments per page
1497
+ > - offset: Offset/Page Number
1498
+ > ### Returns:
1499
+ > - Zhihu Sub Comment V5
1500
+ >
1501
+ > # [示例/Example]
1502
+ > comment_id = "11100789728"
1503
+ > order_by = "score"
1504
+ > limit = "20"
1505
+ > offset = ""
1506
+
1507
+ #### Parameters
1508
+
1509
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1510
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1511
+ | comment_id | query | string | Yes | 评论ID/Comment ID | None | None | None |
1512
+ | order_by | query | string | No | 排序/Sort | score | None | None |
1513
+ | limit | query | string | No | 每页评论数量/Number of comments per page | 20 | None | None |
1514
+ | offset | query | string | No | 偏移量/Offset | None | None | None |
1515
+
1516
+ #### Request Body
1517
+
1518
+ None
1519
+
1520
+ #### Success Response
1521
+
1522
+ ##### `200 application/json`
1523
+
1524
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1525
+
1526
+ | Field | Type | Required | Description | Default | Example | Enum |
1527
+ | --- | --- | --- | --- | --- | --- | --- |
1528
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1529
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1530
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1531
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1532
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1533
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1534
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1535
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1536
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1537
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1538
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1539
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1540
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1541
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1542
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1543
+
1544
+ <a id="get-api-u1-v1-zhihu-web-fetch-topic-search-v3"></a>
1545
+ ### `GET /api/u1/v1/zhihu/web/fetch_topic_search_v3`
1546
+
1547
+ - Summary: 获取知乎话题搜索V3/Get Zhihu Topic Search V3
1548
+ - Capabilities: search / topics
1549
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1550
+ - operationId: `fetch_topic_search_v3_api_v1_zhihu_web_fetch_topic_search_v3_get`
1551
+
1552
+ #### Notes
1553
+
1554
+ > # [中文]
1555
+ > ### 用途:
1556
+ > - 获取知乎话题搜索V3
1557
+ > ### 参数:
1558
+ > - keyword: 搜索关键词
1559
+ > - offset: 偏移量
1560
+ > - limit: 每页话题数量
1561
+ > ### 返回:
1562
+ > - 知乎话题搜索V3
1563
+ >
1564
+ > # [English]
1565
+ > ### Purpose:
1566
+ > - Get Zhihu Topic Search V3
1567
+ > ### Parameters:
1568
+ > - keyword: Search Keywords
1569
+ > - offset: Offset
1570
+ > - limit: Number of topics per page
1571
+ > ### Returns:
1572
+ > - Zhihu Topic Search V3
1573
+ >
1574
+ > # [示例/Example]
1575
+ > keyword = "deepseek"
1576
+ > offset = "0"
1577
+ > limit = "25"
1578
+
1579
+ #### Parameters
1580
+
1581
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1582
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1583
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
1584
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
1585
+ | limit | query | string | No | 每页话题数量/Number of topics per page | 25 | None | None |
1586
+
1587
+ #### Request Body
1588
+
1589
+ None
1590
+
1591
+ #### Success Response
1592
+
1593
+ ##### `200 application/json`
1594
+
1595
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1596
+
1597
+ | Field | Type | Required | Description | Default | Example | Enum |
1598
+ | --- | --- | --- | --- | --- | --- | --- |
1599
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1600
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1601
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1602
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1603
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1604
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1605
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1606
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1607
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1608
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1609
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1610
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1611
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1612
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1613
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1614
+
1615
+ <a id="get-api-u1-v1-zhihu-web-fetch-user-follow-collections"></a>
1616
+ ### `GET /api/u1/v1/zhihu/web/fetch_user_follow_collections`
1617
+
1618
+ - Summary: 获取知乎用户关注的收藏/Get Zhihu User Follow Collections
1619
+ - Capabilities: profiles / accounts
1620
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1621
+ - operationId: `fetch_user_follow_collections_api_v1_zhihu_web_fetch_user_follow_collections_get`
1622
+
1623
+ #### Notes
1624
+
1625
+ > # [中文]
1626
+ > ### 用途:
1627
+ > - 获取知乎用户关注的收藏
1628
+ > ### 参数:
1629
+ > - user_url_token: 用户ID
1630
+ > - offset: 偏移量
1631
+ > - limit: 每页收藏数量
1632
+ > ### 返回:
1633
+ > - 知乎用户关注的收藏
1634
+ >
1635
+ > # [English]
1636
+ > ### Purpose:
1637
+ > - Get Zhihu User Follow Collections
1638
+ > ### Parameters:
1639
+ > - user_url_token: User ID
1640
+ > - offset: Offset
1641
+ > - limit: Number of collections per page
1642
+ > ### Returns:
1643
+ > - Zhihu User Follow Collections
1644
+ >
1645
+ > # [示例/Example]
1646
+ > user_url_token = "ming-he-43-93"
1647
+ > offset = "0"
1648
+ > limit = "20"
1649
+
1650
+ #### Parameters
1651
+
1652
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1653
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1654
+ | user_url_token | query | string | Yes | 用户ID/User ID | None | None | None |
1655
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
1656
+ | limit | query | string | No | 每页收藏数量/Number of collections per page | 20 | None | None |
1657
+
1658
+ #### Request Body
1659
+
1660
+ None
1661
+
1662
+ #### Success Response
1663
+
1664
+ ##### `200 application/json`
1665
+
1666
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1667
+
1668
+ | Field | Type | Required | Description | Default | Example | Enum |
1669
+ | --- | --- | --- | --- | --- | --- | --- |
1670
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1671
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1672
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1673
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1674
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1675
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1676
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1677
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1678
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1679
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1680
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1681
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1682
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1683
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1684
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1685
+
1686
+ <a id="get-api-u1-v1-zhihu-web-fetch-user-follow-columns"></a>
1687
+ ### `GET /api/u1/v1/zhihu/web/fetch_user_follow_columns`
1688
+
1689
+ - Summary: 获取知乎用户订阅的专栏/Get Zhihu User Columns
1690
+ - Capabilities: profiles / accounts
1691
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1692
+ - operationId: `fetch_user_follow_columns_api_v1_zhihu_web_fetch_user_follow_columns_get`
1693
+
1694
+ #### Notes
1695
+
1696
+ > # [中文]
1697
+ > ### 用途:
1698
+ > - 获取知乎用户订阅的专栏
1699
+ > ### 参数:
1700
+ > - user_url_token: 用户ID
1701
+ > - offset: 偏移量
1702
+ > - limit: 每页专栏数量
1703
+ > ### 返回:
1704
+ > - 知乎用户订阅的专栏
1705
+ >
1706
+ > # [English]
1707
+ > ### Purpose:
1708
+ > - Get Zhihu User Columns
1709
+ > ### Parameters:
1710
+ > - user_url_token: User ID
1711
+ > - offset: Offset
1712
+ > - limit: Number of columns per page
1713
+ > ### Returns:
1714
+ > - Zhihu User Columns
1715
+ >
1716
+ > # [示例/Example]
1717
+ > user_url_token = "ming-he-43-93"
1718
+ > offset = "0"
1719
+ > limit = "20"
1720
+
1721
+ #### Parameters
1722
+
1723
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1724
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1725
+ | user_url_token | query | string | Yes | 用户ID/User ID | None | None | None |
1726
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
1727
+ | limit | query | string | No | 每页专栏数量/Number of columns per page | 20 | None | None |
1728
+
1729
+ #### Request Body
1730
+
1731
+ None
1732
+
1733
+ #### Success Response
1734
+
1735
+ ##### `200 application/json`
1736
+
1737
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1738
+
1739
+ | Field | Type | Required | Description | Default | Example | Enum |
1740
+ | --- | --- | --- | --- | --- | --- | --- |
1741
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1742
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1743
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1744
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1745
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1746
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1747
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1748
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1749
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1750
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1751
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1752
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1753
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1754
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1755
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1756
+
1757
+ <a id="get-api-u1-v1-zhihu-web-fetch-user-follow-questions"></a>
1758
+ ### `GET /api/u1/v1/zhihu/web/fetch_user_follow_questions`
1759
+
1760
+ - Summary: 获取知乎用户关注的问题/Get Zhihu User Follow Questions
1761
+ - Capabilities: profiles / accounts
1762
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1763
+ - operationId: `fetch_user_follow_questions_api_v1_zhihu_web_fetch_user_follow_questions_get`
1764
+
1765
+ #### Notes
1766
+
1767
+ > # [中文]
1768
+ > ### 用途:
1769
+ > - 获取知乎用户关注的问题
1770
+ > ### 参数:
1771
+ > - user_url_token: 用户ID
1772
+ > - offset: 偏移量
1773
+ > - limit: 每页问题数量
1774
+ > ### 返回:
1775
+ > - 知乎用户关注的问题
1776
+ >
1777
+ > # [English]
1778
+ > ### Purpose:
1779
+ > - Get Zhihu User Follow Questions
1780
+ > ### Parameters:
1781
+ > - user_url_token: User ID
1782
+ > - offset: Offset
1783
+ > - limit: Number of questions per page
1784
+ > ### Returns:
1785
+ > - Zhihu User Follow Questions
1786
+ >
1787
+ > # [示例/Example]
1788
+ > user_url_token = "ming-he-43-93"
1789
+ > offset = "0"
1790
+ > limit = "20"
1791
+
1792
+ #### Parameters
1793
+
1794
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1795
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1796
+ | user_url_token | query | string | Yes | 用户ID/User ID | None | None | None |
1797
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
1798
+ | limit | query | string | No | 每页问题数量/Number of questions per page | 20 | None | None |
1799
+
1800
+ #### Request Body
1801
+
1802
+ None
1803
+
1804
+ #### Success Response
1805
+
1806
+ ##### `200 application/json`
1807
+
1808
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1809
+
1810
+ | Field | Type | Required | Description | Default | Example | Enum |
1811
+ | --- | --- | --- | --- | --- | --- | --- |
1812
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1813
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1814
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1815
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1816
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1817
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1818
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1819
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1820
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1821
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1822
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1823
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1824
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1825
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1826
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1827
+
1828
+ <a id="get-api-u1-v1-zhihu-web-fetch-user-follow-topics"></a>
1829
+ ### `GET /api/u1/v1/zhihu/web/fetch_user_follow_topics`
1830
+
1831
+ - Summary: 获取知乎用户关注的话题/Get Zhihu User Follow Topics
1832
+ - Capabilities: profiles / accounts / topics
1833
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1834
+ - operationId: `fetch_user_follow_topics_api_v1_zhihu_web_fetch_user_follow_topics_get`
1835
+
1836
+ #### Notes
1837
+
1838
+ > # [中文]
1839
+ > ### 用途:
1840
+ > - 获取知乎用户关注的话题
1841
+ > ### 参数:
1842
+ > - user_url_token: 用户ID
1843
+ > - offset: 偏移量
1844
+ > - limit: 每页话题数量
1845
+ > ### 返回:
1846
+ > - 知乎用户关注的话题
1847
+ >
1848
+ > # [English]
1849
+ > ### Purpose:
1850
+ > - Get Zhihu User Follow Topics
1851
+ > ### Parameters:
1852
+ > - user_url_token: User ID
1853
+ > - offset: Offset
1854
+ > - limit: Number of topics per page
1855
+ > ### Returns:
1856
+ > - Zhihu User Follow Topics
1857
+ >
1858
+ > # [示例/Example]
1859
+ > user_url_token = "ming-he-43-93"
1860
+ > offset = "0"
1861
+ > limit = "20"
1862
+
1863
+ #### Parameters
1864
+
1865
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1866
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1867
+ | user_url_token | query | string | Yes | 用户ID/User ID | None | None | None |
1868
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
1869
+ | limit | query | string | No | 每页话题数量/Number of topics per page | 20 | None | None |
1870
+
1871
+ #### Request Body
1872
+
1873
+ None
1874
+
1875
+ #### Success Response
1876
+
1877
+ ##### `200 application/json`
1878
+
1879
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1880
+
1881
+ | Field | Type | Required | Description | Default | Example | Enum |
1882
+ | --- | --- | --- | --- | --- | --- | --- |
1883
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1884
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1885
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1886
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1887
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1888
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1889
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1890
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1891
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1892
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1893
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1894
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1895
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1896
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1897
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1898
+
1899
+ <a id="get-api-u1-v1-zhihu-web-fetch-user-followees"></a>
1900
+ ### `GET /api/u1/v1/zhihu/web/fetch_user_followees`
1901
+
1902
+ - Summary: 获取知乎用户关注列表/Get Zhihu User Following
1903
+ - Capabilities: profiles / accounts
1904
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1905
+ - operationId: `fetch_user_followees_api_v1_zhihu_web_fetch_user_followees_get`
1906
+
1907
+ #### Notes
1908
+
1909
+ > # [中文]
1910
+ > ### 用途:
1911
+ > - 获取知乎用户关注列表
1912
+ > ### 参数:
1913
+ > - user_url_token: 用户ID
1914
+ > - offset: 偏移量
1915
+ > - limit: 每页用户数量
1916
+ > ### 返回:
1917
+ > - 知乎用户关注列表
1918
+ >
1919
+ > # [English]
1920
+ > ### Purpose:
1921
+ > - Get Zhihu User Following
1922
+ > ### Parameters:
1923
+ > - user_url_token: User ID
1924
+ > - offset: Offset
1925
+ > - limit: Number of users per page
1926
+ > ### Returns:
1927
+ > - Zhihu User Following
1928
+ >
1929
+ > # [示例/Example]
1930
+ > user_url_token = "ming-he-43-93"
1931
+ > offset = "0"
1932
+ > limit = "20"
1933
+
1934
+ #### Parameters
1935
+
1936
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1937
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1938
+ | user_url_token | query | string | Yes | 用户ID/User ID | None | None | None |
1939
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
1940
+ | limit | query | string | No | 每页用户数量/Number of users per page | 20 | None | None |
1941
+
1942
+ #### Request Body
1943
+
1944
+ None
1945
+
1946
+ #### Success Response
1947
+
1948
+ ##### `200 application/json`
1949
+
1950
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1951
+
1952
+ | Field | Type | Required | Description | Default | Example | Enum |
1953
+ | --- | --- | --- | --- | --- | --- | --- |
1954
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1955
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1956
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1957
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1958
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1959
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1960
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1961
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1962
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1963
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1964
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1965
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1966
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1967
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1968
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1969
+
1970
+ <a id="get-api-u1-v1-zhihu-web-fetch-user-followers"></a>
1971
+ ### `GET /api/u1/v1/zhihu/web/fetch_user_followers`
1972
+
1973
+ - Summary: 获取知乎用户粉丝列表/Get Zhihu User Followers
1974
+ - Capabilities: profiles / accounts
1975
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1976
+ - operationId: `fetch_user_followers_api_v1_zhihu_web_fetch_user_followers_get`
1977
+
1978
+ #### Notes
1979
+
1980
+ > # [中文]
1981
+ > ### 用途:
1982
+ > - 获取知乎用户粉丝列表
1983
+ > ### 参数:
1984
+ > - user_url_token: 用户ID
1985
+ > - offset: 偏移量
1986
+ > - limit: 每页用户数量
1987
+ > ### 返回:
1988
+ > - 知乎用户粉丝列表
1989
+ >
1990
+ > # [English]
1991
+ > ### Purpose:
1992
+ > - Get Zhihu User Followers
1993
+ > ### Parameters:
1994
+ > - user_url_token: User ID
1995
+ > - offset: Offset
1996
+ > - limit: Number of users per page
1997
+ > ### Returns:
1998
+ > - Zhihu User Followers
1999
+ >
2000
+ > # [示例/Example]
2001
+ > user_url_token = "ming-he-43-93"
2002
+ > offset = "0"
2003
+ > limit = "20"
2004
+
2005
+ #### Parameters
2006
+
2007
+ | Field | In | Type | Required | Description | Default | Example | Enum |
2008
+ | --- | --- | --- | --- | --- | --- | --- | --- |
2009
+ | user_url_token | query | string | Yes | 用户ID/User ID | None | None | None |
2010
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
2011
+ | limit | query | string | No | 每页用户数量/Number of users per page | 20 | None | None |
2012
+
2013
+ #### Request Body
2014
+
2015
+ None
2016
+
2017
+ #### Success Response
2018
+
2019
+ ##### `200 application/json`
2020
+
2021
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2022
+
2023
+ | Field | Type | Required | Description | Default | Example | Enum |
2024
+ | --- | --- | --- | --- | --- | --- | --- |
2025
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2026
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2027
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2028
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2029
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2030
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2031
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2032
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2033
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2034
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
2035
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2036
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2037
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2038
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2039
+ | data | null | No | The response data \| 响应数据 | None | None | None |
2040
+
2041
+ <a id="get-api-u1-v1-zhihu-web-fetch-user-info"></a>
2042
+ ### `GET /api/u1/v1/zhihu/web/fetch_user_info`
2043
+
2044
+ - Summary: 获取知乎用户信息/Get Zhihu User Info
2045
+ - Capabilities: profiles / accounts
2046
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2047
+ - operationId: `fetch_user_info_api_v1_zhihu_web_fetch_user_info_get`
2048
+
2049
+ #### Notes
2050
+
2051
+ > # [中文]
2052
+ > ### 用途:
2053
+ > - 获取知乎用户信息
2054
+ > ### 参数:
2055
+ > - user_url_token: 用户ID
2056
+ > ### 返回:
2057
+ > - 知乎用户信息
2058
+ >
2059
+ > # [English]
2060
+ > ### Purpose:
2061
+ > - Get Zhihu User Info
2062
+ > ### Parameters:
2063
+ > - user_url_token: User ID
2064
+ > ### Returns:
2065
+ > - Zhihu User Info
2066
+ >
2067
+ > # [示例/Example]
2068
+ > user_url_token = "ming-he-43-93"
2069
+
2070
+ #### Parameters
2071
+
2072
+ | Field | In | Type | Required | Description | Default | Example | Enum |
2073
+ | --- | --- | --- | --- | --- | --- | --- | --- |
2074
+ | user_url_token | query | string | Yes | 用户ID/User ID | None | None | None |
2075
+
2076
+ #### Request Body
2077
+
2078
+ None
2079
+
2080
+ #### Success Response
2081
+
2082
+ ##### `200 application/json`
2083
+
2084
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2085
+
2086
+ | Field | Type | Required | Description | Default | Example | Enum |
2087
+ | --- | --- | --- | --- | --- | --- | --- |
2088
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2089
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2090
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2091
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2092
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2093
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2094
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2095
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2096
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2097
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
2098
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2099
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2100
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2101
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2102
+ | data | null | No | The response data \| 响应数据 | None | None | None |
2103
+
2104
+ <a id="get-api-u1-v1-zhihu-web-fetch-user-search-v3"></a>
2105
+ ### `GET /api/u1/v1/zhihu/web/fetch_user_search_v3`
2106
+
2107
+ - Summary: 获取知乎用户搜索V3/Get Zhihu User Search V3
2108
+ - Capabilities: search / profiles / accounts
2109
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2110
+ - operationId: `fetch_user_search_v3_api_v1_zhihu_web_fetch_user_search_v3_get`
2111
+
2112
+ #### Notes
2113
+
2114
+ > # [中文]
2115
+ > ### 用途:
2116
+ > - 获取知乎用户搜索V3
2117
+ > ### 参数:
2118
+ > - keyword: 搜索关键词
2119
+ > - offset: 偏移量
2120
+ > - limit: 每页用户数量
2121
+ > ### 返回:
2122
+ > - 知乎用户搜索V3
2123
+ >
2124
+ > # [English]
2125
+ > ### Purpose:
2126
+ > - Get Zhihu User Search V3
2127
+ > ### Parameters:
2128
+ > - keyword: Search Keywords
2129
+ > - offset: Offset
2130
+ > - limit: Number of users per page
2131
+ > ### Returns:
2132
+ > - Zhihu User Search V3
2133
+ >
2134
+ > # [示例/Example]
2135
+ > keyword = "deepseek"
2136
+ > offset = "0"
2137
+ > limit = "25"
2138
+
2139
+ #### Parameters
2140
+
2141
+ | Field | In | Type | Required | Description | Default | Example | Enum |
2142
+ | --- | --- | --- | --- | --- | --- | --- | --- |
2143
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
2144
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
2145
+ | limit | query | string | No | 每页用户数量/Number of users per page | 25 | None | None |
2146
+
2147
+ #### Request Body
2148
+
2149
+ None
2150
+
2151
+ #### Success Response
2152
+
2153
+ ##### `200 application/json`
2154
+
2155
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2156
+
2157
+ | Field | Type | Required | Description | Default | Example | Enum |
2158
+ | --- | --- | --- | --- | --- | --- | --- |
2159
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2160
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2161
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2162
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2163
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2164
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2165
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2166
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2167
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2168
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
2169
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2170
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2171
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2172
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2173
+ | data | null | No | The response data \| 响应数据 | None | None | None |
2174
+
2175
+ <a id="get-api-u1-v1-zhihu-web-fetch-video-list"></a>
2176
+ ### `GET /api/u1/v1/zhihu/web/fetch_video_list`
2177
+
2178
+ - Summary: 获取知乎首页视频榜/Get Zhihu Video List
2179
+ - Capabilities: content details
2180
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2181
+ - operationId: `fetch_video_list_api_v1_zhihu_web_fetch_video_list_get`
2182
+
2183
+ #### Notes
2184
+
2185
+ > # [中文]
2186
+ > ### 用途:
2187
+ > - 获取知乎首页视频榜
2188
+ > ### 参数:
2189
+ > - offset: 偏移量
2190
+ > - limit: 每页视频数量
2191
+ > ### 返回:
2192
+ > - 知乎首页视频榜
2193
+ >
2194
+ > # [English]
2195
+ > ### Purpose:
2196
+ > - Get Zhihu Video List
2197
+ > ### Parameters:
2198
+ > - offset: Offset
2199
+ > - limit: Number of videos per page
2200
+ > ### Returns:
2201
+ > - Zhihu Video List
2202
+ >
2203
+ > # [示例/Example]
2204
+ > offset = ""
2205
+ > limit = "12"
2206
+
2207
+ #### Parameters
2208
+
2209
+ | Field | In | Type | Required | Description | Default | Example | Enum |
2210
+ | --- | --- | --- | --- | --- | --- | --- | --- |
2211
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
2212
+ | limit | query | string | No | 每页视频数量/Number of videos per page | 12 | None | None |
2213
+
2214
+ #### Request Body
2215
+
2216
+ None
2217
+
2218
+ #### Success Response
2219
+
2220
+ ##### `200 application/json`
2221
+
2222
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2223
+
2224
+ | Field | Type | Required | Description | Default | Example | Enum |
2225
+ | --- | --- | --- | --- | --- | --- | --- |
2226
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2227
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2228
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2229
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2230
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2231
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2232
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2233
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2234
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2235
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
2236
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2237
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2238
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2239
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2240
+ | data | null | No | The response data \| 响应数据 | None | None | None |
2241
+
2242
+ <a id="get-api-u1-v1-zhihu-web-fetch-video-search-v3"></a>
2243
+ ### `GET /api/u1/v1/zhihu/web/fetch_video_search_v3`
2244
+
2245
+ - Summary: 获取知乎视频搜索V3/Get Zhihu Video Search V3
2246
+ - Capabilities: search / content details
2247
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2248
+ - operationId: `fetch_video_search_v3_api_v1_zhihu_web_fetch_video_search_v3_get`
2249
+
2250
+ #### Notes
2251
+
2252
+ > # [中文]
2253
+ > ### 用途:
2254
+ > - 获取知乎视频搜索V3
2255
+ > ### 参数:
2256
+ > - keyword: 搜索关键词
2257
+ > - limit: 每页视频数量
2258
+ > - offset: 偏移量
2259
+ > - search_hash_id: 搜索哈希ID
2260
+ > ### 返回:
2261
+ > - 知乎视频搜索V3
2262
+ >
2263
+ > # [English]
2264
+ > ### Purpose:
2265
+ > - Get Zhihu Video Search V3
2266
+ > ### Parameters:
2267
+ > - keyword: Search Keywords
2268
+ > - limit: Number of videos per page
2269
+ > - offset: Offset
2270
+ > - search_hash_id: Search Hash ID
2271
+ > ### Returns:
2272
+ > - Zhihu Video Search V3
2273
+ >
2274
+ > # [示例/Example]
2275
+ > keyword = "deepseek"
2276
+ > limit = "20"
2277
+ > offset = "0"
2278
+ > search_hash_id = ""
2279
+
2280
+ #### Parameters
2281
+
2282
+ | Field | In | Type | Required | Description | Default | Example | Enum |
2283
+ | --- | --- | --- | --- | --- | --- | --- | --- |
2284
+ | keyword | query | string | Yes | 搜索关键词/Search Keywords | None | None | None |
2285
+ | limit | query | string | No | 每页视频数量/Number of videos per page | 20 | None | None |
2286
+ | offset | query | string | No | 偏移量/Offset | 0 | None | None |
2287
+ | search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID | None | None | None |
2288
+
2289
+ #### Request Body
2290
+
2291
+ None
2292
+
2293
+ #### Success Response
2294
+
2295
+ ##### `200 application/json`
2296
+
2297
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2298
+
2299
+ | Field | Type | Required | Description | Default | Example | Enum |
2300
+ | --- | --- | --- | --- | --- | --- | --- |
2301
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2302
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2303
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2304
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2305
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2306
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2307
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2308
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2309
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2310
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
2311
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2312
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2313
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2314
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2315
+ | data | null | No | The response data \| 响应数据 | None | None | None |