@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,846 @@
1
+ # Kuaishou-App-API Route Summary
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Current tag file: `api-tags/kuaishou-app-api.md`
5
+ - Full contract: [`api-contracts/kuaishou-app-api.md`](../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
+ - Common capabilities: content details / trends / rankings / profiles / accounts / search / general / livestream
10
+ - Default auth: Header `Authorization` Bearer
11
+ - Common inputs: `pcursor`, `user_id`, `subTabId`, `subTabName`, `keyword`, `magic_face_id`, `photo_id`, `page`, `boardType`, `boardId`
12
+ - Tag description: **(快手App数据接口/Kuaishou-App-API data endpoints)**
13
+
14
+ ## Routes
15
+
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
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-brand-top-list`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-brand-top-list)
23
+
24
+ #### Parameters
25
+
26
+ | Field | In | Type | Required | Description |
27
+ | --- | --- | --- | --- | --- |
28
+ | subTabId | query | integer | No | None |
29
+ | subTabName | query | string | No | None |
30
+
31
+ #### Request Body
32
+
33
+ None
34
+
35
+ #### Success Response
36
+
37
+ ##### `200 application/json`
38
+
39
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
40
+
41
+ | Field | Type | Required | Description |
42
+ | --- | --- | --- | --- |
43
+ | code | integer | No | HTTP status code \| HTTP状态码 |
44
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
45
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
46
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
47
+ | support | string | No | Support message \| 支持消息 |
48
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
49
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
50
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
51
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
52
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
53
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
54
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
55
+
56
+ - Fields truncated: this layer shows only the first `12` rows.
57
+
58
+ ### `GET /api/u1/v1/kuaishou/app/fetch_hot_board_categories`
59
+
60
+ - Summary: 快手热榜分类/Kuaishou hot categories
61
+ - Capabilities: trends / rankings
62
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
63
+ - operationId: `fetch_hot_board_categories_api_v1_kuaishou_app_fetch_hot_board_categories_get`
64
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-hot-board-categories`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-hot-board-categories)
65
+
66
+ #### Parameters
67
+
68
+ None
69
+
70
+ #### Request Body
71
+
72
+ None
73
+
74
+ #### Success Response
75
+
76
+ ##### `200 application/json`
77
+
78
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
79
+
80
+ | Field | Type | Required | Description |
81
+ | --- | --- | --- | --- |
82
+ | code | integer | No | HTTP status code \| HTTP状态码 |
83
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
84
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
85
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
86
+ | support | string | No | Support message \| 支持消息 |
87
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
88
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
89
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
90
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
91
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
92
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
93
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
94
+
95
+ - Fields truncated: this layer shows only the first `12` rows.
96
+
97
+ ### `GET /api/u1/v1/kuaishou/app/fetch_hot_board_detail`
98
+
99
+ - Summary: 快手热榜详情/Kuaishou hot board detail
100
+ - Capabilities: trends / rankings / details
101
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
102
+ - operationId: `fetch_hot_board_detail_api_v1_kuaishou_app_fetch_hot_board_detail_get`
103
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-hot-board-detail`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-hot-board-detail)
104
+
105
+ #### Parameters
106
+
107
+ | Field | In | Type | Required | Description |
108
+ | --- | --- | --- | --- | --- |
109
+ | boardType | query | integer | No | None |
110
+ | boardId | query | integer | No | None |
111
+
112
+ #### Request Body
113
+
114
+ None
115
+
116
+ #### Success Response
117
+
118
+ ##### `200 application/json`
119
+
120
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
121
+
122
+ | Field | Type | Required | Description |
123
+ | --- | --- | --- | --- |
124
+ | code | integer | No | HTTP status code \| HTTP状态码 |
125
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
126
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
127
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
128
+ | support | string | No | Support message \| 支持消息 |
129
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
130
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
131
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
132
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
133
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
134
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
135
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
136
+
137
+ - Fields truncated: this layer shows only the first `12` rows.
138
+
139
+ ### `GET /api/u1/v1/kuaishou/app/fetch_hot_search_person`
140
+
141
+ - Summary: 快手热搜人物榜单/Kuaishou hot search person board
142
+ - Capabilities: search / trends / rankings
143
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
144
+ - operationId: `fetch_hot_search_person_api_v1_kuaishou_app_fetch_hot_search_person_get`
145
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-hot-search-person`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-hot-search-person)
146
+
147
+ #### Parameters
148
+
149
+ None
150
+
151
+ #### Request Body
152
+
153
+ None
154
+
155
+ #### Success Response
156
+
157
+ ##### `200 application/json`
158
+
159
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
160
+
161
+ | Field | Type | Required | Description |
162
+ | --- | --- | --- | --- |
163
+ | code | integer | No | HTTP status code \| HTTP状态码 |
164
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
165
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
166
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
167
+ | support | string | No | Support message \| 支持消息 |
168
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
169
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
170
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
171
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
172
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
173
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
174
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
175
+
176
+ - Fields truncated: this layer shows only the first `12` rows.
177
+
178
+ ### `GET /api/u1/v1/kuaishou/app/fetch_live_top_list`
179
+
180
+ - Summary: 快手直播榜单/Kuaishou live top list
181
+ - Capabilities: livestream
182
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
183
+ - operationId: `fetch_live_top_list_api_v1_kuaishou_app_fetch_live_top_list_get`
184
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-live-top-list`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-live-top-list)
185
+
186
+ #### Parameters
187
+
188
+ | Field | In | Type | Required | Description |
189
+ | --- | --- | --- | --- | --- |
190
+ | subTabId | query | integer | No | None |
191
+ | subTabName | query | string | No | None |
192
+
193
+ #### Request Body
194
+
195
+ None
196
+
197
+ #### Success Response
198
+
199
+ ##### `200 application/json`
200
+
201
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
202
+
203
+ | Field | Type | Required | Description |
204
+ | --- | --- | --- | --- |
205
+ | code | integer | No | HTTP status code \| HTTP状态码 |
206
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
207
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
208
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
209
+ | support | string | No | Support message \| 支持消息 |
210
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
211
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
212
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
213
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
214
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
215
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
216
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
217
+
218
+ - Fields truncated: this layer shows only the first `12` rows.
219
+
220
+ ### `GET /api/u1/v1/kuaishou/app/fetch_magic_face_hot`
221
+
222
+ - Summary: 获取魔法表情热门视频/Fetch magic face hot videos
223
+ - Capabilities: trends / rankings
224
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
225
+ - operationId: `fetch_magic_face_hot_api_v1_kuaishou_app_fetch_magic_face_hot_get`
226
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-magic-face-hot`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-magic-face-hot)
227
+
228
+ #### Parameters
229
+
230
+ | Field | In | Type | Required | Description |
231
+ | --- | --- | --- | --- | --- |
232
+ | magic_face_id | query | string | Yes | None |
233
+ | pcursor | query | string | No | None |
234
+ | count | query | integer | No | None |
235
+
236
+ #### Request Body
237
+
238
+ None
239
+
240
+ #### Success Response
241
+
242
+ ##### `200 application/json`
243
+
244
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
245
+
246
+ | Field | Type | Required | Description |
247
+ | --- | --- | --- | --- |
248
+ | code | integer | No | HTTP status code \| HTTP状态码 |
249
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
250
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
251
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
252
+ | support | string | No | Support message \| 支持消息 |
253
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
254
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
255
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
256
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
257
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
258
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
259
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
260
+
261
+ - Fields truncated: this layer shows only the first `12` rows.
262
+
263
+ ### `GET /api/u1/v1/kuaishou/app/fetch_magic_face_usage`
264
+
265
+ - Summary: 获取魔法表情使用人数/Fetch magic face usage count
266
+ - Capabilities: general
267
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
268
+ - operationId: `fetch_magic_face_usage_api_v1_kuaishou_app_fetch_magic_face_usage_get`
269
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-magic-face-usage`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-magic-face-usage)
270
+
271
+ #### Parameters
272
+
273
+ | Field | In | Type | Required | Description |
274
+ | --- | --- | --- | --- | --- |
275
+ | magic_face_id | query | string | Yes | None |
276
+
277
+ #### Request Body
278
+
279
+ None
280
+
281
+ #### Success Response
282
+
283
+ ##### `200 application/json`
284
+
285
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
286
+
287
+ | Field | Type | Required | Description |
288
+ | --- | --- | --- | --- |
289
+ | code | integer | No | HTTP status code \| HTTP状态码 |
290
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
291
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
292
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
293
+ | support | string | No | Support message \| 支持消息 |
294
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
295
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
296
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
297
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
298
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
299
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
300
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
301
+
302
+ - Fields truncated: this layer shows only the first `12` rows.
303
+
304
+ ### `GET /api/u1/v1/kuaishou/app/fetch_one_user_v2`
305
+
306
+ - Summary: 获取单个用户数据V2/Get single user data V2
307
+ - Capabilities: profiles / accounts
308
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
309
+ - operationId: `fetch_one_user_v2_api_v1_kuaishou_app_fetch_one_user_v2_get`
310
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-one-user-v2`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-one-user-v2)
311
+
312
+ #### Parameters
313
+
314
+ | Field | In | Type | Required | Description |
315
+ | --- | --- | --- | --- | --- |
316
+ | user_id | query | string | Yes | None |
317
+
318
+ #### Request Body
319
+
320
+ None
321
+
322
+ #### Success Response
323
+
324
+ ##### `200 application/json`
325
+
326
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
327
+
328
+ | Field | Type | Required | Description |
329
+ | --- | --- | --- | --- |
330
+ | code | integer | No | HTTP status code \| HTTP状态码 |
331
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
332
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
333
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
334
+ | support | string | No | Support message \| 支持消息 |
335
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
336
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
337
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
338
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
339
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
340
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
341
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
342
+
343
+ - Fields truncated: this layer shows only the first `12` rows.
344
+
345
+ ### `GET /api/u1/v1/kuaishou/app/fetch_one_video`
346
+
347
+ - Summary: 视频详情V1/Video detailsV1
348
+ - Capabilities: content details
349
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
350
+ - operationId: `fetch_one_video_v1_api_v1_kuaishou_app_fetch_one_video_get`
351
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-one-video`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-one-video)
352
+
353
+ #### Parameters
354
+
355
+ | Field | In | Type | Required | Description |
356
+ | --- | --- | --- | --- | --- |
357
+ | photo_id | query | string | Yes | None |
358
+
359
+ #### Request Body
360
+
361
+ None
362
+
363
+ #### Success Response
364
+
365
+ ##### `200 application/json`
366
+
367
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
368
+
369
+ | Field | Type | Required | Description |
370
+ | --- | --- | --- | --- |
371
+ | code | integer | No | HTTP status code \| HTTP状态码 |
372
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
373
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
374
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
375
+ | support | string | No | Support message \| 支持消息 |
376
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
377
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
378
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
379
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
380
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
381
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
382
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
383
+
384
+ - Fields truncated: this layer shows only the first `12` rows.
385
+
386
+ ### `GET /api/u1/v1/kuaishou/app/fetch_one_video_by_url`
387
+
388
+ - Summary: 根据链接获取单个作品数据/Fetch single video by URL
389
+ - Capabilities: content details
390
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
391
+ - operationId: `fetch_one_video_by_share_text_api_v1_kuaishou_app_fetch_one_video_by_url_get`
392
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-one-video-by-url`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-one-video-by-url)
393
+
394
+ #### Parameters
395
+
396
+ | Field | In | Type | Required | Description |
397
+ | --- | --- | --- | --- | --- |
398
+ | share_text | query | string | Yes | None |
399
+
400
+ #### Request Body
401
+
402
+ None
403
+
404
+ #### Success Response
405
+
406
+ ##### `200 application/json`
407
+
408
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
409
+
410
+ | Field | Type | Required | Description |
411
+ | --- | --- | --- | --- |
412
+ | code | integer | No | HTTP status code \| HTTP状态码 |
413
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
414
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
415
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
416
+ | support | string | No | Support message \| 支持消息 |
417
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
418
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
419
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
420
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
421
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
422
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
423
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
424
+
425
+ - Fields truncated: this layer shows only the first `12` rows.
426
+
427
+ ### `GET /api/u1/v1/kuaishou/app/fetch_one_video_comment`
428
+
429
+ - Summary: 获取单个作品评论数据/Get single video comment data
430
+ - Capabilities: comments / content details
431
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
432
+ - operationId: `fetch_video_comment_api_v1_kuaishou_app_fetch_one_video_comment_get`
433
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-one-video-comment`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-one-video-comment)
434
+
435
+ #### Parameters
436
+
437
+ | Field | In | Type | Required | Description |
438
+ | --- | --- | --- | --- | --- |
439
+ | photo_id | query | string | Yes | None |
440
+ | pcursor | query | string | No | None |
441
+
442
+ #### Request Body
443
+
444
+ None
445
+
446
+ #### Success Response
447
+
448
+ ##### `200 application/json`
449
+
450
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
451
+
452
+ | Field | Type | Required | Description |
453
+ | --- | --- | --- | --- |
454
+ | code | integer | No | HTTP status code \| HTTP状态码 |
455
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
456
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
457
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
458
+ | support | string | No | Support message \| 支持消息 |
459
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
460
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
461
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
462
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
463
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
464
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
465
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
466
+
467
+ - Fields truncated: this layer shows only the first `12` rows.
468
+
469
+ ### `GET /api/u1/v1/kuaishou/app/fetch_shopping_top_list`
470
+
471
+ - Summary: 快手购物榜单/Kuaishou shopping top list
472
+ - Capabilities: commerce
473
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
474
+ - operationId: `fetch_shopping_top_list_api_v1_kuaishou_app_fetch_shopping_top_list_get`
475
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-shopping-top-list`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-shopping-top-list)
476
+
477
+ #### Parameters
478
+
479
+ | Field | In | Type | Required | Description |
480
+ | --- | --- | --- | --- | --- |
481
+ | subTabId | query | integer | No | None |
482
+ | subTabName | query | string | No | None |
483
+
484
+ #### Request Body
485
+
486
+ None
487
+
488
+ #### Success Response
489
+
490
+ ##### `200 application/json`
491
+
492
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
493
+
494
+ | Field | Type | Required | Description |
495
+ | --- | --- | --- | --- |
496
+ | code | integer | No | HTTP status code \| HTTP状态码 |
497
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
498
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
499
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
500
+ | support | string | No | Support message \| 支持消息 |
501
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
502
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
503
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
504
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
505
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
506
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
507
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
508
+
509
+ - Fields truncated: this layer shows only the first `12` rows.
510
+
511
+ ### `GET /api/u1/v1/kuaishou/app/fetch_user_hot_post`
512
+
513
+ - Summary: 获取用户热门作品数据/Get user hot post data
514
+ - Capabilities: trends / rankings / profiles / accounts / content details
515
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
516
+ - operationId: `fetch_user_hot_post_api_v1_kuaishou_app_fetch_user_hot_post_get`
517
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-user-hot-post`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-user-hot-post)
518
+
519
+ #### Parameters
520
+
521
+ | Field | In | Type | Required | Description |
522
+ | --- | --- | --- | --- | --- |
523
+ | user_id | query | string | Yes | None |
524
+ | pcursor | query | string | No | None |
525
+
526
+ #### Request Body
527
+
528
+ None
529
+
530
+ #### Success Response
531
+
532
+ ##### `200 application/json`
533
+
534
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
535
+
536
+ | Field | Type | Required | Description |
537
+ | --- | --- | --- | --- |
538
+ | code | integer | No | HTTP status code \| HTTP状态码 |
539
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
540
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
541
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
542
+ | support | string | No | Support message \| 支持消息 |
543
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
544
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
545
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
546
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
547
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
548
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
549
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
550
+
551
+ - Fields truncated: this layer shows only the first `12` rows.
552
+
553
+ ### `GET /api/u1/v1/kuaishou/app/fetch_user_live_info`
554
+
555
+ - Summary: 获取用户直播信息/Get user live info
556
+ - Capabilities: profiles / accounts / livestream
557
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
558
+ - operationId: `fetch_user_live_info_api_v1_kuaishou_app_fetch_user_live_info_get`
559
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-user-live-info`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-user-live-info)
560
+
561
+ #### Parameters
562
+
563
+ | Field | In | Type | Required | Description |
564
+ | --- | --- | --- | --- | --- |
565
+ | user_id | query | string | Yes | None |
566
+
567
+ #### Request Body
568
+
569
+ None
570
+
571
+ #### Success Response
572
+
573
+ ##### `200 application/json`
574
+
575
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
576
+
577
+ | Field | Type | Required | Description |
578
+ | --- | --- | --- | --- |
579
+ | code | integer | No | HTTP status code \| HTTP状态码 |
580
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
581
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
582
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
583
+ | support | string | No | Support message \| 支持消息 |
584
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
585
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
586
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
587
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
588
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
589
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
590
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
591
+
592
+ - Fields truncated: this layer shows only the first `12` rows.
593
+
594
+ ### `GET /api/u1/v1/kuaishou/app/fetch_user_post_v2`
595
+
596
+ - Summary: 用户视频列表V2/User video list V2
597
+ - Capabilities: profiles / accounts / content details
598
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
599
+ - operationId: `fetch_user_post_v2_api_v1_kuaishou_app_fetch_user_post_v2_get`
600
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-user-post-v2`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-user-post-v2)
601
+
602
+ #### Parameters
603
+
604
+ | Field | In | Type | Required | Description |
605
+ | --- | --- | --- | --- | --- |
606
+ | user_id | query | string | Yes | None |
607
+ | pcursor | query | string | No | None |
608
+
609
+ #### Request Body
610
+
611
+ None
612
+
613
+ #### Success Response
614
+
615
+ ##### `200 application/json`
616
+
617
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
618
+
619
+ | Field | Type | Required | Description |
620
+ | --- | --- | --- | --- |
621
+ | code | integer | No | HTTP status code \| HTTP状态码 |
622
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
623
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
624
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
625
+ | support | string | No | Support message \| 支持消息 |
626
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
627
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
628
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
629
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
630
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
631
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
632
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
633
+
634
+ - Fields truncated: this layer shows only the first `12` rows.
635
+
636
+ ### `GET /api/u1/v1/kuaishou/app/fetch_videos_batch`
637
+
638
+ - Summary: 快手批量视频查询接口/Kuaishou batch video query API
639
+ - Capabilities: content details
640
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
641
+ - operationId: `fetch_videos_batch_api_v1_kuaishou_app_fetch_videos_batch_get`
642
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-videos-batch`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-fetch-videos-batch)
643
+
644
+ #### Parameters
645
+
646
+ | Field | In | Type | Required | Description |
647
+ | --- | --- | --- | --- | --- |
648
+ | photo_ids | query | string | Yes | 多个作品ID用逗号分隔,单次最多40个/Multiple photo IDs separated by commas, max 40 per request |
649
+
650
+ #### Request Body
651
+
652
+ None
653
+
654
+ #### Success Response
655
+
656
+ ##### `200 application/json`
657
+
658
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
659
+
660
+ | Field | Type | Required | Description |
661
+ | --- | --- | --- | --- |
662
+ | code | integer | No | HTTP status code \| HTTP状态码 |
663
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
664
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
665
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
666
+ | support | string | No | Support message \| 支持消息 |
667
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
668
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
669
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
670
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
671
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
672
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
673
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
674
+
675
+ - Fields truncated: this layer shows only the first `12` rows.
676
+
677
+ ### `GET /api/u1/v1/kuaishou/app/generate_kuaishou_share_link`
678
+
679
+ - Summary: 生成快手分享链接/Generate Kuaishou share link
680
+ - Capabilities: general
681
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
682
+ - operationId: `generate_kuaishou_share_link_api_v1_kuaishou_app_generate_kuaishou_share_link_get`
683
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-generate-kuaishou-share-link`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-generate-kuaishou-share-link)
684
+
685
+ #### Parameters
686
+
687
+ | Field | In | Type | Required | Description |
688
+ | --- | --- | --- | --- | --- |
689
+ | shareObjectId | query | string | Yes | None |
690
+
691
+ #### Request Body
692
+
693
+ None
694
+
695
+ #### Success Response
696
+
697
+ ##### `200 application/json`
698
+
699
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
700
+
701
+ | Field | Type | Required | Description |
702
+ | --- | --- | --- | --- |
703
+ | code | integer | No | HTTP status code \| HTTP状态码 |
704
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
705
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
706
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
707
+ | support | string | No | Support message \| 支持消息 |
708
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
709
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
710
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
711
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
712
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
713
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
714
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
715
+
716
+ - Fields truncated: this layer shows only the first `12` rows.
717
+
718
+ ### `GET /api/u1/v1/kuaishou/app/search_comprehensive`
719
+
720
+ - Summary: 综合搜索/Comprehensive search
721
+ - Capabilities: search
722
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
723
+ - operationId: `search_comprehensive_api_v1_kuaishou_app_search_comprehensive_get`
724
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-search-comprehensive`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-search-comprehensive)
725
+
726
+ #### Parameters
727
+
728
+ | Field | In | Type | Required | Description |
729
+ | --- | --- | --- | --- | --- |
730
+ | keyword | query | string | Yes | None |
731
+ | pcursor | query | string | No | None |
732
+ | sort_type | query | string | No | 可选值: all(综合排序), newest(最新发布), most_likes(最多点赞) |
733
+ | publish_time | query | string | No | 可选值: all(全部), one_day(近一日), one_week(近一周), one_month(近一月) |
734
+ | duration | query | string | No | 可选值: all(全部), under_1_min(1分钟以内), 1_to_5_min(1-5分钟), over_5_min(5分钟以上) |
735
+ | search_scope | query | string | No | 可选值: all(全部) |
736
+
737
+ #### Request Body
738
+
739
+ None
740
+
741
+ #### Success Response
742
+
743
+ ##### `200 application/json`
744
+
745
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
746
+
747
+ | Field | Type | Required | Description |
748
+ | --- | --- | --- | --- |
749
+ | code | integer | No | HTTP status code \| HTTP状态码 |
750
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
751
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
752
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
753
+ | support | string | No | Support message \| 支持消息 |
754
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
755
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
756
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
757
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
758
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
759
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
760
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
761
+
762
+ - Fields truncated: this layer shows only the first `12` rows.
763
+
764
+ ### `GET /api/u1/v1/kuaishou/app/search_user_v2`
765
+
766
+ - Summary: 搜索用户V2/Search user V2
767
+ - Capabilities: search / profiles / accounts
768
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
769
+ - operationId: `search_user_v2_api_v1_kuaishou_app_search_user_v2_get`
770
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-search-user-v2`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-search-user-v2)
771
+
772
+ #### Parameters
773
+
774
+ | Field | In | Type | Required | Description |
775
+ | --- | --- | --- | --- | --- |
776
+ | keyword | query | string | Yes | None |
777
+ | page | query | string | No | None |
778
+
779
+ #### Request Body
780
+
781
+ None
782
+
783
+ #### Success Response
784
+
785
+ ##### `200 application/json`
786
+
787
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
788
+
789
+ | Field | Type | Required | Description |
790
+ | --- | --- | --- | --- |
791
+ | code | integer | No | HTTP status code \| HTTP状态码 |
792
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
793
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
794
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
795
+ | support | string | No | Support message \| 支持消息 |
796
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
797
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
798
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
799
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
800
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
801
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
802
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
803
+
804
+ - Fields truncated: this layer shows only the first `12` rows.
805
+
806
+ ### `GET /api/u1/v1/kuaishou/app/search_video_v2`
807
+
808
+ - Summary: 搜索视频V2/Search video V2
809
+ - Capabilities: search / content details
810
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
811
+ - operationId: `search_video_v2_api_v1_kuaishou_app_search_video_v2_get`
812
+ - Full contract: [`api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-search-video-v2`](../api-contracts/kuaishou-app-api.md#get-api-u1-v1-kuaishou-app-search-video-v2)
813
+
814
+ #### Parameters
815
+
816
+ | Field | In | Type | Required | Description |
817
+ | --- | --- | --- | --- | --- |
818
+ | keyword | query | string | Yes | None |
819
+ | page | query | string | No | None |
820
+
821
+ #### Request Body
822
+
823
+ None
824
+
825
+ #### Success Response
826
+
827
+ ##### `200 application/json`
828
+
829
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
830
+
831
+ | Field | Type | Required | Description |
832
+ | --- | --- | --- | --- |
833
+ | code | integer | No | HTTP status code \| HTTP状态码 |
834
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
835
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
836
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
837
+ | support | string | No | Support message \| 支持消息 |
838
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
839
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
840
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
841
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
842
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
843
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
844
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
845
+
846
+ - Fields truncated: this layer shows only the first `12` rows.