@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,1518 @@
1
+ # Kuaishou-App-API Full Contract
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Back to route summary: [`api-tags/kuaishou-app-api.md`](../api-tags/kuaishou-app-api.md)
5
+ - Current contract file: `api-contracts/kuaishou-app-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: `20`
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: **(快手App数据接口/Kuaishou-App-API data endpoints)**
12
+
13
+ ## Route Contracts
14
+
15
+ <a id="get-api-u1-v1-kuaishou-app-fetch-brand-top-list"></a>
16
+ ### `GET /api/u1/v1/kuaishou/app/fetch_brand_top_list`
17
+
18
+ - Summary: 快手品牌榜单/Kuaishou brand top list
19
+ - Capabilities: general
20
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
+ - operationId: `fetch_brand_top_list_api_v1_kuaishou_app_fetch_brand_top_list_get`
22
+
23
+ #### Notes
24
+
25
+ > # [中文]
26
+ > ### 用途:
27
+ > - 快手品牌榜单
28
+ > ### 参数:
29
+ > 获取快手品牌榜单,支持多个子榜单,具体参数如下:
30
+ >
31
+ > - 品牌榜单热门美妆榜对应参数:
32
+ > - subTabId = 0
33
+ > - subTabName = None
34
+ > - 品牌榜单热门服饰榜对应参数:
35
+ > - subTabId = 131
36
+ > - subTabName = "服饰"
37
+ > - 品牌榜单热门汽车榜对应参数:
38
+ > - subTabId = 1
39
+ > - subTabName = "汽车"
40
+ > - 品牌榜单热门游戏榜对应参数:
41
+ > - subTabId = 25
42
+ > - subTabName = "游戏"
43
+ > - 品牌榜单热门医疗健康榜对应参数:
44
+ > - subTabId = 24
45
+ > - subTabName = "医疗健康"
46
+ > - 品牌榜单热门3C数码榜对应参数:
47
+ > - subTabId = 130
48
+ > - subTabName = "3C数码"
49
+ > - 品牌榜单热门手机榜对应参数:
50
+ > - subTabId = 128
51
+ > - subTabName = "手机"
52
+ > - 品牌榜单热门家电榜对应参数:
53
+ > - subTabId = 11
54
+ > - subTabName = "家电"
55
+ > - 品牌榜单热门母婴榜对应参数:
56
+ > - subTabId = 4
57
+ > - subTabName = "母婴"
58
+ > - 品牌榜单热门食品饮料榜对应参数:
59
+ > - subTabId = 2
60
+ > - subTabName = "食品饮料"
61
+ >
62
+ > ### 返回:
63
+ > - 榜单数据
64
+ >
65
+ > # [English]
66
+ > ### Purpose:
67
+ > - Kuaishou brand top list
68
+ > ### Parameters:
69
+ > Get the Kuaishou brand top list, support multiple sub-top lists, specific parameters are as follows:
70
+ >
71
+ > - Corresponding parameters for the brand hot beauty list:
72
+ > - subTabId = 0
73
+ > - subTabName = None
74
+ > - Corresponding parameters for the brand hot clothing list:
75
+ > - subTabId = 131
76
+ > - subTabName = "Clothing"
77
+ > - Corresponding parameters for the brand hot car list:
78
+ > - subTabId = 1
79
+ > - subTabName = "Car"
80
+ > - Corresponding parameters for the brand hot game list:
81
+ > - subTabId = 25
82
+ > - subTabName = "Game"
83
+ > - Corresponding parameters for the brand hot medical health list:
84
+ > - subTabId = 24
85
+ > - subTabName = "Medical Health"
86
+ > - Corresponding parameters for the brand hot 3C digital list:
87
+ > - subTabId = 130
88
+ > - subTabName = "3C Digital"
89
+ > - Corresponding parameters for the brand hot mobile phone list:
90
+ > - subTabId = 128
91
+ > - subTabName = "Mobile Phone"
92
+ > - Corresponding parameters for the brand hot home appliance list:
93
+ > - subTabId = 11
94
+ > - subTabName = "Home Appliance"
95
+ > - Corresponding parameters for the brand hot maternal and child list:
96
+ > - subTabId = 4
97
+ > - subTabName = "Maternal and Child"
98
+ > - Corresponding parameters for the brand hot food and beverage list:
99
+ > - subTabId = 2
100
+ > - subTabName = "Food and Beverage"
101
+ >
102
+ >
103
+ > ### Returns:
104
+ > - List data
105
+ >
106
+ > # [示例/Example]
107
+ > subTabId = 0
108
+ > subTabName = None
109
+
110
+ #### Parameters
111
+
112
+ | Field | In | Type | Required | Description | Default | Example | Enum |
113
+ | --- | --- | --- | --- | --- | --- | --- | --- |
114
+ | subTabId | query | integer | No | None | 0 | None | None |
115
+ | subTabName | query | string | No | None | None | None | None |
116
+
117
+ #### Request Body
118
+
119
+ None
120
+
121
+ #### Success Response
122
+
123
+ ##### `200 application/json`
124
+
125
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
126
+
127
+ | Field | Type | Required | Description | Default | Example | Enum |
128
+ | --- | --- | --- | --- | --- | --- | --- |
129
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
130
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
131
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
132
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
133
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
134
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
135
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
136
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
137
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
138
+ | 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 |
139
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
140
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
141
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
142
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
143
+ | data | null | No | The response data \| 响应数据 | None | None | None |
144
+
145
+ <a id="get-api-u1-v1-kuaishou-app-fetch-hot-board-categories"></a>
146
+ ### `GET /api/u1/v1/kuaishou/app/fetch_hot_board_categories`
147
+
148
+ - Summary: 快手热榜分类/Kuaishou hot categories
149
+ - Capabilities: trends / rankings
150
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
151
+ - operationId: `fetch_hot_board_categories_api_v1_kuaishou_app_fetch_hot_board_categories_get`
152
+
153
+ #### Notes
154
+
155
+ > # [中文]
156
+ > ### 用途:
157
+ > - 快手热榜分类
158
+ > ### 返回:
159
+ > - 分类数据
160
+ >
161
+ > # [English]
162
+ > ### Purpose:
163
+ > - Kuaishou hot categories
164
+ > ### Returns:
165
+ > - Categories data
166
+
167
+ #### Parameters
168
+
169
+ None
170
+
171
+ #### Request Body
172
+
173
+ None
174
+
175
+ #### Success Response
176
+
177
+ ##### `200 application/json`
178
+
179
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
180
+
181
+ | Field | Type | Required | Description | Default | Example | Enum |
182
+ | --- | --- | --- | --- | --- | --- | --- |
183
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
184
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
185
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
186
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
187
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
188
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
189
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
190
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
191
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
192
+ | 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 |
193
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
194
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
195
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
196
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
197
+ | data | null | No | The response data \| 响应数据 | None | None | None |
198
+
199
+ <a id="get-api-u1-v1-kuaishou-app-fetch-hot-board-detail"></a>
200
+ ### `GET /api/u1/v1/kuaishou/app/fetch_hot_board_detail`
201
+
202
+ - Summary: 快手热榜详情/Kuaishou hot board detail
203
+ - Capabilities: trends / rankings / details
204
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
205
+ - operationId: `fetch_hot_board_detail_api_v1_kuaishou_app_fetch_hot_board_detail_get`
206
+
207
+ #### Notes
208
+
209
+ > # [中文]
210
+ > ### 用途:
211
+ > - 快手热榜详情
212
+ > ### 参数:
213
+ > - boardType: 榜单类型
214
+ > - boardId: 榜单ID
215
+ > - boardType 和 boardId 可以从热榜分类接口中获取。
216
+ > ### 返回:
217
+ > - 详情数据
218
+ >
219
+ > # [English]
220
+ > ### Purpose:
221
+ > - Kuaishou hot board detail
222
+ > ### Parameters:
223
+ > - boardType: Board type
224
+ > - boardId: Board ID
225
+ > - boardType and boardId can be obtained from the hot board categories interface.
226
+ > ### Returns:
227
+ > - Detail data
228
+ >
229
+ > # [示例/Example]
230
+ > boardType = 1
231
+ > boardId = 1
232
+
233
+ #### Parameters
234
+
235
+ | Field | In | Type | Required | Description | Default | Example | Enum |
236
+ | --- | --- | --- | --- | --- | --- | --- | --- |
237
+ | boardType | query | integer | No | None | 1 | None | None |
238
+ | boardId | query | integer | No | None | 1 | None | None |
239
+
240
+ #### Request Body
241
+
242
+ None
243
+
244
+ #### Success Response
245
+
246
+ ##### `200 application/json`
247
+
248
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
249
+
250
+ | Field | Type | Required | Description | Default | Example | Enum |
251
+ | --- | --- | --- | --- | --- | --- | --- |
252
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
253
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
254
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
255
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
256
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
257
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
258
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
259
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
260
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
261
+ | 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 |
262
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
263
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
264
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
265
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
266
+ | data | null | No | The response data \| 响应数据 | None | None | None |
267
+
268
+ <a id="get-api-u1-v1-kuaishou-app-fetch-hot-search-person"></a>
269
+ ### `GET /api/u1/v1/kuaishou/app/fetch_hot_search_person`
270
+
271
+ - Summary: 快手热搜人物榜单/Kuaishou hot search person board
272
+ - Capabilities: search / trends / rankings
273
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
274
+ - operationId: `fetch_hot_search_person_api_v1_kuaishou_app_fetch_hot_search_person_get`
275
+
276
+ #### Notes
277
+
278
+ > # [中文]
279
+ > ### 用途:
280
+ > - 快手热搜人物榜单
281
+ > ### 返回:
282
+ > - 榜单数据
283
+ >
284
+ > # [English]
285
+ > ### Purpose:
286
+ > - Kuaishou hot search person board
287
+ > ### Returns:
288
+ > - Board data
289
+
290
+ #### Parameters
291
+
292
+ None
293
+
294
+ #### Request Body
295
+
296
+ None
297
+
298
+ #### Success Response
299
+
300
+ ##### `200 application/json`
301
+
302
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
303
+
304
+ | Field | Type | Required | Description | Default | Example | Enum |
305
+ | --- | --- | --- | --- | --- | --- | --- |
306
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
307
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
308
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
309
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
310
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
311
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
312
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
313
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
314
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
315
+ | 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 |
316
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
317
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
318
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
319
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
320
+ | data | null | No | The response data \| 响应数据 | None | None | None |
321
+
322
+ <a id="get-api-u1-v1-kuaishou-app-fetch-live-top-list"></a>
323
+ ### `GET /api/u1/v1/kuaishou/app/fetch_live_top_list`
324
+
325
+ - Summary: 快手直播榜单/Kuaishou live top list
326
+ - Capabilities: livestream
327
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
328
+ - operationId: `fetch_live_top_list_api_v1_kuaishou_app_fetch_live_top_list_get`
329
+
330
+ #### Notes
331
+
332
+ > # [中文]
333
+ > ### 用途:
334
+ > - 快手直播榜单
335
+ > ### 参数:
336
+ > 获取快手直播榜单,支持多个子榜单,具体参数如下:
337
+ >
338
+ > - 直播总榜对应参数:
339
+ > - subTabId = 0
340
+ > - subTabName = None
341
+ > - 直播音乐榜对应参数:
342
+ > - subTabId = 102
343
+ > - subTabName = "音乐"
344
+ > - 直播舞蹈榜对应参数:
345
+ > - subTabId = 107
346
+ > - subTabName = "舞蹈"
347
+ > - 直播颜值榜对应参数:
348
+ > - subTabId = 101
349
+ > - subTabName = "颜值"
350
+ > - 直播国艺榜对应参数:
351
+ > - subTabId = 105
352
+ > - subTabName = "国艺"
353
+ > - 直播相亲榜对应参数:
354
+ > - subTabId = 111
355
+ > - subTabName = "相亲"
356
+ > - 直播游戏榜对应参数:
357
+ > - subTabId = 106
358
+ > - subTabName = "游戏"
359
+ > - 直播二次元榜对应参数:
360
+ > - subTabId = 110
361
+ > - subTabName = "二次元"
362
+ > - 直播故事榜对应参数:
363
+ > - subTabId = 104
364
+ > - subTabName = "故事"
365
+ > - 直播团播榜对应参数:
366
+ > - subTabId = 113
367
+ > - subTabName = "团播"
368
+ > - 直播九宫格榜对应参数:
369
+ > - subTabId = 114
370
+ > - subTabName = "九宫格"
371
+ >
372
+ > ### 返回:
373
+ > - 榜单数据
374
+ >
375
+ > # [English]
376
+ > ### Purpose:
377
+ > - Kuaishou live top list
378
+ > ### Parameters:
379
+ > Get the Kuaishou live top list, support multiple sub-top lists, specific parameters are as follows:
380
+ >
381
+ > - Corresponding parameters for the live total list:
382
+ > - subTabId = 0
383
+ > - subTabName = None
384
+ > - Corresponding parameters for the live music list:
385
+ > - subTabId = 102
386
+ > - subTabName = "Music"
387
+ > - Corresponding parameters for the live dance list:
388
+ > - subTabId = 107
389
+ > - subTabName = "Dance"
390
+ > - Corresponding parameters for the live beauty list:
391
+ > - subTabId = 101
392
+ > - subTabName = "Beauty"
393
+ > - Corresponding parameters for the live national art list:
394
+ > - subTabId = 105
395
+ > - subTabName = "National Art"
396
+ > - Corresponding parameters for the live blind date list:
397
+ > - subTabId = 111
398
+ > - subTabName = "Blind Date"
399
+ > - Corresponding parameters for the live game list:
400
+ > - subTabId = 106
401
+ > - subTabName = "Game"
402
+ > - Corresponding parameters for the live second element list:
403
+ > - subTabId = 110
404
+ > - subTabName = "Second Element"
405
+ > - Corresponding parameters for the live story list:
406
+ > - subTabId = 104
407
+ > - subTabName = "Story"
408
+ > - Corresponding parameters for the live group broadcast list:
409
+ > - subTabId = 113
410
+ > - subTabName = "Group Broadcast"
411
+ > - Corresponding parameters for the live nine-grid list:
412
+ > - subTabId = 114
413
+ > - subTabName = "Nine Grid"
414
+ >
415
+ > ### Returns:
416
+ > - List data
417
+ >
418
+ > # [示例/Example]
419
+ > subTabId = 0
420
+ > subTabName = None
421
+
422
+ #### Parameters
423
+
424
+ | Field | In | Type | Required | Description | Default | Example | Enum |
425
+ | --- | --- | --- | --- | --- | --- | --- | --- |
426
+ | subTabId | query | integer | No | None | 0 | None | None |
427
+ | subTabName | query | string | No | None | None | None | None |
428
+
429
+ #### Request Body
430
+
431
+ None
432
+
433
+ #### Success Response
434
+
435
+ ##### `200 application/json`
436
+
437
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
438
+
439
+ | Field | Type | Required | Description | Default | Example | Enum |
440
+ | --- | --- | --- | --- | --- | --- | --- |
441
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
442
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
443
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
444
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
445
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
446
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
447
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
448
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
449
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
450
+ | 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 |
451
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
452
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
453
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
454
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
455
+ | data | null | No | The response data \| 响应数据 | None | None | None |
456
+
457
+ <a id="get-api-u1-v1-kuaishou-app-fetch-magic-face-hot"></a>
458
+ ### `GET /api/u1/v1/kuaishou/app/fetch_magic_face_hot`
459
+
460
+ - Summary: 获取魔法表情热门视频/Fetch magic face hot videos
461
+ - Capabilities: trends / rankings
462
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
463
+ - operationId: `fetch_magic_face_hot_api_v1_kuaishou_app_fetch_magic_face_hot_get`
464
+
465
+ #### Notes
466
+
467
+ > # [中文]
468
+ > ### 用途:
469
+ > - 获取快手魔法表情热门视频列表(H5接口)
470
+ > ### 参数:
471
+ > - magic_face_id: 魔法表情ID
472
+ > - pcursor: 分页游标,首页为"0",后续使用响应中返回的pcursor值
473
+ > - count: 每页数量,默认18
474
+ > ### 返回:
475
+ > - 魔法表情热门视频列表
476
+ >
477
+ > # [English]
478
+ > ### Purpose:
479
+ > - Fetch Kuaishou magic face hot videos list (H5 API)
480
+ > ### Parameters:
481
+ > - magic_face_id: Magic face ID
482
+ > - pcursor: Pagination cursor, "0" for first page, use pcursor from response for subsequent pages
483
+ > - count: Count per page, default 18
484
+ > ### Returns:
485
+ > - Magic face hot videos list
486
+ >
487
+ > # [示例/Example]
488
+ > magic_face_id = "11541661"
489
+ > pcursor = "0"
490
+ > count = 18
491
+
492
+ #### Parameters
493
+
494
+ | Field | In | Type | Required | Description | Default | Example | Enum |
495
+ | --- | --- | --- | --- | --- | --- | --- | --- |
496
+ | magic_face_id | query | string | Yes | None | None | 11541661 | None |
497
+ | pcursor | query | string | No | None | 0 | 0 | None |
498
+ | count | query | integer | No | None | 18 | 18 | None |
499
+
500
+ #### Request Body
501
+
502
+ None
503
+
504
+ #### Success Response
505
+
506
+ ##### `200 application/json`
507
+
508
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
509
+
510
+ | Field | Type | Required | Description | Default | Example | Enum |
511
+ | --- | --- | --- | --- | --- | --- | --- |
512
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
513
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
514
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
515
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
516
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
517
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
518
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
519
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
520
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
521
+ | 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 |
522
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
523
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
524
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
525
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
526
+ | data | null | No | The response data \| 响应数据 | None | None | None |
527
+
528
+ <a id="get-api-u1-v1-kuaishou-app-fetch-magic-face-usage"></a>
529
+ ### `GET /api/u1/v1/kuaishou/app/fetch_magic_face_usage`
530
+
531
+ - Summary: 获取魔法表情使用人数/Fetch magic face usage count
532
+ - Capabilities: general
533
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
534
+ - operationId: `fetch_magic_face_usage_api_v1_kuaishou_app_fetch_magic_face_usage_get`
535
+
536
+ #### Notes
537
+
538
+ > # [中文]
539
+ > ### 用途:
540
+ > - 获取快手魔法表情使用人数(H5接口)
541
+ > ### 参数:
542
+ > - magic_face_id: 魔法表情ID
543
+ > ### 返回:
544
+ > - 魔法表情使用人数
545
+ >
546
+ > # [English]
547
+ > ### Purpose:
548
+ > - Fetch Kuaishou magic face usage count (H5 API)
549
+ > ### Parameters:
550
+ > - magic_face_id: Magic face ID
551
+ > ### Returns:
552
+ > - Magic face usage count
553
+ >
554
+ > # [示例/Example]
555
+ > magic_face_id = "11541661"
556
+
557
+ #### Parameters
558
+
559
+ | Field | In | Type | Required | Description | Default | Example | Enum |
560
+ | --- | --- | --- | --- | --- | --- | --- | --- |
561
+ | magic_face_id | query | string | Yes | None | None | 11541661 | None |
562
+
563
+ #### Request Body
564
+
565
+ None
566
+
567
+ #### Success Response
568
+
569
+ ##### `200 application/json`
570
+
571
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
572
+
573
+ | Field | Type | Required | Description | Default | Example | Enum |
574
+ | --- | --- | --- | --- | --- | --- | --- |
575
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
576
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
577
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
578
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
579
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
580
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
581
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
582
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
583
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
584
+ | 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 |
585
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
586
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
587
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
588
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
589
+ | data | null | No | The response data \| 响应数据 | None | None | None |
590
+
591
+ <a id="get-api-u1-v1-kuaishou-app-fetch-one-user-v2"></a>
592
+ ### `GET /api/u1/v1/kuaishou/app/fetch_one_user_v2`
593
+
594
+ - Summary: 获取单个用户数据V2/Get single user data V2
595
+ - Capabilities: profiles / accounts
596
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
597
+ - operationId: `fetch_one_user_v2_api_v1_kuaishou_app_fetch_one_user_v2_get`
598
+
599
+ #### Notes
600
+
601
+ > # [中文]
602
+ > ### 用途:
603
+ > - 获取单个用户数据 V2
604
+ > - 此接口收费较贵,但稳定性更高,具体价格请在用户后台查看价格表。
605
+ > ### 参数:
606
+ > - user_id: 支持`eid`或`userId`,eid是用户主页链接中的一部分,user_id则可以从不同的接口中获取。
607
+ > - 两种用户ID都可以使用,下面是两种用户ID的示例,这两个ID都指向同一个用户:
608
+ > - eid = "3xz63mn6fngqtiq"
609
+ > - userId = "228905802"
610
+ > ### 返回:
611
+ > - 用户数据
612
+ >
613
+ > # [English]
614
+ > ### Purpose:
615
+ > - Fetch single user data V2
616
+ > - This API is more expensive, but more stable, please check the price list in the user background for specific prices.
617
+ > ### Parameters:
618
+ > - user_id: Supports `eid` or `userId`, `eid` is part of the user profile link, and `user_id` can be obtained from different interfaces.
619
+ > - Both user IDs can be used, here are examples of the two user IDs, both of which point to the same user:
620
+ > - eid = "3xz63mn6fngqtiq"
621
+ > - userId = "228905802"
622
+ > ### Returns:
623
+ > - User data
624
+ >
625
+ > # [示例/Example]
626
+ > user_id = "3xz63mn6fngqtiq"
627
+
628
+ #### Parameters
629
+
630
+ | Field | In | Type | Required | Description | Default | Example | Enum |
631
+ | --- | --- | --- | --- | --- | --- | --- | --- |
632
+ | user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
633
+
634
+ #### Request Body
635
+
636
+ None
637
+
638
+ #### Success Response
639
+
640
+ ##### `200 application/json`
641
+
642
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
643
+
644
+ | Field | Type | Required | Description | Default | Example | Enum |
645
+ | --- | --- | --- | --- | --- | --- | --- |
646
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
647
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
648
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
649
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
650
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
651
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
652
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
653
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
654
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
655
+ | 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 |
656
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
657
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
658
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
659
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
660
+ | data | null | No | The response data \| 响应数据 | None | None | None |
661
+
662
+ <a id="get-api-u1-v1-kuaishou-app-fetch-one-video"></a>
663
+ ### `GET /api/u1/v1/kuaishou/app/fetch_one_video`
664
+
665
+ - Summary: 视频详情V1/Video detailsV1
666
+ - Capabilities: content details
667
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
668
+ - operationId: `fetch_one_video_v1_api_v1_kuaishou_app_fetch_one_video_get`
669
+
670
+ #### Notes
671
+
672
+ > # [中文]
673
+ > ### 用途:
674
+ > - 获取单个作品数据接口 V1。
675
+ > ### 参数:
676
+ > - photo_id: 作品ID,作品ID可以从分享链接中提取
677
+ > - 格式备注:支持纯数字版本的ID,也支持短字符串版本(eID)的ID,两种ID可以混合使用。
678
+ > ### 返回:
679
+ > - 视频数据
680
+ >
681
+ > # [English]
682
+ > ### Purpose:
683
+ > - Fetch single video data API V1.
684
+ > ### Parameters:
685
+ > - photo_id: Photo ID, the photo ID can be extracted from the share link
686
+ > - Format note: Supports both pure digital version IDs and short string version (eID) IDs, both types can be mixed.
687
+ > ### Returns:
688
+ > - Video data
689
+ >
690
+ > # [示例/Example]
691
+ > photo_id = "3xhpk3xcf6e4iac"
692
+ > photo_id = "5246975215478907538"
693
+
694
+ #### Parameters
695
+
696
+ | Field | In | Type | Required | Description | Default | Example | Enum |
697
+ | --- | --- | --- | --- | --- | --- | --- | --- |
698
+ | photo_id | query | string | Yes | None | None | 3xhpk3xcf6e4iac | None |
699
+
700
+ #### Request Body
701
+
702
+ None
703
+
704
+ #### Success Response
705
+
706
+ ##### `200 application/json`
707
+
708
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
709
+
710
+ | Field | Type | Required | Description | Default | Example | Enum |
711
+ | --- | --- | --- | --- | --- | --- | --- |
712
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
713
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
714
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
715
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
716
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
717
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
718
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
719
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
720
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
721
+ | 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 |
722
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
723
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
724
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
725
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
726
+ | data | null | No | The response data \| 响应数据 | None | None | None |
727
+
728
+ <a id="get-api-u1-v1-kuaishou-app-fetch-one-video-by-url"></a>
729
+ ### `GET /api/u1/v1/kuaishou/app/fetch_one_video_by_url`
730
+
731
+ - Summary: 根据链接获取单个作品数据/Fetch single video by URL
732
+ - Capabilities: content details
733
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
734
+ - operationId: `fetch_one_video_by_share_text_api_v1_kuaishou_app_fetch_one_video_by_url_get`
735
+
736
+ #### Notes
737
+
738
+ > # [中文]
739
+ > ### 用途:
740
+ > - 根据链接获取单个作品数据,此接口默认使用价格更便宜的V1接口进行请求。
741
+ > ### 参数:
742
+ > - share_text: 作品链接或分享文本
743
+ > ### 返回:
744
+ > - 视频数据
745
+ >
746
+ > # [English]
747
+ > ### Purpose:
748
+ > - Fetch single video by URL, this API defaults to using the cheaper V1 API for requests.
749
+ > ### Parameters:
750
+ > - share_text: Photo URL or share text
751
+ > ### Returns:
752
+ > - Video data
753
+ >
754
+ > # [示例/Example]
755
+ > share_text = "https://v.kuaishou.com/cNYP0Z"
756
+
757
+ #### Parameters
758
+
759
+ | Field | In | Type | Required | Description | Default | Example | Enum |
760
+ | --- | --- | --- | --- | --- | --- | --- | --- |
761
+ | share_text | query | string | Yes | None | None | https://v.kuaishou.com/cNYP0Z | None |
762
+
763
+ #### Request Body
764
+
765
+ None
766
+
767
+ #### Success Response
768
+
769
+ ##### `200 application/json`
770
+
771
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
772
+
773
+ | Field | Type | Required | Description | Default | Example | Enum |
774
+ | --- | --- | --- | --- | --- | --- | --- |
775
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
776
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
777
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
778
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
779
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
780
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
781
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
782
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
783
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
784
+ | 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 |
785
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
786
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
787
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
788
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
789
+ | data | null | No | The response data \| 响应数据 | None | None | None |
790
+
791
+ <a id="get-api-u1-v1-kuaishou-app-fetch-one-video-comment"></a>
792
+ ### `GET /api/u1/v1/kuaishou/app/fetch_one_video_comment`
793
+
794
+ - Summary: 获取单个作品评论数据/Get single video comment data
795
+ - Capabilities: comments / content details
796
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
797
+ - operationId: `fetch_video_comment_api_v1_kuaishou_app_fetch_one_video_comment_get`
798
+
799
+ #### Notes
800
+
801
+ > # [中文]
802
+ > ### 用途:
803
+ > - 获取单个作品评论数据
804
+ > ### 参数:
805
+ > - photo_id: 作品ID
806
+ > - 格式备注:支持纯数字版本的ID,也支持短字符串版本(eID)的ID,两种ID可以混合使用。
807
+ > - pcursor: 评论游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
808
+ > ### 返回:
809
+ > - 评论数据
810
+ >
811
+ > # [English]
812
+ > ### Purpose:
813
+ > - Fetch single video comment data
814
+ > ### Parameters:
815
+ > - photo_id: Photo ID
816
+ > - Format note: Supports both pure digital version IDs and short string version (eID) IDs, both types can be mixed.
817
+ > - pcursor: Comment cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
818
+ > ### Returns:
819
+ > - Comments data
820
+ >
821
+ > # [示例/Example]
822
+ > photo_id = "3x7gxp2zhgjv832"
823
+ > pcursor = None
824
+
825
+ #### Parameters
826
+
827
+ | Field | In | Type | Required | Description | Default | Example | Enum |
828
+ | --- | --- | --- | --- | --- | --- | --- | --- |
829
+ | photo_id | query | string | Yes | None | None | 3x7gxp2zhgjv832 | None |
830
+ | pcursor | query | string | No | None | None | None | None |
831
+
832
+ #### Request Body
833
+
834
+ None
835
+
836
+ #### Success Response
837
+
838
+ ##### `200 application/json`
839
+
840
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
841
+
842
+ | Field | Type | Required | Description | Default | Example | Enum |
843
+ | --- | --- | --- | --- | --- | --- | --- |
844
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
845
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
846
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
847
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
848
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
849
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
850
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
851
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
852
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
853
+ | 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 |
854
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
855
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
856
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
857
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
858
+ | data | null | No | The response data \| 响应数据 | None | None | None |
859
+
860
+ <a id="get-api-u1-v1-kuaishou-app-fetch-shopping-top-list"></a>
861
+ ### `GET /api/u1/v1/kuaishou/app/fetch_shopping_top_list`
862
+
863
+ - Summary: 快手购物榜单/Kuaishou shopping top list
864
+ - Capabilities: commerce
865
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
866
+ - operationId: `fetch_shopping_top_list_api_v1_kuaishou_app_fetch_shopping_top_list_get`
867
+
868
+ #### Notes
869
+
870
+ > # [中文]
871
+ > ### 用途:
872
+ > - 快手购物榜单
873
+ > ### 参数:
874
+ > 获取快手购物榜单,支持多个子榜单,具体参数如下:
875
+ >
876
+ > - 购物榜单热门主播榜对应参数:
877
+ > - subTabId = 0
878
+ > - subTabName = None
879
+ > - 购物榜单热销商品榜对应参数:
880
+ > - subTabId = 102
881
+ > - subTabName = "热销商品"
882
+ >
883
+ > ### 返回:
884
+ > - 榜单数据
885
+ >
886
+ > # [English]
887
+ > ### Purpose:
888
+ > - Kuaishou shopping top list
889
+ > ### Parameters:
890
+ > Get the Kuaishou shopping top list, support multiple sub-top lists, specific parameters are as follows:
891
+ >
892
+ > - Corresponding parameters for the shopping hot anchor list:
893
+ > - subTabId = 0
894
+ > - subTabName = None
895
+ > - Corresponding parameters for the shopping hot selling product list:
896
+ > - subTabId = 102
897
+ > - subTabName = "Hot Selling Product"
898
+ >
899
+ > ### Returns:
900
+ > - List data
901
+ >
902
+ > # [示例/Example]
903
+ > subTabId = 0
904
+ > subTabName = None
905
+
906
+ #### Parameters
907
+
908
+ | Field | In | Type | Required | Description | Default | Example | Enum |
909
+ | --- | --- | --- | --- | --- | --- | --- | --- |
910
+ | subTabId | query | integer | No | None | 0 | None | None |
911
+ | subTabName | query | string | No | None | None | None | None |
912
+
913
+ #### Request Body
914
+
915
+ None
916
+
917
+ #### Success Response
918
+
919
+ ##### `200 application/json`
920
+
921
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
922
+
923
+ | Field | Type | Required | Description | Default | Example | Enum |
924
+ | --- | --- | --- | --- | --- | --- | --- |
925
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
926
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
927
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
928
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
929
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
930
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
931
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
932
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
933
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
934
+ | 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 |
935
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
936
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
937
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
938
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
939
+ | data | null | No | The response data \| 响应数据 | None | None | None |
940
+
941
+ <a id="get-api-u1-v1-kuaishou-app-fetch-user-hot-post"></a>
942
+ ### `GET /api/u1/v1/kuaishou/app/fetch_user_hot_post`
943
+
944
+ - Summary: 获取用户热门作品数据/Get user hot post data
945
+ - Capabilities: trends / rankings / profiles / accounts / content details
946
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
947
+ - operationId: `fetch_user_hot_post_api_v1_kuaishou_app_fetch_user_hot_post_get`
948
+
949
+ #### Notes
950
+
951
+ > # [中文]
952
+ > ### 用途:
953
+ > - 获取用户热门作品数据
954
+ > ### 参数:
955
+ > - user_id: 用户ID,此接口只支持用户ID,不支持用户eid,也就是输入必须要是纯数字ID。
956
+ > - user_id 可以从获取单个用户数据接口中获取。
957
+ > - pcursor: 作品游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
958
+ > ### 返回:
959
+ > - 作品数据
960
+ >
961
+ > # [English]
962
+ > ### Purpose:
963
+ > - Get user hot post data
964
+ > ### Parameters:
965
+ > - user_id: User ID, this API only supports user ID, not user eid, that is, the input must be a pure digital ID.
966
+ > - user_id can be obtained from the get single user data interface.
967
+ > - pcursor: Post cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
968
+ > ### Returns:
969
+ > - Post data
970
+ >
971
+ > # [示例/Example]
972
+ > user_id = "228905802"
973
+ > pcursor = None
974
+
975
+ #### Parameters
976
+
977
+ | Field | In | Type | Required | Description | Default | Example | Enum |
978
+ | --- | --- | --- | --- | --- | --- | --- | --- |
979
+ | user_id | query | string | Yes | None | None | 228905802 | None |
980
+ | pcursor | query | string | No | None | None | None | None |
981
+
982
+ #### Request Body
983
+
984
+ None
985
+
986
+ #### Success Response
987
+
988
+ ##### `200 application/json`
989
+
990
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
991
+
992
+ | Field | Type | Required | Description | Default | Example | Enum |
993
+ | --- | --- | --- | --- | --- | --- | --- |
994
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
995
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
996
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
997
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
998
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
999
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1000
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1001
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1002
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1003
+ | 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 |
1004
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1005
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1006
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1007
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1008
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1009
+
1010
+ <a id="get-api-u1-v1-kuaishou-app-fetch-user-live-info"></a>
1011
+ ### `GET /api/u1/v1/kuaishou/app/fetch_user_live_info`
1012
+
1013
+ - Summary: 获取用户直播信息/Get user live info
1014
+ - Capabilities: profiles / accounts / livestream
1015
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1016
+ - operationId: `fetch_user_live_info_api_v1_kuaishou_app_fetch_user_live_info_get`
1017
+
1018
+ #### Notes
1019
+
1020
+ > # [中文]
1021
+ > ### 用途:
1022
+ > - 获取用户直播信息
1023
+ > ### 参数:
1024
+ > - user_id: 用户ID,此接口只支持用户ID,不支持用户eid,也就是输入必须要是纯数字ID。
1025
+ > - user_id 可以从获取单个用户数据接口中获取。
1026
+ > ### 返回:
1027
+ > - 直播信息
1028
+ >
1029
+ > # [English]
1030
+ > ### Purpose:
1031
+ > - Get user live info
1032
+ > ### Parameters:
1033
+ > - user_id: User ID, this API only supports user ID, not user eid, that is, the input must be a pure digital ID.
1034
+ > - user_id can be obtained from the get single user data interface.
1035
+ > ### Returns:
1036
+ > - Live info
1037
+ >
1038
+ > # [示例/Example]
1039
+ > user_id = "1377082950"
1040
+
1041
+ #### Parameters
1042
+
1043
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1044
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1045
+ | user_id | query | string | Yes | None | None | 1377082950 | None |
1046
+
1047
+ #### Request Body
1048
+
1049
+ None
1050
+
1051
+ #### Success Response
1052
+
1053
+ ##### `200 application/json`
1054
+
1055
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1056
+
1057
+ | Field | Type | Required | Description | Default | Example | Enum |
1058
+ | --- | --- | --- | --- | --- | --- | --- |
1059
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1060
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1061
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1062
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1063
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1064
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1065
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1066
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1067
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1068
+ | 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 |
1069
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1070
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1071
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1072
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1073
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1074
+
1075
+ <a id="get-api-u1-v1-kuaishou-app-fetch-user-post-v2"></a>
1076
+ ### `GET /api/u1/v1/kuaishou/app/fetch_user_post_v2`
1077
+
1078
+ - Summary: 用户视频列表V2/User video list V2
1079
+ - Capabilities: profiles / accounts / content details
1080
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1081
+ - operationId: `fetch_user_post_v2_api_v1_kuaishou_app_fetch_user_post_v2_get`
1082
+
1083
+ #### Notes
1084
+
1085
+ > # [中文]
1086
+ > ### 用途:
1087
+ > - 用户视频列表 V2
1088
+ > - 此接口收费较贵,但稳定性更高,具体价格请在用户后台查看价格表。
1089
+ > ### 参数:
1090
+ > - user_id: 用户ID,此接口只支持用户ID,不支持用户eid,也就是输入必须要是纯数字ID。
1091
+ > - user_id 可以从获取单个用户数据接口中获取。
1092
+ > - pcursor: 视频游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
1093
+ > ### 返回:
1094
+ > - 视频数据
1095
+ >
1096
+ > # [English]
1097
+ > ### Purpose:
1098
+ > - User video list V2
1099
+ > - This API is more expensive, but more stable, please check the price list in the user background for specific prices.
1100
+ > ### Parameters:
1101
+ > - user_id: User ID, this API only supports user ID, not user eid, that is, the input must be a pure digital ID.
1102
+ > - user_id can be obtained from the get single user data interface.
1103
+ > - pcursor: Video cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
1104
+ > ### Returns:
1105
+ > - Videos data
1106
+ >
1107
+ > # [示例/Example]
1108
+ > user_id = "903511772"
1109
+ > pcursor = None
1110
+
1111
+ #### Parameters
1112
+
1113
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1114
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1115
+ | user_id | query | string | Yes | None | None | 903511772 | None |
1116
+ | pcursor | query | string | No | None | None | None | None |
1117
+
1118
+ #### Request Body
1119
+
1120
+ None
1121
+
1122
+ #### Success Response
1123
+
1124
+ ##### `200 application/json`
1125
+
1126
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1127
+
1128
+ | Field | Type | Required | Description | Default | Example | Enum |
1129
+ | --- | --- | --- | --- | --- | --- | --- |
1130
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1131
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1132
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1133
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1134
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1135
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1136
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1137
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1138
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1139
+ | 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 |
1140
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1141
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1142
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1143
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1144
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1145
+
1146
+ <a id="get-api-u1-v1-kuaishou-app-fetch-videos-batch"></a>
1147
+ ### `GET /api/u1/v1/kuaishou/app/fetch_videos_batch`
1148
+
1149
+ - Summary: 快手批量视频查询接口/Kuaishou batch video query API
1150
+ - Capabilities: content details
1151
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1152
+ - operationId: `fetch_videos_batch_api_v1_kuaishou_app_fetch_videos_batch_get`
1153
+
1154
+ #### Notes
1155
+
1156
+ > # [中文]
1157
+ > ### 用途:
1158
+ > - 批量获取多个作品数据,单次请求最多支持40个视频ID。
1159
+ > - 如果此接口连续请求失败,可以尝试使用价格更昂贵的V2接口进行冗余请求。
1160
+ > - 此接口收费标准默认为:40 * 0.001 = 0.04 美元/次。
1161
+ > ### 参数:
1162
+ > - photo_ids: 作品ID列表,多个ID用英文逗号分隔,单次最多40个
1163
+ > - 格式备注:支持纯数字版本的ID,也支持短字符串版本(eID)的ID,两种ID可以混合使用。
1164
+ > ### 返回:
1165
+ > - 视频数据列表
1166
+ >
1167
+ > # [English]
1168
+ > ### Purpose:
1169
+ > - Batch fetch multiple video data, supports up to 40 video IDs per request.
1170
+ > - If this API continuously fails, you can try to use the more expensive V2 API for redundant requests.
1171
+ > - The default charging standard for this API is: 40 * 0.001 = 0.04 USD/time.
1172
+ > ### Parameters:
1173
+ > - photo_ids: Photo ID list, multiple IDs separated by commas, max 40 per request
1174
+ > - Format note: Supports both pure digital version IDs and short string version (eID) IDs, both types can be mixed.
1175
+ > ### Returns:
1176
+ > - Video data list
1177
+ >
1178
+ > # [示例/Example]
1179
+ > photo_ids = "5228960823332207296,5196309727975443273,5222486898325987583"
1180
+
1181
+ #### Parameters
1182
+
1183
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1184
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1185
+ | photo_ids | query | string | Yes | 多个作品ID用逗号分隔,单次最多40个/Multiple photo IDs separated by commas, max 40 per request | None | 5228960823332207296,5196309727975443273,5222486898325987583 | None |
1186
+
1187
+ #### Request Body
1188
+
1189
+ None
1190
+
1191
+ #### Success Response
1192
+
1193
+ ##### `200 application/json`
1194
+
1195
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1196
+
1197
+ | Field | Type | Required | Description | Default | Example | Enum |
1198
+ | --- | --- | --- | --- | --- | --- | --- |
1199
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1200
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1201
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1202
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1203
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1204
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1205
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1206
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1207
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1208
+ | 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 |
1209
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1210
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1211
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1212
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1213
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1214
+
1215
+ <a id="get-api-u1-v1-kuaishou-app-generate-kuaishou-share-link"></a>
1216
+ ### `GET /api/u1/v1/kuaishou/app/generate_kuaishou_share_link`
1217
+
1218
+ - Summary: 生成快手分享链接/Generate Kuaishou share link
1219
+ - Capabilities: general
1220
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1221
+ - operationId: `generate_kuaishou_share_link_api_v1_kuaishou_app_generate_kuaishou_share_link_get`
1222
+
1223
+ #### Notes
1224
+
1225
+ > # [中文]
1226
+ > ### 用途:
1227
+ > - 生成快手分享链接
1228
+ > ### 参数:
1229
+ > - shareObjectId: 作品ID
1230
+ > ### 返回:
1231
+ > - 分享链接
1232
+ >
1233
+ > # [English]
1234
+ > ### Purpose:
1235
+ > - Generate Kuaishou share link
1236
+ > ### Parameters:
1237
+ > - photo_id: Photo ID
1238
+ > ### Returns:
1239
+ > - Share link
1240
+ >
1241
+ > # [示例/Example]
1242
+ > shareObjectId = "3xg5wjqdtekbb3u"
1243
+
1244
+ #### Parameters
1245
+
1246
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1247
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1248
+ | shareObjectId | query | string | Yes | None | None | 3xg5wjqdtekbb3u | None |
1249
+
1250
+ #### Request Body
1251
+
1252
+ None
1253
+
1254
+ #### Success Response
1255
+
1256
+ ##### `200 application/json`
1257
+
1258
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1259
+
1260
+ | Field | Type | Required | Description | Default | Example | Enum |
1261
+ | --- | --- | --- | --- | --- | --- | --- |
1262
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1263
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1264
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1265
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1266
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1267
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1268
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1269
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1270
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1271
+ | 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 |
1272
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1273
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1274
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1275
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1276
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1277
+
1278
+ <a id="get-api-u1-v1-kuaishou-app-search-comprehensive"></a>
1279
+ ### `GET /api/u1/v1/kuaishou/app/search_comprehensive`
1280
+
1281
+ - Summary: 综合搜索/Comprehensive search
1282
+ - Capabilities: search
1283
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1284
+ - operationId: `search_comprehensive_api_v1_kuaishou_app_search_comprehensive_get`
1285
+
1286
+ #### Notes
1287
+
1288
+ > # [中文]
1289
+ > ### 用途:
1290
+ > - 快手综合搜索接口,支持搜索视频、用户等内容,并提供多维度筛选功能。
1291
+ > ### 参数:
1292
+ > - keyword: 搜索关键词(必填)
1293
+ > - pcursor: 分页游标,首次请求为空,后续使用响应中的pcursor值
1294
+ > - sort_type: 排序方式
1295
+ > - all: 综合排序(默认)
1296
+ > - newest: 最新发布
1297
+ > - most_likes: 最多点赞
1298
+ > - publish_time: 发布时间筛选
1299
+ > - all: 全部时间(默认)
1300
+ > - one_day: 近一日
1301
+ > - one_week: 近一周
1302
+ > - one_month: 近一月
1303
+ > - duration: 作品时长筛选
1304
+ > - all: 全部时长(默认)
1305
+ > - under_1_min: 1分钟以内
1306
+ > - 1_to_5_min: 1-5分钟
1307
+ > - over_5_min: 5分钟以上
1308
+ > - search_scope: 搜索范围
1309
+ > - all: 全部(默认)
1310
+ > ### 返回:
1311
+ > - 搜索结果数据
1312
+ >
1313
+ > # [English]
1314
+ > ### Purpose:
1315
+ > - Kuaishou comprehensive search API, supports searching videos, users, etc., and provides multi-dimensional filtering.
1316
+ > ### Parameters:
1317
+ > - keyword: Search keyword (required)
1318
+ > - pcursor: Pagination cursor, empty for first request, use pcursor from response for subsequent pages
1319
+ > - sort_type: Sort type
1320
+ > - all: Comprehensive sort (default)
1321
+ > - newest: Latest release
1322
+ > - most_likes: Most likes
1323
+ > - publish_time: Publish time filter
1324
+ > - all: All time (default)
1325
+ > - one_day: Last day
1326
+ > - one_week: Last week
1327
+ > - one_month: Last month
1328
+ > - duration: Duration filter
1329
+ > - all: All duration (default)
1330
+ > - under_1_min: Under 1 minute
1331
+ > - 1_to_5_min: 1-5 minutes
1332
+ > - over_5_min: Over 5 minutes
1333
+ > - search_scope: Search scope
1334
+ > - all: All (default)
1335
+ > ### Returns:
1336
+ > - Search result data
1337
+ >
1338
+ > # [示例/Example]
1339
+ > keyword = "汽车之家"
1340
+ > sort_type = "most_likes"
1341
+ > publish_time = "one_week"
1342
+
1343
+ #### Parameters
1344
+
1345
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1346
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1347
+ | keyword | query | string | Yes | None | None | 汽车之家 | None |
1348
+ | pcursor | query | string | No | None | None | None | None |
1349
+ | sort_type | query | string | No | 可选值: all(综合排序), newest(最新发布), most_likes(最多点赞) | all | None | None |
1350
+ | publish_time | query | string | No | 可选值: all(全部), one_day(近一日), one_week(近一周), one_month(近一月) | all | None | None |
1351
+ | duration | query | string | No | 可选值: all(全部), under_1_min(1分钟以内), 1_to_5_min(1-5分钟), over_5_min(5分钟以上) | all | None | None |
1352
+ | search_scope | query | string | No | 可选值: all(全部) | all | None | None |
1353
+
1354
+ #### Request Body
1355
+
1356
+ None
1357
+
1358
+ #### Success Response
1359
+
1360
+ ##### `200 application/json`
1361
+
1362
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1363
+
1364
+ | Field | Type | Required | Description | Default | Example | Enum |
1365
+ | --- | --- | --- | --- | --- | --- | --- |
1366
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1367
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1368
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1369
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1370
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1371
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1372
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1373
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1374
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1375
+ | 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 |
1376
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1377
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1378
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1379
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1380
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1381
+
1382
+ <a id="get-api-u1-v1-kuaishou-app-search-user-v2"></a>
1383
+ ### `GET /api/u1/v1/kuaishou/app/search_user_v2`
1384
+
1385
+ - Summary: 搜索用户V2/Search user V2
1386
+ - Capabilities: search / profiles / accounts
1387
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1388
+ - operationId: `search_user_v2_api_v1_kuaishou_app_search_user_v2_get`
1389
+
1390
+ #### Notes
1391
+
1392
+ > # [中文]
1393
+ > ### 用途:
1394
+ > - 搜索用户 V2
1395
+ > - 此接口收费较贵,但稳定性更高,具体价格请在用户后台查看价格表。
1396
+ > ### 参数:
1397
+ > - keyword: 搜索关键词
1398
+ > - page: 用户页数,从1开始
1399
+ > ### 返回:
1400
+ > - 用户数据
1401
+ >
1402
+ > # [English]
1403
+ > ### Purpose:
1404
+ > - Search user V2
1405
+ > - This API is more expensive, but more stable, please check the price list in the user background for specific prices.
1406
+ > ### Parameters:
1407
+ > - keyword: Search keyword
1408
+ > - page: User page number, starting from 1
1409
+ > ### Returns:
1410
+ > - User data
1411
+ >
1412
+ > # [示例/Example]
1413
+ > keyword = "人工智能"
1414
+ > page = "1"
1415
+
1416
+ #### Parameters
1417
+
1418
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1419
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1420
+ | keyword | query | string | Yes | None | None | 人工智能 | None |
1421
+ | page | query | string | No | None | 1 | None | None |
1422
+
1423
+ #### Request Body
1424
+
1425
+ None
1426
+
1427
+ #### Success Response
1428
+
1429
+ ##### `200 application/json`
1430
+
1431
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1432
+
1433
+ | Field | Type | Required | Description | Default | Example | Enum |
1434
+ | --- | --- | --- | --- | --- | --- | --- |
1435
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1436
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1437
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1438
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1439
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1440
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1441
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1442
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1443
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1444
+ | 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 |
1445
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1446
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1447
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1448
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1449
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1450
+
1451
+ <a id="get-api-u1-v1-kuaishou-app-search-video-v2"></a>
1452
+ ### `GET /api/u1/v1/kuaishou/app/search_video_v2`
1453
+
1454
+ - Summary: 搜索视频V2/Search video V2
1455
+ - Capabilities: search / content details
1456
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1457
+ - operationId: `search_video_v2_api_v1_kuaishou_app_search_video_v2_get`
1458
+
1459
+ #### Notes
1460
+
1461
+ > # [中文]
1462
+ > ### 用途:
1463
+ > - 搜索视频 V2
1464
+ > - 此接口收费较贵,但稳定性更高,具体价格请在用户后台查看价格表。
1465
+ > ### 参数:
1466
+ > - keyword: 搜索关键词
1467
+ > - page: 视频页数,从1开始
1468
+ > ### 返回:
1469
+ > - 视频数据
1470
+ >
1471
+ > # [English]
1472
+ > ### Purpose:
1473
+ > - Search video V2
1474
+ > - This API is more expensive, but more stable, please check the price list in the user background for specific prices.
1475
+ > ### Parameters:
1476
+ > - keyword: Search keyword
1477
+ > - page: Page number, starting from 1
1478
+ > ### Returns:
1479
+ > - Videos data
1480
+ >
1481
+ > # [示例/Example]
1482
+ > keyword = "人工智能"
1483
+ > page = "1"
1484
+
1485
+ #### Parameters
1486
+
1487
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1488
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1489
+ | keyword | query | string | Yes | None | None | 人工智能 | None |
1490
+ | page | query | string | No | None | 1 | None | None |
1491
+
1492
+ #### Request Body
1493
+
1494
+ None
1495
+
1496
+ #### Success Response
1497
+
1498
+ ##### `200 application/json`
1499
+
1500
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1501
+
1502
+ | Field | Type | Required | Description | Default | Example | Enum |
1503
+ | --- | --- | --- | --- | --- | --- | --- |
1504
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1505
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1506
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1507
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1508
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1509
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1510
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1511
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1512
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1513
+ | 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 |
1514
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1515
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1516
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1517
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1518
+ | data | null | No | The response data \| 响应数据 | None | None | None |