@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,1428 +0,0 @@
1
- # Douyin-Billboard-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/douyin-billboard-api.md`
5
- - Full contract: [`api-contracts/douyin-billboard-api.md`](../api-contracts/douyin-billboard-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: `31`
9
- - Common capabilities: trends / rankings / search / topics / details / comments / content details
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `page_size`, `date_window`, `page`, `keyword`, `tags`, `sec_uid`, `option`, `page_num`, `end_date`, `start_date`
12
- - Tag description: **(抖音热点榜数据接口/Douyin-Billboard-API data endpoints)**
13
-
14
- ## Routes
15
-
16
- ### `GET /api/u1/v1/douyin/billboard/fetch_city_list`
17
-
18
- - Summary: 获取中国城市列表/Fetch Chinese city list
19
- - Capabilities: trends / rankings
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_city_list_api_v1_douyin_billboard_fetch_city_list_get`
22
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-city-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-city-list)
23
-
24
- #### Parameters
25
-
26
- None
27
-
28
- #### Request Body
29
-
30
- None
31
-
32
- #### Success Response
33
-
34
- ##### `200 application/json`
35
-
36
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
37
-
38
- | Field | Type | Required | Description |
39
- | --- | --- | --- | --- |
40
- | code | integer | No | HTTP status code \| HTTP状态码 |
41
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
42
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
43
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
44
- | support | string | No | Support message \| 支持消息 |
45
- | time | string | No | The time the response was generated \| 生成响应的时间 |
46
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
47
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
48
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
49
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
50
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
51
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
52
-
53
- - Fields truncated: this layer shows only the first `12` rows.
54
-
55
- ### `GET /api/u1/v1/douyin/billboard/fetch_content_tag`
56
-
57
- - Summary: 获取垂类内容标签/Fetch vertical content tags
58
- - Capabilities: trends / rankings
59
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
60
- - operationId: `fetch_content_tag_api_v1_douyin_billboard_fetch_content_tag_get`
61
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-content-tag`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-content-tag)
62
-
63
- #### Parameters
64
-
65
- None
66
-
67
- #### Request Body
68
-
69
- None
70
-
71
- #### Success Response
72
-
73
- ##### `200 application/json`
74
-
75
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
76
-
77
- | Field | Type | Required | Description |
78
- | --- | --- | --- | --- |
79
- | code | integer | No | HTTP status code \| HTTP状态码 |
80
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
81
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
82
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
83
- | support | string | No | Support message \| 支持消息 |
84
- | time | string | No | The time the response was generated \| 生成响应的时间 |
85
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
86
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
87
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
88
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
89
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
90
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
91
-
92
- - Fields truncated: this layer shows only the first `12` rows.
93
-
94
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_account_fans_interest_account_list`
95
-
96
- - Summary: 获取粉丝兴趣作者 20个用户/Fetch fan interest author 20 users
97
- - Capabilities: trends / rankings
98
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
99
- - operationId: `fetch_hot_account_fans_interest_account_list_api_v1_douyin_billboard_fetch_hot_account_fans_interest_account_list_get`
100
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-fans-interest-account-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-fans-interest-account-list)
101
-
102
- #### Parameters
103
-
104
- | Field | In | Type | Required | Description |
105
- | --- | --- | --- | --- | --- |
106
- | sec_uid | query | string | Yes | 用户sec_id |
107
-
108
- #### Request Body
109
-
110
- None
111
-
112
- #### Success Response
113
-
114
- ##### `200 application/json`
115
-
116
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
117
-
118
- | Field | Type | Required | Description |
119
- | --- | --- | --- | --- |
120
- | code | integer | No | HTTP status code \| HTTP状态码 |
121
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
122
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
123
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
124
- | support | string | No | Support message \| 支持消息 |
125
- | time | string | No | The time the response was generated \| 生成响应的时间 |
126
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
127
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
128
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
129
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
130
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
131
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
132
-
133
- - Fields truncated: this layer shows only the first `12` rows.
134
-
135
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_account_fans_interest_search_list`
136
-
137
- - Summary: 获取粉丝近3天搜索词 10个搜索词/Fetch fan interest search term in the last 3 days 10 search terms
138
- - Capabilities: search / trends / rankings
139
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
140
- - operationId: `fetch_hot_account_fans_interest_search_list_api_v1_douyin_billboard_fetch_hot_account_fans_interest_search_list_get`
141
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-fans-interest-search-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-fans-interest-search-list)
142
-
143
- #### Parameters
144
-
145
- | Field | In | Type | Required | Description |
146
- | --- | --- | --- | --- | --- |
147
- | sec_uid | query | string | Yes | 用户sec_id |
148
-
149
- #### Request Body
150
-
151
- None
152
-
153
- #### Success Response
154
-
155
- ##### `200 application/json`
156
-
157
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
158
-
159
- | Field | Type | Required | Description |
160
- | --- | --- | --- | --- |
161
- | code | integer | No | HTTP status code \| HTTP状态码 |
162
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
163
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
164
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
165
- | support | string | No | Support message \| 支持消息 |
166
- | time | string | No | The time the response was generated \| 生成响应的时间 |
167
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
168
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
169
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
170
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
171
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
172
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
173
-
174
- - Fields truncated: this layer shows only the first `12` rows.
175
-
176
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_account_fans_interest_topic_list`
177
-
178
- - Summary: 获取粉丝近3天感兴趣的话题 10个话题/Fetch fan interest topic in the last 3 days 10 topics
179
- - Capabilities: trends / rankings / topics
180
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
181
- - operationId: `fetch_hot_account_fans_interest_topic_list_api_v1_douyin_billboard_fetch_hot_account_fans_interest_topic_list_get`
182
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-fans-interest-topic-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-fans-interest-topic-list)
183
-
184
- #### Parameters
185
-
186
- | Field | In | Type | Required | Description |
187
- | --- | --- | --- | --- | --- |
188
- | sec_uid | query | string | Yes | 用户sec_id |
189
-
190
- #### Request Body
191
-
192
- None
193
-
194
- #### Success Response
195
-
196
- ##### `200 application/json`
197
-
198
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
199
-
200
- | Field | Type | Required | Description |
201
- | --- | --- | --- | --- |
202
- | code | integer | No | HTTP status code \| HTTP状态码 |
203
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
204
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
205
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
206
- | support | string | No | Support message \| 支持消息 |
207
- | time | string | No | The time the response was generated \| 生成响应的时间 |
208
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
209
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
210
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
211
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
212
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
213
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
214
-
215
- - Fields truncated: this layer shows only the first `12` rows.
216
-
217
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_account_fans_portrait_list`
218
-
219
- - Summary: 获取粉丝画像/Fetch fan portrait
220
- - Capabilities: trends / rankings
221
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
222
- - operationId: `fetch_hot_account_fans_portrait_list_api_v1_douyin_billboard_fetch_hot_account_fans_portrait_list_get`
223
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-fans-portrait-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-fans-portrait-list)
224
-
225
- #### Parameters
226
-
227
- | Field | In | Type | Required | Description |
228
- | --- | --- | --- | --- | --- |
229
- | sec_uid | query | string | Yes | 用户sec_id |
230
- | option | query | integer | No | 选项,1 手机价格分布 2 性别分布 3 年龄分布 4 地域分布-省份 5 地域分布-城市 6 城市等级 7 手机品牌分布 8 兴趣标签分析 百分比 |
231
-
232
- #### Request Body
233
-
234
- None
235
-
236
- #### Success Response
237
-
238
- ##### `200 application/json`
239
-
240
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
241
-
242
- | Field | Type | Required | Description |
243
- | --- | --- | --- | --- |
244
- | code | integer | No | HTTP status code \| HTTP状态码 |
245
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
246
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
247
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
248
- | support | string | No | Support message \| 支持消息 |
249
- | time | string | No | The time the response was generated \| 生成响应的时间 |
250
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
251
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
252
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
253
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
254
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
255
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
256
-
257
- - Fields truncated: this layer shows only the first `12` rows.
258
-
259
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_account_item_analysis_list`
260
-
261
- - Summary: 获取账号作品分析-上周/Fetch account work analysis - last week
262
- - Capabilities: trends / rankings
263
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
264
- - operationId: `fetch_hot_account_item_analysis_list_api_v1_douyin_billboard_fetch_hot_account_item_analysis_list_get`
265
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-item-analysis-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-item-analysis-list)
266
-
267
- #### Parameters
268
-
269
- | Field | In | Type | Required | Description |
270
- | --- | --- | --- | --- | --- |
271
- | sec_uid | query | string | Yes | 用户sec_id |
272
-
273
- #### Request Body
274
-
275
- None
276
-
277
- #### Success Response
278
-
279
- ##### `200 application/json`
280
-
281
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
282
-
283
- | Field | Type | Required | Description |
284
- | --- | --- | --- | --- |
285
- | code | integer | No | HTTP status code \| HTTP状态码 |
286
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
287
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
288
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
289
- | support | string | No | Support message \| 支持消息 |
290
- | time | string | No | The time the response was generated \| 生成响应的时间 |
291
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
292
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
293
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
294
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
295
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
296
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
297
-
298
- - Fields truncated: this layer shows only the first `12` rows.
299
-
300
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_account_list`
301
-
302
- - Summary: 获取热门账号/Fetch hot account list
303
- - Capabilities: trends / rankings
304
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
305
- - operationId: `fetch_hot_account_list_api_v1_douyin_billboard_fetch_hot_account_list_post`
306
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-account-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-account-list)
307
-
308
- #### Parameters
309
-
310
- None
311
-
312
- #### Request Body
313
-
314
- - required: No
315
-
316
- ##### `application/json`
317
-
318
- - Schema summary: `date_window`:integer, `page_num`:integer, `page_size`:integer, `query_tag`{...}
319
-
320
- | Field | Type | Required | Description |
321
- | --- | --- | --- | --- |
322
- | date_window | integer | No | 时间窗口,格式 小时,默认24小时 |
323
- | page_num | integer | No | 页码,默认1 |
324
- | page_size | integer | No | 每页数量,默认10 |
325
- | query_tag | object | No | 子级垂类标签,空则为全部,多个标签需传入{"value": "{顶级垂类标签id}", "children": [{"value": "{子级垂类标签id}"}, {"value": "{子级垂类标签id}"}]} |
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/douyin/billboard/fetch_hot_account_search_list`
351
-
352
- - Summary: 搜索用户名或抖音号/Fetch account search list
353
- - Capabilities: search / trends / rankings
354
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
355
- - operationId: `fetch_hot_account_search_list_api_v1_douyin_billboard_fetch_hot_account_search_list_get`
356
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-search-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-search-list)
357
-
358
- #### Parameters
359
-
360
- | Field | In | Type | Required | Description |
361
- | --- | --- | --- | --- | --- |
362
- | keyword | query | string | Yes | 搜索的用户名或抖音号 |
363
- | cursor | query | integer | Yes | 游标,默认空 |
364
-
365
- #### Request Body
366
-
367
- None
368
-
369
- #### Success Response
370
-
371
- ##### `200 application/json`
372
-
373
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
374
-
375
- | Field | Type | Required | Description |
376
- | --- | --- | --- | --- |
377
- | code | integer | No | HTTP status code \| HTTP状态码 |
378
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
379
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
380
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
381
- | support | string | No | Support message \| 支持消息 |
382
- | time | string | No | The time the response was generated \| 生成响应的时间 |
383
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
384
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
385
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
386
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
387
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
388
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
389
-
390
- - Fields truncated: this layer shows only the first `12` rows.
391
-
392
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_account_trends_list`
393
-
394
- - Summary: 获取账号粉丝数据趋势/Fetch account fan data trend
395
- - Capabilities: trends / rankings
396
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
397
- - operationId: `fetch_hot_account_trends_list_api_v1_douyin_billboard_fetch_hot_account_trends_list_get`
398
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-trends-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-account-trends-list)
399
-
400
- #### Parameters
401
-
402
- | Field | In | Type | Required | Description |
403
- | --- | --- | --- | --- | --- |
404
- | sec_uid | query | string | Yes | 用户sec_id |
405
- | option | query | integer | No | 选项,2 新增点赞量 3 新增作品量 4 新增评论量 5 新增分享量 |
406
- | date_window | query | integer | No | 时间窗口,1 按小时 2 按天 |
407
-
408
- #### Request Body
409
-
410
- None
411
-
412
- #### Success Response
413
-
414
- ##### `200 application/json`
415
-
416
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
417
-
418
- | Field | Type | Required | Description |
419
- | --- | --- | --- | --- |
420
- | code | integer | No | HTTP status code \| HTTP状态码 |
421
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
422
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
423
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
424
- | support | string | No | Support message \| 支持消息 |
425
- | time | string | No | The time the response was generated \| 生成响应的时间 |
426
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
427
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
428
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
429
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
430
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
431
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
432
-
433
- - Fields truncated: this layer shows only the first `12` rows.
434
-
435
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_calendar_detail`
436
-
437
- - Summary: 获取活动日历详情/Fetch activity calendar detail
438
- - Capabilities: trends / rankings / details
439
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
440
- - operationId: `fetch_hot_calendar_detail_api_v1_douyin_billboard_fetch_hot_calendar_detail_get`
441
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-calendar-detail`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-calendar-detail)
442
-
443
- #### Parameters
444
-
445
- | Field | In | Type | Required | Description |
446
- | --- | --- | --- | --- | --- |
447
- | calendar_id | query | string | Yes | 活动id |
448
-
449
- #### Request Body
450
-
451
- None
452
-
453
- #### Success Response
454
-
455
- ##### `200 application/json`
456
-
457
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
458
-
459
- | Field | Type | Required | Description |
460
- | --- | --- | --- | --- |
461
- | code | integer | No | HTTP status code \| HTTP状态码 |
462
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
463
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
464
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
465
- | support | string | No | Support message \| 支持消息 |
466
- | time | string | No | The time the response was generated \| 生成响应的时间 |
467
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
468
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
469
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
470
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
471
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
472
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
473
-
474
- - Fields truncated: this layer shows only the first `12` rows.
475
-
476
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_calendar_list`
477
-
478
- - Summary: 获取活动日历/Fetch activity calendar
479
- - Capabilities: trends / rankings
480
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
481
- - operationId: `fetch_hot_calendar_list_api_v1_douyin_billboard_fetch_hot_calendar_list_post`
482
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-calendar-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-calendar-list)
483
-
484
- #### Parameters
485
-
486
- None
487
-
488
- #### Request Body
489
-
490
- - required: No
491
-
492
- ##### `application/json`
493
-
494
- - Schema summary: `city_code`:string, `category_code`:string, `end_date`:integer, `start_date`:integer
495
-
496
- | Field | Type | Required | Description |
497
- | --- | --- | --- | --- |
498
- | city_code | string | No | 城市编码,从城市列表获取,空为全部 |
499
- | category_code | string | No | 热点榜分类编码,从热点榜分类获取,空为全部 |
500
- | end_date | integer | No | 快照结束时间 格式10位时间戳 |
501
- | start_date | integer | No | 快照开始时间 格式10位时间戳 |
502
-
503
- #### Success Response
504
-
505
- ##### `200 application/json`
506
-
507
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
508
-
509
- | Field | Type | Required | Description |
510
- | --- | --- | --- | --- |
511
- | code | integer | No | HTTP status code \| HTTP状态码 |
512
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
513
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
514
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
515
- | support | string | No | Support message \| 支持消息 |
516
- | time | string | No | The time the response was generated \| 生成响应的时间 |
517
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
518
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
519
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
520
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
521
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
522
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
523
-
524
- - Fields truncated: this layer shows only the first `12` rows.
525
-
526
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_category_list`
527
-
528
- - Summary: 获取热点榜分类/Fetch hot list category
529
- - Capabilities: trends / rankings
530
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
531
- - operationId: `fetch_hot_category_list_api_v1_douyin_billboard_fetch_hot_category_list_get`
532
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-category-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-category-list)
533
-
534
- #### Parameters
535
-
536
- | Field | In | Type | Required | Description |
537
- | --- | --- | --- | --- | --- |
538
- | billboard_type | query | string | Yes | 榜单类型 |
539
- | snapshot_time | query | string | No | 快照时间 格式yyyyMMddHHmmss |
540
- | start_date | query | string | No | 快照开始时间 格式yyyyMMdd |
541
- | end_date | query | string | No | 快照结束时间 格式yyyyMMdd |
542
- | keyword | query | string | No | 热点搜索词 |
543
-
544
- #### Request Body
545
-
546
- None
547
-
548
- #### Success Response
549
-
550
- ##### `200 application/json`
551
-
552
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
553
-
554
- | Field | Type | Required | Description |
555
- | --- | --- | --- | --- |
556
- | code | integer | No | HTTP status code \| HTTP状态码 |
557
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
558
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
559
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
560
- | support | string | No | Support message \| 支持消息 |
561
- | time | string | No | The time the response was generated \| 生成响应的时间 |
562
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
563
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
564
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
565
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
566
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
567
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
568
-
569
- - Fields truncated: this layer shows only the first `12` rows.
570
-
571
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_challenge_list`
572
-
573
- - Summary: 获取挑战热榜/Fetch hot challenge list
574
- - Capabilities: trends / rankings / topics
575
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
576
- - operationId: `fetch_hot_challenge_list_api_v1_douyin_billboard_fetch_hot_challenge_list_get`
577
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-challenge-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-challenge-list)
578
-
579
- #### Parameters
580
-
581
- | Field | In | Type | Required | Description |
582
- | --- | --- | --- | --- | --- |
583
- | page | query | integer | Yes | 页码 |
584
- | page_size | query | integer | Yes | 每页数量 |
585
- | keyword | query | string | No | 热点搜索词 |
586
-
587
- #### Request Body
588
-
589
- None
590
-
591
- #### Success Response
592
-
593
- ##### `200 application/json`
594
-
595
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
596
-
597
- | Field | Type | Required | Description |
598
- | --- | --- | --- | --- |
599
- | code | integer | No | HTTP status code \| HTTP状态码 |
600
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
601
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
602
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
603
- | support | string | No | Support message \| 支持消息 |
604
- | time | string | No | The time the response was generated \| 生成响应的时间 |
605
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
606
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
607
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
608
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
609
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
610
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
611
-
612
- - Fields truncated: this layer shows only the first `12` rows.
613
-
614
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_city_list`
615
-
616
- - Summary: 获取同城热点榜/Fetch city hot list
617
- - Capabilities: trends / rankings
618
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
619
- - operationId: `fetch_hot_city_list_api_v1_douyin_billboard_fetch_hot_city_list_get`
620
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-city-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-city-list)
621
-
622
- #### Parameters
623
-
624
- | Field | In | Type | Required | Description |
625
- | --- | --- | --- | --- | --- |
626
- | page | query | integer | Yes | 页码 |
627
- | page_size | query | integer | Yes | 每页数量 |
628
- | order | query | string | Yes | 排序方式 |
629
- | city_code | query | string | No | 城市编码,从城市列表获取,空为全部 |
630
- | sentence_tag | query | string | No | 热点分类标签,从热点榜分类获取,多个分类用逗号分隔,空为全部 |
631
- | keyword | query | string | No | 热点搜索词 |
632
-
633
- #### Request Body
634
-
635
- None
636
-
637
- #### Success Response
638
-
639
- ##### `200 application/json`
640
-
641
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
642
-
643
- | Field | Type | Required | Description |
644
- | --- | --- | --- | --- |
645
- | code | integer | No | HTTP status code \| HTTP状态码 |
646
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
647
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
648
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
649
- | support | string | No | Support message \| 支持消息 |
650
- | time | string | No | The time the response was generated \| 生成响应的时间 |
651
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
652
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
653
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
654
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
655
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
656
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
657
-
658
- - Fields truncated: this layer shows only the first `12` rows.
659
-
660
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_comment_word_list`
661
-
662
- - Summary: 获取作品评论分析-词云权重/Fetch work comment analysis word cloud weight
663
- - Capabilities: comments / trends / rankings
664
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
665
- - operationId: `fetch_hot_comment_word_list_api_v1_douyin_billboard_fetch_hot_comment_word_list_get`
666
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-comment-word-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-comment-word-list)
667
-
668
- #### Parameters
669
-
670
- | Field | In | Type | Required | Description |
671
- | --- | --- | --- | --- | --- |
672
- | aweme_id | query | string | Yes | 作品id |
673
-
674
- #### Request Body
675
-
676
- None
677
-
678
- #### Success Response
679
-
680
- ##### `200 application/json`
681
-
682
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
683
-
684
- | Field | Type | Required | Description |
685
- | --- | --- | --- | --- |
686
- | code | integer | No | HTTP status code \| HTTP状态码 |
687
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
688
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
689
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
690
- | support | string | No | Support message \| 支持消息 |
691
- | time | string | No | The time the response was generated \| 生成响应的时间 |
692
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
693
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
694
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
695
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
696
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
697
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
698
-
699
- - Fields truncated: this layer shows only the first `12` rows.
700
-
701
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_item_trends_list`
702
-
703
- - Summary: 获取作品数据趋势/Fetch post data trend
704
- - Capabilities: trends / rankings
705
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
706
- - operationId: `fetch_hot_item_trends_list_api_v1_douyin_billboard_fetch_hot_item_trends_list_get`
707
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-item-trends-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-item-trends-list)
708
-
709
- #### Parameters
710
-
711
- | Field | In | Type | Required | Description |
712
- | --- | --- | --- | --- | --- |
713
- | aweme_id | query | string | No | 作品id |
714
- | option | query | integer | No | 选项,7 点赞量 8 分享量 9 评论量 |
715
- | date_window | query | integer | No | 时间窗口,1 按小时 2 按天 |
716
-
717
- #### Request Body
718
-
719
- None
720
-
721
- #### Success Response
722
-
723
- ##### `200 application/json`
724
-
725
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
726
-
727
- | Field | Type | Required | Description |
728
- | --- | --- | --- | --- |
729
- | code | integer | No | HTTP status code \| HTTP状态码 |
730
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
731
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
732
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
733
- | support | string | No | Support message \| 支持消息 |
734
- | time | string | No | The time the response was generated \| 生成响应的时间 |
735
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
736
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
737
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
738
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
739
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
740
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
741
-
742
- - Fields truncated: this layer shows only the first `12` rows.
743
-
744
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_rise_list`
745
-
746
- - Summary: 获取上升热点榜/Fetch rising hot list
747
- - Capabilities: trends / rankings
748
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
749
- - operationId: `fetch_hot_rise_list_api_v1_douyin_billboard_fetch_hot_rise_list_get`
750
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-rise-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-rise-list)
751
-
752
- #### Parameters
753
-
754
- | Field | In | Type | Required | Description |
755
- | --- | --- | --- | --- | --- |
756
- | page | query | integer | Yes | 页码 |
757
- | page_size | query | integer | Yes | 每页数量 |
758
- | order | query | string | Yes | 排序方式 |
759
- | sentence_tag | query | string | No | 热点分类标签,从热点榜分类获取,多个分类用逗号分隔,空为全部 |
760
- | keyword | query | string | No | 热点搜索词 |
761
-
762
- #### Request Body
763
-
764
- None
765
-
766
- #### Success Response
767
-
768
- ##### `200 application/json`
769
-
770
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
771
-
772
- | Field | Type | Required | Description |
773
- | --- | --- | --- | --- |
774
- | code | integer | No | HTTP status code \| HTTP状态码 |
775
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
776
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
777
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
778
- | support | string | No | Support message \| 支持消息 |
779
- | time | string | No | The time the response was generated \| 生成响应的时间 |
780
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
781
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
782
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
783
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
784
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
785
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
786
-
787
- - Fields truncated: this layer shows only the first `12` rows.
788
-
789
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_high_fan_list`
790
-
791
- - Summary: 获取高涨粉率榜/Fetch high fan rate list
792
- - Capabilities: trends / rankings
793
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
794
- - operationId: `fetch_hot_total_high_fan_list_api_v1_douyin_billboard_fetch_hot_total_high_fan_list_post`
795
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-fan-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-fan-list)
796
-
797
- #### Parameters
798
-
799
- None
800
-
801
- #### Request Body
802
-
803
- - required: No
804
-
805
- ##### `application/json`
806
-
807
- - Schema summary: `page`:integer, `page_size`:integer, `date_window`:integer, `tags`[object]
808
-
809
- | Field | Type | Required | Description |
810
- | --- | --- | --- | --- |
811
- | page | integer | No | 页码 |
812
- | page_size | integer | No | 每页数量 |
813
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
814
- | tags | array<object> | No | 子级垂类标签,空则为全部,多个标签需传入{"value": "{顶级垂类标签id}", "children": [{"value": "{子级垂类标签id}"}, {"value": "{子级垂类标签id}"}]} |
815
- | tags[] | object | Yes | None |
816
-
817
- #### Success Response
818
-
819
- ##### `200 application/json`
820
-
821
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
822
-
823
- | Field | Type | Required | Description |
824
- | --- | --- | --- | --- |
825
- | code | integer | No | HTTP status code \| HTTP状态码 |
826
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
827
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
828
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
829
- | support | string | No | Support message \| 支持消息 |
830
- | time | string | No | The time the response was generated \| 生成响应的时间 |
831
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
832
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
833
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
834
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
835
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
836
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
837
-
838
- - Fields truncated: this layer shows only the first `12` rows.
839
-
840
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_high_like_list`
841
-
842
- - Summary: 获取高点赞率榜/Fetch high like rate list
843
- - Capabilities: trends / rankings
844
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
845
- - operationId: `fetch_hot_total_high_like_list_api_v1_douyin_billboard_fetch_hot_total_high_like_list_post`
846
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-like-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-like-list)
847
-
848
- #### Parameters
849
-
850
- None
851
-
852
- #### Request Body
853
-
854
- - required: No
855
-
856
- ##### `application/json`
857
-
858
- - Schema summary: `page`:integer, `page_size`:integer, `date_window`:integer, `tags`[object]
859
-
860
- | Field | Type | Required | Description |
861
- | --- | --- | --- | --- |
862
- | page | integer | No | 页码 |
863
- | page_size | integer | No | 每页数量 |
864
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
865
- | tags | array<object> | No | 子级垂类标签,空则为全部,多个标签需传入{"value": "{顶级垂类标签id}", "children": [{"value": "{子级垂类标签id}"}, {"value": "{子级垂类标签id}"}]} |
866
- | tags[] | object | Yes | None |
867
-
868
- #### Success Response
869
-
870
- ##### `200 application/json`
871
-
872
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
873
-
874
- | Field | Type | Required | Description |
875
- | --- | --- | --- | --- |
876
- | code | integer | No | HTTP status code \| HTTP状态码 |
877
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
878
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
879
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
880
- | support | string | No | Support message \| 支持消息 |
881
- | time | string | No | The time the response was generated \| 生成响应的时间 |
882
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
883
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
884
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
885
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
886
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
887
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
888
-
889
- - Fields truncated: this layer shows only the first `12` rows.
890
-
891
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_high_play_list`
892
-
893
- - Summary: 获取高完播率榜/Fetch high completion rate list
894
- - Capabilities: trends / rankings
895
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
896
- - operationId: `fetch_hot_total_high_play_list_api_v1_douyin_billboard_fetch_hot_total_high_play_list_post`
897
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-play-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-play-list)
898
-
899
- #### Parameters
900
-
901
- None
902
-
903
- #### Request Body
904
-
905
- - required: No
906
-
907
- ##### `application/json`
908
-
909
- - Schema summary: `page`:integer, `page_size`:integer, `date_window`:integer, `tags`[object]
910
-
911
- | Field | Type | Required | Description |
912
- | --- | --- | --- | --- |
913
- | page | integer | No | 页码 |
914
- | page_size | integer | No | 每页数量 |
915
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
916
- | tags | array<object> | No | 子级垂类标签,空则为全部,多个标签需传入{"value": "{顶级垂类标签id}", "children": [{"value": "{子级垂类标签id}"}, {"value": "{子级垂类标签id}"}]} |
917
- | tags[] | object | Yes | None |
918
-
919
- #### Success Response
920
-
921
- ##### `200 application/json`
922
-
923
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
924
-
925
- | Field | Type | Required | Description |
926
- | --- | --- | --- | --- |
927
- | code | integer | No | HTTP status code \| HTTP状态码 |
928
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
929
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
930
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
931
- | support | string | No | Support message \| 支持消息 |
932
- | time | string | No | The time the response was generated \| 生成响应的时间 |
933
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
934
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
935
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
936
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
937
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
938
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
939
-
940
- - Fields truncated: this layer shows only the first `12` rows.
941
-
942
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_high_search_list`
943
-
944
- - Summary: 获取热度飙升的搜索榜/Fetch search list with rising popularity
945
- - Capabilities: search / trends / rankings
946
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
947
- - operationId: `fetch_hot_total_high_search_list_api_v1_douyin_billboard_fetch_hot_total_high_search_list_post`
948
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-search-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-search-list)
949
-
950
- #### Parameters
951
-
952
- None
953
-
954
- #### Request Body
955
-
956
- - required: No
957
-
958
- ##### `application/json`
959
-
960
- - Schema summary: `page_num`:integer, `page_size`:integer, `date_window`:integer, `keyword`:string
961
-
962
- | Field | Type | Required | Description |
963
- | --- | --- | --- | --- |
964
- | page_num | integer | No | 页码 |
965
- | page_size | integer | No | 每页数量 |
966
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
967
- | keyword | string | No | 搜索关键字 |
968
-
969
- #### Success Response
970
-
971
- ##### `200 application/json`
972
-
973
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
974
-
975
- | Field | Type | Required | Description |
976
- | --- | --- | --- | --- |
977
- | code | integer | No | HTTP status code \| HTTP状态码 |
978
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
979
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
980
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
981
- | support | string | No | Support message \| 支持消息 |
982
- | time | string | No | The time the response was generated \| 生成响应的时间 |
983
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
984
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
985
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
986
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
987
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
988
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
989
-
990
- - Fields truncated: this layer shows only the first `12` rows.
991
-
992
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_high_topic_list`
993
-
994
- - Summary: 获取热度飙升的话题榜/Fetch topic list with rising popularity
995
- - Capabilities: trends / rankings / topics
996
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
997
- - operationId: `fetch_hot_total_high_topic_list_api_v1_douyin_billboard_fetch_hot_total_high_topic_list_post`
998
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-topic-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-high-topic-list)
999
-
1000
- #### Parameters
1001
-
1002
- None
1003
-
1004
- #### Request Body
1005
-
1006
- - required: No
1007
-
1008
- ##### `application/json`
1009
-
1010
- - Schema summary: `page`:integer, `page_size`:integer, `date_window`:integer, `tags`[object]
1011
-
1012
- | Field | Type | Required | Description |
1013
- | --- | --- | --- | --- |
1014
- | page | integer | No | 页码 |
1015
- | page_size | integer | No | 每页数量 |
1016
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
1017
- | tags | array<object> | No | 子级垂类标签,空则为全部,多个标签需传入{"value": "{顶级垂类标签id}", "children": [{"value": "{子级垂类标签id}"}, {"value": "{子级垂类标签id}"}]} |
1018
- | tags[] | object | Yes | None |
1019
-
1020
- #### Success Response
1021
-
1022
- ##### `200 application/json`
1023
-
1024
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1025
-
1026
- | Field | Type | Required | Description |
1027
- | --- | --- | --- | --- |
1028
- | code | integer | No | HTTP status code \| HTTP状态码 |
1029
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1030
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1031
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1032
- | support | string | No | Support message \| 支持消息 |
1033
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1034
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1035
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1036
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1037
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1038
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1039
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1040
-
1041
- - Fields truncated: this layer shows only the first `12` rows.
1042
-
1043
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_total_hot_word_detail_list`
1044
-
1045
- - Summary: 获取内容词详情/Fetch content word details
1046
- - Capabilities: trends / rankings / details
1047
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1048
- - operationId: `fetch_hot_total_hot_word_detail_list_api_v1_douyin_billboard_fetch_hot_total_hot_word_detail_list_get`
1049
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-total-hot-word-detail-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-total-hot-word-detail-list)
1050
-
1051
- #### Parameters
1052
-
1053
- | Field | In | Type | Required | Description |
1054
- | --- | --- | --- | --- | --- |
1055
- | keyword | query | string | Yes | 搜索关键字 |
1056
- | word_id | query | string | Yes | 内容词id |
1057
- | query_day | query | integer | Yes | 查询日期,格式为YYYYMMDD,需为当日 |
1058
-
1059
- #### Request Body
1060
-
1061
- None
1062
-
1063
- #### Success Response
1064
-
1065
- ##### `200 application/json`
1066
-
1067
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1068
-
1069
- | Field | Type | Required | Description |
1070
- | --- | --- | --- | --- |
1071
- | code | integer | No | HTTP status code \| HTTP状态码 |
1072
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1073
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1074
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1075
- | support | string | No | Support message \| 支持消息 |
1076
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1077
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1078
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1079
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1080
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1081
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1082
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1083
-
1084
- - Fields truncated: this layer shows only the first `12` rows.
1085
-
1086
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_hot_word_list`
1087
-
1088
- - Summary: 获取全部热门内容词/Fetch all hot content words
1089
- - Capabilities: trends / rankings
1090
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1091
- - operationId: `fetch_hot_total_hot_word_list_api_v1_douyin_billboard_fetch_hot_total_hot_word_list_post`
1092
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-hot-word-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-hot-word-list)
1093
-
1094
- #### Parameters
1095
-
1096
- None
1097
-
1098
- #### Request Body
1099
-
1100
- - required: No
1101
-
1102
- ##### `application/json`
1103
-
1104
- - Schema summary: `page_num`:integer, `page_size`:integer, `date_window`:integer, `keyword`:string
1105
-
1106
- | Field | Type | Required | Description |
1107
- | --- | --- | --- | --- |
1108
- | page_num | integer | No | 页码 |
1109
- | page_size | integer | No | 每页数量 |
1110
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
1111
- | keyword | string | No | 搜索关键字 |
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/douyin/billboard/fetch_hot_total_list`
1137
-
1138
- - Summary: 获取热点总榜/Fetch total hot list
1139
- - Capabilities: trends / rankings
1140
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1141
- - operationId: `fetch_hot_total_list_api_v1_douyin_billboard_fetch_hot_total_list_get`
1142
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-total-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-total-list)
1143
-
1144
- #### Parameters
1145
-
1146
- | Field | In | Type | Required | Description |
1147
- | --- | --- | --- | --- | --- |
1148
- | page | query | integer | Yes | 页码 |
1149
- | page_size | query | integer | Yes | 每页数量 |
1150
- | type | query | string | Yes | 快照类型 snapshot 按时刻查看 range 按时间范围 |
1151
- | snapshot_time | query | string | No | 快照时间 格式yyyyMMddHHmmss |
1152
- | start_date | query | string | No | 快照开始时间 格式yyyyMMdd |
1153
- | end_date | query | string | No | 快照结束时间 格式yyyyMMdd |
1154
- | sentence_tag | query | string | No | 热点分类标签,从热点榜分类获取,多个分类用逗号分隔,空为全部 |
1155
- | keyword | query | string | No | 热点搜索词 |
1156
-
1157
- #### Request Body
1158
-
1159
- None
1160
-
1161
- #### Success Response
1162
-
1163
- ##### `200 application/json`
1164
-
1165
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1166
-
1167
- | Field | Type | Required | Description |
1168
- | --- | --- | --- | --- |
1169
- | code | integer | No | HTTP status code \| HTTP状态码 |
1170
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1171
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1172
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1173
- | support | string | No | Support message \| 支持消息 |
1174
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1175
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1176
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1177
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1178
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1179
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1180
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1181
-
1182
- - Fields truncated: this layer shows only the first `12` rows.
1183
-
1184
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_low_fan_list`
1185
-
1186
- - Summary: 获取低粉爆款榜/Fetch low fan explosion list
1187
- - Capabilities: trends / rankings
1188
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1189
- - operationId: `fetch_hot_total_low_fan_list_api_v1_douyin_billboard_fetch_hot_total_low_fan_list_post`
1190
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-low-fan-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-low-fan-list)
1191
-
1192
- #### Parameters
1193
-
1194
- None
1195
-
1196
- #### Request Body
1197
-
1198
- - required: No
1199
-
1200
- ##### `application/json`
1201
-
1202
- - Schema summary: `page`:integer, `page_size`:integer, `date_window`:integer, `tags`[object]
1203
-
1204
- | Field | Type | Required | Description |
1205
- | --- | --- | --- | --- |
1206
- | page | integer | No | 页码 |
1207
- | page_size | integer | No | 每页数量 |
1208
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
1209
- | tags | array<object> | No | 子级垂类标签,空则为全部,多个标签需传入{"value": "{顶级垂类标签id}", "children": [{"value": "{子级垂类标签id}"}, {"value": "{子级垂类标签id}"}]} |
1210
- | tags[] | object | Yes | None |
1211
-
1212
- #### Success Response
1213
-
1214
- ##### `200 application/json`
1215
-
1216
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1217
-
1218
- | Field | Type | Required | Description |
1219
- | --- | --- | --- | --- |
1220
- | code | integer | No | HTTP status code \| HTTP状态码 |
1221
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1222
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1223
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1224
- | support | string | No | Support message \| 支持消息 |
1225
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1226
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1227
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1228
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1229
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1230
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1231
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1232
-
1233
- - Fields truncated: this layer shows only the first `12` rows.
1234
-
1235
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_search_list`
1236
-
1237
- - Summary: 获取搜索热榜/Fetch search hot list
1238
- - Capabilities: search / trends / rankings
1239
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1240
- - operationId: `fetch_hot_total_search_list_api_v1_douyin_billboard_fetch_hot_total_search_list_post`
1241
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-search-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-search-list)
1242
-
1243
- #### Parameters
1244
-
1245
- None
1246
-
1247
- #### Request Body
1248
-
1249
- - required: No
1250
-
1251
- ##### `application/json`
1252
-
1253
- - Schema summary: `page_num`:integer, `page_size`:integer, `date_window`:integer, `keyword`:string
1254
-
1255
- | Field | Type | Required | Description |
1256
- | --- | --- | --- | --- |
1257
- | page_num | integer | No | 页码 |
1258
- | page_size | integer | No | 每页数量 |
1259
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
1260
- | keyword | string | No | 搜索关键字 |
1261
-
1262
- #### Success Response
1263
-
1264
- ##### `200 application/json`
1265
-
1266
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1267
-
1268
- | Field | Type | Required | Description |
1269
- | --- | --- | --- | --- |
1270
- | code | integer | No | HTTP status code \| HTTP状态码 |
1271
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1272
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1273
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1274
- | support | string | No | Support message \| 支持消息 |
1275
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1276
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1277
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1278
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1279
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1280
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1281
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1282
-
1283
- - Fields truncated: this layer shows only the first `12` rows.
1284
-
1285
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_topic_list`
1286
-
1287
- - Summary: 获取话题热榜/Fetch topic hot list
1288
- - Capabilities: trends / rankings / topics
1289
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1290
- - operationId: `fetch_hot_total_topic_list_api_v1_douyin_billboard_fetch_hot_total_topic_list_post`
1291
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-topic-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-topic-list)
1292
-
1293
- #### Parameters
1294
-
1295
- None
1296
-
1297
- #### Request Body
1298
-
1299
- - required: No
1300
-
1301
- ##### `application/json`
1302
-
1303
- - Schema summary: `page`:integer, `page_size`:integer, `date_window`:integer, `tags`[object]
1304
-
1305
- | Field | Type | Required | Description |
1306
- | --- | --- | --- | --- |
1307
- | page | integer | No | 页码 |
1308
- | page_size | integer | No | 每页数量 |
1309
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
1310
- | tags | array<object> | No | 子级垂类标签,空则为全部,多个标签需传入{"value": "{顶级垂类标签id}", "children": [{"value": "{子级垂类标签id}"}, {"value": "{子级垂类标签id}"}]} |
1311
- | tags[] | object | Yes | None |
1312
-
1313
- #### Success Response
1314
-
1315
- ##### `200 application/json`
1316
-
1317
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1318
-
1319
- | Field | Type | Required | Description |
1320
- | --- | --- | --- | --- |
1321
- | code | integer | No | HTTP status code \| HTTP状态码 |
1322
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1323
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1324
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1325
- | support | string | No | Support message \| 支持消息 |
1326
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1327
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1328
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1329
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1330
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1331
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1332
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1333
-
1334
- - Fields truncated: this layer shows only the first `12` rows.
1335
-
1336
- ### `POST /api/u1/v1/douyin/billboard/fetch_hot_total_video_list`
1337
-
1338
- - Summary: 获取视频热榜/Fetch video hot list
1339
- - Capabilities: trends / rankings / content details
1340
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1341
- - operationId: `fetch_hot_total_video_list_api_v1_douyin_billboard_fetch_hot_total_video_list_post`
1342
- - Full contract: [`api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-video-list`](../api-contracts/douyin-billboard-api.md#post-api-u1-v1-douyin-billboard-fetch-hot-total-video-list)
1343
-
1344
- #### Parameters
1345
-
1346
- None
1347
-
1348
- #### Request Body
1349
-
1350
- - required: No
1351
-
1352
- ##### `application/json`
1353
-
1354
- - Schema summary: `page`:integer, `page_size`:integer, `date_window`:integer, `sub_type`:integer, `tags`[object]
1355
-
1356
- | Field | Type | Required | Description |
1357
- | --- | --- | --- | --- |
1358
- | page | integer | No | 页码,默认1 |
1359
- | page_size | integer | No | 每页数量,默认10 |
1360
- | date_window | integer | No | 时间窗口,1 按小时 2 按天 |
1361
- | sub_type | integer | No | 榜单分类,1001 视频总榜 1002 低粉爆款 1003 高完播率 1004 高涨粉率 1005 高点赞率 |
1362
- | tags | array<object> | No | 子级垂类标签,空则为全部,多个标签需传入{"value": "{顶级垂类标签id}", "children": [{"value": "{子级垂类标签id}"}, {"value": "{子级垂类标签id}"}]} |
1363
- | tags[] | object | Yes | None |
1364
-
1365
- #### Success Response
1366
-
1367
- ##### `200 application/json`
1368
-
1369
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1370
-
1371
- | Field | Type | Required | Description |
1372
- | --- | --- | --- | --- |
1373
- | code | integer | No | HTTP status code \| HTTP状态码 |
1374
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1375
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1376
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1377
- | support | string | No | Support message \| 支持消息 |
1378
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1379
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1380
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1381
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1382
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1383
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1384
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1385
-
1386
- - Fields truncated: this layer shows only the first `12` rows.
1387
-
1388
- ### `GET /api/u1/v1/douyin/billboard/fetch_hot_user_portrait_list`
1389
-
1390
- - Summary: 获取作品点赞观众画像-仅限热门榜/Fetch work like audience portrait - hot list only
1391
- - Capabilities: trends / rankings / profiles / accounts
1392
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1393
- - operationId: `fetch_hot_user_portrait_list_api_v1_douyin_billboard_fetch_hot_user_portrait_list_get`
1394
- - Full contract: [`api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-user-portrait-list`](../api-contracts/douyin-billboard-api.md#get-api-u1-v1-douyin-billboard-fetch-hot-user-portrait-list)
1395
-
1396
- #### Parameters
1397
-
1398
- | Field | In | Type | Required | Description |
1399
- | --- | --- | --- | --- | --- |
1400
- | aweme_id | query | string | Yes | 作品id |
1401
- | option | query | integer | No | 选项,1 手机价格分布 2 性别分布 3 年龄分布 4 地域分布-省份 5 地域分布-城市 6 城市等级 7 手机品牌分布 |
1402
-
1403
- #### Request Body
1404
-
1405
- None
1406
-
1407
- #### Success Response
1408
-
1409
- ##### `200 application/json`
1410
-
1411
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1412
-
1413
- | Field | Type | Required | Description |
1414
- | --- | --- | --- | --- |
1415
- | code | integer | No | HTTP status code \| HTTP状态码 |
1416
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1417
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1418
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1419
- | support | string | No | Support message \| 支持消息 |
1420
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1421
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1422
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1423
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1424
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1425
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1426
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1427
-
1428
- - Fields truncated: this layer shows only the first `12` rows.