@tikomni/skills 0.1.3 → 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 (474) 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 -5
  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/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +98 -2
  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 +106 -141
  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/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +3 -1
  30. package/skills/{creator-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/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  33. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  34. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  36. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  37. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  38. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  39. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +58 -149
  40. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  41. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +30 -119
  42. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  43. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  45. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  46. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  47. package/skills/creator-analysis/SKILL.md +0 -95
  48. package/skills/creator-analysis/agents/openai.yaml +0 -4
  49. package/skills/creator-analysis/env.example +0 -36
  50. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  51. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  52. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  53. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  54. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  55. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  56. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  57. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  59. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  60. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  61. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  63. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  64. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  65. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  66. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  67. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  68. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  69. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  71. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  72. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  73. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  74. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  75. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  76. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  77. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  78. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  79. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  80. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  81. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  82. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  83. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  84. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  85. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  86. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  87. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  88. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  89. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  90. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  91. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  92. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  93. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  94. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  96. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  100. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  101. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  103. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  104. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  105. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  106. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  107. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  108. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  109. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  110. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  113. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  114. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  116. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  117. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  118. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  119. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  120. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  121. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  122. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  123. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  124. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  125. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  126. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  127. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  128. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  129. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  130. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  131. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  132. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  133. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  134. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  135. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  136. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  137. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  138. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  139. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  140. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  141. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  142. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  143. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  144. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  145. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  146. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  147. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  148. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  149. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  153. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  154. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  155. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  156. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  157. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  158. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  159. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  160. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  161. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  162. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  163. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  164. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  165. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  167. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  168. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  169. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  170. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  171. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  172. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  173. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  174. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  175. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  176. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  177. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  178. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  179. package/skills/creator-analysis/references/workflow.md +0 -23
  180. package/skills/creator-analysis/scripts/__init__.py +0 -0
  181. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  185. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  186. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  187. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  188. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  189. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  190. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  191. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  194. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  195. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  196. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  197. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  198. package/skills/creator-analysis/scripts/core/tikomni_common.py +0 -588
  199. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  200. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  202. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  203. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  205. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  207. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  208. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  209. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  210. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  211. package/skills/meta-capability/SKILL.md +0 -69
  212. package/skills/meta-capability/agents/openai.yaml +0 -4
  213. package/skills/meta-capability/env.example +0 -42
  214. package/skills/meta-capability/references/api-capability-index.md +0 -92
  215. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  216. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  217. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  218. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  219. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  220. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  222. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  223. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  224. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  226. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  227. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  228. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  229. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  230. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  231. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  232. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  233. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  234. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  235. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  236. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  237. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  238. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  239. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  240. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  241. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  242. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  243. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  244. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  245. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  246. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  247. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  248. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  249. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  250. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  251. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  252. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  253. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  254. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  255. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  256. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  257. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  258. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  259. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  263. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  264. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  265. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  266. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  267. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  268. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  269. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  270. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  271. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  272. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  273. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  274. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  276. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  277. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  279. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  280. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  281. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  282. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  283. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  284. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  285. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  286. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  287. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  288. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  289. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  290. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  291. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  292. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  293. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  294. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  295. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  296. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  297. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  298. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  299. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  300. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  301. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  302. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  303. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  304. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  305. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  306. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  307. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  308. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  309. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  310. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  311. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  312. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  316. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  317. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  318. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  319. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  320. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  321. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  322. package/skills/meta-capability/references/dispatch.md +0 -27
  323. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  324. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  325. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  326. package/skills/meta-capability/scripts/__init__.py +0 -1
  327. package/skills/meta-capability/scripts/call_route.py +0 -141
  328. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  329. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  330. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  331. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  332. package/skills/meta-capability/scripts/test_auth.py +0 -98
  333. package/skills/single-work-analysis/SKILL.md +0 -62
  334. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  335. package/skills/single-work-analysis/env.example +0 -36
  336. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  337. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  339. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  340. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  341. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  342. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  344. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  345. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  346. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  348. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  349. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  350. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  353. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  354. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  356. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  357. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  358. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  359. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  360. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  361. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  362. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  363. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  364. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  366. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  373. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  375. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  376. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  377. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  378. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  379. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  381. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  385. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  386. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  388. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  389. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  390. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  391. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  392. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  393. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  394. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  395. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  398. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  399. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  401. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  402. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  403. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  404. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  405. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  406. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  407. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  409. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  410. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  411. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  412. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  413. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  414. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  415. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  416. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  417. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  418. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  419. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  420. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  421. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  422. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  423. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  424. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  425. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  426. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  427. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  428. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  429. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  430. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  431. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  432. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  434. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  438. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  439. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  441. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  442. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  443. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  444. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -47
  445. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  446. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  447. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  448. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  449. package/skills/single-work-analysis/references/prompt-contracts/analysis-bundle.md +0 -82
  450. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  451. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  452. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  453. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  454. package/skills/single-work-analysis/scripts/core/analysis_adapter.py +0 -384
  455. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -456
  456. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  457. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  458. package/skills/single-work-analysis/scripts/core/progress_report.py +0 -258
  459. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -220
  460. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  461. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  462. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  463. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  464. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  465. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  466. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  468. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -752
  469. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  470. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  471. /package/skills/{single-work-analysis → social-media-crawl}/scripts/core/tikomni_common.py +0 -0
  472. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  473. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  474. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,809 +0,0 @@
1
- # WeChat-Channels-API Full Contract
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Back to route summary: [`api-tags/wechat-channels-api.md`](../api-tags/wechat-channels-api.md)
5
- - Current contract file: `api-contracts/wechat-channels-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: `9`
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: **(微信视频号数据接口/WeChat-Channels-API data endpoints)**
12
-
13
- ## Route Contracts
14
-
15
- <a id="post-api-u1-v1-wechat-channels-fetch-comments"></a>
16
- ### `POST /api/u1/v1/wechat_channels/fetch_comments`
17
-
18
- - Summary: 微信视频号评论/WeChat Channels Comments
19
- - Capabilities: comments / profiles / accounts
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_comments_api_v1_wechat_channels_fetch_comments_post`
22
-
23
- #### Notes
24
-
25
- > # [中文]
26
- > ### 用途:
27
- > - 获取微信视频号视频评论
28
- > - 支持分页获取更多评论
29
- > - 价格:0.01$/次
30
- > ### 参数:
31
- > - id: 视频ID
32
- > - lastBuffer: 分页参数,首次请求可为空
33
- > - comment_id: 评论ID,默认不传,传入则获取该评论下的子评论
34
- > ### 返回:
35
- > - 视频评论列表
36
- >
37
- > # [English]
38
- > ### Purpose:
39
- > - Get WeChat Channels video comments
40
- > - Support pagination for more comments
41
- > - Price: $0.01 per request
42
- > ### Parameters:
43
- > - id: Video ID
44
- > - lastBuffer: Pagination parameter, can be empty for first request
45
- > - comment_id: Comment ID, if provided, fetches replies to that comment
46
- > ### Return:
47
- > - Video comment list
48
-
49
- #### Parameters
50
-
51
- None
52
-
53
- #### Request Body
54
-
55
- - required: Yes
56
-
57
- ##### `application/json`
58
-
59
- - Schema summary: `id*`:string, `lastBuffer`:string, `comment_id`:string
60
-
61
- | Field | Type | Required | Description | Default | Example | Enum |
62
- | --- | --- | --- | --- | --- | --- | --- |
63
- | id | string | Yes | 视频ID/Video ID | None | 14145780330774202411 | None |
64
- | lastBuffer | string | No | 分页参数,首次请求可为空/Pagination parameter, can be empty for first request | None | None | None |
65
- | comment_id | string | No | 评论ID,默认不传,传入则获取该评论下的子评论/Comment ID, if provided, fetches replies to that comment | None | None | None |
66
-
67
- #### Success Response
68
-
69
- ##### `200 application/json`
70
-
71
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
72
-
73
- | Field | Type | Required | Description | Default | Example | Enum |
74
- | --- | --- | --- | --- | --- | --- | --- |
75
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
76
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
77
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
78
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
79
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
80
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
81
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
82
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
83
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
84
- | 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 |
85
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
86
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
87
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
88
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
89
- | data | null | No | The response data \| 响应数据 | None | None | None |
90
-
91
- <a id="post-api-u1-v1-wechat-channels-fetch-default-search"></a>
92
- ### `POST /api/u1/v1/wechat_channels/fetch_default_search`
93
-
94
- - Summary: 微信视频号默认搜索/WeChat Channels Default Search
95
- - Capabilities: search / profiles / accounts
96
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
97
- - operationId: `fetch_default_search_api_v1_wechat_channels_fetch_default_search_post`
98
-
99
- #### Notes
100
-
101
- > # [中文]
102
- > ### 用途:
103
- > - 获取微信视频号默认搜索结果
104
- > - 支持分页获取更多结果
105
- > - 价格:0.01$/次
106
- > ### 参数:
107
- > - keywords: 搜索关键词
108
- > - session_buffer:
109
- > - 分页参数,首次请求可为空,后续使用响应中的 `last_buff` 进行分页请求
110
- > - JSON Path: `$.data.last_buff`
111
- > ### 返回:
112
- > - 搜索结果列表,包含视频信息
113
- >
114
- > ### 重要提示:
115
- > - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
116
- > - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
117
- > - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
118
- > - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
119
- > - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
120
- > - JSON Path 和相关说明:
121
- > - 获取翻页参数 `last_buff`: `$.data.last_buff`
122
- > - 获取视频列表: `$.data.media_list[*]`
123
- > - 获取视频 CDN 链接(不带Token): `$.data.media_list[*].object_desc.media[0].url`
124
- > - 获取视频 CDN 链接的 Token: `$.data.media_list[*].object_desc.media[0].url_token`
125
- > - 拼接视频 CDN 的完整 URL 方式: `$.data.media_list[*].object_desc.media[0].url + $.data.media_list[*].object_desc.media[0].url_token`
126
- > - 获取视频解密密钥(每次请求都不一样): `$.data.media_list[*].object_desc.media[0].decode_key`
127
- > - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
128
- > - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
129
- >
130
- > # [English]
131
- > ### Purpose:
132
- > - Get WeChat Channels default search results
133
- > - Support pagination for more results
134
- > - Price: $0.01 per request
135
- > ### Parameters:
136
- > - keywords: Search keywords
137
- > - session_buffer: Pagination parameter, can be empty for first request
138
- > - For subsequent requests, use `last_buff` from the response for pagination
139
- > - JSON Path: `$.data.last_buff`
140
- >
141
- > ### Return:
142
- > - Search result list with video information
143
- > ### Important Note:
144
- > - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
145
- > - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
146
- > - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
147
- > - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
148
- > - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
149
- > - JSON Path and related instructions:
150
- > - To get the pagination parameter `last_buff`: `$.data.last_buff`
151
- > - To get the video list: `$.data.media_list[*]`
152
- > - To get the video CDN link (without Token): `$.data.media_list[*].object_desc.media[0].url`
153
- > - To get the Token for the video CDN link: `$.data.media_list[*].object_desc.media[0].url_token`
154
- > - How to concatenate the complete URL of the video CDN: `$.data.media_list[*].object_desc.media[0].url + $.data.media_list[*].object_desc.media[0].url_token`
155
- > - To get the video decryption key (different for each request): `$.data.media_list[*].object_desc.media[0].decode_key`
156
- > - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
157
- > - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
158
-
159
- #### Parameters
160
-
161
- None
162
-
163
- #### Request Body
164
-
165
- - required: Yes
166
-
167
- ##### `application/json`
168
-
169
- - Schema summary: `keywords*`:string, `session_buffer`:string
170
-
171
- | Field | Type | Required | Description | Default | Example | Enum |
172
- | --- | --- | --- | --- | --- | --- | --- |
173
- | keywords | string | Yes | 搜索关键词/Search keywords | None | 美食 | None |
174
- | session_buffer | string | No | 分页参数,首次请求可为空,后续使用响应中的 last_buff 进行分页请求/Pagination parameter, can be empty for first request, use last_buff from response for subsequent requests | None | None | None |
175
-
176
- #### Success Response
177
-
178
- ##### `200 application/json`
179
-
180
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
181
-
182
- | Field | Type | Required | Description | Default | Example | Enum |
183
- | --- | --- | --- | --- | --- | --- | --- |
184
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
185
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
186
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
187
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
188
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
189
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
190
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
191
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
192
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
193
- | 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 |
194
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
195
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
196
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
197
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
198
- | data | null | No | The response data \| 响应数据 | None | None | None |
199
-
200
- <a id="post-api-u1-v1-wechat-channels-fetch-home-page"></a>
201
- ### `POST /api/u1/v1/wechat_channels/fetch_home_page`
202
-
203
- - Summary: 微信视频号主页/WeChat Channels Home Page
204
- - Capabilities: profiles / accounts
205
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
206
- - operationId: `fetch_home_page_api_v1_wechat_channels_fetch_home_page_post`
207
-
208
- #### Notes
209
-
210
- > # [中文]
211
- > ### 用途:
212
- > - 获取微信视频号用户主页信息
213
- > - 包含用户发布的视频列表
214
- > - 支持分页获取更多视频
215
- > - 价格:0.01$/次
216
- > ### 参数:
217
- > - username: 用户名
218
- > - last_buffer:
219
- > - 分页参数,首次请求可为空,后续使用 `object_list` 最后一个 item 的 `last_buffer` 进行分页请求
220
- > - JSON Path: `$.data.object_list[-1].last_buffer`
221
- > ### 返回:
222
- > - 用户主页信息和视频列表
223
- >
224
- > ### 重要提示:
225
- > - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
226
- > - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
227
- > - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
228
- > - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
229
- > - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
230
- > - JSON Path 和相关说明:
231
- > - 获取翻页参数 `last_buffer`: `$.data.object_list[-1].last_buffer`
232
- > - 获取视频列表: `$.data.object_list[*]`
233
- > - 获取视频 CDN 链接(不带Token): `$.data.object_list[*].object_desc.media[0].url`
234
- > - 获取视频 CDN 链接的 Token: `$.data.object_list[*].object_desc.media[0].url_token`
235
- > - 拼接视频 CDN 的完整 URL 方式: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
236
- > - 获取视频解密密钥(每次请求都不一样): `$.data.object_list[*].object_desc.media[0].decode_key`
237
- > - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
238
- > - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
239
- >
240
- > # [English]
241
- > ### Purpose:
242
- > - Get WeChat Channels user homepage information
243
- > - Including list of videos published by user
244
- > - Support pagination for more videos
245
- > - Price: $0.01 per request
246
- > ### Parameters:
247
- > - username: Username
248
- > - last_buffer:
249
- > - Pagination parameter, can be empty for first request
250
- > - For subsequent requests, use the `last_buffer` of the last item in `object_list`
251
- > - JSON Path: `$.data.object_list[-1].last_buffer`
252
- > ### Return:
253
- > - User homepage information and video list
254
- > ### Important Note:
255
- > - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
256
- > - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
257
- > - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
258
- > - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
259
- > - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
260
- > - JSON Path and related instructions:
261
- > - To get the pagination parameter `last_buffer`: `$.data.object_list[-1].last_buffer`
262
- > - To get the video list: `$.data.object_list[*]`
263
- > - To get the video CDN link (without Token): `$.data.object_list[*].object_desc.media[0].url`
264
- > - To get the Token for the video CDN link: `$.data.object_list[*].object_desc.media[0].url_token`
265
- > - How to concatenate the complete URL of the video CDN: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
266
- > - To get the video decryption key (different for each request): `$.data.object_list[*].object_desc.media[0].decode_key`
267
- > - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
268
- > - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
269
-
270
- #### Parameters
271
-
272
- None
273
-
274
- #### Request Body
275
-
276
- - required: Yes
277
-
278
- ##### `application/json`
279
-
280
- - Schema summary: `username*`:string, `last_buffer`:string
281
-
282
- | Field | Type | Required | Description | Default | Example | Enum |
283
- | --- | --- | --- | --- | --- | --- | --- |
284
- | username | string | Yes | 用户名/Username | None | v2_060000231003b20faec8c4ea8a1ac7d5c80ce434b077535b622489f476b63209b6886fc4a16f… | None |
285
- | last_buffer | string | No | 分页参数,首次请求可为空,后续使用 object_list 最后一个 item 的 last_buffer 进行分页请求/Pagination parameter, can be empty for first request | None | None | None |
286
-
287
- #### Success Response
288
-
289
- ##### `200 application/json`
290
-
291
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
292
-
293
- | Field | Type | Required | Description | Default | Example | Enum |
294
- | --- | --- | --- | --- | --- | --- | --- |
295
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
296
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
297
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
298
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
299
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
300
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
301
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
302
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
303
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
304
- | 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 |
305
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
306
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
307
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
308
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
309
- | data | null | No | The response data \| 响应数据 | None | None | None |
310
-
311
- <a id="get-api-u1-v1-wechat-channels-fetch-hot-words"></a>
312
- ### `GET /api/u1/v1/wechat_channels/fetch_hot_words`
313
-
314
- - Summary: 微信视频号热门话题/WeChat Channels Hot Topics
315
- - Capabilities: trends / rankings / profiles / accounts
316
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
317
- - operationId: `fetch_hot_words_api_v1_wechat_channels_fetch_hot_words_get`
318
-
319
- #### Notes
320
-
321
- > # [中文]
322
- > ### 用途:
323
- > - 获取微信视频号当前热门话题
324
- > - 可用于发现热门内容和趋势
325
- > - 价格:0.01$/次
326
- > ### 参数:
327
- > - 无需额外参数
328
- > ### 返回:
329
- > - 热门话题列表
330
- >
331
- > # [English]
332
- > ### Purpose:
333
- > - Get current hot topics in WeChat Channels
334
- > - Can be used to discover popular content and trends
335
- > - Price: $0.01 per request
336
- > ### Parameters:
337
- > - No additional parameters required
338
- > ### Return:
339
- > - Hot topic list
340
-
341
- #### Parameters
342
-
343
- None
344
-
345
- #### Request Body
346
-
347
- None
348
-
349
- #### Success Response
350
-
351
- ##### `200 application/json`
352
-
353
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
354
-
355
- | Field | Type | Required | Description | Default | Example | Enum |
356
- | --- | --- | --- | --- | --- | --- | --- |
357
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
358
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
359
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
360
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
361
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
362
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
363
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
364
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
365
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
366
- | 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 |
367
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
368
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
369
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
370
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
371
- | data | null | No | The response data \| 响应数据 | None | None | None |
372
-
373
- <a id="get-api-u1-v1-wechat-channels-fetch-live-history"></a>
374
- ### `GET /api/u1/v1/wechat_channels/fetch_live_history`
375
-
376
- - Summary: 微信视频号直播回放/WeChat Channels Live History
377
- - Capabilities: profiles / accounts / livestream
378
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
379
- - operationId: `fetch_live_history_api_v1_wechat_channels_fetch_live_history_get`
380
-
381
- #### Notes
382
-
383
- > # [中文]
384
- > ### 用途:
385
- > - 获取微信视频号用户的直播回放列表
386
- > - 价格:0.01$/次
387
- > ### 参数:
388
- > - username: 用户名
389
- > ### 返回:
390
- > - 直播回放列表
391
- >
392
- > ### 重要提示:
393
- > - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
394
- > - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
395
- > - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
396
- > - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
397
- > - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
398
- > - JSON Path 和相关说明:
399
- > - 获取直播回放列表: `$.data.live_list[*]`
400
- > - 获取视频 CDN 链接(不带Token): `$.data.live_list[*].media.url`
401
- > - 获取视频 CDN 链接的 Token: `$.data.live_list[*].media.url_token`
402
- > - 拼接视频 CDN 的完整 URL 方式: `$.data.live_list[*].media.url + $.data.live_list[*].media.url_token`
403
- > - 获取视频解密密钥(每次请求都不一样): `$.data.live_list[*].media.decode_key`
404
- > - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
405
- > - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
406
- >
407
- > # [English]
408
- > ### Purpose:
409
- > - Get WeChat Channels user's live replay list
410
- > - Price: $0.01 per request
411
- > ### Parameters:
412
- > - username: Username
413
- > ### Return:
414
- > - Live replay list
415
- > ### Important Note:
416
- > - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
417
- > - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
418
- > - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
419
- > - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
420
- > - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
421
- > - JSON Path and related instructions:
422
- > - To get the live replay list: `$.data.live_list[*]`
423
- > - To get the video CDN link (without Token): `$.data.live_list[*].media.url`
424
- > - To get the Token for the video CDN link: `$.data.live_list[*].media.url_token`
425
- > - How to concatenate the complete URL of the video CDN: `$.data.live_list[*].media.url + $.data.live_list[*].media.url_token`
426
- > - To get the video decryption key (different for each request): `$.data.live_list[*].media.decode_key`
427
- > - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
428
- > - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
429
-
430
- #### Parameters
431
-
432
- | Field | In | Type | Required | Description | Default | Example | Enum |
433
- | --- | --- | --- | --- | --- | --- | --- | --- |
434
- | username | query | string | Yes | 用户名/Username | None | v2_060000231003b20faec8c5eb811dc1d2cc0cee34b0779397527ceff87326eefb309aac785aa8… | None |
435
-
436
- #### Request Body
437
-
438
- None
439
-
440
- #### Success Response
441
-
442
- ##### `200 application/json`
443
-
444
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
445
-
446
- | Field | Type | Required | Description | Default | Example | Enum |
447
- | --- | --- | --- | --- | --- | --- | --- |
448
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
449
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
450
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
451
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
452
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
453
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
454
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
455
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
456
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
457
- | 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 |
458
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
459
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
460
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
461
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
462
- | data | null | No | The response data \| 响应数据 | None | None | None |
463
-
464
- <a id="get-api-u1-v1-wechat-channels-fetch-search-latest"></a>
465
- ### `GET /api/u1/v1/wechat_channels/fetch_search_latest`
466
-
467
- - Summary: 微信视频号搜索最新视频/WeChat Channels Search Latest Videos
468
- - Capabilities: search / profiles / accounts
469
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
470
- - operationId: `fetch_search_latest_api_v1_wechat_channels_fetch_search_latest_get`
471
-
472
- #### Notes
473
-
474
- > # [中文]
475
- > ### 用途:
476
- > - 获取微信视频号最新视频搜索结果
477
- > - 按时间倒序排列
478
- > - 价格:0.01$/次
479
- > ### 参数:
480
- > - keywords: 搜索关键词
481
- > ### 返回:
482
- > - 最新视频搜索结果列表
483
- >
484
- > ### 重要提示:
485
- > - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
486
- > - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
487
- > - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
488
- > - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
489
- > - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
490
- > - JSON Path 和相关说明:
491
- > - 获取视频列表: `$.data.object_list[*]`
492
- > - 获取视频 CDN 链接(不带Token): `$.data.object_list[*].object_desc.media[0].url`
493
- > - 获取视频 CDN 链接的 Token: `$.data.object_list[*].object_desc.media[0].url_token`
494
- > - 拼接视频 CDN 的完整 URL 方式: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
495
- > - 获取视频解密密钥(每次请求都不一样): `$.data.object_list[*].object_desc.media[0].decode_key`
496
- > - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
497
- > - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
498
- >
499
- > # [English]
500
- > ### Purpose:
501
- > - Get WeChat Channels latest video search results
502
- > - Sorted by time in descending order
503
- > - Price: $0.01 per request
504
- > ### Parameters:
505
- > - keywords: Search keywords
506
- > ### Return:
507
- > - Latest video search result list
508
- > ### Important Note:
509
- > - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
510
- > - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
511
- > - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
512
- > - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
513
- > - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
514
- > - JSON Path and related instructions:
515
- > - To get the video list: `$.data.object_list[*]`
516
- > - To get the video CDN link (without Token): `$.data.object_list[*].object_desc.media[0].url`
517
- > - To get the Token for the video CDN link: `$.data.object_list[*].object_desc.media[0].url_token`
518
- > - How to concatenate the complete URL of the video CDN: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
519
- > - To get the video decryption key (different for each request): `$.data.object_list[*].object_desc.media[0].decode_key`
520
- > - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
521
- > - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
522
-
523
- #### Parameters
524
-
525
- | Field | In | Type | Required | Description | Default | Example | Enum |
526
- | --- | --- | --- | --- | --- | --- | --- | --- |
527
- | keywords | query | string | Yes | 搜索关键词/Search keywords | None | 美食 | 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-wechat-channels-fetch-search-ordinary"></a>
558
- ### `GET /api/u1/v1/wechat_channels/fetch_search_ordinary`
559
-
560
- - Summary: 微信视频号综合搜索/WeChat Channels Comprehensive Search
561
- - Capabilities: search / profiles / accounts
562
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
563
- - operationId: `fetch_search_ordinary_api_v1_wechat_channels_fetch_search_ordinary_get`
564
-
565
- #### Notes
566
-
567
- > # [中文]
568
- > ### 用途:
569
- > - 获取微信视频号综合搜索结果
570
- > - 按相关性排序
571
- > - 价格:0.01$/次
572
- > ### 参数:
573
- > - keywords: 搜索关键词
574
- > ### 返回:
575
- > - 综合搜索结果列表
576
- >
577
- > ### 重要提示:
578
- > - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
579
- > - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
580
- > - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
581
- > - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
582
- > - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
583
- > - JSON Path 和相关说明:
584
- > - 获取视频列表: `$.data.object_list[*]`
585
- > - 获取视频 CDN 链接(不带Token): `$.data.object_list[*].object_desc.media[0].url`
586
- > - 获取视频 CDN 链接的 Token: `$.data.object_list[*].object_desc.media[0].url_token`
587
- > - 拼接视频 CDN 的完整 URL 方式: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
588
- > - 获取视频解密密钥(每次请求都不一样): `$.data.object_list[*].object_desc.media[0].decode_key`
589
- > - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
590
- > - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
591
- >
592
- > # [English]
593
- > ### Purpose:
594
- > - Get WeChat Channels comprehensive search results
595
- > - Sorted by relevance
596
- > - Price: $0.01 per request
597
- > ### Parameters:
598
- > - keywords: Search keywords
599
- > ### Return:
600
- > - Comprehensive search result list
601
- > ### Important Note:
602
- > - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
603
- > - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
604
- > - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
605
- > - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
606
- > - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
607
- > - JSON Path and related instructions:
608
- > - To get the video list: `$.data.object_list[*]`
609
- > - To get the video CDN link (without Token): `$.data.object_list[*].object_desc.media[0].url`
610
- > - To get the Token for the video CDN link: `$.data.object_list[*].object_desc.media[0].url_token`
611
- > - How to concatenate the complete URL of the video CDN: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
612
- > - To get the video decryption key (different for each request): `$.data.object_list[*].object_desc.media[0].decode_key`
613
- > - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
614
- > - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
615
-
616
- #### Parameters
617
-
618
- | Field | In | Type | Required | Description | Default | Example | Enum |
619
- | --- | --- | --- | --- | --- | --- | --- | --- |
620
- | keywords | query | string | Yes | 搜索关键词/Search keywords | None | 美食 | None |
621
-
622
- #### Request Body
623
-
624
- None
625
-
626
- #### Success Response
627
-
628
- ##### `200 application/json`
629
-
630
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
631
-
632
- | Field | Type | Required | Description | Default | Example | Enum |
633
- | --- | --- | --- | --- | --- | --- | --- |
634
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
635
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
636
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
637
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
638
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
639
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
640
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
641
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
642
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
643
- | 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 |
644
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
645
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
646
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
647
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
648
- | data | null | No | The response data \| 响应数据 | None | None | None |
649
-
650
- <a id="get-api-u1-v1-wechat-channels-fetch-user-search"></a>
651
- ### `GET /api/u1/v1/wechat_channels/fetch_user_search`
652
-
653
- - Summary: 微信视频号用户搜索/WeChat Channels User Search
654
- - Capabilities: search / profiles / accounts
655
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
656
- - operationId: `fetch_user_search_api_v1_wechat_channels_fetch_user_search_get`
657
-
658
- #### Notes
659
-
660
- > # [中文]
661
- > ### 用途:
662
- > - 搜索微信视频号用户
663
- > - 按关键词查找相关用户
664
- > - 价格:0.01$/次
665
- > ### 参数:
666
- > - keywords: 搜索关键词
667
- > - page: 页码,从1开始
668
- > ### 返回:
669
- > - 用户搜索结果列表
670
- >
671
- > # [English]
672
- > ### Purpose:
673
- > - Search WeChat Channels users
674
- > - Find related users by keywords
675
- > - Price: $0.01 per request
676
- > ### Parameters:
677
- > - keywords: Search keywords
678
- > - page: Page number, starting from 1
679
- > ### Return:
680
- > - User search result list
681
-
682
- #### Parameters
683
-
684
- | Field | In | Type | Required | Description | Default | Example | Enum |
685
- | --- | --- | --- | --- | --- | --- | --- | --- |
686
- | keywords | query | string | Yes | 搜索关键词/Search keywords | None | 美食博主 | None |
687
- | page | query | integer | No | 页码/Page number | 1 | None | None |
688
-
689
- #### Request Body
690
-
691
- None
692
-
693
- #### Success Response
694
-
695
- ##### `200 application/json`
696
-
697
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
698
-
699
- | Field | Type | Required | Description | Default | Example | Enum |
700
- | --- | --- | --- | --- | --- | --- | --- |
701
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
702
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
703
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
704
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
705
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
706
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
707
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
708
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
709
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
710
- | 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 |
711
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
712
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
713
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
714
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
715
- | data | null | No | The response data \| 响应数据 | None | None | None |
716
-
717
- <a id="get-api-u1-v1-wechat-channels-fetch-video-detail"></a>
718
- ### `GET /api/u1/v1/wechat_channels/fetch_video_detail`
719
-
720
- - Summary: 微信视频号视频详情/WeChat Channels Video Detail
721
- - Capabilities: profiles / accounts / content details / details
722
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
723
- - operationId: `fetch_video_detail_api_v1_wechat_channels_fetch_video_detail_get`
724
-
725
- #### Notes
726
-
727
- > # [中文]
728
- > ### 用途:
729
- > - 获取微信视频号视频详细信息
730
- > - 可通过视频ID或导出ID获取
731
- > - 价格:0.01$/次
732
- > ### 参数:
733
- > - id: 视频ID(二选一)
734
- > - exportId: 导出ID(会过期,二选一,使用时可不传id)
735
- > ### 返回:
736
- > - 视频详细信息
737
- >
738
- > ### 重要提示:
739
- > - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
740
- > - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
741
- > - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
742
- > - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
743
- > - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
744
- > - JSON Path 和相关说明:
745
- > - 获取视频 CDN 链接(不带Token): `$.data.object_desc.media[0].url`
746
- > - 获取视频 CDN 链接的 Token: `$.data.object_desc.media[0].url_token`
747
- > - 拼接视频 CDN 的完整 URL 方式: `$.data.object_desc.media[0].url + $.data.object_desc.media[0].url_token`
748
- > - 获取视频解密密钥(每次请求都不一样): `$.data.object_desc.media[0].decode_key`
749
- > - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
750
- > - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
751
- >
752
- > # [English]
753
- > ### Purpose:
754
- > - Get WeChat Channels video detailed information
755
- > - Can be obtained through video ID or export ID
756
- > - Price: $0.01 per request
757
- > ### Parameters:
758
- > - id: Video ID (choose one)
759
- > - exportId: Export ID (may expire, choose one, can be used without id)
760
- > ### Return:
761
- > - Video detailed information
762
- > ### Important Note:
763
- > - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
764
- > - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
765
- > - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
766
- > - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
767
- > - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
768
- > - JSON Path and related instructions:
769
- > - To get the video CDN link (without Token): `$.data.object_desc.media[0].url`
770
- > - To get the Token for the video CDN link: `$.data.object_desc.media[0].url_token`
771
- > - How to concatenate the complete URL of the video CDN: `$.data.object_desc.media[0].url + $.data.object_desc.media[0].url_token`
772
- > - To get the video decryption key (different for each request): `$.data.object_desc.media[0].decode_key`
773
- > - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
774
- > - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
775
-
776
- #### Parameters
777
-
778
- | Field | In | Type | Required | Description | Default | Example | Enum |
779
- | --- | --- | --- | --- | --- | --- | --- | --- |
780
- | id | query | string | No | 视频ID/Video ID | None | 14396973035218999573 | None |
781
- | exportId | query | string | No | 导出ID会过期,优先用视频ID,使用时可不传id/Export ID may expire, prefer to use Video ID, can be used without id | None | None | None |
782
-
783
- #### Request Body
784
-
785
- None
786
-
787
- #### Success Response
788
-
789
- ##### `200 application/json`
790
-
791
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
792
-
793
- | Field | Type | Required | Description | Default | Example | Enum |
794
- | --- | --- | --- | --- | --- | --- | --- |
795
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
796
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
797
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
798
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
799
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
800
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
801
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
802
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
803
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
804
- | 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 |
805
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
806
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
807
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
808
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
809
- | data | null | No | The response data \| 响应数据 | None | None | None |