@tikomni/skills 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,1428 @@
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.