@tikomni/skills 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (480) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -3
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +252 -9
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +108 -167
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +6 -2
  30. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/{creator-analysis → social-media-crawl}/scripts/core/tikomni_common.py +13 -3
  33. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  34. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  36. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  37. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  38. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  39. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  40. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +282 -174
  41. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  42. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +290 -141
  43. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  45. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  46. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  47. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  48. package/skills/creator-analysis/SKILL.md +0 -95
  49. package/skills/creator-analysis/agents/openai.yaml +0 -4
  50. package/skills/creator-analysis/env.example +0 -36
  51. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  52. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  53. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  54. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  55. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  56. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  57. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  59. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  60. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  61. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  63. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  64. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  65. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  66. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  67. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  68. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  69. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  71. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  72. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  73. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  74. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  75. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  76. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  77. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  78. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  79. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  80. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  81. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  82. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  83. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  84. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  85. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  86. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  87. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  88. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  89. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  90. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  91. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  92. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  93. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  94. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  96. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  100. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  101. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  103. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  104. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  105. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  106. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  107. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  108. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  109. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  110. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  113. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  114. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  116. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  117. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  118. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  119. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  120. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  121. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  122. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  123. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  124. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  125. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  126. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  127. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  128. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  129. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  130. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  131. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  132. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  133. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  134. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  135. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  136. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  137. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  138. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  139. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  140. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  141. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  142. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  143. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  144. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  145. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  146. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  147. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  148. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  149. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  153. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  154. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  155. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  156. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  157. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  158. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  159. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  160. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  161. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  162. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  163. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  164. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  165. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  167. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  168. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  169. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  170. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  171. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  172. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  173. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  174. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  175. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  176. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  177. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  178. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  179. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  180. package/skills/creator-analysis/references/workflow.md +0 -23
  181. package/skills/creator-analysis/scripts/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  185. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  186. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  187. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  188. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  189. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  190. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  191. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  194. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  195. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  196. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  197. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  198. package/skills/creator-analysis/scripts/core/progress_report.py +0 -111
  199. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  200. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  202. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  203. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  205. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  207. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  208. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  209. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  210. package/skills/meta-capability/SKILL.md +0 -69
  211. package/skills/meta-capability/agents/openai.yaml +0 -4
  212. package/skills/meta-capability/env.example +0 -42
  213. package/skills/meta-capability/references/api-capability-index.md +0 -92
  214. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  215. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  216. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  217. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  218. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  219. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  220. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  222. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  223. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  224. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  226. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  227. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  228. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  229. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  230. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  231. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  232. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  233. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  234. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  235. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  236. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  237. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  238. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  239. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  240. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  241. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  242. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  243. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  244. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  245. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  246. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  247. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  248. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  249. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  250. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  251. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  252. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  253. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  254. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  255. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  256. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  257. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  258. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  259. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  263. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  264. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  265. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  266. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  267. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  268. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  269. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  270. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  271. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  272. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  273. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  274. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  276. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  277. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  279. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  280. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  281. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  282. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  283. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  284. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  285. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  286. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  287. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  288. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  289. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  290. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  291. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  292. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  293. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  294. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  295. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  296. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  297. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  298. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  299. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  300. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  301. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  302. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  303. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  304. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  305. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  306. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  307. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  308. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  309. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  310. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  311. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  312. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  316. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  317. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  318. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  319. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  320. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  321. package/skills/meta-capability/references/dispatch.md +0 -27
  322. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  323. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  324. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  325. package/skills/meta-capability/scripts/__init__.py +0 -1
  326. package/skills/meta-capability/scripts/call_route.py +0 -141
  327. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  328. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  329. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  330. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  331. package/skills/meta-capability/scripts/test_auth.py +0 -98
  332. package/skills/single-work-analysis/SKILL.md +0 -62
  333. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  334. package/skills/single-work-analysis/env.example +0 -36
  335. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  336. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  337. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  339. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  340. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  341. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  342. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  344. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  345. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  346. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  348. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  349. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  350. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  353. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  354. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  356. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  357. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  358. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  359. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  360. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  361. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  362. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  363. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  364. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  366. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  373. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  375. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  376. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  377. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  378. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  379. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  381. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  385. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  386. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  388. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  389. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  390. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  391. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  392. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  393. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  394. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  395. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  398. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  399. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  401. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  402. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  403. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  404. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  405. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  406. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  407. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  409. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  410. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  411. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  412. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  413. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  414. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  415. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  416. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  417. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  418. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  419. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  420. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  421. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  422. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  423. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  424. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  425. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  426. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  427. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  428. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  429. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  430. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  431. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  432. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  434. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  438. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  439. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  441. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  442. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  443. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -58
  444. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  445. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  446. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  447. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  448. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +0 -28
  449. package/skills/single-work-analysis/references/prompt-contracts/cta.md +0 -24
  450. package/skills/single-work-analysis/references/prompt-contracts/hook.md +0 -25
  451. package/skills/single-work-analysis/references/prompt-contracts/insight.md +0 -47
  452. package/skills/single-work-analysis/references/prompt-contracts/structure.md +0 -25
  453. package/skills/single-work-analysis/references/prompt-contracts/style.md +0 -27
  454. package/skills/single-work-analysis/references/prompt-contracts/summary.md +0 -29
  455. package/skills/single-work-analysis/references/prompt-contracts/topic.md +0 -29
  456. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  457. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  458. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  459. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  460. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -133
  461. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  462. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  463. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -253
  464. package/skills/single-work-analysis/scripts/core/tikomni_common.py +0 -588
  465. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  466. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  468. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  469. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  470. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  471. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  472. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  473. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  474. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  475. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -1402
  476. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  477. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  478. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  479. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  480. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1242 +0,0 @@
1
- # Kuaishou-Web-API Full Contract
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Back to route summary: [`api-tags/kuaishou-web-api.md`](../api-tags/kuaishou-web-api.md)
5
- - Current contract file: `api-contracts/kuaishou-web-api.md`
6
- - Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
7
- - Fetched at: `2026-03-08T06:54:04+00:00`
8
- - Route count: `13`
9
- - Default auth: Header `Authorization` Bearer
10
- - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
- - Tag description: **(快手Web数据接口/Kuaishou-Web-API data endpoints)**
12
-
13
- ## Route Contracts
14
-
15
- <a id="get-api-u1-v1-kuaishou-web-fetch-get-user-id"></a>
16
- ### `GET /api/u1/v1/kuaishou/web/fetch_get_user_id`
17
-
18
- - Summary: 获取用户ID/Fetch user ID
19
- - Capabilities: profiles / accounts
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_get_user_id_api_v1_kuaishou_web_fetch_get_user_id_get`
22
-
23
- #### Notes
24
-
25
- > # [中文]
26
- > ### 用途:
27
- > - 通过用户分享链接获取用户ID
28
- > ### 参数:
29
- > - share_link: 用户分享链接
30
- > ### 返回:
31
- > - 用户ID
32
- >
33
- > # [English]
34
- > ### Purpose:
35
- > - Fetch user ID via user share link
36
- > ### Parameters:
37
- > - share_link: User share link
38
- > ### Returns:
39
- > - User ID
40
- >
41
- > # [示例/Example]
42
- > share_link = "https://v.kuaishou.com/KcdKDwFp"
43
- >
44
- > share_link = "https://c.kuaishou.com/fw/user/3xcuu5habgc8z29"
45
- >
46
- > share_link = "https://live.kuaishou.com/profile/3xcuu5habgc8z29?fid=2357689552&cc=share_copylink"
47
- >
48
- > # [返回示例/Example Response]
49
- > ```json
50
- > ```
51
-
52
- #### Parameters
53
-
54
- | Field | In | Type | Required | Description | Default | Example | Enum |
55
- | --- | --- | --- | --- | --- | --- | --- | --- |
56
- | share_link | query | string | Yes | None | None | https://v.kuaishou.com/KcdKDwFp | None |
57
-
58
- #### Request Body
59
-
60
- None
61
-
62
- #### Success Response
63
-
64
- ##### `200 application/json`
65
-
66
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
67
-
68
- | Field | Type | Required | Description | Default | Example | Enum |
69
- | --- | --- | --- | --- | --- | --- | --- |
70
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
71
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
72
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
73
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
74
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
75
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
76
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
77
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
78
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
79
- | 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 |
80
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
81
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
82
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
83
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
84
- | data | null | No | The response data \| 响应数据 | None | None | None |
85
-
86
- <a id="get-api-u1-v1-kuaishou-web-fetch-kuaishou-hot-list-v1"></a>
87
- ### `GET /api/u1/v1/kuaishou/web/fetch_kuaishou_hot_list_v1`
88
-
89
- - Summary: 获取快手热榜 V1/Fetch Kuaishou Hot List V1
90
- - Capabilities: trends / rankings
91
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
92
- - operationId: `fetch_kuaishou_hot_list_v1_api_v1_kuaishou_web_fetch_kuaishou_hot_list_v1_get`
93
-
94
- #### Notes
95
-
96
- > # [中文]
97
- > ### 用途:
98
- > - 获取快手热榜 V1
99
- > ### 参数:
100
- > - 无
101
- > ### 返回:
102
- > - 快手热榜 V1 列表
103
- >
104
- > # [English]
105
- > ### Purpose:
106
- > - Fetch Kuaishou Hot List V1
107
- > ### Parameters:
108
- > - None
109
- > ### Returns:
110
- > - Kuaishou Hot List V1
111
- >
112
- > # [示例/Example]
113
- >
114
- > # [返回示例/Example Response]
115
- > ```json
116
- >
117
- > ```
118
-
119
- #### Parameters
120
-
121
- None
122
-
123
- #### Request Body
124
-
125
- None
126
-
127
- #### Success Response
128
-
129
- ##### `200 application/json`
130
-
131
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
132
-
133
- | Field | Type | Required | Description | Default | Example | Enum |
134
- | --- | --- | --- | --- | --- | --- | --- |
135
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
136
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
137
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
138
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
139
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
140
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
141
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
142
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
143
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
144
- | 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 |
145
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
146
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
147
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
148
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
149
- | data | null | No | The response data \| 响应数据 | None | None | None |
150
-
151
- <a id="get-api-u1-v1-kuaishou-web-fetch-kuaishou-hot-list-v2"></a>
152
- ### `GET /api/u1/v1/kuaishou/web/fetch_kuaishou_hot_list_v2`
153
-
154
- - Summary: 获取快手热榜 V2/Fetch Kuaishou Hot List V2
155
- - Capabilities: trends / rankings
156
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
157
- - operationId: `fetch_kuaishou_hot_list_v2_api_v1_kuaishou_web_fetch_kuaishou_hot_list_v2_get`
158
-
159
- #### Notes
160
-
161
- > # [中文]
162
- > ### 用途:
163
- > - 获取快手热榜 V2
164
- > ### 参数:
165
- > - board_type 榜单类型,默认值为 1:
166
- > 1 - 热榜
167
- > 2 - 文娱
168
- > 3 - 社会
169
- > 4 - 有用
170
- > 5 - 挑战
171
- > 6 - 搜索
172
- > ### 返回:
173
- > - 快手热榜 V2 列表
174
- >
175
- > # [English]
176
- > ### Purpose:
177
- > - Fetch Kuaishou Hot List V2
178
- > ### Parameters:
179
- > - board_type: Board Type, default is 1:
180
- > 1 - Hot List
181
- > 2 - Entertainment
182
- > 3 - Society
183
- > 4 - Useful
184
- > 5 - Challenge
185
- > 6 - Search
186
- > ### Returns:
187
- > - Kuaishou Hot List V2
188
- >
189
- > # [示例/Example]
190
- >
191
- > # [返回示例/Example Response]
192
- > ```json
193
- >
194
- > ```
195
-
196
- #### Parameters
197
-
198
- | Field | In | Type | Required | Description | Default | Example | Enum |
199
- | --- | --- | --- | --- | --- | --- | --- | --- |
200
- | board_type | query | string | No | None | 1 | 1 | None |
201
-
202
- #### Request Body
203
-
204
- None
205
-
206
- #### Success Response
207
-
208
- ##### `200 application/json`
209
-
210
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
211
-
212
- | Field | Type | Required | Description | Default | Example | Enum |
213
- | --- | --- | --- | --- | --- | --- | --- |
214
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
215
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
216
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
217
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
218
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
219
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
220
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
221
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
222
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
223
- | 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 |
224
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
225
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
226
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
227
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
228
- | data | null | No | The response data \| 响应数据 | None | None | None |
229
-
230
- <a id="get-api-u1-v1-kuaishou-web-fetch-one-video"></a>
231
- ### `GET /api/u1/v1/kuaishou/web/fetch_one_video`
232
-
233
- - Summary: 获取单个作品数据 V1/Get single video data V1
234
- - Capabilities: content details
235
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
236
- - operationId: `fetch_one_video_api_v1_kuaishou_web_fetch_one_video_get`
237
-
238
- #### Notes
239
-
240
- > # [中文]
241
- > ### 用途:
242
- > - 获取单个作品数据,此接口不支持图文作品。
243
- > ### 参数:
244
- > - share_text: 作品分享链接
245
- > ### 返回:
246
- > - 视频数据
247
- >
248
- > # [English]
249
- > ### Purpose:
250
- > - Fetch single video data, this interface does not support photo only posts.
251
- > ### Parameters:
252
- > - share_text: Photo share link
253
- > ### Returns:
254
- > - Video data
255
- >
256
- > # [示例/Example]
257
- > share_text = "https://www.kuaishou.com/f/X-f2k5KJpiXN1SY"
258
-
259
- #### Parameters
260
-
261
- | Field | In | Type | Required | Description | Default | Example | Enum |
262
- | --- | --- | --- | --- | --- | --- | --- | --- |
263
- | share_text | query | string | Yes | None | None | https://www.kuaishou.com/f/X-f2k5KJpiXN1SY | None |
264
-
265
- #### Request Body
266
-
267
- None
268
-
269
- #### Success Response
270
-
271
- ##### `200 application/json`
272
-
273
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
274
-
275
- | Field | Type | Required | Description | Default | Example | Enum |
276
- | --- | --- | --- | --- | --- | --- | --- |
277
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
278
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
279
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
280
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
281
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
282
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
283
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
284
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
285
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
286
- | 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 |
287
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
288
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
289
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
290
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
291
- | data | null | No | The response data \| 响应数据 | None | None | None |
292
-
293
- <a id="get-api-u1-v1-kuaishou-web-fetch-one-video-by-url"></a>
294
- ### `GET /api/u1/v1/kuaishou/web/fetch_one_video_by_url`
295
-
296
- - Summary: 链接获取作品数据/Fetch single video by URL
297
- - Capabilities: content details
298
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
299
- - operationId: `fetch_one_video_by_url_api_v1_kuaishou_web_fetch_one_video_by_url_get`
300
-
301
- #### Notes
302
-
303
- > # [中文]
304
- > ### 用途:
305
- > - 根据链接获取单个作品数据
306
- > ### 参数:
307
- > - url: 作品链接
308
- > ### 返回:
309
- > - 视频数据
310
- >
311
- > # [English]
312
- > ### Purpose:
313
- > - Fetch single video by URL
314
- > ### Parameters:
315
- > - url: Photo URL
316
- > ### Returns:
317
- > - Video data
318
- >
319
- > # [示例/Example]
320
- > url = "https://v.kuaishou.com/GKTpYm"
321
-
322
- #### Parameters
323
-
324
- | Field | In | Type | Required | Description | Default | Example | Enum |
325
- | --- | --- | --- | --- | --- | --- | --- | --- |
326
- | url | query | string | Yes | None | None | https://v.kuaishou.com/GKTpYm | None |
327
-
328
- #### Request Body
329
-
330
- None
331
-
332
- #### Success Response
333
-
334
- ##### `200 application/json`
335
-
336
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
337
-
338
- | Field | Type | Required | Description | Default | Example | Enum |
339
- | --- | --- | --- | --- | --- | --- | --- |
340
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
341
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
342
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
343
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
344
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
345
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
346
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
347
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
348
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
349
- | 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 |
350
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
351
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
352
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
353
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
354
- | data | null | No | The response data \| 响应数据 | None | None | None |
355
-
356
- <a id="get-api-u1-v1-kuaishou-web-fetch-one-video-comment"></a>
357
- ### `GET /api/u1/v1/kuaishou/web/fetch_one_video_comment`
358
-
359
- - Summary: 获取作品一级评论/Fetch video comments
360
- - Capabilities: comments / content details
361
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
362
- - operationId: `fetch_one_video_comment_api_v1_kuaishou_web_fetch_one_video_comment_get`
363
-
364
- #### Notes
365
-
366
- > # [中文]
367
- > ### 用途:
368
- > - 获取单个作品评论数据
369
- > ### 参数:
370
- > - photo_id: 作品ID
371
- > - pcursor: 评论游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
372
- > ### 返回:
373
- > - 评论数据
374
- >
375
- > # [English]
376
- > ### Purpose:
377
- > - Fetch single video comment data
378
- > ### Parameters:
379
- > - photo_id: Photo ID
380
- > - pcursor: Comment cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
381
- > ### Returns:
382
- > - Comments data
383
- >
384
- > # [示例/Example]
385
- > photo_id = "3x7gxp2zhgjv832"
386
- > pcursor = None
387
-
388
- #### Parameters
389
-
390
- | Field | In | Type | Required | Description | Default | Example | Enum |
391
- | --- | --- | --- | --- | --- | --- | --- | --- |
392
- | photo_id | query | string | Yes | None | None | 3x7gxp2zhgjv832 | None |
393
- | pcursor | query | string | No | None | None | None | None |
394
-
395
- #### Request Body
396
-
397
- None
398
-
399
- #### Success Response
400
-
401
- ##### `200 application/json`
402
-
403
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
404
-
405
- | Field | Type | Required | Description | Default | Example | Enum |
406
- | --- | --- | --- | --- | --- | --- | --- |
407
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
408
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
409
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
410
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
411
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
412
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
413
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
414
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
415
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
416
- | 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 |
417
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
418
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
419
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
420
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
421
- | data | null | No | The response data \| 响应数据 | None | None | None |
422
-
423
- <a id="get-api-u1-v1-kuaishou-web-fetch-one-video-sub-comment"></a>
424
- ### `GET /api/u1/v1/kuaishou/web/fetch_one_video_sub_comment`
425
-
426
- - Summary: 获取作品二级评论/Fetch video sub comments
427
- - Capabilities: comments / content details
428
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
429
- - operationId: `fetch_one_video_sub_comment_api_v1_kuaishou_web_fetch_one_video_sub_comment_get`
430
-
431
- #### Notes
432
-
433
- > # [中文]
434
- > ### 用途:
435
- > - 获取单个作品二级评论数据
436
- > ### 参数:
437
- > - photo_id: 作品ID
438
- > - pcursor: 评论游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
439
- > - root_comment_id: 根评论ID
440
- > ### 返回:
441
- > - 评论数据
442
- >
443
- > # [English]
444
- > ### Purpose:
445
- > - Fetch single video comment data
446
- > ### Parameters:
447
- > - photo_id: Photo ID
448
- > - pcursor: Comment cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
449
- > - root_comment_id: Root comment ID
450
- > ### Returns:
451
- > - Comments data
452
- >
453
- > # [示例/Example]
454
- > photo_id = "3xgarycnydawq3g"
455
- > pcursor = "909377053156"
456
- > root_comment_id = "908850553827"
457
-
458
- #### Parameters
459
-
460
- | Field | In | Type | Required | Description | Default | Example | Enum |
461
- | --- | --- | --- | --- | --- | --- | --- | --- |
462
- | photo_id | query | string | Yes | None | None | 3xgarycnydawq3g | None |
463
- | pcursor | query | string | No | None | None | 909377053156 | None |
464
- | root_comment_id | query | string | Yes | None | None | 908850553827 | None |
465
-
466
- #### Request Body
467
-
468
- None
469
-
470
- #### Success Response
471
-
472
- ##### `200 application/json`
473
-
474
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
475
-
476
- | Field | Type | Required | Description | Default | Example | Enum |
477
- | --- | --- | --- | --- | --- | --- | --- |
478
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
479
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
480
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
481
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
482
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
483
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
484
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
485
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
486
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
487
- | 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 |
488
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
489
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
490
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
491
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
492
- | data | null | No | The response data \| 响应数据 | None | None | None |
493
-
494
- <a id="get-api-u1-v1-kuaishou-web-fetch-one-video-v2"></a>
495
- ### `GET /api/u1/v1/kuaishou/web/fetch_one_video_v2`
496
-
497
- - Summary: 获取单个作品数据 V2/Get single video data V2
498
- - Capabilities: content details
499
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
500
- - operationId: `fetch_one_video_v2_api_v1_kuaishou_web_fetch_one_video_v2_get`
501
-
502
- #### Notes
503
-
504
- > # [中文]
505
- > ### 用途:
506
- > - 快手单一视频查询接口V2
507
- > ### 参数:
508
- > - photo_id: 作品ID,作品ID可以从作品链接中提取
509
- > ### 返回:
510
- > - 视频数据
511
- >
512
- > # [English]
513
- > ### Purpose:
514
- > - Kuaishou single video query API V2
515
- > ### Parameters:
516
- > - photo_id: Photo ID, the photo ID can be extracted from the photo link
517
- > ### Returns:
518
- > - Video data
519
- >
520
- > # [示例/Example]
521
- > photo_id = "3xtdqvdnqd3psuc"
522
-
523
- #### Parameters
524
-
525
- | Field | In | Type | Required | Description | Default | Example | Enum |
526
- | --- | --- | --- | --- | --- | --- | --- | --- |
527
- | photo_id | query | string | Yes | None | None | 3xtdqvdnqd3psuc | None |
528
-
529
- #### Request Body
530
-
531
- None
532
-
533
- #### Success Response
534
-
535
- ##### `200 application/json`
536
-
537
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
538
-
539
- | Field | Type | Required | Description | Default | Example | Enum |
540
- | --- | --- | --- | --- | --- | --- | --- |
541
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
542
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
543
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
544
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
545
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
546
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
547
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
548
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
549
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
550
- | 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 |
551
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
552
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
553
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
554
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
555
- | data | null | No | The response data \| 响应数据 | None | None | None |
556
-
557
- <a id="get-api-u1-v1-kuaishou-web-fetch-user-collect"></a>
558
- ### `GET /api/u1/v1/kuaishou/web/fetch_user_collect`
559
-
560
- - Summary: 获取用户收藏作品/Fetch user collect
561
- - Capabilities: profiles / accounts
562
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
563
- - operationId: `fetch_user_collect_api_v1_kuaishou_web_fetch_user_collect_get`
564
-
565
- #### Notes
566
-
567
- > # [中文]
568
- > ### 用途:
569
- > - 获取用户收藏作品
570
- > ### 参数:
571
- > - user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
572
- > - 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
573
- > - 备注:不支持使用uid也就是纯数字的用户ID查询
574
- > - pcursor: 作品游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
575
- > ### 返回:
576
- > - 用户收藏作品列表
577
- >
578
- > # [English]
579
- > ### Purpose:
580
- > - Fetch user favorite
581
- > - Note: This API requires the user's eid, which can be extracted from the user's profile URL.
582
- > - For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
583
- > - Note: Querying with uid (pure numeric user ID) is not supported.
584
- > ### Parameters:
585
- > - user_id: User ID
586
- > - pcursor: Post cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
587
- > ### Returns:
588
- > - User favorite list
589
- >
590
- > # [示例/Example]
591
- > user_id = "3xz63mn6fngqtiq"
592
- > pcursor = None
593
- >
594
- > # [返回示例/Example Response]
595
- > ```json
596
- >
597
- > ```
598
-
599
- #### Parameters
600
-
601
- | Field | In | Type | Required | Description | Default | Example | Enum |
602
- | --- | --- | --- | --- | --- | --- | --- | --- |
603
- | user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
604
- | pcursor | query | string | No | None | None | None | None |
605
-
606
- #### Request Body
607
-
608
- None
609
-
610
- #### Success Response
611
-
612
- ##### `200 application/json`
613
-
614
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
615
-
616
- | Field | Type | Required | Description | Default | Example | Enum |
617
- | --- | --- | --- | --- | --- | --- | --- |
618
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
619
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
620
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
621
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
622
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
623
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
624
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
625
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
626
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
627
- | 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 |
628
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
629
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
630
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
631
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
632
- | data | null | No | The response data \| 响应数据 | None | None | None |
633
-
634
- <a id="get-api-u1-v1-kuaishou-web-fetch-user-info"></a>
635
- ### `GET /api/u1/v1/kuaishou/web/fetch_user_info`
636
-
637
- - Summary: 获取用户信息/Fetch user info
638
- - Capabilities: profiles / accounts
639
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
640
- - operationId: `fetch_user_info_api_v1_kuaishou_web_fetch_user_info_get`
641
-
642
- #### Notes
643
-
644
- > # [中文]
645
- > ### 用途:
646
- > - 获取用户信息
647
- > - 备注:
648
- > - 此接口在请求时请将超时时间设置为30秒以上,否则可能会导致客户端未及时收到请求响应并且导致计费。
649
- > - 此接口由于风控的特殊性,我们尽可能保持稳定,但仍然无法保证100%稳定,如果遇到请求失败,请稍后重试。
650
- > - 推荐一直重复请求,直到成功为止,并且超时时间设置为30秒以上。
651
- > ### 参数:
652
- > - user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
653
- > - 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
654
- > - 备注:不支持使用uid也就是纯数字的用户ID查询
655
- > ### 返回:
656
- > - 用户信息,包括昵称、头像、粉丝数、关注数、获赞数、性别等
657
- >
658
- > # [English]
659
- > ### Purpose:
660
- > - Fetch user info
661
- > - Note: This API requires the user's eid, which can be extracted from the user's profile URL.
662
- > - For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
663
- > - Note: Querying with uid (pure numeric user ID) is not supported.
664
- > - Note: Please set the timeout to more than 30 seconds when making requests to this API, otherwise it may cause the client to not receive the response in time and result in billing.
665
- > - Due to the special nature of risk control for this API, we try to keep it stable, but we still cannot guarantee 100% stability. If you encounter a request failure, please try again later.
666
- > - It is recommended to keep retrying until successful, and set the timeout to more than 30 seconds.
667
- > ### Parameters:
668
- > - user_id: User ID
669
- > ### Returns:
670
- > - User info, including nickname, avatar, number of followers, number of followings, number
671
- >
672
- > # [示例/Example]
673
- > user_id = "3xz63mn6fngqtiq"
674
- >
675
- > # [返回示例/Example Response]
676
- > ```json
677
- > {
678
- > "code": 200,
679
- > "request_id": "782e6fa2-4c8e-4fac-b151-78db03c10b8d",
680
- > "router": "/api/v1/kuaishou/web/fetch_user_info",
681
- > "params": {
682
- > "user_id": "3xz63mn6fngqtiq"
683
- > },
684
- > "data": {
685
- > "result": 1,
686
- > "userProfile": {
687
- > "profile": {
688
- > "user_profile_bg_url": "//s2-10623.kwimgs.com/kos/nlav10623/vision_images/profile_background.5bc08b1bf4fba1f4.svg",
689
- > "user_id": "3xz63mn6fngqtiq",
690
- > "user_name": "权少爱吃小汉堡🍔",
691
- > "headurl": "https://p66-pro.a.yximgs.com/uhead/AB/2025/08/11/21/BMjAyNTA4MTEyMTEyNDlfMjI4OTA1ODAyXzFfaGQ5ODdfODg4_s.jpg",
692
- > "user_text": "感谢你的关注木木哒 我玩得游戏叫:Gmod
693
- >
694
- > 禁止冒充搬运视频 违者必究"
695
- > },
696
- > "gender": "M",
697
- > "showCollectTab": false,
698
- > "livingInfo": {
699
- > "living": false,
700
- > "livingId": null,
701
- > "iconType": 0
702
- > },
703
- > "ownerCount": {
704
- > "fan": 4300985,
705
- > "like": 37676016,
706
- > "follow": 198,
707
- > "photo_public": 237
708
- > },
709
- > "userDefineId": "quanshaogmod",
710
- > "isFollowing": false,
711
- > "isUserIsolated": false
712
- > },
713
- > "host-name": "public-bjzey-c3-kce-node67.idchb1az3.hb1.kwaidc.com"
714
- > }
715
- > }
716
- > ```
717
-
718
- #### Parameters
719
-
720
- | Field | In | Type | Required | Description | Default | Example | Enum |
721
- | --- | --- | --- | --- | --- | --- | --- | --- |
722
- | user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
723
-
724
- #### Request Body
725
-
726
- None
727
-
728
- #### Success Response
729
-
730
- ##### `200 application/json`
731
-
732
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
733
-
734
- | Field | Type | Required | Description | Default | Example | Enum |
735
- | --- | --- | --- | --- | --- | --- | --- |
736
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
737
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
738
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
739
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
740
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
741
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
742
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
743
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
744
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
745
- | 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 |
746
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
747
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
748
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
749
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
750
- | data | null | No | The response data \| 响应数据 | None | None | None |
751
-
752
- <a id="get-api-u1-v1-kuaishou-web-fetch-user-live-replay"></a>
753
- ### `GET /api/u1/v1/kuaishou/web/fetch_user_live_replay`
754
-
755
- - Summary: 获取用户直播回放/Fetch user live replay
756
- - Capabilities: profiles / accounts / livestream
757
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
758
- - operationId: `fetch_user_live_replay_api_v1_kuaishou_web_fetch_user_live_replay_get`
759
-
760
- #### Notes
761
-
762
- > # [中文]
763
- > ### 用途:
764
- > - 获取用户直播回放列表
765
- > ### 参数:
766
- > - user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
767
- > - 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
768
- > - 备注:不支持使用uid也就是纯数字的用户ID查询
769
- > - pcursor: 作品游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
770
- > ### 返回:
771
- > - 用户直播回放列表
772
- >
773
- > # [English]
774
- > ### Purpose:
775
- > - Fetch user live replay
776
- > - Note: This API requires the user's eid, which can be extracted from the user's profile URL.
777
- > - For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
778
- > - Note: Querying with uid (pure numeric user ID) is not supported.
779
- > ### Parameters:
780
- > - user_id: User ID
781
- > - pcursor: Post cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
782
- > ### Returns:
783
- > - User live replay list
784
- >
785
- > # [示例/Example]
786
- > user_id = "3xz63mn6fngqtiq"
787
- > pcursor = None
788
- >
789
- > # [返回示例/Example Response]
790
- > ```json
791
- >
792
- > ```
793
-
794
- #### Parameters
795
-
796
- | Field | In | Type | Required | Description | Default | Example | Enum |
797
- | --- | --- | --- | --- | --- | --- | --- | --- |
798
- | user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
799
- | pcursor | query | string | No | None | None | None | None |
800
-
801
- #### Request Body
802
-
803
- None
804
-
805
- #### Success Response
806
-
807
- ##### `200 application/json`
808
-
809
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
810
-
811
- | Field | Type | Required | Description | Default | Example | Enum |
812
- | --- | --- | --- | --- | --- | --- | --- |
813
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
814
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
815
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
816
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
817
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
818
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
819
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
820
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
821
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
822
- | 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 |
823
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
824
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
825
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
826
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
827
- | data | null | No | The response data \| 响应数据 | None | None | None |
828
-
829
- <a id="get-api-u1-v1-kuaishou-web-fetch-user-post"></a>
830
- ### `GET /api/u1/v1/kuaishou/web/fetch_user_post`
831
-
832
- - Summary: 获取用户发布作品/Fetch user posts
833
- - Capabilities: profiles / accounts / content details
834
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
835
- - operationId: `fetch_user_post_api_v1_kuaishou_web_fetch_user_post_get`
836
-
837
- #### Notes
838
-
839
- > # [中文]
840
- > ### 用途:
841
- > - 获取用户作品列表
842
- > ### 参数:
843
- > - user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
844
- > - 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
845
- > - 备注:
846
- > - 不支持使用uid也就是纯数字的用户ID查询
847
- > - 此接口在请求时请将超时时间设置为30秒以上,否则可能会导致客户端未及时收到请求响应并且导致计费。
848
- > - 此接口由于风控的特殊性,我们尽可能保持稳定,但仍然无法保证100%稳定,如果遇到请求失败,请稍后重试。
849
- > - 推荐一直重复请求,直到成功为止,并且超时时间设置为30秒以上。
850
- > - pcursor: 作品游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
851
- > ### 返回:
852
- > - 用户作品列表
853
- >
854
- > # [English]
855
- > ### Purpose:
856
- > - Fetch user posts
857
- > - Note: This API requires the user's eid, which can be extracted from the user's profile URL.
858
- > - For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
859
- > - Note:
860
- > - Querying with uid (pure numeric user ID) is not supported.
861
- > - Note: Please set the timeout to more than 30 seconds when making requests to this API, otherwise it may cause the client to not receive the response in time and result in billing.
862
- > - Due to the special nature of risk control for this API, we try to keep it
863
- > - stable, but we still cannot guarantee 100% stability. If you encounter a request failure, please try again later.
864
- > - It is recommended to keep retrying until successful, and set the timeout to more than 30 seconds.
865
- > ### Parameters:
866
- > - user_id: User ID
867
- > - pcursor: Post cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
868
- > ### Returns:
869
- > - User posts list
870
- >
871
- > # [示例/Example]
872
- > user_id = "3xz63mn6fngqtiq"
873
- > pcursor = None
874
- >
875
- > # [部分返回示例/Part Example Response]
876
- > ```json
877
- > {
878
- > "code": 200,
879
- > "request_id": "de055431-bf7d-4a24-a332-9cc1654ab247",
880
- > "router": "/api/v1/kuaishou/web/fetch_user_post",
881
- > "params": {
882
- > "user_id": "3xz63mn6fngqtiq",
883
- > "pcursor": "1.698748219278E12"
884
- > },
885
- > "data": {
886
- > "result": 1,
887
- > "pcursor": "1.692702206373E12",
888
- > "feeds": [
889
- > {
890
- > "type": 1,
891
- > "photo": {
892
- > "manifestH265": {
893
- > "version": "1.0.0",
894
- > "businessType": 2,
895
- > "mediaType": 2,
896
- > "videoId": "b1a31deb8e75e7be",
897
- > "hideAuto": false,
898
- > "manualDefaultSelect": false,
899
- > "stereoType": 0,
900
- > "adaptationSet": [
901
- > {
902
- > "id": 1,
903
- > "duration": 84937,
904
- > "representation": [
905
- > {
906
- > "id": 1,
907
- > "url": "https://k0u2ayecy7bycz.djvod.ndcimgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_hd15_Bfb2327ef432b8e22bee0565c052210d0.mp4?tag=1-1756664181-unknown-0-4pez7u9yx4-11bcd04505e80c93&provider=self&clientCacheKey=3xezqrk27gdc5a4_hd15.mp4&di=3da39dcf&bp=14734&x-ks-ptid=116174197553&kwai-not-alloc=self-cdn&kcdntag=p:Henan;i:ChinaUnicom;ft:UNKNOWN;h:COLD;pn:kuaishouVideoProjection&ocid=300000173&tt=hd15&ss=vpm",
908
- > "backupUrl": [
909
- > "https://v1.kwaicdn.com/ksc2/WsLapasbDJwa_d5-gSoI2EwR1RYcYI6MpzWrlOzqoBPJ1eG7TRpv8UtWiNxv2xy-tsiAXr2VvmiqAJQmxNCMawMQCe7orKomsXk6v-GJKt55XiiE9GdcOTmXM0Uj_MN1np_i8ffWmDHyxrrCfhiIKRMXGETtR5BcJTIxz5hg3BgWZAEVV8VxRcZ2PwP4phUM.mp4?pkey=AAWWdaRz9xwLglSkzE1QAdM0NoasskNdA0fRCgDJSWyTPo4tra_0jYCqgP_ieXHG4ky9vMQafXhiVaetL-iijtgENHHeQG2YMY8NxTVz_PjB8T1hTNmOXW8mQTnf2NHOa0k&tag=1-1756664181-unknown-1-0vq1m73bcl-d99c4fa7dba7dbf0&clientCacheKey=3xezqrk27gdc5a4_hd15.mp4&di=3da39dcf&bp=14734&kwai-not-alloc=0&tt=hd15&ss=vpm"
910
- > ],
911
- > "maxBitrate": 3000,
912
- > "avgBitrate": 1622,
913
- > "width": 1280,
914
- > "height": 720,
915
- > "frameRate": 60.0,
916
- > "quality": 1.5,
917
- > "kvqScore": {
918
- > "FR": -1.0,
919
- > "NR": 3.4632160663604736,
920
- > "FRPost": -1.0,
921
- > "NRPost": -1.0,
922
- > "sharpness": 0.4285,
923
- > "blur": 0.2377
924
- > },
925
- > "qualityType": "720p",
926
- > "qualityLabel": "高清",
927
- > "featureP2sp": false,
928
- > "p2spCode": "{"fRsn":0,"fixOpt":-1,"schTask":"","schCode":-1,"schRes":"","pushTask":"v=0&p=0&s=0&d=0","pushCode":-1}",
929
- > "hidden": false,
930
- > "disableAdaptive": false,
931
- > "defaultSelect": false,
932
- > "comment": "videoId=b1a31deb8e75e7be/ttExplain=HEVC_Turbo2_720P_高码率/tt=hd15",
933
- > "hdrType": 0,
934
- > "fileSize": 17227811,
935
- > "agc": false,
936
- > "mute": false,
937
- > "oriLoudness": 0.0,
938
- > "makeupGain": 0.0,
939
- > "realLoudness": -9.532,
940
- > "realNormalizeGain": 1.0,
941
- > "normalizeGain": 0.0
942
- > }
943
- > ]
944
- > }
945
- > ],
946
- > "playInfo": {
947
- > "bizType": 0,
948
- > "cdnTimeRangeLevel": 0
949
- > },
950
- > "videoFeature": {
951
- > "blurProbability": 0.02436523512005806,
952
- > "blockyProbability": 0.5486664772033691,
953
- > "avgEntropy": 11.74826078414917,
954
- > "mosScore": 0.6893717646598816
955
- > }
956
- > },
957
- > "photoUrls": [
958
- > {
959
- > "cdn": "k0u2ayecy7bycz.djvod.ndcimgs.com",
960
- > "url": "https://k0u2ayecy7bycz.djvod.ndcimgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_b_Baea19a439f265123a9b5c73a99b387c9.mp4?tag=1-1756664181-unknown-0-ngtc9b5fkw-400249aac756fa3c&provider=self&clientCacheKey=3xezqrk27gdc5a4_b.mp4&di=3da39dcf&bp=14734&x-ks-ptid=116174197553&kwai-not-alloc=self-cdn&kcdntag=p:Henan;i:ChinaUnicom;ft:UNKNOWN;h:COLD;pn:kuaishouVideoProjection&ocid=300000173&tt=b&ss=vps"
961
- > },
962
- > {
963
- > "cdn": "v2.kwaicdn.com",
964
- > "url": "https://v2.kwaicdn.com/ksc2/PtGMNZW1atApoKjZtdZAeYBv_Hk3rukAMsduvp-BRuBp66aB3ZFXpDnlTON3Xy5ehrz5fc5c4ys3g0Nays7EXtftXSi7JkRjPKFMN-vbPXVZ68800hSKYaFZejJUW1GKp2ttjc9vIgAKHkCkn1E8e709mnQxJz6nzJRRixcAEvJ6PxVraa3OqiGkiA12zLt0.mp4?pkey=AAVID_YMrWOJ06oySpzkfx8i-z7z8Iyx34JyeXW13PQLMfVfPDvy1b0cEQh_2ri0Bs7F_GvTuADCNUK0SR0f0zes8DixR10HM6lJQkpQ64nHhqlVoxHkP9DQGPvgr1nZ-l4&tag=1-1756664181-unknown-1-cpfxvlhxnd-8304a252b8387036&clientCacheKey=3xezqrk27gdc5a4_b.mp4&di=3da39dcf&bp=14734&kwai-not-alloc=0&tt=b&ss=vps"
965
- > }
966
- > ],
967
- > "manifest": {
968
- > "version": "1.0.0",
969
- > "businessType": 2,
970
- > "mediaType": 2,
971
- > "videoId": "b1a31deb8e75e7be",
972
- > "hideAuto": false,
973
- > "manualDefaultSelect": false,
974
- > "stereoType": 0,
975
- > "adaptationSet": [
976
- > {
977
- > "id": 1,
978
- > "duration": 84937,
979
- > "representation": [
980
- > {
981
- > "id": 1,
982
- > "url": "https://k0u2ayecy7bycz.djvod.ndcimgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_b_Baea19a439f265123a9b5c73a99b387c9.mp4?tag=1-1756664181-unknown-0-raca8mq3p7-df6cf126f2ba1979&provider=self&clientCacheKey=3xezqrk27gdc5a4_b.mp4&di=3da39dcf&bp=14734&x-ks-ptid=116174197553&kwai-not-alloc=self-cdn&kcdntag=p:Henan;i:ChinaUnicom;ft:UNKNOWN;h:COLD;pn:kuaishouVideoProjection&ocid=300000173&tt=b&ss=vpm",
983
- > "backupUrl": [
984
- > "https://v2.kwaicdn.com/ksc2/PtGMNZW1atApoKjZtdZAeYBv_Hk3rukAMsduvp-BRuBp66aB3ZFXpDnlTON3Xy5ehrz5fc5c4ys3g0Nays7EXtftXSi7JkRjPKFMN-vbPXVZ68800hSKYaFZejJUW1GKp2ttjc9vIgAKHkCkn1E8e709mnQxJz6nzJRRixcAEvJ6PxVraa3OqiGkiA12zLt0.mp4?pkey=AAUkTComC4sD_jFDy6Q8DZvnU7bttEcUKZYUyPGThMFjvLORo0aHnSv2Y7qhYldRnSBe9H1NRLi9yC1zprgWULvlD6mm7Q8pWup3vG3BabToQqpNmpHI2hwzk6m0UE-8j38&tag=1-1756664181-unknown-1-frwqzvnubq-3aeb9dc39d8958ed&clientCacheKey=3xezqrk27gdc5a4_b.mp4&di=3da39dcf&bp=14734&kwai-not-alloc=0&tt=b&ss=vpm"
985
- > ],
986
- > "maxBitrate": 4900,
987
- > "avgBitrate": 3482,
988
- > "width": 1280,
989
- > "height": 720,
990
- > "frameRate": 60.0,
991
- > "quality": 1.5,
992
- > "kvqScore": {
993
- > "FR": -1.0,
994
- > "NR": 3.5491535663604736,
995
- > "FRPost": -1.0,
996
- > "NRPost": -1.0,
997
- > "sharpness": 0.3316,
998
- > "blur": 0.2374
999
- > },
1000
- > "qualityType": "720p",
1001
- > "qualityLabel": "高清",
1002
- > "featureP2sp": false,
1003
- > "p2spCode": "{"fRsn":0,"fixOpt":-1,"schTask":"","schCode":-1,"schRes":"","pushTask":"v=0&p=0&s=0&d=0","pushCode":-1}",
1004
- > "hidden": false,
1005
- > "disableAdaptive": false,
1006
- > "defaultSelect": false,
1007
- > "comment": "videoId=b1a31deb8e75e7be/ttExplain=AVC_VeryFast_720P_高码率_Basic/tt=b",
1008
- > "hdrType": 0,
1009
- > "fileSize": 36976273,
1010
- > "bitratePattern": [
1011
- > 5000,
1012
- > 3471,
1013
- > 6733,
1014
- > 481,
1015
- > 1569
1016
- > ],
1017
- > "agc": false,
1018
- > "mute": false,
1019
- > "oriLoudness": 0.0,
1020
- > "makeupGain": 0.0,
1021
- > "realLoudness": -9.532,
1022
- > "realNormalizeGain": 1.0,
1023
- > "normalizeGain": 0.0
1024
- > }
1025
- > ]
1026
- > }
1027
- > ],
1028
- > "playInfo": {
1029
- > "bizType": 0,
1030
- > "cdnTimeRangeLevel": 0
1031
- > },
1032
- > "videoFeature": {
1033
- > "blurProbability": 0.02436523512005806,
1034
- > "blockyProbability": 0.5486664772033691,
1035
- > "avgEntropy": 11.74826078414917,
1036
- > "mosScore": 0.6893717646598816
1037
- > }
1038
- > },
1039
- > "photoH265Urls": [
1040
- > {
1041
- > "cdn": "k0u2ayecy7bycz.djvod.ndcimgs.com",
1042
- > "url": "https://k0u2ayecy7bycz.djvod.ndcimgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_hd15_Bfb2327ef432b8e22bee0565c052210d0.mp4?tag=1-1756664181-unknown-0-ra3mc5pqwz-b5d377ade7d0a512&provider=self&clientCacheKey=3xezqrk27gdc5a4_hd15.mp4&di=3da39dcf&bp=14734&x-ks-ptid=116174197553&kwai-not-alloc=self-cdn&kcdntag=p:Henan;i:ChinaUnicom;ft:UNKNOWN;h:COLD;pn:kuaishouVideoProjection&ocid=300000173&tt=hd15&ss=vps"
1043
- > },
1044
- > {
1045
- > "cdn": "v1.kwaicdn.com",
1046
- > "url": "https://v1.kwaicdn.com/ksc2/WsLapasbDJwa_d5-gSoI2EwR1RYcYI6MpzWrlOzqoBPJ1eG7TRpv8UtWiNxv2xy-tsiAXr2VvmiqAJQmxNCMawMQCe7orKomsXk6v-GJKt55XiiE9GdcOTmXM0Uj_MN1np_i8ffWmDHyxrrCfhiIKRMXGETtR5BcJTIxz5hg3BgWZAEVV8VxRcZ2PwP4phUM.mp4?pkey=AAVktrin9oeeededNfrZf8LaIR1CvEQJ8FlSEH5iw-Azi03uiv1Eh297Xfd7f6yLLkZNDEyqFg4KqNphKlDhQmAw3TKsBqJYmLfLtR3cRWzJ5VY6FadrIRrGZvuCwgCob4A&tag=1-1756664181-unknown-1-tx8vx8qkhx-44a6a7306fccf2ff&clientCacheKey=3xezqrk27gdc5a4_hd15.mp4&di=3da39dcf&bp=14734&kwai-not-alloc=0&tt=hd15&ss=vps"
1047
- > }
1048
- > ],
1049
- > "viewCount": 1594389,
1050
- > "width": 1280,
1051
- > "id": "3xezqrk27gdc5a4",
1052
- > "animatedCoverUrl": "https://p1.a.yximgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_animatedV5_Beaaaeb032c640d38decbda1f52bc209e.webp?tag=1-1756664181-xpcwebprofile-0-tdiakvxcxz-98dff964a1098863&clientCacheKey=3xezqrk27gdc5a4_animatedV5.webp&di=3da39dcf&bp=14734",
1053
- > "overrideCoverUrl": "https://p1.a.yximgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_ccc_B39cbb17aaf65e0a76080064fd78dfc64.jpg?tag=1-1756664181-xpcwebprofile-0-gg941gqowe-afd116662be96449&clientCacheKey=3xezqrk27gdc5a4_ccc.jpg&di=3da39dcf&bp=14734",
1054
- > "collectCount": 22057,
1055
- > "riskTagContent": null,
1056
- > "expTag": "1_a/2008712974016392641_xpcwebprofilexxnull0",
1057
- > "riskTagUrl": null,
1058
- > "timestamp": 1698748219278,
1059
- > "stereoType": 0,
1060
- > "likeCount": 75604,
1061
- > "collected": false,
1062
- > "duration": 84816,
1063
- > "liked": false,
1064
- > "coverUrl": "https://p1.a.yximgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_ccc_B39cbb17aaf65e0a76080064fd78dfc64.jpg?tag=1-1756664181-xpcwebprofile-0-lznq3kgead-b3f7c6ea108bb5d1&clientCacheKey=3xezqrk27gdc5a4_ccc.jpg&di=3da39dcf&bp=14734",
1065
- > "caption": "健 身 鸭 脖",
1066
- > "height": 720
1067
- > },
1068
- > "author": {
1069
- > "id": "3xz63mn6fngqtiq",
1070
- > "headerUrl": "https://p66-pro.a.yximgs.com/uhead/AB/2025/08/11/21/BMjAyNTA4MTEyMTEyNDlfMjI4OTA1ODAyXzFfaGQ5ODdfODg4_s.jpg",
1071
- > "livingInfo": {
1072
- > "living": false,
1073
- > "livingId": null,
1074
- > "iconType": 0
1075
- > },
1076
- > "name": "权少爱吃小汉堡🍔",
1077
- > "following": false
1078
- > },
1079
- > "comment": {
1080
- > "us_c": 0
1081
- > },
1082
- > "danmakuSwitch": true
1083
- > }
1084
- > },
1085
- > ],
1086
- > "llsid": "2008712974016392641",
1087
- > "host-name": "public-bjx-c26-kce-node642.idchb1az1.hb1.kwaidc.com",
1088
- > "webPageArea": "profilexxnull"
1089
- > }
1090
- > }
1091
- > ```
1092
-
1093
- #### Parameters
1094
-
1095
- | Field | In | Type | Required | Description | Default | Example | Enum |
1096
- | --- | --- | --- | --- | --- | --- | --- | --- |
1097
- | user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
1098
- | pcursor | query | string | No | None | None | None | None |
1099
-
1100
- #### Request Body
1101
-
1102
- None
1103
-
1104
- #### Success Response
1105
-
1106
- ##### `200 application/json`
1107
-
1108
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1109
-
1110
- | Field | Type | Required | Description | Default | Example | Enum |
1111
- | --- | --- | --- | --- | --- | --- | --- |
1112
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1113
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1114
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1115
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1116
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1117
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1118
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1119
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1120
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1121
- | 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 |
1122
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1123
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1124
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1125
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1126
- | data | null | No | The response data \| 响应数据 | None | None | None |
1127
-
1128
- <a id="get-api-u1-v1-kuaishou-web-generate-share-short-url"></a>
1129
- ### `GET /api/u1/v1/kuaishou/web/generate_share_short_url`
1130
-
1131
- - Summary: 生成分享短连接/Generate share short URL
1132
- - Capabilities: general
1133
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1134
- - operationId: `generate_share_short_url_api_v1_kuaishou_web_generate_share_short_url_get`
1135
-
1136
- #### Notes
1137
-
1138
- > # [中文]
1139
- > ### 用途:
1140
- > - 生成分享短连接
1141
- > ### 参数:
1142
- > - photo_id: 作品ID
1143
- > ### 返回:
1144
- > - 短连接
1145
- >
1146
- > # [English]
1147
- > ### Purpose:
1148
- > - Generate share short URL
1149
- > ### Parameters:
1150
- > - photo_id: Photo ID
1151
- > ### Returns:
1152
- > - Short URL
1153
- >
1154
- > # [示例/Example]
1155
- > body = {
1156
- > "photo_id": "3xtdqvdnqd3psuc"
1157
- > }
1158
- >
1159
- > # [返回示例/Example Response]
1160
- > ```json
1161
- > {
1162
- > "code": 200,
1163
- > "request_id": "3fe5f6dc-e88c-4915-a6fa-2a63a2743342",
1164
- > "router": "/api/v1/kuaishou/web/generate_share_short_url",
1165
- > "params": {
1166
- > "photo_id": "3xtdqvdnqd3psuc"
1167
- > },
1168
- > "data": {
1169
- > "result": 1,
1170
- > "hostName": "public-bjzey-rs6-kce-node1155.idchb1az3.hb1.kwaidc.com",
1171
- > "cache-scope": "nocache",
1172
- > "error_msg": null,
1173
- > "max-age": 0,
1174
- > "share": {
1175
- > "shareMethod": "TOKEN",
1176
- > "shareMethodType": null,
1177
- > "shareChannel": "COPY_LINK",
1178
- > "shareMode": "APP",
1179
- > "kpn": "KUAISHOU",
1180
- > "subBiz": "BROWSE_SLIDE_PHOTO",
1181
- > "appName": "as",
1182
- > "appIconUrl": "https://static.yximgs.com/udata/pkg/ks-share-sdk/cardlogonew.png",
1183
- > "shareObject": {
1184
- > "copylinkSuccessTips": "链接复制成功,快去分享给朋友吧",
1185
- > "shareMessage": "https://v.kuaishou.com/KDh1s1j1 上一秒他是市民,下一秒他是市长 大哥突如其来的专业,让人笑不活了。"搞笑 "非物质文化遗产 "...更多",
1186
- > "kwaiToken": "X8hIM7myjQen2bi",
1187
- > "shareId": "18546252276277",
1188
- > "shareObjectId": "3xtdqvdnqd3psuc",
1189
- > "shareResourceType": "PHOTO_OTHER",
1190
- > "shortLink": "https://v.kuaishou.com/KDh1s1j1"
1191
- > },
1192
- > "extParams": {
1193
- > "shareMode": "app",
1194
- > "tokenExtParams": "{}",
1195
- > "expTag": "1_i/0_unknown0",
1196
- > "shareMethod": "token",
1197
- > "useMmuTitle": false,
1198
- > "logExt": "{"expTag":"1_i/0_unknown0","trendingType":""}",
1199
- > "templateStyle": "",
1200
- > "shareInfoWrap": "{"shareTitleInfo":{"title":"分享一个作品给你","subTitle":"推荐你看这个视频"},"shareId":"18546252276277","docId":9,"groupName":"","shareType":"PHOTO_OTHER","coverUrlKey":null,"coverUrl":null,"tagType":null,"webShareVerifyData":null}",
1201
- > "battleTemplateId": "",
1202
- > "templateGenerationType": ""
1203
- > }
1204
- > },
1205
- > "host-name": "public-bjzey-rs6-kce-node1155.idchb1az3.hb1.kwaidc.com"
1206
- > }
1207
- > }
1208
- > ```
1209
-
1210
- #### Parameters
1211
-
1212
- | Field | In | Type | Required | Description | Default | Example | Enum |
1213
- | --- | --- | --- | --- | --- | --- | --- | --- |
1214
- | photo_id | query | string | Yes | None | None | 3xtdqvdnqd3psuc | None |
1215
-
1216
- #### Request Body
1217
-
1218
- None
1219
-
1220
- #### Success Response
1221
-
1222
- ##### `200 application/json`
1223
-
1224
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1225
-
1226
- | Field | Type | Required | Description | Default | Example | Enum |
1227
- | --- | --- | --- | --- | --- | --- | --- |
1228
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1229
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1230
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1231
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1232
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1233
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1234
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1235
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1236
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1237
- | 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 |
1238
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1239
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1240
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1241
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1242
- | data | null | No | The response data \| 响应数据 | None | None | None |