@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,1267 +0,0 @@
1
- # Bilibili-Web-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/bilibili-web-api.md`
5
- - Full contract: [`api-contracts/bilibili-web-api.md`](../api-contracts/bilibili-web-api.md)
6
- - Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
7
- - Fetched at: `2026-03-08T06:54:04+00:00`
8
- - Route count: `30`
9
- - Common capabilities: content details / profiles / accounts / livestream / details / general / comments
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `bv_id`, `uid`, `pn`, `cid`, `dynamic_id`, `order`, `room_id`, `a_id`, `c_id`, `url`
12
- - Tag description: **(哔哩哔哩Web数据接口/Bilibili-Web-API data endpoints)**
13
-
14
- ## Routes
15
-
16
- ### `GET /api/u1/v1/bilibili/web/bv_to_aid`
17
-
18
- - Summary: 通过bv号获得视频aid号/Generate aid by bvid
19
- - Capabilities: general
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_one_video_api_v1_bilibili_web_bv_to_aid_get`
22
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-bv-to-aid`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-bv-to-aid)
23
-
24
- #### Parameters
25
-
26
- | Field | In | Type | Required | Description |
27
- | --- | --- | --- | --- | --- |
28
- | bv_id | query | string | Yes | 作品id/Video id |
29
-
30
- #### Request Body
31
-
32
- None
33
-
34
- #### Success Response
35
-
36
- ##### `200 application/json`
37
-
38
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
39
-
40
- | Field | Type | Required | Description |
41
- | --- | --- | --- | --- |
42
- | code | integer | No | HTTP status code \| HTTP状态码 |
43
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
44
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
45
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
46
- | support | string | No | Support message \| 支持消息 |
47
- | time | string | No | The time the response was generated \| 生成响应的时间 |
48
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
49
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
50
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
51
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
52
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
53
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
54
-
55
- - Fields truncated: this layer shows only the first `12` rows.
56
-
57
- ### `GET /api/u1/v1/bilibili/web/fetch_all_live_areas`
58
-
59
- - Summary: 获取所有直播分区列表/Get a list of all live areas
60
- - Capabilities: livestream
61
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
62
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_all_live_areas_get`
63
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-all-live-areas`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-all-live-areas)
64
-
65
- #### Parameters
66
-
67
- None
68
-
69
- #### Request Body
70
-
71
- None
72
-
73
- #### Success Response
74
-
75
- ##### `200 application/json`
76
-
77
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
78
-
79
- | Field | Type | Required | Description |
80
- | --- | --- | --- | --- |
81
- | code | integer | No | HTTP status code \| HTTP状态码 |
82
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
83
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
84
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
85
- | support | string | No | Support message \| 支持消息 |
86
- | time | string | No | The time the response was generated \| 生成响应的时间 |
87
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
88
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
89
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
90
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
91
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
92
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
93
-
94
- - Fields truncated: this layer shows only the first `12` rows.
95
-
96
- ### `GET /api/u1/v1/bilibili/web/fetch_collect_folders`
97
-
98
- - Summary: 获取用户所有收藏夹信息/Get user collection folders
99
- - Capabilities: general
100
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
101
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_collect_folders_get`
102
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-collect-folders`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-collect-folders)
103
-
104
- #### Parameters
105
-
106
- | Field | In | Type | Required | Description |
107
- | --- | --- | --- | --- | --- |
108
- | uid | query | string | Yes | 用户UID |
109
-
110
- #### Request Body
111
-
112
- None
113
-
114
- #### Success Response
115
-
116
- ##### `200 application/json`
117
-
118
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
119
-
120
- | Field | Type | Required | Description |
121
- | --- | --- | --- | --- |
122
- | code | integer | No | HTTP status code \| HTTP状态码 |
123
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
124
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
125
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
126
- | support | string | No | Support message \| 支持消息 |
127
- | time | string | No | The time the response was generated \| 生成响应的时间 |
128
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
129
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
130
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
131
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
132
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
133
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
134
-
135
- - Fields truncated: this layer shows only the first `12` rows.
136
-
137
- ### `GET /api/u1/v1/bilibili/web/fetch_com_popular`
138
-
139
- - Summary: 获取综合热门视频信息/Get comprehensive popular video information
140
- - Capabilities: general
141
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
142
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_com_popular_get`
143
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-com-popular`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-com-popular)
144
-
145
- #### Parameters
146
-
147
- | Field | In | Type | Required | Description |
148
- | --- | --- | --- | --- | --- |
149
- | pn | query | integer | No | 页码/Page number |
150
-
151
- #### Request Body
152
-
153
- None
154
-
155
- #### Success Response
156
-
157
- ##### `200 application/json`
158
-
159
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
160
-
161
- | Field | Type | Required | Description |
162
- | --- | --- | --- | --- |
163
- | code | integer | No | HTTP status code \| HTTP状态码 |
164
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
165
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
166
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
167
- | support | string | No | Support message \| 支持消息 |
168
- | time | string | No | The time the response was generated \| 生成响应的时间 |
169
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
170
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
171
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
172
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
173
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
174
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
175
-
176
- - Fields truncated: this layer shows only the first `12` rows.
177
-
178
- ### `GET /api/u1/v1/bilibili/web/fetch_comment_reply`
179
-
180
- - Summary: 获取视频下指定评论的回复/Get reply to the specified comment
181
- - Capabilities: comments / comment replies
182
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
183
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_comment_reply_get`
184
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-comment-reply`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-comment-reply)
185
-
186
- #### Parameters
187
-
188
- | Field | In | Type | Required | Description |
189
- | --- | --- | --- | --- | --- |
190
- | bv_id | query | string | Yes | 作品id/Video id |
191
- | pn | query | integer | No | 页码/Page number |
192
- | rpid | query | string | Yes | 回复id/Reply id |
193
-
194
- #### Request Body
195
-
196
- None
197
-
198
- #### Success Response
199
-
200
- ##### `200 application/json`
201
-
202
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
203
-
204
- | Field | Type | Required | Description |
205
- | --- | --- | --- | --- |
206
- | code | integer | No | HTTP status code \| HTTP状态码 |
207
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
208
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
209
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
210
- | support | string | No | Support message \| 支持消息 |
211
- | time | string | No | The time the response was generated \| 生成响应的时间 |
212
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
213
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
214
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
215
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
216
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
217
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
218
-
219
- - Fields truncated: this layer shows only the first `12` rows.
220
-
221
- ### `GET /api/u1/v1/bilibili/web/fetch_dynamic_detail`
222
-
223
- - Summary: 获取动态详情/Get dynamic detail
224
- - Capabilities: details
225
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
226
- - operationId: `fetch_dynamic_detail_api_v1_bilibili_web_fetch_dynamic_detail_get`
227
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-dynamic-detail`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-dynamic-detail)
228
-
229
- #### Parameters
230
-
231
- | Field | In | Type | Required | Description |
232
- | --- | --- | --- | --- | --- |
233
- | dynamic_id | query | string | Yes | 动态id/Dynamic id |
234
-
235
- #### Request Body
236
-
237
- None
238
-
239
- #### Success Response
240
-
241
- ##### `200 application/json`
242
-
243
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
244
-
245
- | Field | Type | Required | Description |
246
- | --- | --- | --- | --- |
247
- | code | integer | No | HTTP status code \| HTTP状态码 |
248
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
249
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
250
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
251
- | support | string | No | Support message \| 支持消息 |
252
- | time | string | No | The time the response was generated \| 生成响应的时间 |
253
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
254
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
255
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
256
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
257
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
258
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
259
-
260
- - Fields truncated: this layer shows only the first `12` rows.
261
-
262
- ### `GET /api/u1/v1/bilibili/web/fetch_dynamic_detail_v2`
263
-
264
- - Summary: 获取动态详情v2/Get dynamic detail v2
265
- - Capabilities: details
266
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
267
- - operationId: `fetch_dynamic_detail_v2_api_v1_bilibili_web_fetch_dynamic_detail_v2_get`
268
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-dynamic-detail-v2`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-dynamic-detail-v2)
269
-
270
- #### Parameters
271
-
272
- | Field | In | Type | Required | Description |
273
- | --- | --- | --- | --- | --- |
274
- | dynamic_id | query | string | Yes | 动态id/Dynamic id |
275
-
276
- #### Request Body
277
-
278
- None
279
-
280
- #### Success Response
281
-
282
- ##### `200 application/json`
283
-
284
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
285
-
286
- | Field | Type | Required | Description |
287
- | --- | --- | --- | --- |
288
- | code | integer | No | HTTP status code \| HTTP状态码 |
289
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
290
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
291
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
292
- | support | string | No | Support message \| 支持消息 |
293
- | time | string | No | The time the response was generated \| 生成响应的时间 |
294
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
295
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
296
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
297
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
298
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
299
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
300
-
301
- - Fields truncated: this layer shows only the first `12` rows.
302
-
303
- ### `GET /api/u1/v1/bilibili/web/fetch_general_search`
304
-
305
- - Summary: 获取综合搜索信息/Get general search data
306
- - Capabilities: search
307
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
308
- - operationId: `fetch_general_search_api_v1_bilibili_web_fetch_general_search_get`
309
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-general-search`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-general-search)
310
-
311
- #### Parameters
312
-
313
- | Field | In | Type | Required | Description |
314
- | --- | --- | --- | --- | --- |
315
- | keyword | query | string | Yes | 搜索关键词/Search keyword |
316
- | order | query | string | Yes | 排序方式/Order method |
317
- | page | query | integer | Yes | 页码/Page number |
318
- | page_size | query | integer | Yes | 每页数量/Number per page |
319
- | duration | query | integer | No | 时长筛选/Duration filter |
320
- | pubtime_begin_s | query | integer | No | 开始日期/Start date (10-digit timestamp) |
321
- | pubtime_end_s | query | integer | No | 结束日期/End date (10-digit timestamp) |
322
-
323
- #### Request Body
324
-
325
- None
326
-
327
- #### Success Response
328
-
329
- ##### `200 application/json`
330
-
331
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
332
-
333
- | Field | Type | Required | Description |
334
- | --- | --- | --- | --- |
335
- | code | integer | No | HTTP status code \| HTTP状态码 |
336
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
337
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
338
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
339
- | support | string | No | Support message \| 支持消息 |
340
- | time | string | No | The time the response was generated \| 生成响应的时间 |
341
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
342
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
343
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
344
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
345
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
346
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
347
-
348
- - Fields truncated: this layer shows only the first `12` rows.
349
-
350
- ### `GET /api/u1/v1/bilibili/web/fetch_get_user_id`
351
-
352
- - Summary: 提取用户ID/Extract user ID
353
- - Capabilities: profiles / accounts
354
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
355
- - operationId: `fetch_get_user_id_api_v1_bilibili_web_fetch_get_user_id_get`
356
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-get-user-id`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-get-user-id)
357
-
358
- #### Parameters
359
-
360
- | Field | In | Type | Required | Description |
361
- | --- | --- | --- | --- | --- |
362
- | share_link | query | string | Yes | 用户分享链接/User share link |
363
-
364
- #### Request Body
365
-
366
- None
367
-
368
- #### Success Response
369
-
370
- ##### `200 application/json`
371
-
372
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
373
-
374
- | Field | Type | Required | Description |
375
- | --- | --- | --- | --- |
376
- | code | integer | No | HTTP status code \| HTTP状态码 |
377
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
378
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
379
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
380
- | support | string | No | Support message \| 支持消息 |
381
- | time | string | No | The time the response was generated \| 生成响应的时间 |
382
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
383
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
384
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
385
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
386
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
387
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
388
-
389
- - Fields truncated: this layer shows only the first `12` rows.
390
-
391
- ### `GET /api/u1/v1/bilibili/web/fetch_hot_search`
392
-
393
- - Summary: 获取热门搜索信息/Get hot search data
394
- - Capabilities: search / trends / rankings
395
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
396
- - operationId: `fetch_hot_search_api_v1_bilibili_web_fetch_hot_search_get`
397
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-hot-search`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-hot-search)
398
-
399
- #### Parameters
400
-
401
- | Field | In | Type | Required | Description |
402
- | --- | --- | --- | --- | --- |
403
- | limit | query | dynamic object | Yes | 返回数量/Return number |
404
-
405
- #### Request Body
406
-
407
- None
408
-
409
- #### Success Response
410
-
411
- ##### `200 application/json`
412
-
413
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
414
-
415
- | Field | Type | Required | Description |
416
- | --- | --- | --- | --- |
417
- | code | integer | No | HTTP status code \| HTTP状态码 |
418
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
419
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
420
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
421
- | support | string | No | Support message \| 支持消息 |
422
- | time | string | No | The time the response was generated \| 生成响应的时间 |
423
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
424
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
425
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
426
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
427
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
428
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
429
-
430
- - Fields truncated: this layer shows only the first `12` rows.
431
-
432
- ### `GET /api/u1/v1/bilibili/web/fetch_live_room_detail`
433
-
434
- - Summary: 获取指定直播间信息/Get information of specified live room
435
- - Capabilities: details / livestream
436
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
437
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_live_room_detail_get`
438
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-live-room-detail`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-live-room-detail)
439
-
440
- #### Parameters
441
-
442
- | Field | In | Type | Required | Description |
443
- | --- | --- | --- | --- | --- |
444
- | room_id | query | string | Yes | 直播间ID/Live room ID |
445
-
446
- #### Request Body
447
-
448
- None
449
-
450
- #### Success Response
451
-
452
- ##### `200 application/json`
453
-
454
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
455
-
456
- | Field | Type | Required | Description |
457
- | --- | --- | --- | --- |
458
- | code | integer | No | HTTP status code \| HTTP状态码 |
459
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
460
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
461
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
462
- | support | string | No | Support message \| 支持消息 |
463
- | time | string | No | The time the response was generated \| 生成响应的时间 |
464
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
465
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
466
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
467
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
468
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
469
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
470
-
471
- - Fields truncated: this layer shows only the first `12` rows.
472
-
473
- ### `GET /api/u1/v1/bilibili/web/fetch_live_streamers`
474
-
475
- - Summary: 获取指定分区正在直播的主播/Get live streamers of specified live area
476
- - Capabilities: livestream
477
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
478
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_live_streamers_get`
479
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-live-streamers`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-live-streamers)
480
-
481
- #### Parameters
482
-
483
- | Field | In | Type | Required | Description |
484
- | --- | --- | --- | --- | --- |
485
- | area_id | query | string | Yes | 直播分区id/Live area ID |
486
- | pn | query | integer | No | 页码/Page number |
487
-
488
- #### Request Body
489
-
490
- None
491
-
492
- #### Success Response
493
-
494
- ##### `200 application/json`
495
-
496
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
497
-
498
- | Field | Type | Required | Description |
499
- | --- | --- | --- | --- |
500
- | code | integer | No | HTTP status code \| HTTP状态码 |
501
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
502
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
503
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
504
- | support | string | No | Support message \| 支持消息 |
505
- | time | string | No | The time the response was generated \| 生成响应的时间 |
506
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
507
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
508
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
509
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
510
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
511
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
512
-
513
- - Fields truncated: this layer shows only the first `12` rows.
514
-
515
- ### `GET /api/u1/v1/bilibili/web/fetch_live_videos`
516
-
517
- - Summary: 获取直播间视频流/Get live video data of specified room
518
- - Capabilities: content details / livestream
519
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
520
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_live_videos_get`
521
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-live-videos`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-live-videos)
522
-
523
- #### Parameters
524
-
525
- | Field | In | Type | Required | Description |
526
- | --- | --- | --- | --- | --- |
527
- | room_id | query | string | Yes | 直播间ID/Live room ID |
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 |
540
- | --- | --- | --- | --- |
541
- | code | integer | No | HTTP status code \| HTTP状态码 |
542
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
543
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
544
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
545
- | support | string | No | Support message \| 支持消息 |
546
- | time | string | No | The time the response was generated \| 生成响应的时间 |
547
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
548
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
549
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
550
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
551
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
552
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
553
-
554
- - Fields truncated: this layer shows only the first `12` rows.
555
-
556
- ### `GET /api/u1/v1/bilibili/web/fetch_one_video`
557
-
558
- - Summary: 获取单个视频详情信息/Get single video data
559
- - Capabilities: content details
560
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
561
- - operationId: `fetch_one_video_api_v1_bilibili_web_fetch_one_video_get`
562
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-one-video`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-one-video)
563
-
564
- #### Parameters
565
-
566
- | Field | In | Type | Required | Description |
567
- | --- | --- | --- | --- | --- |
568
- | bv_id | query | string | Yes | 作品id/Video id |
569
-
570
- #### Request Body
571
-
572
- None
573
-
574
- #### Success Response
575
-
576
- ##### `200 application/json`
577
-
578
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
579
-
580
- | Field | Type | Required | Description |
581
- | --- | --- | --- | --- |
582
- | code | integer | No | HTTP status code \| HTTP状态码 |
583
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
584
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
585
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
586
- | support | string | No | Support message \| 支持消息 |
587
- | time | string | No | The time the response was generated \| 生成响应的时间 |
588
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
589
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
590
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
591
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
592
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
593
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
594
-
595
- - Fields truncated: this layer shows only the first `12` rows.
596
-
597
- ### `GET /api/u1/v1/bilibili/web/fetch_one_video_v2`
598
-
599
- - Summary: 获取单个视频详情信息V2/Get single video data V2
600
- - Capabilities: content details
601
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
602
- - operationId: `fetch_one_video_v2_api_v1_bilibili_web_fetch_one_video_v2_get`
603
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-one-video-v2`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-one-video-v2)
604
-
605
- #### Parameters
606
-
607
- | Field | In | Type | Required | Description |
608
- | --- | --- | --- | --- | --- |
609
- | a_id | query | string | Yes | 作品id/Video id |
610
- | c_id | query | string | Yes | 作品cid/Video cid |
611
-
612
- #### Request Body
613
-
614
- None
615
-
616
- #### Success Response
617
-
618
- ##### `200 application/json`
619
-
620
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
621
-
622
- | Field | Type | Required | Description |
623
- | --- | --- | --- | --- |
624
- | code | integer | No | HTTP status code \| HTTP状态码 |
625
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
626
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
627
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
628
- | support | string | No | Support message \| 支持消息 |
629
- | time | string | No | The time the response was generated \| 生成响应的时间 |
630
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
631
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
632
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
633
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
634
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
635
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
636
-
637
- - Fields truncated: this layer shows only the first `12` rows.
638
-
639
- ### `GET /api/u1/v1/bilibili/web/fetch_one_video_v3`
640
-
641
- - Summary: 获取单个视频详情信息V3/Get single video data V3
642
- - Capabilities: content details
643
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
644
- - operationId: `fetch_one_video_v3_api_v1_bilibili_web_fetch_one_video_v3_get`
645
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-one-video-v3`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-one-video-v3)
646
-
647
- #### Parameters
648
-
649
- | Field | In | Type | Required | Description |
650
- | --- | --- | --- | --- | --- |
651
- | url | query | string | Yes | 视频链接/Video URL |
652
-
653
- #### Request Body
654
-
655
- None
656
-
657
- #### Success Response
658
-
659
- ##### `200 application/json`
660
-
661
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
662
-
663
- | Field | Type | Required | Description |
664
- | --- | --- | --- | --- |
665
- | code | integer | No | HTTP status code \| HTTP状态码 |
666
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
667
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
668
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
669
- | support | string | No | Support message \| 支持消息 |
670
- | time | string | No | The time the response was generated \| 生成响应的时间 |
671
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
672
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
673
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
674
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
675
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
676
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
677
-
678
- - Fields truncated: this layer shows only the first `12` rows.
679
-
680
- ### `GET /api/u1/v1/bilibili/web/fetch_user_collection_videos`
681
-
682
- - Summary: 获取指定收藏夹内视频数据/Gets video data from a collection folder
683
- - Capabilities: profiles / accounts / content details
684
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
685
- - operationId: `fetch_user_collection_videos_api_v1_bilibili_web_fetch_user_collection_videos_get`
686
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-collection-videos`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-collection-videos)
687
-
688
- #### Parameters
689
-
690
- | Field | In | Type | Required | Description |
691
- | --- | --- | --- | --- | --- |
692
- | folder_id | query | string | Yes | 收藏夹id/collection folder id |
693
- | pn | query | integer | No | 页码/Page number |
694
-
695
- #### Request Body
696
-
697
- None
698
-
699
- #### Success Response
700
-
701
- ##### `200 application/json`
702
-
703
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
704
-
705
- | Field | Type | Required | Description |
706
- | --- | --- | --- | --- |
707
- | code | integer | No | HTTP status code \| HTTP状态码 |
708
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
709
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
710
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
711
- | support | string | No | Support message \| 支持消息 |
712
- | time | string | No | The time the response was generated \| 生成响应的时间 |
713
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
714
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
715
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
716
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
717
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
718
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
719
-
720
- - Fields truncated: this layer shows only the first `12` rows.
721
-
722
- ### `GET /api/u1/v1/bilibili/web/fetch_user_dynamic`
723
-
724
- - Summary: 获取指定用户动态/Get dynamic information of specified user
725
- - Capabilities: profiles / accounts
726
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
727
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_user_dynamic_get`
728
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-dynamic`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-dynamic)
729
-
730
- #### Parameters
731
-
732
- | Field | In | Type | Required | Description |
733
- | --- | --- | --- | --- | --- |
734
- | uid | query | string | Yes | 用户UID |
735
- | offset | query | string | No | 开始索引/offset |
736
-
737
- #### Request Body
738
-
739
- None
740
-
741
- #### Success Response
742
-
743
- ##### `200 application/json`
744
-
745
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
746
-
747
- | Field | Type | Required | Description |
748
- | --- | --- | --- | --- |
749
- | code | integer | No | HTTP status code \| HTTP状态码 |
750
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
751
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
752
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
753
- | support | string | No | Support message \| 支持消息 |
754
- | time | string | No | The time the response was generated \| 生成响应的时间 |
755
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
756
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
757
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
758
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
759
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
760
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
761
-
762
- - Fields truncated: this layer shows only the first `12` rows.
763
-
764
- ### `GET /api/u1/v1/bilibili/web/fetch_user_post_videos`
765
-
766
- - Summary: 获取用户主页作品数据/Get user homepage video data
767
- - Capabilities: profiles / accounts / content details
768
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
769
- - operationId: `fetch_user_post_videos_api_v1_bilibili_web_fetch_user_post_videos_get`
770
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-post-videos`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-post-videos)
771
-
772
- #### Parameters
773
-
774
- | Field | In | Type | Required | Description |
775
- | --- | --- | --- | --- | --- |
776
- | uid | query | string | Yes | 用户UID |
777
- | pn | query | integer | No | 页码/Page number |
778
- | order | query | string | No | 排序方式/Order method |
779
-
780
- #### Request Body
781
-
782
- None
783
-
784
- #### Success Response
785
-
786
- ##### `200 application/json`
787
-
788
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
789
-
790
- | Field | Type | Required | Description |
791
- | --- | --- | --- | --- |
792
- | code | integer | No | HTTP status code \| HTTP状态码 |
793
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
794
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
795
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
796
- | support | string | No | Support message \| 支持消息 |
797
- | time | string | No | The time the response was generated \| 生成响应的时间 |
798
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
799
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
800
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
801
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
802
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
803
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
804
-
805
- - Fields truncated: this layer shows only the first `12` rows.
806
-
807
- ### `GET /api/u1/v1/bilibili/web/fetch_user_profile`
808
-
809
- - Summary: 获取指定用户的信息/Get information of specified user
810
- - Capabilities: profiles / accounts
811
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
812
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_user_profile_get`
813
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-profile`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-profile)
814
-
815
- #### Parameters
816
-
817
- | Field | In | Type | Required | Description |
818
- | --- | --- | --- | --- | --- |
819
- | uid | query | string | Yes | 用户UID |
820
-
821
- #### Request Body
822
-
823
- None
824
-
825
- #### Success Response
826
-
827
- ##### `200 application/json`
828
-
829
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
830
-
831
- | Field | Type | Required | Description |
832
- | --- | --- | --- | --- |
833
- | code | integer | No | HTTP status code \| HTTP状态码 |
834
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
835
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
836
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
837
- | support | string | No | Support message \| 支持消息 |
838
- | time | string | No | The time the response was generated \| 生成响应的时间 |
839
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
840
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
841
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
842
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
843
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
844
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
845
-
846
- - Fields truncated: this layer shows only the first `12` rows.
847
-
848
- ### `GET /api/u1/v1/bilibili/web/fetch_user_relation_stat`
849
-
850
- - Summary: 获取用户关系状态统计/Get user relation stat (following and followers)
851
- - Capabilities: profiles / accounts
852
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
853
- - operationId: `fetch_user_relation_stat_api_v1_bilibili_web_fetch_user_relation_stat_get`
854
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-relation-stat`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-relation-stat)
855
-
856
- #### Parameters
857
-
858
- | Field | In | Type | Required | Description |
859
- | --- | --- | --- | --- | --- |
860
- | uid | query | string | Yes | 用户UID/User UID |
861
-
862
- #### Request Body
863
-
864
- None
865
-
866
- #### Success Response
867
-
868
- ##### `200 application/json`
869
-
870
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
871
-
872
- | Field | Type | Required | Description |
873
- | --- | --- | --- | --- |
874
- | code | integer | No | HTTP status code \| HTTP状态码 |
875
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
876
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
877
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
878
- | support | string | No | Support message \| 支持消息 |
879
- | time | string | No | The time the response was generated \| 生成响应的时间 |
880
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
881
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
882
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
883
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
884
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
885
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
886
-
887
- - Fields truncated: this layer shows only the first `12` rows.
888
-
889
- ### `GET /api/u1/v1/bilibili/web/fetch_user_up_stat`
890
-
891
- - Summary: 获取UP主状态统计/Get UP stat (total likes and views)
892
- - Capabilities: profiles / accounts
893
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
894
- - operationId: `fetch_user_up_stat_api_v1_bilibili_web_fetch_user_up_stat_get`
895
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-up-stat`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-user-up-stat)
896
-
897
- #### Parameters
898
-
899
- | Field | In | Type | Required | Description |
900
- | --- | --- | --- | --- | --- |
901
- | uid | query | string | Yes | 用户UID/User UID |
902
-
903
- #### Request Body
904
-
905
- None
906
-
907
- #### Success Response
908
-
909
- ##### `200 application/json`
910
-
911
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
912
-
913
- | Field | Type | Required | Description |
914
- | --- | --- | --- | --- |
915
- | code | integer | No | HTTP status code \| HTTP状态码 |
916
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
917
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
918
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
919
- | support | string | No | Support message \| 支持消息 |
920
- | time | string | No | The time the response was generated \| 生成响应的时间 |
921
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
922
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
923
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
924
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
925
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
926
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
927
-
928
- - Fields truncated: this layer shows only the first `12` rows.
929
-
930
- ### `GET /api/u1/v1/bilibili/web/fetch_video_comments`
931
-
932
- - Summary: 获取指定视频的评论/Get comments on the specified video
933
- - Capabilities: comments / content details
934
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
935
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_video_comments_get`
936
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-comments`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-comments)
937
-
938
- #### Parameters
939
-
940
- | Field | In | Type | Required | Description |
941
- | --- | --- | --- | --- | --- |
942
- | bv_id | query | string | Yes | 作品id/Video id |
943
- | pn | query | integer | No | 页码/Page number |
944
-
945
- #### Request Body
946
-
947
- None
948
-
949
- #### Success Response
950
-
951
- ##### `200 application/json`
952
-
953
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
954
-
955
- | Field | Type | Required | Description |
956
- | --- | --- | --- | --- |
957
- | code | integer | No | HTTP status code \| HTTP状态码 |
958
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
959
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
960
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
961
- | support | string | No | Support message \| 支持消息 |
962
- | time | string | No | The time the response was generated \| 生成响应的时间 |
963
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
964
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
965
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
966
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
967
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
968
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
969
-
970
- - Fields truncated: this layer shows only the first `12` rows.
971
-
972
- ### `GET /api/u1/v1/bilibili/web/fetch_video_danmaku`
973
-
974
- - Summary: 获取视频实时弹幕/Get Video Danmaku
975
- - Capabilities: content details
976
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
977
- - operationId: `fetch_one_video_api_v1_bilibili_web_fetch_video_danmaku_get`
978
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-danmaku`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-danmaku)
979
-
980
- #### Parameters
981
-
982
- | Field | In | Type | Required | Description |
983
- | --- | --- | --- | --- | --- |
984
- | cid | query | string | Yes | 作品cid/Video cid |
985
-
986
- #### Request Body
987
-
988
- None
989
-
990
- #### Success Response
991
-
992
- ##### `200 application/json`
993
-
994
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
995
-
996
- | Field | Type | Required | Description |
997
- | --- | --- | --- | --- |
998
- | code | integer | No | HTTP status code \| HTTP状态码 |
999
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1000
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1001
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1002
- | support | string | No | Support message \| 支持消息 |
1003
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1004
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1005
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1006
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1007
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1008
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1009
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1010
-
1011
- - Fields truncated: this layer shows only the first `12` rows.
1012
-
1013
- ### `GET /api/u1/v1/bilibili/web/fetch_video_detail`
1014
-
1015
- - Summary: 获取单个视频详情/Get single video detail
1016
- - Capabilities: content details / details
1017
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1018
- - operationId: `fetch_video_detail_api_v1_bilibili_web_fetch_video_detail_get`
1019
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-detail`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-detail)
1020
-
1021
- #### Parameters
1022
-
1023
- | Field | In | Type | Required | Description |
1024
- | --- | --- | --- | --- | --- |
1025
- | aid | query | string | Yes | 作品id/Video id |
1026
-
1027
- #### Request Body
1028
-
1029
- None
1030
-
1031
- #### Success Response
1032
-
1033
- ##### `200 application/json`
1034
-
1035
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1036
-
1037
- | Field | Type | Required | Description |
1038
- | --- | --- | --- | --- |
1039
- | code | integer | No | HTTP status code \| HTTP状态码 |
1040
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1041
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1042
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1043
- | support | string | No | Support message \| 支持消息 |
1044
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1045
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1046
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1047
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1048
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1049
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1050
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1051
-
1052
- - Fields truncated: this layer shows only the first `12` rows.
1053
-
1054
- ### `GET /api/u1/v1/bilibili/web/fetch_video_parts`
1055
-
1056
- - Summary: 通过bv号获得视频分p信息/Get Video Parts By bvid
1057
- - Capabilities: content details
1058
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1059
- - operationId: `fetch_one_video_api_v1_bilibili_web_fetch_video_parts_get`
1060
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-parts`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-parts)
1061
-
1062
- #### Parameters
1063
-
1064
- | Field | In | Type | Required | Description |
1065
- | --- | --- | --- | --- | --- |
1066
- | bv_id | query | string | Yes | 作品id/Video id |
1067
-
1068
- #### Request Body
1069
-
1070
- None
1071
-
1072
- #### Success Response
1073
-
1074
- ##### `200 application/json`
1075
-
1076
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1077
-
1078
- | Field | Type | Required | Description |
1079
- | --- | --- | --- | --- |
1080
- | code | integer | No | HTTP status code \| HTTP状态码 |
1081
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1082
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1083
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1084
- | support | string | No | Support message \| 支持消息 |
1085
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1086
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1087
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1088
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1089
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1090
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1091
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1092
-
1093
- - Fields truncated: this layer shows only the first `12` rows.
1094
-
1095
- ### `GET /api/u1/v1/bilibili/web/fetch_video_play_info`
1096
-
1097
- - Summary: 获取单个视频播放信息/Get single video play info
1098
- - Capabilities: content details
1099
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1100
- - operationId: `fetch_video_play_info_api_v1_bilibili_web_fetch_video_play_info_get`
1101
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-play-info`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-play-info)
1102
-
1103
- #### Parameters
1104
-
1105
- | Field | In | Type | Required | Description |
1106
- | --- | --- | --- | --- | --- |
1107
- | url | query | string | Yes | 视频链接/Video URL |
1108
-
1109
- #### Request Body
1110
-
1111
- None
1112
-
1113
- #### Success Response
1114
-
1115
- ##### `200 application/json`
1116
-
1117
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1118
-
1119
- | Field | Type | Required | Description |
1120
- | --- | --- | --- | --- |
1121
- | code | integer | No | HTTP status code \| HTTP状态码 |
1122
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1123
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1124
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1125
- | support | string | No | Support message \| 支持消息 |
1126
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1127
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1128
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1129
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1130
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1131
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1132
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1133
-
1134
- - Fields truncated: this layer shows only the first `12` rows.
1135
-
1136
- ### `GET /api/u1/v1/bilibili/web/fetch_video_playurl`
1137
-
1138
- - Summary: 获取视频流地址/Get video playurl
1139
- - Capabilities: content details
1140
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1141
- - operationId: `fetch_one_video_api_v1_bilibili_web_fetch_video_playurl_get`
1142
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-playurl`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-playurl)
1143
-
1144
- #### Parameters
1145
-
1146
- | Field | In | Type | Required | Description |
1147
- | --- | --- | --- | --- | --- |
1148
- | bv_id | query | string | Yes | 作品id/Video id |
1149
- | cid | query | string | Yes | 作品cid/Video cid |
1150
-
1151
- #### Request Body
1152
-
1153
- None
1154
-
1155
- #### Success Response
1156
-
1157
- ##### `200 application/json`
1158
-
1159
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1160
-
1161
- | Field | Type | Required | Description |
1162
- | --- | --- | --- | --- |
1163
- | code | integer | No | HTTP status code \| HTTP状态码 |
1164
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1165
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1166
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1167
- | support | string | No | Support message \| 支持消息 |
1168
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1169
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1170
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1171
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1172
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1173
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1174
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1175
-
1176
- - Fields truncated: this layer shows only the first `12` rows.
1177
-
1178
- ### `GET /api/u1/v1/bilibili/web/fetch_video_subtitle`
1179
-
1180
- - Summary: 获取视频字幕信息/Get video subtitle info
1181
- - Capabilities: subtitles / transcription / content details
1182
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1183
- - operationId: `fetch_video_subtitle_api_v1_bilibili_web_fetch_video_subtitle_get`
1184
- - Full contract: [`api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-subtitle`](../api-contracts/bilibili-web-api.md#get-api-u1-v1-bilibili-web-fetch-video-subtitle)
1185
-
1186
- #### Parameters
1187
-
1188
- | Field | In | Type | Required | Description |
1189
- | --- | --- | --- | --- | --- |
1190
- | a_id | query | string | Yes | 作品id/Video id |
1191
- | c_id | query | string | Yes | 作品cid/Video cid |
1192
-
1193
- #### Request Body
1194
-
1195
- None
1196
-
1197
- #### Success Response
1198
-
1199
- ##### `200 application/json`
1200
-
1201
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1202
-
1203
- | Field | Type | Required | Description |
1204
- | --- | --- | --- | --- |
1205
- | code | integer | No | HTTP status code \| HTTP状态码 |
1206
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1207
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1208
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1209
- | support | string | No | Support message \| 支持消息 |
1210
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1211
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1212
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1213
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1214
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1215
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1216
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1217
-
1218
- - Fields truncated: this layer shows only the first `12` rows.
1219
-
1220
- ### `POST /api/u1/v1/bilibili/web/fetch_vip_video_playurl`
1221
-
1222
- - Summary: 获取大会员清晰度视频流地址/Get VIP video playurl
1223
- - Capabilities: content details
1224
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1225
- - operationId: `fetch_vip_video_playurl_api_v1_bilibili_web_fetch_vip_video_playurl_post`
1226
- - Full contract: [`api-contracts/bilibili-web-api.md#post-api-u1-v1-bilibili-web-fetch-vip-video-playurl`](../api-contracts/bilibili-web-api.md#post-api-u1-v1-bilibili-web-fetch-vip-video-playurl)
1227
-
1228
- #### Parameters
1229
-
1230
- None
1231
-
1232
- #### Request Body
1233
-
1234
- - required: Yes
1235
-
1236
- ##### `application/json`
1237
-
1238
- - Schema summary: `bv_id*`:string, `cid*`:string, `cookie*`:string
1239
-
1240
- | Field | Type | Required | Description |
1241
- | --- | --- | --- | --- |
1242
- | bv_id | string | Yes | 作品id/Video id |
1243
- | cid | string | Yes | 作品cid/Video cid |
1244
- | cookie | string | Yes | 大会员用户Cookie/VIP User Cookie |
1245
-
1246
- #### Success Response
1247
-
1248
- ##### `200 application/json`
1249
-
1250
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1251
-
1252
- | Field | Type | Required | Description |
1253
- | --- | --- | --- | --- |
1254
- | code | integer | No | HTTP status code \| HTTP状态码 |
1255
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1256
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1257
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1258
- | support | string | No | Support message \| 支持消息 |
1259
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1260
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1261
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1262
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1263
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1264
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1265
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1266
-
1267
- - Fields truncated: this layer shows only the first `12` rows.