@tikomni/skills 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (474) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -5
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +98 -2
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +106 -141
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +3 -1
  30. package/skills/{creator-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  33. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  34. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  36. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  37. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  38. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  39. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +58 -149
  40. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  41. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +30 -119
  42. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  43. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  45. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  46. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  47. package/skills/creator-analysis/SKILL.md +0 -95
  48. package/skills/creator-analysis/agents/openai.yaml +0 -4
  49. package/skills/creator-analysis/env.example +0 -36
  50. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  51. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  52. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  53. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  54. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  55. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  56. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  57. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  59. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  60. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  61. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  63. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  64. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  65. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  66. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  67. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  68. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  69. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  71. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  72. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  73. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  74. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  75. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  76. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  77. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  78. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  79. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  80. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  81. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  82. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  83. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  84. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  85. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  86. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  87. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  88. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  89. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  90. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  91. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  92. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  93. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  94. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  96. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  100. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  101. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  103. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  104. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  105. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  106. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  107. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  108. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  109. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  110. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  113. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  114. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  116. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  117. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  118. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  119. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  120. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  121. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  122. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  123. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  124. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  125. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  126. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  127. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  128. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  129. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  130. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  131. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  132. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  133. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  134. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  135. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  136. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  137. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  138. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  139. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  140. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  141. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  142. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  143. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  144. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  145. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  146. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  147. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  148. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  149. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  153. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  154. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  155. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  156. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  157. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  158. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  159. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  160. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  161. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  162. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  163. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  164. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  165. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  167. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  168. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  169. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  170. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  171. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  172. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  173. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  174. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  175. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  176. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  177. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  178. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  179. package/skills/creator-analysis/references/workflow.md +0 -23
  180. package/skills/creator-analysis/scripts/__init__.py +0 -0
  181. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  185. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  186. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  187. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  188. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  189. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  190. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  191. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  194. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  195. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  196. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  197. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  198. package/skills/creator-analysis/scripts/core/tikomni_common.py +0 -588
  199. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  200. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  202. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  203. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  205. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  207. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  208. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  209. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  210. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  211. package/skills/meta-capability/SKILL.md +0 -69
  212. package/skills/meta-capability/agents/openai.yaml +0 -4
  213. package/skills/meta-capability/env.example +0 -42
  214. package/skills/meta-capability/references/api-capability-index.md +0 -92
  215. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  216. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  217. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  218. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  219. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  220. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  222. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  223. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  224. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  226. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  227. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  228. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  229. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  230. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  231. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  232. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  233. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  234. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  235. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  236. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  237. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  238. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  239. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  240. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  241. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  242. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  243. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  244. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  245. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  246. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  247. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  248. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  249. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  250. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  251. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  252. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  253. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  254. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  255. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  256. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  257. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  258. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  259. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  263. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  264. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  265. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  266. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  267. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  268. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  269. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  270. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  271. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  272. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  273. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  274. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  276. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  277. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  279. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  280. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  281. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  282. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  283. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  284. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  285. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  286. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  287. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  288. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  289. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  290. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  291. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  292. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  293. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  294. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  295. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  296. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  297. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  298. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  299. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  300. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  301. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  302. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  303. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  304. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  305. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  306. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  307. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  308. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  309. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  310. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  311. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  312. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  316. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  317. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  318. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  319. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  320. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  321. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  322. package/skills/meta-capability/references/dispatch.md +0 -27
  323. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  324. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  325. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  326. package/skills/meta-capability/scripts/__init__.py +0 -1
  327. package/skills/meta-capability/scripts/call_route.py +0 -141
  328. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  329. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  330. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  331. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  332. package/skills/meta-capability/scripts/test_auth.py +0 -98
  333. package/skills/single-work-analysis/SKILL.md +0 -62
  334. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  335. package/skills/single-work-analysis/env.example +0 -36
  336. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  337. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  339. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  340. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  341. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  342. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  344. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  345. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  346. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  348. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  349. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  350. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  353. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  354. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  356. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  357. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  358. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  359. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  360. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  361. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  362. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  363. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  364. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  366. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  373. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  375. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  376. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  377. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  378. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  379. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  381. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  385. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  386. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  388. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  389. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  390. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  391. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  392. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  393. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  394. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  395. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  398. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  399. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  401. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  402. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  403. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  404. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  405. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  406. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  407. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  409. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  410. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  411. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  412. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  413. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  414. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  415. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  416. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  417. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  418. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  419. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  420. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  421. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  422. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  423. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  424. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  425. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  426. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  427. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  428. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  429. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  430. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  431. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  432. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  434. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  438. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  439. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  441. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  442. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  443. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  444. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -47
  445. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  446. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  447. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  448. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  449. package/skills/single-work-analysis/references/prompt-contracts/analysis-bundle.md +0 -82
  450. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  451. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  452. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  453. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  454. package/skills/single-work-analysis/scripts/core/analysis_adapter.py +0 -384
  455. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -456
  456. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  457. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  458. package/skills/single-work-analysis/scripts/core/progress_report.py +0 -258
  459. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -220
  460. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  461. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  462. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  463. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  464. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  465. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  466. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  468. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -752
  469. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  470. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  471. /package/skills/{single-work-analysis → social-media-crawl}/scripts/core/tikomni_common.py +0 -0
  472. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  473. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  474. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,3314 +0,0 @@
1
- # Douyin-Web-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/douyin-web-api.md`
5
- - Full contract: [`api-contracts/douyin-web-api.md`](../api-contracts/douyin-web-api.md)
6
- - Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
7
- - Fetched at: `2026-03-08T06:54:04+00:00`
8
- - Route count: `76`
9
- - Common capabilities: profiles / accounts / content details / general / livestream / search / commerce
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `count`, `cookie`, `refresh_index`, `keyword`, `sec_user_id`, `cursor`, `room_id`, `offset`, `aweme_id`, `max_cursor`
12
- - Tag description: **(抖音Web数据接口/Douyin-Web-API data endpoints)**
13
-
14
- ## Routes
15
-
16
- ### `GET /api/u1/v1/douyin/web/douyin_live_room`
17
-
18
- - Summary: 提取直播间弹幕/Extract live room danmaku
19
- - Capabilities: livestream
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `douyin_live_room_api_v1_douyin_web_douyin_live_room_get`
22
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-douyin-live-room`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-douyin-live-room)
23
-
24
- #### Parameters
25
-
26
- | Field | In | Type | Required | Description |
27
- | --- | --- | --- | --- | --- |
28
- | live_room_url | query | string | Yes | 直播间链接/Live room link |
29
- | danmaku_type | query | string | Yes | 消息类型/Message type |
30
-
31
- #### Request Body
32
-
33
- None
34
-
35
- #### Success Response
36
-
37
- ##### `200 application/json`
38
-
39
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
40
-
41
- | Field | Type | Required | Description |
42
- | --- | --- | --- | --- |
43
- | code | integer | No | HTTP status code \| HTTP状态码 |
44
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
45
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
46
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
47
- | support | string | No | Support message \| 支持消息 |
48
- | time | string | No | The time the response was generated \| 生成响应的时间 |
49
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
50
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
51
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
52
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
53
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
54
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
55
-
56
- - Fields truncated: this layer shows only the first `12` rows.
57
-
58
- ### `GET /api/u1/v1/douyin/web/encrypt_uid_to_sec_user_id`
59
-
60
- - Summary: 加密用户uid到sec_user_id/Encrypt user uid to sec_user_id
61
- - Capabilities: profiles / accounts
62
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
63
- - operationId: `encrypt_uid_to_sec_user_id_api_v1_douyin_web_encrypt_uid_to_sec_user_id_get`
64
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-encrypt-uid-to-sec-user-id`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-encrypt-uid-to-sec-user-id)
65
-
66
- #### Parameters
67
-
68
- | Field | In | Type | Required | Description |
69
- | --- | --- | --- | --- | --- |
70
- | uid | query | string | Yes | 用户uid(short_id)/User uid(short_id) |
71
-
72
- #### Request Body
73
-
74
- None
75
-
76
- #### Success Response
77
-
78
- ##### `200 application/json`
79
-
80
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
81
-
82
- | Field | Type | Required | Description |
83
- | --- | --- | --- | --- |
84
- | code | integer | No | HTTP status code \| HTTP状态码 |
85
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
86
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
87
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
88
- | support | string | No | Support message \| 支持消息 |
89
- | time | string | No | The time the response was generated \| 生成响应的时间 |
90
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
91
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
92
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
93
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
94
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
95
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
96
-
97
- - Fields truncated: this layer shows only the first `12` rows.
98
-
99
- ### `GET /api/u1/v1/douyin/web/fetch_batch_user_profile_v1`
100
-
101
- - Summary: 获取批量用户信息(最多10个)/Get batch user profile (up to 10)
102
- - Capabilities: profiles / accounts
103
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
104
- - operationId: `fetch_batch_user_profile_v1_api_v1_douyin_web_fetch_batch_user_profile_v1_get`
105
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-batch-user-profile-v1`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-batch-user-profile-v1)
106
-
107
- #### Parameters
108
-
109
- | Field | In | Type | Required | Description |
110
- | --- | --- | --- | --- | --- |
111
- | sec_user_ids | query | string | Yes | 用户sec_user_id列表,用逗号分隔/User sec_user_id list, separated by commas |
112
-
113
- #### Request Body
114
-
115
- None
116
-
117
- #### Success Response
118
-
119
- ##### `200 application/json`
120
-
121
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
122
-
123
- | Field | Type | Required | Description |
124
- | --- | --- | --- | --- |
125
- | code | integer | No | HTTP status code \| HTTP状态码 |
126
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
127
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
128
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
129
- | support | string | No | Support message \| 支持消息 |
130
- | time | string | No | The time the response was generated \| 生成响应的时间 |
131
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
132
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
133
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
134
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
135
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
136
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
137
-
138
- - Fields truncated: this layer shows only the first `12` rows.
139
-
140
- ### `GET /api/u1/v1/douyin/web/fetch_batch_user_profile_v2`
141
-
142
- - Summary: 获取批量用户信息(最多50个)/Get batch user profile (up to 50)
143
- - Capabilities: profiles / accounts
144
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
145
- - operationId: `fetch_batch_user_profile_v2_api_v1_douyin_web_fetch_batch_user_profile_v2_get`
146
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-batch-user-profile-v2`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-batch-user-profile-v2)
147
-
148
- #### Parameters
149
-
150
- | Field | In | Type | Required | Description |
151
- | --- | --- | --- | --- | --- |
152
- | sec_user_ids | query | string | Yes | 用户sec_user_id列表,用逗号分隔/User sec_user_id list, separated by commas |
153
-
154
- #### Request Body
155
-
156
- None
157
-
158
- #### Success Response
159
-
160
- ##### `200 application/json`
161
-
162
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
163
-
164
- | Field | Type | Required | Description |
165
- | --- | --- | --- | --- |
166
- | code | integer | No | HTTP status code \| HTTP状态码 |
167
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
168
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
169
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
170
- | support | string | No | Support message \| 支持消息 |
171
- | time | string | No | The time the response was generated \| 生成响应的时间 |
172
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
173
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
174
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
175
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
176
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
177
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
178
-
179
- - Fields truncated: this layer shows only the first `12` rows.
180
-
181
- ### `GET /api/u1/v1/douyin/web/fetch_cartoon_aweme`
182
-
183
- - Summary: 二次元作品推荐/Anime Video
184
- - Capabilities: general
185
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
186
- - operationId: `fetch_cartoon_aweme_api_v1_douyin_web_fetch_cartoon_aweme_get`
187
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-cartoon-aweme`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-cartoon-aweme)
188
-
189
- #### Parameters
190
-
191
- | Field | In | Type | Required | Description |
192
- | --- | --- | --- | --- | --- |
193
- | count | query | integer | Yes | 每页数量/Number per page |
194
- | refresh_index | query | integer | No | 翻页索引/Paging index |
195
- | cookie | query | string | No | 用户自行提供的Cookie/User provided Cookie |
196
-
197
- #### Request Body
198
-
199
- None
200
-
201
- #### Success Response
202
-
203
- ##### `200 application/json`
204
-
205
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
206
-
207
- | Field | Type | Required | Description |
208
- | --- | --- | --- | --- |
209
- | code | integer | No | HTTP status code \| HTTP状态码 |
210
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
211
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
212
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
213
- | support | string | No | Support message \| 支持消息 |
214
- | time | string | No | The time the response was generated \| 生成响应的时间 |
215
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
216
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
217
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
218
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
219
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
220
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
221
-
222
- - Fields truncated: this layer shows only the first `12` rows.
223
-
224
- ### `POST /api/u1/v1/douyin/web/fetch_challenge_posts`
225
-
226
- - Summary: 话题作品/Challenge Posts
227
- - Capabilities: content details / topics
228
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
229
- - operationId: `fetch_challenge_posts_api_v1_douyin_web_fetch_challenge_posts_post`
230
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-challenge-posts`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-challenge-posts)
231
-
232
- #### Parameters
233
-
234
- None
235
-
236
- #### Request Body
237
-
238
- - required: Yes
239
-
240
- ##### `application/json`
241
-
242
- - Schema summary: `challenge_id`:string, `sort_type`:integer, `cursor`:integer, `count`:integer, `cookie`:string
243
-
244
- | Field | Type | Required | Description |
245
- | --- | --- | --- | --- |
246
- | challenge_id | string | No | 话题ID/Challenge ID |
247
- | sort_type | integer | No | 排序类型/Sort type |
248
- | cursor | integer | No | 游标/Cursor |
249
- | count | integer | No | 数量/Count |
250
- | cookie | string | No | 用户自行提供的Cookie/User provided Cookie |
251
-
252
- #### Success Response
253
-
254
- ##### `200 application/json`
255
-
256
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
257
-
258
- | Field | Type | Required | Description |
259
- | --- | --- | --- | --- |
260
- | code | integer | No | HTTP status code \| HTTP状态码 |
261
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
262
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
263
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
264
- | support | string | No | Support message \| 支持消息 |
265
- | time | string | No | The time the response was generated \| 生成响应的时间 |
266
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
267
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
268
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
269
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
270
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
271
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
272
-
273
- - Fields truncated: this layer shows only the first `12` rows.
274
-
275
- ### `GET /api/u1/v1/douyin/web/fetch_douyin_web_guest_cookie`
276
-
277
- - Summary: 获取抖音Web的游客Cookie/Get the guest Cookie of Douyin Web
278
- - Capabilities: general
279
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
280
- - operationId: `fetch_douyin_web_guest_cookie_api_v1_douyin_web_fetch_douyin_web_guest_cookie_get`
281
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-douyin-web-guest-cookie`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-douyin-web-guest-cookie)
282
-
283
- #### Parameters
284
-
285
- | Field | In | Type | Required | Description |
286
- | --- | --- | --- | --- | --- |
287
- | user_agent | query | string | Yes | 用户浏览器代理/User browser agent |
288
-
289
- #### Request Body
290
-
291
- None
292
-
293
- #### Success Response
294
-
295
- ##### `200 application/json`
296
-
297
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
298
-
299
- | Field | Type | Required | Description |
300
- | --- | --- | --- | --- |
301
- | code | integer | No | HTTP status code \| HTTP状态码 |
302
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
303
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
304
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
305
- | support | string | No | Support message \| 支持消息 |
306
- | time | string | No | The time the response was generated \| 生成响应的时间 |
307
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
308
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
309
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
310
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
311
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
312
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
313
-
314
- - Fields truncated: this layer shows only the first `12` rows.
315
-
316
- ### `GET /api/u1/v1/douyin/web/fetch_food_aweme`
317
-
318
- - Summary: 美食作品推荐/Food Video
319
- - Capabilities: general
320
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
321
- - operationId: `fetch_cartoon_aweme_api_v1_douyin_web_fetch_food_aweme_get`
322
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-food-aweme`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-food-aweme)
323
-
324
- #### Parameters
325
-
326
- | Field | In | Type | Required | Description |
327
- | --- | --- | --- | --- | --- |
328
- | count | query | integer | Yes | 每页数量/Number per page |
329
- | refresh_index | query | integer | No | 翻页索引/Paging index |
330
- | cookie | query | string | No | 用户自行提供的Cookie/User provided Cookie |
331
-
332
- #### Request Body
333
-
334
- None
335
-
336
- #### Success Response
337
-
338
- ##### `200 application/json`
339
-
340
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
341
-
342
- | Field | Type | Required | Description |
343
- | --- | --- | --- | --- |
344
- | code | integer | No | HTTP status code \| HTTP状态码 |
345
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
346
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
347
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
348
- | support | string | No | Support message \| 支持消息 |
349
- | time | string | No | The time the response was generated \| 生成响应的时间 |
350
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
351
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
352
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
353
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
354
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
355
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
356
-
357
- - Fields truncated: this layer shows only the first `12` rows.
358
-
359
- ### `GET /api/u1/v1/douyin/web/fetch_game_aweme`
360
-
361
- - Summary: 游戏作品推荐/Game Video
362
- - Capabilities: general
363
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
364
- - operationId: `fetch_game_aweme_api_v1_douyin_web_fetch_game_aweme_get`
365
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-game-aweme`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-game-aweme)
366
-
367
- #### Parameters
368
-
369
- | Field | In | Type | Required | Description |
370
- | --- | --- | --- | --- | --- |
371
- | count | query | integer | Yes | 每页数量/Number per page |
372
- | refresh_index | query | integer | No | 翻页索引/Paging index |
373
- | cookie | query | string | No | 用户自行提供的Cookie/User provided Cookie |
374
-
375
- #### Request Body
376
-
377
- None
378
-
379
- #### Success Response
380
-
381
- ##### `200 application/json`
382
-
383
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
384
-
385
- | Field | Type | Required | Description |
386
- | --- | --- | --- | --- |
387
- | code | integer | No | HTTP status code \| HTTP状态码 |
388
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
389
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
390
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
391
- | support | string | No | Support message \| 支持消息 |
392
- | time | string | No | The time the response was generated \| 生成响应的时间 |
393
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
394
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
395
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
396
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
397
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
398
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
399
-
400
- - Fields truncated: this layer shows only the first `12` rows.
401
-
402
- ### `GET /api/u1/v1/douyin/web/fetch_general_search_result`
403
-
404
- - Summary: [已弃用/Deprecated] 获取指定关键词的综合搜索结果/Get comprehensive search results of specified keywords
405
- - Capabilities: search
406
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
407
- - operationId: `fetch_general_search_result_api_v1_douyin_web_fetch_general_search_result_get`
408
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-general-search-result`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-general-search-result)
409
-
410
- #### Parameters
411
-
412
- | Field | In | Type | Required | Description |
413
- | --- | --- | --- | --- | --- |
414
- | keyword | query | string | Yes | 关键词/Keyword |
415
- | offset | query | integer | No | 偏移量/Offset |
416
- | count | query | integer | No | 数量/Number |
417
- | sort_type | query | string | No | 排序类型/Sort type |
418
- | publish_time | query | string | No | 发布时间/Publish time |
419
- | filter_duration | query | string | No | 视频时长/Duration filter |
420
- | search_range | query | string | No | 搜索范围/Search range |
421
- | content_type | query | string | No | 内容类型/Content type |
422
- | search_id | query | string | No | 搜索id,翻页时需要提供/Search id, need to provide when paging |
423
-
424
- #### Request Body
425
-
426
- None
427
-
428
- #### Success Response
429
-
430
- ##### `200 application/json`
431
-
432
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
433
-
434
- | Field | Type | Required | Description |
435
- | --- | --- | --- | --- |
436
- | code | integer | No | HTTP status code \| HTTP状态码 |
437
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
438
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
439
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
440
- | support | string | No | Support message \| 支持消息 |
441
- | time | string | No | The time the response was generated \| 生成响应的时间 |
442
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
443
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
444
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
445
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
446
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
447
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
448
-
449
- - Fields truncated: this layer shows only the first `12` rows.
450
-
451
- ### `GET /api/u1/v1/douyin/web/fetch_home_feed`
452
-
453
- - Summary: 获取首页推荐数据/Get home feed data
454
- - Capabilities: profiles / accounts
455
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
456
- - operationId: `fetch_home_feed_api_v1_douyin_web_fetch_home_feed_get`
457
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-home-feed`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-home-feed)
458
-
459
- #### Parameters
460
-
461
- | Field | In | Type | Required | Description |
462
- | --- | --- | --- | --- | --- |
463
- | count | query | integer | No | 数量/Number |
464
- | refresh_index | query | integer | No | 翻页索引/Paging index |
465
-
466
- #### Request Body
467
-
468
- None
469
-
470
- #### Success Response
471
-
472
- ##### `200 application/json`
473
-
474
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
475
-
476
- | Field | Type | Required | Description |
477
- | --- | --- | --- | --- |
478
- | code | integer | No | HTTP status code \| HTTP状态码 |
479
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
480
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
481
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
482
- | support | string | No | Support message \| 支持消息 |
483
- | time | string | No | The time the response was generated \| 生成响应的时间 |
484
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
485
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
486
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
487
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
488
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
489
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
490
-
491
- - Fields truncated: this layer shows only the first `12` rows.
492
-
493
- ### `GET /api/u1/v1/douyin/web/fetch_hot_search_result`
494
-
495
- - Summary: 获取抖音热榜数据/Get Douyin hot search results
496
- - Capabilities: search / trends / rankings
497
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
498
- - operationId: `fetch_hot_search_result_api_v1_douyin_web_fetch_hot_search_result_get`
499
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-hot-search-result`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-hot-search-result)
500
-
501
- #### Parameters
502
-
503
- None
504
-
505
- #### Request Body
506
-
507
- None
508
-
509
- #### Success Response
510
-
511
- ##### `200 application/json`
512
-
513
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
514
-
515
- | Field | Type | Required | Description |
516
- | --- | --- | --- | --- |
517
- | code | integer | No | HTTP status code \| HTTP状态码 |
518
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
519
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
520
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
521
- | support | string | No | Support message \| 支持消息 |
522
- | time | string | No | The time the response was generated \| 生成响应的时间 |
523
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
524
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
525
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
526
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
527
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
528
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
529
-
530
- - Fields truncated: this layer shows only the first `12` rows.
531
-
532
- ### `GET /api/u1/v1/douyin/web/fetch_knowledge_aweme`
533
-
534
- - Summary: 知识作品推荐/Knowledge Video
535
- - Capabilities: general
536
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
537
- - operationId: `fetch_knowledge_aweme_api_v1_douyin_web_fetch_knowledge_aweme_get`
538
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-knowledge-aweme`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-knowledge-aweme)
539
-
540
- #### Parameters
541
-
542
- | Field | In | Type | Required | Description |
543
- | --- | --- | --- | --- | --- |
544
- | count | query | integer | Yes | 每页数量/Number per page |
545
- | refresh_index | query | integer | No | 翻页索引/Paging index |
546
- | cookie | query | string | No | 用户自行提供的Cookie/User provided Cookie |
547
-
548
- #### Request Body
549
-
550
- None
551
-
552
- #### Success Response
553
-
554
- ##### `200 application/json`
555
-
556
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
557
-
558
- | Field | Type | Required | Description |
559
- | --- | --- | --- | --- |
560
- | code | integer | No | HTTP status code \| HTTP状态码 |
561
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
562
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
563
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
564
- | support | string | No | Support message \| 支持消息 |
565
- | time | string | No | The time the response was generated \| 生成响应的时间 |
566
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
567
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
568
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
569
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
570
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
571
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
572
-
573
- - Fields truncated: this layer shows only the first `12` rows.
574
-
575
- ### `GET /api/u1/v1/douyin/web/fetch_live_gift_ranking`
576
-
577
- - Summary: 获取直播间送礼用户排行榜/Get live room gift user ranking
578
- - Capabilities: livestream
579
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
580
- - operationId: `fetch_live_gift_ranking_api_v1_douyin_web_fetch_live_gift_ranking_get`
581
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-live-gift-ranking`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-live-gift-ranking)
582
-
583
- #### Parameters
584
-
585
- | Field | In | Type | Required | Description |
586
- | --- | --- | --- | --- | --- |
587
- | room_id | query | string | Yes | 直播间room_id/Room room_id |
588
- | rank_type | query | integer | No | 排行类型/Leaderboard type |
589
-
590
- #### Request Body
591
-
592
- None
593
-
594
- #### Success Response
595
-
596
- ##### `200 application/json`
597
-
598
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
599
-
600
- | Field | Type | Required | Description |
601
- | --- | --- | --- | --- |
602
- | code | integer | No | HTTP status code \| HTTP状态码 |
603
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
604
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
605
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
606
- | support | string | No | Support message \| 支持消息 |
607
- | time | string | No | The time the response was generated \| 生成响应的时间 |
608
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
609
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
610
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
611
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
612
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
613
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
614
-
615
- - Fields truncated: this layer shows only the first `12` rows.
616
-
617
- ### `GET /api/u1/v1/douyin/web/fetch_live_im_fetch`
618
-
619
- - Summary: 抖音直播间弹幕参数获取/Douyin live room danmaku parameters
620
- - Capabilities: livestream
621
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
622
- - operationId: `fetch_live_im_fetch_api_v1_douyin_web_fetch_live_im_fetch_get`
623
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-live-im-fetch`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-live-im-fetch)
624
-
625
- #### Parameters
626
-
627
- | Field | In | Type | Required | Description |
628
- | --- | --- | --- | --- | --- |
629
- | room_id | query | string | Yes | 直播间号/Live room id |
630
- | user_unique_id | query | string | Yes | 用户唯一ID/User unique ID |
631
-
632
- #### Request Body
633
-
634
- None
635
-
636
- #### Success Response
637
-
638
- ##### `200 application/json`
639
-
640
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
641
-
642
- | Field | Type | Required | Description |
643
- | --- | --- | --- | --- |
644
- | code | integer | No | HTTP status code \| HTTP状态码 |
645
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
646
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
647
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
648
- | support | string | No | Support message \| 支持消息 |
649
- | time | string | No | The time the response was generated \| 生成响应的时间 |
650
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
651
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
652
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
653
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
654
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
655
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
656
-
657
- - Fields truncated: this layer shows only the first `12` rows.
658
-
659
- ### `GET /api/u1/v1/douyin/web/fetch_live_room_product_result`
660
-
661
- - Summary: 抖音直播间商品信息/Douyin live room product information
662
- - Capabilities: commerce / livestream
663
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
664
- - operationId: `fetch_live_room_product_result_api_v1_douyin_web_fetch_live_room_product_result_get`
665
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-live-room-product-result`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-live-room-product-result)
666
-
667
- #### Parameters
668
-
669
- | Field | In | Type | Required | Description |
670
- | --- | --- | --- | --- | --- |
671
- | room_id | query | string | Yes | 直播间room_id/Room room_id |
672
- | author_id | query | string | Yes | 作者id/Author id |
673
- | offset | query | integer | No | 偏移量/Offset |
674
- | limit | query | integer | No | 数量/Number |
675
-
676
- #### Request Body
677
-
678
- None
679
-
680
- #### Success Response
681
-
682
- ##### `200 application/json`
683
-
684
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
685
-
686
- | Field | Type | Required | Description |
687
- | --- | --- | --- | --- |
688
- | code | integer | No | HTTP status code \| HTTP状态码 |
689
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
690
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
691
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
692
- | support | string | No | Support message \| 支持消息 |
693
- | time | string | No | The time the response was generated \| 生成响应的时间 |
694
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
695
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
696
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
697
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
698
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
699
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
700
-
701
- - Fields truncated: this layer shows only the first `12` rows.
702
-
703
- ### `GET /api/u1/v1/douyin/web/fetch_live_search_result`
704
-
705
- - Summary: [已弃用/Deprecated] 获取指定关键词的直播搜索结果/Get live search results of specified keywords
706
- - Capabilities: search / livestream
707
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
708
- - operationId: `fetch_live_search_result_api_v1_douyin_web_fetch_live_search_result_get`
709
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-live-search-result`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-live-search-result)
710
-
711
- #### Parameters
712
-
713
- | Field | In | Type | Required | Description |
714
- | --- | --- | --- | --- | --- |
715
- | keyword | query | string | Yes | 关键词/Keyword |
716
- | offset | query | integer | No | 偏移量/Offset |
717
- | count | query | integer | No | 数量/Number |
718
- | search_id | query | string | No | 搜索id,翻页时需要提供/Search id, need to provide when paging |
719
-
720
- #### Request Body
721
-
722
- None
723
-
724
- #### Success Response
725
-
726
- ##### `200 application/json`
727
-
728
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
729
-
730
- | Field | Type | Required | Description |
731
- | --- | --- | --- | --- |
732
- | code | integer | No | HTTP status code \| HTTP状态码 |
733
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
734
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
735
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
736
- | support | string | No | Support message \| 支持消息 |
737
- | time | string | No | The time the response was generated \| 生成响应的时间 |
738
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
739
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
740
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
741
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
742
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
743
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
744
-
745
- - Fields truncated: this layer shows only the first `12` rows.
746
-
747
- ### `POST /api/u1/v1/douyin/web/fetch_multi_video`
748
-
749
- - Summary: 批量获取视频信息/Batch Get Video Information
750
- - Capabilities: content details
751
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
752
- - operationId: `fetch_multi_video_api_v1_douyin_web_fetch_multi_video_post`
753
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-multi-video`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-multi-video)
754
-
755
- #### Parameters
756
-
757
- None
758
-
759
- #### Request Body
760
-
761
- - required: Yes
762
-
763
- ##### `application/json`
764
-
765
- - Schema summary: [string]
766
-
767
- | Field | Type | Required | Description |
768
- | --- | --- | --- | --- |
769
- | [] | array<string> | Yes | None |
770
-
771
- #### Success Response
772
-
773
- ##### `200 application/json`
774
-
775
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
776
-
777
- | Field | Type | Required | Description |
778
- | --- | --- | --- | --- |
779
- | code | integer | No | HTTP status code \| HTTP状态码 |
780
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
781
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
782
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
783
- | support | string | No | Support message \| 支持消息 |
784
- | time | string | No | The time the response was generated \| 生成响应的时间 |
785
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
786
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
787
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
788
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
789
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
790
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
791
-
792
- - Fields truncated: this layer shows only the first `12` rows.
793
-
794
- ### `POST /api/u1/v1/douyin/web/fetch_multi_video_high_quality_play_url`
795
-
796
- - Summary: 批量获取视频的最高画质播放链接/Batch get the highest quality play URL of videos
797
- - Capabilities: content details
798
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
799
- - operationId: `fetch_multi_video_high_quality_play_url_api_v1_douyin_web_fetch_multi_video_high_quality_play_url_post`
800
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-multi-video-high-quality-play-url`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-multi-video-high-quality-play-url)
801
-
802
- #### Parameters
803
-
804
- None
805
-
806
- #### Request Body
807
-
808
- - required: Yes
809
-
810
- ##### `application/json`
811
-
812
- - Schema summary: `aweme_ids`:string
813
-
814
- | Field | Type | Required | Description |
815
- | --- | --- | --- | --- |
816
- | aweme_ids | string | No | 作品id列表,用逗号分隔,最多50个/Video id list, separated by commas, up to 50 |
817
-
818
- #### Success Response
819
-
820
- ##### `200 application/json`
821
-
822
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
823
-
824
- | Field | Type | Required | Description |
825
- | --- | --- | --- | --- |
826
- | code | integer | No | HTTP status code \| HTTP状态码 |
827
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
828
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
829
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
830
- | support | string | No | Support message \| 支持消息 |
831
- | time | string | No | The time the response was generated \| 生成响应的时间 |
832
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
833
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
834
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
835
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
836
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
837
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
838
-
839
- - Fields truncated: this layer shows only the first `12` rows.
840
-
841
- ### `GET /api/u1/v1/douyin/web/fetch_music_aweme`
842
-
843
- - Summary: 音乐作品推荐/Music Video
844
- - Capabilities: music / audio
845
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
846
- - operationId: `fetch_cartoon_aweme_api_v1_douyin_web_fetch_music_aweme_get`
847
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-music-aweme`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-music-aweme)
848
-
849
- #### Parameters
850
-
851
- | Field | In | Type | Required | Description |
852
- | --- | --- | --- | --- | --- |
853
- | count | query | integer | Yes | 每页数量/Number per page |
854
- | refresh_index | query | integer | No | 翻页索引/Paging index |
855
- | cookie | query | string | No | 用户自行提供的Cookie/User provided Cookie |
856
-
857
- #### Request Body
858
-
859
- None
860
-
861
- #### Success Response
862
-
863
- ##### `200 application/json`
864
-
865
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
866
-
867
- | Field | Type | Required | Description |
868
- | --- | --- | --- | --- |
869
- | code | integer | No | HTTP status code \| HTTP状态码 |
870
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
871
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
872
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
873
- | support | string | No | Support message \| 支持消息 |
874
- | time | string | No | The time the response was generated \| 生成响应的时间 |
875
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
876
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
877
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
878
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
879
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
880
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
881
-
882
- - Fields truncated: this layer shows only the first `12` rows.
883
-
884
- ### `GET /api/u1/v1/douyin/web/fetch_one_video`
885
-
886
- - Summary: 获取单个作品数据/Get single video data
887
- - Capabilities: content details
888
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
889
- - operationId: `fetch_one_video_api_v1_douyin_web_fetch_one_video_get`
890
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-one-video`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-one-video)
891
-
892
- #### Parameters
893
-
894
- | Field | In | Type | Required | Description |
895
- | --- | --- | --- | --- | --- |
896
- | aweme_id | query | string | Yes | 作品id/Video id |
897
- | need_anchor_info | query | boolean | No | 是否需要锚点信息/Whether anchor information is needed |
898
-
899
- #### Request Body
900
-
901
- None
902
-
903
- #### Success Response
904
-
905
- ##### `200 application/json`
906
-
907
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
908
-
909
- | Field | Type | Required | Description |
910
- | --- | --- | --- | --- |
911
- | code | integer | No | HTTP status code \| HTTP状态码 |
912
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
913
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
914
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
915
- | support | string | No | Support message \| 支持消息 |
916
- | time | string | No | The time the response was generated \| 生成响应的时间 |
917
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
918
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
919
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
920
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
921
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
922
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
923
-
924
- - Fields truncated: this layer shows only the first `12` rows.
925
-
926
- ### `GET /api/u1/v1/douyin/web/fetch_one_video_by_share_url`
927
-
928
- - Summary: 根据分享链接获取单个作品数据/Get single video data by sharing link
929
- - Capabilities: content details
930
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
931
- - operationId: `fetch_one_video_by_share_url_api_v1_douyin_web_fetch_one_video_by_share_url_get`
932
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-one-video-by-share-url`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-one-video-by-share-url)
933
-
934
- #### Parameters
935
-
936
- | Field | In | Type | Required | Description |
937
- | --- | --- | --- | --- | --- |
938
- | share_url | query | string | Yes | 分享链接/Share link |
939
-
940
- #### Request Body
941
-
942
- None
943
-
944
- #### Success Response
945
-
946
- ##### `200 application/json`
947
-
948
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
949
-
950
- | Field | Type | Required | Description |
951
- | --- | --- | --- | --- |
952
- | code | integer | No | HTTP status code \| HTTP状态码 |
953
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
954
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
955
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
956
- | support | string | No | Support message \| 支持消息 |
957
- | time | string | No | The time the response was generated \| 生成响应的时间 |
958
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
959
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
960
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
961
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
962
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
963
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
964
-
965
- - Fields truncated: this layer shows only the first `12` rows.
966
-
967
- ### `GET /api/u1/v1/douyin/web/fetch_one_video_danmaku`
968
-
969
- - Summary: 获取单个作品视频弹幕数据/Get single video danmaku data
970
- - Capabilities: content details
971
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
972
- - operationId: `fetch_one_video_danmaku_api_v1_douyin_web_fetch_one_video_danmaku_get`
973
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-one-video-danmaku`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-one-video-danmaku)
974
-
975
- #### Parameters
976
-
977
- | Field | In | Type | Required | Description |
978
- | --- | --- | --- | --- | --- |
979
- | item_id | query | string | Yes | 作品id/Video id |
980
- | duration | query | integer | Yes | 视频总时长/Video total duration |
981
- | end_time | query | integer | Yes | 结束时间/End time |
982
- | start_time | query | integer | Yes | 开始时间/Start time |
983
-
984
- #### Request Body
985
-
986
- None
987
-
988
- #### Success Response
989
-
990
- ##### `200 application/json`
991
-
992
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
993
-
994
- | Field | Type | Required | Description |
995
- | --- | --- | --- | --- |
996
- | code | integer | No | HTTP status code \| HTTP状态码 |
997
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
998
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
999
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1000
- | support | string | No | Support message \| 支持消息 |
1001
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1002
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1003
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1004
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1005
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1006
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1007
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1008
-
1009
- - Fields truncated: this layer shows only the first `12` rows.
1010
-
1011
- ### `GET /api/u1/v1/douyin/web/fetch_one_video_v2`
1012
-
1013
- - Summary: 获取单个作品数据 V2/Get single video data V2
1014
- - Capabilities: content details
1015
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1016
- - operationId: `fetch_one_video_api_v1_douyin_web_fetch_one_video_v2_get`
1017
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-one-video-v2`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-one-video-v2)
1018
-
1019
- #### Parameters
1020
-
1021
- | Field | In | Type | Required | Description |
1022
- | --- | --- | --- | --- | --- |
1023
- | aweme_id | query | string | Yes | 作品id/Video id |
1024
-
1025
- #### Request Body
1026
-
1027
- None
1028
-
1029
- #### Success Response
1030
-
1031
- ##### `200 application/json`
1032
-
1033
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1034
-
1035
- | Field | Type | Required | Description |
1036
- | --- | --- | --- | --- |
1037
- | code | integer | No | HTTP status code \| HTTP状态码 |
1038
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1039
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1040
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1041
- | support | string | No | Support message \| 支持消息 |
1042
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1043
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1044
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1045
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1046
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1047
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1048
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1049
-
1050
- - Fields truncated: this layer shows only the first `12` rows.
1051
-
1052
- ### `GET /api/u1/v1/douyin/web/fetch_product_coupon`
1053
-
1054
- - Summary: 获取商品优惠券信息/Get product coupon information
1055
- - Capabilities: commerce
1056
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1057
- - operationId: `fetch_product_coupon_api_v1_douyin_web_fetch_product_coupon_get`
1058
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-coupon`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-coupon)
1059
-
1060
- #### Parameters
1061
-
1062
- | Field | In | Type | Required | Description |
1063
- | --- | --- | --- | --- | --- |
1064
- | product_id | query | string | Yes | 商品ID/Product ID |
1065
- | shop_id | query | string | Yes | 店铺ID/Shop ID |
1066
- | price | query | string | Yes | 价格/Price |
1067
- | author_id | query | string | Yes | 作者ID/Author ID |
1068
- | sec_user_id | query | string | Yes | 作者ID/Secure Author ID |
1069
-
1070
- #### Request Body
1071
-
1072
- None
1073
-
1074
- #### Success Response
1075
-
1076
- ##### `200 application/json`
1077
-
1078
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1079
-
1080
- | Field | Type | Required | Description |
1081
- | --- | --- | --- | --- |
1082
- | code | integer | No | HTTP status code \| HTTP状态码 |
1083
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1084
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1085
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1086
- | support | string | No | Support message \| 支持消息 |
1087
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1088
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1089
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1090
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1091
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1092
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1093
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1094
-
1095
- - Fields truncated: this layer shows only the first `12` rows.
1096
-
1097
- ### `GET /api/u1/v1/douyin/web/fetch_product_detail`
1098
-
1099
- - Summary: 获取商品详情/Get product detail
1100
- - Capabilities: details / commerce
1101
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1102
- - operationId: `fetch_product_detail_api_v1_douyin_web_fetch_product_detail_get`
1103
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-detail`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-detail)
1104
-
1105
- #### Parameters
1106
-
1107
- | Field | In | Type | Required | Description |
1108
- | --- | --- | --- | --- | --- |
1109
- | product_id | query | string | Yes | 商品ID/Product ID |
1110
- | aweme_id | query | string | No | 作品ID(可选)/Video ID (optional) |
1111
- | room_id | query | string | No | 直播间ID(可选)/Room ID (optional) |
1112
- | sec_user_id | query | string | No | 用户sec_user_id(可选)/User sec_user_id (optional) |
1113
-
1114
- #### Request Body
1115
-
1116
- None
1117
-
1118
- #### Success Response
1119
-
1120
- ##### `200 application/json`
1121
-
1122
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1123
-
1124
- | Field | Type | Required | Description |
1125
- | --- | --- | --- | --- |
1126
- | code | integer | No | HTTP status code \| HTTP状态码 |
1127
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1128
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1129
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1130
- | support | string | No | Support message \| 支持消息 |
1131
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1132
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1133
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1134
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1135
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1136
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1137
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1138
-
1139
- - Fields truncated: this layer shows only the first `12` rows.
1140
-
1141
- ### `GET /api/u1/v1/douyin/web/fetch_product_review_list`
1142
-
1143
- - Summary: 获取商品评价列表/Get product review list
1144
- - Capabilities: commerce
1145
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1146
- - operationId: `fetch_product_review_list_api_v1_douyin_web_fetch_product_review_list_get`
1147
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-review-list`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-review-list)
1148
-
1149
- #### Parameters
1150
-
1151
- | Field | In | Type | Required | Description |
1152
- | --- | --- | --- | --- | --- |
1153
- | product_id | query | string | Yes | 商品ID/Product ID |
1154
- | shop_id | query | string | Yes | 店铺ID/Shop ID |
1155
- | cursor | query | integer | No | 游标/Cursor |
1156
- | count | query | integer | No | 数量/Count |
1157
- | sort_type | query | integer | No | 排序类型 (0: 默认排序, 1: 最新排序)/Sort Type (0: Default, 1: Latest) |
1158
-
1159
- #### Request Body
1160
-
1161
- None
1162
-
1163
- #### Success Response
1164
-
1165
- ##### `200 application/json`
1166
-
1167
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1168
-
1169
- | Field | Type | Required | Description |
1170
- | --- | --- | --- | --- |
1171
- | code | integer | No | HTTP status code \| HTTP状态码 |
1172
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1173
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1174
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1175
- | support | string | No | Support message \| 支持消息 |
1176
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1177
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1178
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1179
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1180
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1181
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1182
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1183
-
1184
- - Fields truncated: this layer shows only the first `12` rows.
1185
-
1186
- ### `GET /api/u1/v1/douyin/web/fetch_product_review_score`
1187
-
1188
- - Summary: 获取商品评价评分/Get product review score
1189
- - Capabilities: commerce
1190
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1191
- - operationId: `fetch_product_review_score_api_v1_douyin_web_fetch_product_review_score_get`
1192
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-review-score`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-review-score)
1193
-
1194
- #### Parameters
1195
-
1196
- | Field | In | Type | Required | Description |
1197
- | --- | --- | --- | --- | --- |
1198
- | product_id | query | string | Yes | 商品ID/Product ID |
1199
- | shop_id | query | string | Yes | 店铺ID/Shop ID |
1200
-
1201
- #### Request Body
1202
-
1203
- None
1204
-
1205
- #### Success Response
1206
-
1207
- ##### `200 application/json`
1208
-
1209
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1210
-
1211
- | Field | Type | Required | Description |
1212
- | --- | --- | --- | --- |
1213
- | code | integer | No | HTTP status code \| HTTP状态码 |
1214
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1215
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1216
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1217
- | support | string | No | Support message \| 支持消息 |
1218
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1219
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1220
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1221
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1222
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1223
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1224
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1225
-
1226
- - Fields truncated: this layer shows only the first `12` rows.
1227
-
1228
- ### `GET /api/u1/v1/douyin/web/fetch_product_sku_list`
1229
-
1230
- - Summary: 获取商品SKU列表/Get product SKU list
1231
- - Capabilities: commerce
1232
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1233
- - operationId: `fetch_product_sku_list_api_v1_douyin_web_fetch_product_sku_list_get`
1234
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-sku-list`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-product-sku-list)
1235
-
1236
- #### Parameters
1237
-
1238
- | Field | In | Type | Required | Description |
1239
- | --- | --- | --- | --- | --- |
1240
- | product_id | query | string | Yes | 商品ID/Product ID |
1241
- | author_id | query | string | Yes | 作者ID/Author ID |
1242
-
1243
- #### Request Body
1244
-
1245
- None
1246
-
1247
- #### Success Response
1248
-
1249
- ##### `200 application/json`
1250
-
1251
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1252
-
1253
- | Field | Type | Required | Description |
1254
- | --- | --- | --- | --- |
1255
- | code | integer | No | HTTP status code \| HTTP状态码 |
1256
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1257
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1258
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1259
- | support | string | No | Support message \| 支持消息 |
1260
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1261
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1262
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1263
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1264
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1265
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1266
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1267
-
1268
- - Fields truncated: this layer shows only the first `12` rows.
1269
-
1270
- ### `POST /api/u1/v1/douyin/web/fetch_query_user`
1271
-
1272
- - Summary: 查询抖音用户基本信息/Query Douyin user basic information
1273
- - Capabilities: profiles / accounts
1274
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1275
- - operationId: `fetch_query_user_api_v1_douyin_web_fetch_query_user_post`
1276
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-query-user`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-query-user)
1277
-
1278
- #### Parameters
1279
-
1280
- None
1281
-
1282
- #### Request Body
1283
-
1284
- - required: No
1285
-
1286
- ##### `application/json`
1287
-
1288
- - Schema summary: string
1289
-
1290
- | Field | Type | Required | Description |
1291
- | --- | --- | --- | --- |
1292
- | value | string | Yes | 用户ttwid Cookie,获取方式:调用`/api/v1/douyin/web/generate_ttwid`接口获取。/User ttwid Cookie, acquisition method: call `/api/v1/dou… |
1293
-
1294
- #### Success Response
1295
-
1296
- ##### `200 application/json`
1297
-
1298
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1299
-
1300
- | Field | Type | Required | Description |
1301
- | --- | --- | --- | --- |
1302
- | code | integer | No | HTTP status code \| HTTP状态码 |
1303
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1304
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1305
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1306
- | support | string | No | Support message \| 支持消息 |
1307
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1308
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1309
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1310
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1311
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1312
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1313
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1314
-
1315
- - Fields truncated: this layer shows only the first `12` rows.
1316
-
1317
- ### `GET /api/u1/v1/douyin/web/fetch_related_posts`
1318
-
1319
- - Summary: 获取相关作品推荐数据/Get related posts recommendation data
1320
- - Capabilities: content details
1321
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1322
- - operationId: `fetch_related_posts_api_v1_douyin_web_fetch_related_posts_get`
1323
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-related-posts`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-related-posts)
1324
-
1325
- #### Parameters
1326
-
1327
- | Field | In | Type | Required | Description |
1328
- | --- | --- | --- | --- | --- |
1329
- | aweme_id | query | string | Yes | 作品id/Video id |
1330
- | refresh_index | query | integer | No | 翻页索引/Paging index |
1331
- | count | query | integer | No | 数量/Number |
1332
-
1333
- #### Request Body
1334
-
1335
- None
1336
-
1337
- #### Success Response
1338
-
1339
- ##### `200 application/json`
1340
-
1341
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1342
-
1343
- | Field | Type | Required | Description |
1344
- | --- | --- | --- | --- |
1345
- | code | integer | No | HTTP status code \| HTTP状态码 |
1346
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1347
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1348
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1349
- | support | string | No | Support message \| 支持消息 |
1350
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1351
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1352
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1353
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1354
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1355
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1356
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1357
-
1358
- - Fields truncated: this layer shows only the first `12` rows.
1359
-
1360
- ### `POST /api/u1/v1/douyin/web/fetch_search_challenge`
1361
-
1362
- - Summary: [已弃用/Deprecated] 搜索话题/Search Challenge
1363
- - Capabilities: search / topics
1364
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1365
- - operationId: `fetch_search_challenge_api_v1_douyin_web_fetch_search_challenge_post`
1366
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-search-challenge`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-search-challenge)
1367
-
1368
- #### Parameters
1369
-
1370
- None
1371
-
1372
- #### Request Body
1373
-
1374
- - required: Yes
1375
-
1376
- ##### `application/json`
1377
-
1378
- - Schema summary: `keyword`:string, `cursor`:integer, `count`:integer, `cookie`:string
1379
-
1380
- | Field | Type | Required | Description |
1381
- | --- | --- | --- | --- |
1382
- | keyword | string | No | 搜索关键词/Search keyword |
1383
- | cursor | integer | No | 游标/Cursor |
1384
- | count | integer | No | 数量/Count |
1385
- | cookie | string | No | 用户自行提供的Cookie/User provided Cookie |
1386
-
1387
- #### Success Response
1388
-
1389
- ##### `200 application/json`
1390
-
1391
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1392
-
1393
- | Field | Type | Required | Description |
1394
- | --- | --- | --- | --- |
1395
- | code | integer | No | HTTP status code \| HTTP状态码 |
1396
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1397
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1398
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1399
- | support | string | No | Support message \| 支持消息 |
1400
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1401
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1402
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1403
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1404
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1405
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1406
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1407
-
1408
- - Fields truncated: this layer shows only the first `12` rows.
1409
-
1410
- ### `GET /api/u1/v1/douyin/web/fetch_series_aweme`
1411
-
1412
- - Summary: 短剧作品/Series Video
1413
- - Capabilities: general
1414
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1415
- - operationId: `fetch_series_aweme_api_v1_douyin_web_fetch_series_aweme_get`
1416
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-series-aweme`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-series-aweme)
1417
-
1418
- #### Parameters
1419
-
1420
- | Field | In | Type | Required | Description |
1421
- | --- | --- | --- | --- | --- |
1422
- | offset | query | integer | Yes | 页码/Page number |
1423
- | count | query | integer | Yes | 每页数量/Number per page |
1424
- | content_type | query | integer | Yes | 短剧类型/Subtype |
1425
- | cookie | query | string | No | 用户自行提供的Cookie/User provided Cookie |
1426
-
1427
- #### Request Body
1428
-
1429
- None
1430
-
1431
- #### Success Response
1432
-
1433
- ##### `200 application/json`
1434
-
1435
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1436
-
1437
- | Field | Type | Required | Description |
1438
- | --- | --- | --- | --- |
1439
- | code | integer | No | HTTP status code \| HTTP状态码 |
1440
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1441
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1442
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1443
- | support | string | No | Support message \| 支持消息 |
1444
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1445
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1446
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1447
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1448
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1449
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1450
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1451
-
1452
- - Fields truncated: this layer shows only the first `12` rows.
1453
-
1454
- ### `POST /api/u1/v1/douyin/web/fetch_user_collection_videos`
1455
-
1456
- - Summary: 获取用户收藏作品数据/Get user collection video data
1457
- - Capabilities: profiles / accounts / content details
1458
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1459
- - operationId: `fetch_user_collection_videos_api_v1_douyin_web_fetch_user_collection_videos_post`
1460
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-user-collection-videos`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-user-collection-videos)
1461
-
1462
- #### Parameters
1463
-
1464
- None
1465
-
1466
- #### Request Body
1467
-
1468
- - required: Yes
1469
-
1470
- ##### `application/json`
1471
-
1472
- - Schema summary: `cookie*`:string, `max_cursor`:integer, `counts`:integer
1473
-
1474
- | Field | Type | Required | Description |
1475
- | --- | --- | --- | --- |
1476
- | cookie | string | Yes | 用户网页版抖音Cookie/Your web version of Douyin Cookie |
1477
- | max_cursor | integer | No | 最大游标/Maximum cursor |
1478
- | counts | integer | No | 每页数量/Number per page |
1479
-
1480
- #### Success Response
1481
-
1482
- ##### `200 application/json`
1483
-
1484
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1485
-
1486
- | Field | Type | Required | Description |
1487
- | --- | --- | --- | --- |
1488
- | code | integer | No | HTTP status code \| HTTP状态码 |
1489
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1490
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1491
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1492
- | support | string | No | Support message \| 支持消息 |
1493
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1494
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1495
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1496
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1497
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1498
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1499
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1500
-
1501
- - Fields truncated: this layer shows only the first `12` rows.
1502
-
1503
- ### `POST /api/u1/v1/douyin/web/fetch_user_collects`
1504
-
1505
- - Summary: 获取用户收藏夹/Get user collection
1506
- - Capabilities: profiles / accounts
1507
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1508
- - operationId: `fetch_user_collects_api_v1_douyin_web_fetch_user_collects_post`
1509
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-user-collects`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-user-collects)
1510
-
1511
- #### Parameters
1512
-
1513
- None
1514
-
1515
- #### Request Body
1516
-
1517
- - required: Yes
1518
-
1519
- ##### `application/json`
1520
-
1521
- - Schema summary: `max_cursor`:integer, `counts`:integer, `cookie*`:string
1522
-
1523
- | Field | Type | Required | Description |
1524
- | --- | --- | --- | --- |
1525
- | max_cursor | integer | No | 最大游标/Maximum cursor |
1526
- | counts | integer | No | 每页数量/Number per page |
1527
- | cookie | string | Yes | 用户网页版抖音Cookie/Your web version of Douyin Cookie |
1528
-
1529
- #### Success Response
1530
-
1531
- ##### `200 application/json`
1532
-
1533
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1534
-
1535
- | Field | Type | Required | Description |
1536
- | --- | --- | --- | --- |
1537
- | code | integer | No | HTTP status code \| HTTP状态码 |
1538
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1539
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1540
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1541
- | support | string | No | Support message \| 支持消息 |
1542
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1543
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1544
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1545
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1546
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1547
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1548
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1549
-
1550
- - Fields truncated: this layer shows only the first `12` rows.
1551
-
1552
- ### `GET /api/u1/v1/douyin/web/fetch_user_collects_videos`
1553
-
1554
- - Summary: 获取用户收藏夹数据/Get user collection data
1555
- - Capabilities: profiles / accounts / content details
1556
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1557
- - operationId: `fetch_user_collects_videos_api_v1_douyin_web_fetch_user_collects_videos_get`
1558
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-collects-videos`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-collects-videos)
1559
-
1560
- #### Parameters
1561
-
1562
- | Field | In | Type | Required | Description |
1563
- | --- | --- | --- | --- | --- |
1564
- | collects_id | query | string | Yes | 收藏夹id/Collection id |
1565
- | max_cursor | query | integer | No | 最大游标/Maximum cursor |
1566
- | counts | query | integer | No | 每页数量/Number per page |
1567
-
1568
- #### Request Body
1569
-
1570
- None
1571
-
1572
- #### Success Response
1573
-
1574
- ##### `200 application/json`
1575
-
1576
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1577
-
1578
- | Field | Type | Required | Description |
1579
- | --- | --- | --- | --- |
1580
- | code | integer | No | HTTP status code \| HTTP状态码 |
1581
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1582
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1583
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1584
- | support | string | No | Support message \| 支持消息 |
1585
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1586
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1587
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1588
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1589
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1590
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1591
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1592
-
1593
- - Fields truncated: this layer shows only the first `12` rows.
1594
-
1595
- ### `GET /api/u1/v1/douyin/web/fetch_user_fans_list`
1596
-
1597
- - Summary: 获取用户粉丝列表/Get user fans list
1598
- - Capabilities: profiles / accounts
1599
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1600
- - operationId: `fetch_user_fans_list_api_v1_douyin_web_fetch_user_fans_list_get`
1601
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-fans-list`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-fans-list)
1602
-
1603
- #### Parameters
1604
-
1605
- | Field | In | Type | Required | Description |
1606
- | --- | --- | --- | --- | --- |
1607
- | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
1608
- | max_time | query | string | No | 最大时间戳/Maximum timestamp |
1609
- | count | query | integer | No | 数量/Number |
1610
- | source_type | query | integer | No | 来源类型/Source type |
1611
-
1612
- #### Request Body
1613
-
1614
- None
1615
-
1616
- #### Success Response
1617
-
1618
- ##### `200 application/json`
1619
-
1620
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1621
-
1622
- | Field | Type | Required | Description |
1623
- | --- | --- | --- | --- |
1624
- | code | integer | No | HTTP status code \| HTTP状态码 |
1625
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1626
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1627
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1628
- | support | string | No | Support message \| 支持消息 |
1629
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1630
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1631
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1632
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1633
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1634
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1635
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1636
-
1637
- - Fields truncated: this layer shows only the first `12` rows.
1638
-
1639
- ### `GET /api/u1/v1/douyin/web/fetch_user_following_list`
1640
-
1641
- - Summary: 获取用户关注列表/Get user following list
1642
- - Capabilities: profiles / accounts
1643
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1644
- - operationId: `fetch_user_following_list_api_v1_douyin_web_fetch_user_following_list_get`
1645
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-following-list`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-following-list)
1646
-
1647
- #### Parameters
1648
-
1649
- | Field | In | Type | Required | Description |
1650
- | --- | --- | --- | --- | --- |
1651
- | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
1652
- | max_time | query | string | No | 最大时间戳/Maximum timestamp |
1653
- | count | query | integer | No | 数量/Number |
1654
- | source_type | query | integer | No | 来源类型/Source type |
1655
-
1656
- #### Request Body
1657
-
1658
- None
1659
-
1660
- #### Success Response
1661
-
1662
- ##### `200 application/json`
1663
-
1664
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1665
-
1666
- | Field | Type | Required | Description |
1667
- | --- | --- | --- | --- |
1668
- | code | integer | No | HTTP status code \| HTTP状态码 |
1669
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1670
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1671
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1672
- | support | string | No | Support message \| 支持消息 |
1673
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1674
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1675
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1676
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1677
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1678
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1679
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1680
-
1681
- - Fields truncated: this layer shows only the first `12` rows.
1682
-
1683
- ### `POST /api/u1/v1/douyin/web/fetch_user_like_videos`
1684
-
1685
- - Summary: 获取用户喜欢作品数据/Get user like video data
1686
- - Capabilities: profiles / accounts / content details
1687
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1688
- - operationId: `fetch_user_like_videos_api_v1_douyin_web_fetch_user_like_videos_post`
1689
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-user-like-videos`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-fetch-user-like-videos)
1690
-
1691
- #### Parameters
1692
-
1693
- None
1694
-
1695
- #### Request Body
1696
-
1697
- - required: Yes
1698
-
1699
- ##### `application/json`
1700
-
1701
- - Schema summary: `sec_user_id*`:string, `max_cursor`:integer, `counts`:integer, `cookie`:string
1702
-
1703
- | Field | Type | Required | Description |
1704
- | --- | --- | --- | --- |
1705
- | sec_user_id | string | Yes | 用户sec_user_id/User sec_user_id |
1706
- | max_cursor | integer | No | 最大游标/Maximum cursor |
1707
- | counts | integer | No | 每页数量/Number per page |
1708
- | cookie | string | No | 用户网页版抖音Cookie/Your web version of Douyin Cookie |
1709
-
1710
- #### Success Response
1711
-
1712
- ##### `200 application/json`
1713
-
1714
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1715
-
1716
- | Field | Type | Required | Description |
1717
- | --- | --- | --- | --- |
1718
- | code | integer | No | HTTP status code \| HTTP状态码 |
1719
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1720
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1721
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1722
- | support | string | No | Support message \| 支持消息 |
1723
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1724
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1725
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1726
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1727
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1728
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1729
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1730
-
1731
- - Fields truncated: this layer shows only the first `12` rows.
1732
-
1733
- ### `GET /api/u1/v1/douyin/web/fetch_user_live_info_by_uid`
1734
-
1735
- - Summary: 使用UID获取用户开播信息/Get user live information by UID
1736
- - Capabilities: profiles / accounts / livestream
1737
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1738
- - operationId: `fetch_user_live_info_by_uid_api_v1_douyin_web_fetch_user_live_info_by_uid_get`
1739
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-info-by-uid`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-info-by-uid)
1740
-
1741
- #### Parameters
1742
-
1743
- | Field | In | Type | Required | Description |
1744
- | --- | --- | --- | --- | --- |
1745
- | uid | query | string | Yes | 用户UID/User UID |
1746
-
1747
- #### Request Body
1748
-
1749
- None
1750
-
1751
- #### Success Response
1752
-
1753
- ##### `200 application/json`
1754
-
1755
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1756
-
1757
- | Field | Type | Required | Description |
1758
- | --- | --- | --- | --- |
1759
- | code | integer | No | HTTP status code \| HTTP状态码 |
1760
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1761
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1762
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1763
- | support | string | No | Support message \| 支持消息 |
1764
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1765
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1766
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1767
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1768
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1769
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1770
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1771
-
1772
- - Fields truncated: this layer shows only the first `12` rows.
1773
-
1774
- ### `GET /api/u1/v1/douyin/web/fetch_user_live_videos`
1775
-
1776
- - Summary: 获取用户直播流数据/Get user live video data
1777
- - Capabilities: profiles / accounts / content details / livestream
1778
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1779
- - operationId: `fetch_user_live_videos_api_v1_douyin_web_fetch_user_live_videos_get`
1780
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-videos`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-videos)
1781
-
1782
- #### Parameters
1783
-
1784
- | Field | In | Type | Required | Description |
1785
- | --- | --- | --- | --- | --- |
1786
- | webcast_id | query | string | Yes | 直播间webcast_id/Room webcast_id |
1787
-
1788
- #### Request Body
1789
-
1790
- None
1791
-
1792
- #### Success Response
1793
-
1794
- ##### `200 application/json`
1795
-
1796
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1797
-
1798
- | Field | Type | Required | Description |
1799
- | --- | --- | --- | --- |
1800
- | code | integer | No | HTTP status code \| HTTP状态码 |
1801
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1802
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1803
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1804
- | support | string | No | Support message \| 支持消息 |
1805
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1806
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1807
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1808
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1809
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1810
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1811
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1812
-
1813
- - Fields truncated: this layer shows only the first `12` rows.
1814
-
1815
- ### `GET /api/u1/v1/douyin/web/fetch_user_live_videos_by_room_id`
1816
-
1817
- - Summary: 通过room_id获取指定用户的直播流数据 V1/Get live video data of specified user by room_id V1
1818
- - Capabilities: profiles / accounts / content details / livestream
1819
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1820
- - operationId: `fetch_user_live_videos_by_room_id_api_v1_douyin_web_fetch_user_live_videos_by_room_id_get`
1821
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-videos-by-room-id`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-videos-by-room-id)
1822
-
1823
- #### Parameters
1824
-
1825
- | Field | In | Type | Required | Description |
1826
- | --- | --- | --- | --- | --- |
1827
- | room_id | query | string | Yes | 直播间room_id/Room room_id |
1828
-
1829
- #### Request Body
1830
-
1831
- None
1832
-
1833
- #### Success Response
1834
-
1835
- ##### `200 application/json`
1836
-
1837
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1838
-
1839
- | Field | Type | Required | Description |
1840
- | --- | --- | --- | --- |
1841
- | code | integer | No | HTTP status code \| HTTP状态码 |
1842
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1843
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1844
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1845
- | support | string | No | Support message \| 支持消息 |
1846
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1847
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1848
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1849
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1850
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1851
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1852
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1853
-
1854
- - Fields truncated: this layer shows only the first `12` rows.
1855
-
1856
- ### `GET /api/u1/v1/douyin/web/fetch_user_live_videos_by_room_id_v2`
1857
-
1858
- - Summary: 通过room_id获取指定用户的直播流数据 V2/Gets the live stream data of the specified user by room_id V2
1859
- - Capabilities: profiles / accounts / content details / livestream
1860
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1861
- - operationId: `fetch_user_live_videos_by_room_id_v2_api_v1_douyin_web_fetch_user_live_videos_by_room_id_v2_get`
1862
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-videos-by-room-id-v2`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-videos-by-room-id-v2)
1863
-
1864
- #### Parameters
1865
-
1866
- | Field | In | Type | Required | Description |
1867
- | --- | --- | --- | --- | --- |
1868
- | room_id | query | string | Yes | 直播间room_id/Room room_id |
1869
-
1870
- #### Request Body
1871
-
1872
- None
1873
-
1874
- #### Success Response
1875
-
1876
- ##### `200 application/json`
1877
-
1878
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1879
-
1880
- | Field | Type | Required | Description |
1881
- | --- | --- | --- | --- |
1882
- | code | integer | No | HTTP status code \| HTTP状态码 |
1883
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1884
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1885
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1886
- | support | string | No | Support message \| 支持消息 |
1887
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1888
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1889
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1890
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1891
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1892
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1893
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1894
-
1895
- - Fields truncated: this layer shows only the first `12` rows.
1896
-
1897
- ### `GET /api/u1/v1/douyin/web/fetch_user_live_videos_by_sec_uid`
1898
-
1899
- - Summary: 通过sec_uid获取指定用户的直播流数据/Get live video data of specified user by sec_uid
1900
- - Capabilities: profiles / accounts / content details / livestream
1901
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1902
- - operationId: `fetch_user_live_videos_by_sec_uid_api_v1_douyin_web_fetch_user_live_videos_by_sec_uid_get`
1903
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-videos-by-sec-uid`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-live-videos-by-sec-uid)
1904
-
1905
- #### Parameters
1906
-
1907
- | Field | In | Type | Required | Description |
1908
- | --- | --- | --- | --- | --- |
1909
- | sec_uid | query | string | Yes | 用户sec_uid/User sec_uid |
1910
-
1911
- #### Request Body
1912
-
1913
- None
1914
-
1915
- #### Success Response
1916
-
1917
- ##### `200 application/json`
1918
-
1919
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1920
-
1921
- | Field | Type | Required | Description |
1922
- | --- | --- | --- | --- |
1923
- | code | integer | No | HTTP status code \| HTTP状态码 |
1924
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1925
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1926
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1927
- | support | string | No | Support message \| 支持消息 |
1928
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1929
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1930
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1931
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1932
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1933
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1934
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1935
-
1936
- - Fields truncated: this layer shows only the first `12` rows.
1937
-
1938
- ### `GET /api/u1/v1/douyin/web/fetch_user_mix_videos`
1939
-
1940
- - Summary: 获取用户合辑作品数据/Get user mix video data
1941
- - Capabilities: profiles / accounts / content details
1942
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1943
- - operationId: `fetch_user_mix_videos_api_v1_douyin_web_fetch_user_mix_videos_get`
1944
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-mix-videos`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-mix-videos)
1945
-
1946
- #### Parameters
1947
-
1948
- | Field | In | Type | Required | Description |
1949
- | --- | --- | --- | --- | --- |
1950
- | mix_id | query | string | Yes | 合辑id/Mix id |
1951
- | max_cursor | query | integer | No | 最大游标/Maximum cursor |
1952
- | counts | query | integer | No | 每页数量/Number per page |
1953
-
1954
- #### Request Body
1955
-
1956
- None
1957
-
1958
- #### Success Response
1959
-
1960
- ##### `200 application/json`
1961
-
1962
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1963
-
1964
- | Field | Type | Required | Description |
1965
- | --- | --- | --- | --- |
1966
- | code | integer | No | HTTP status code \| HTTP状态码 |
1967
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1968
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1969
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1970
- | support | string | No | Support message \| 支持消息 |
1971
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1972
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1973
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1974
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1975
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1976
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1977
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1978
-
1979
- - Fields truncated: this layer shows only the first `12` rows.
1980
-
1981
- ### `GET /api/u1/v1/douyin/web/fetch_user_post_videos`
1982
-
1983
- - Summary: 获取用户主页作品数据/Get user homepage video data
1984
- - Capabilities: profiles / accounts / content details
1985
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1986
- - operationId: `fetch_user_post_videos_api_v1_douyin_web_fetch_user_post_videos_get`
1987
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-post-videos`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-post-videos)
1988
-
1989
- #### Parameters
1990
-
1991
- | Field | In | Type | Required | Description |
1992
- | --- | --- | --- | --- | --- |
1993
- | sec_user_id | query | string | Yes | 用户sec_user_id/User sec_user_id |
1994
- | max_cursor | query | string | No | 最大游标/Maximum cursor |
1995
- | count | query | integer | No | 每页数量/Number per page |
1996
- | filter_type | query | string | No | 过滤类型/Filter type |
1997
- | cookie | query | string | No | 用户网页版抖音Cookie/Your web version of Douyin Cookie |
1998
-
1999
- #### Request Body
2000
-
2001
- None
2002
-
2003
- #### Success Response
2004
-
2005
- ##### `200 application/json`
2006
-
2007
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2008
-
2009
- | Field | Type | Required | Description |
2010
- | --- | --- | --- | --- |
2011
- | code | integer | No | HTTP status code \| HTTP状态码 |
2012
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2013
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2014
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2015
- | support | string | No | Support message \| 支持消息 |
2016
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2017
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2018
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2019
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2020
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2021
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2022
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2023
-
2024
- - Fields truncated: this layer shows only the first `12` rows.
2025
-
2026
- ### `GET /api/u1/v1/douyin/web/fetch_user_profile_by_short_id`
2027
-
2028
- - Summary: 使用Short ID获取用户信息/Get user information by Short ID
2029
- - Capabilities: profiles / accounts
2030
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2031
- - operationId: `fetch_user_profile_by_short_id_api_v1_douyin_web_fetch_user_profile_by_short_id_get`
2032
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-profile-by-short-id`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-profile-by-short-id)
2033
-
2034
- #### Parameters
2035
-
2036
- | Field | In | Type | Required | Description |
2037
- | --- | --- | --- | --- | --- |
2038
- | short_id | query | string | Yes | 用户Short ID/User Short ID |
2039
-
2040
- #### Request Body
2041
-
2042
- None
2043
-
2044
- #### Success Response
2045
-
2046
- ##### `200 application/json`
2047
-
2048
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2049
-
2050
- | Field | Type | Required | Description |
2051
- | --- | --- | --- | --- |
2052
- | code | integer | No | HTTP status code \| HTTP状态码 |
2053
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2054
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2055
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2056
- | support | string | No | Support message \| 支持消息 |
2057
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2058
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2059
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2060
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2061
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2062
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2063
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2064
-
2065
- - Fields truncated: this layer shows only the first `12` rows.
2066
-
2067
- ### `GET /api/u1/v1/douyin/web/fetch_user_profile_by_uid`
2068
-
2069
- - Summary: 使用UID获取用户信息/Get user information by UID
2070
- - Capabilities: profiles / accounts
2071
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2072
- - operationId: `fetch_user_profile_by_uid_api_v1_douyin_web_fetch_user_profile_by_uid_get`
2073
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-profile-by-uid`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-profile-by-uid)
2074
-
2075
- #### Parameters
2076
-
2077
- | Field | In | Type | Required | Description |
2078
- | --- | --- | --- | --- | --- |
2079
- | uid | query | string | Yes | 用户UID/User UID |
2080
-
2081
- #### Request Body
2082
-
2083
- None
2084
-
2085
- #### Success Response
2086
-
2087
- ##### `200 application/json`
2088
-
2089
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2090
-
2091
- | Field | Type | Required | Description |
2092
- | --- | --- | --- | --- |
2093
- | code | integer | No | HTTP status code \| HTTP状态码 |
2094
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2095
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2096
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2097
- | support | string | No | Support message \| 支持消息 |
2098
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2099
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2100
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2101
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2102
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2103
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2104
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2105
-
2106
- - Fields truncated: this layer shows only the first `12` rows.
2107
-
2108
- ### `GET /api/u1/v1/douyin/web/fetch_user_search_result`
2109
-
2110
- - Summary: 获取指定关键词的用户搜索结果(废弃,替代接口请参考下方文档)/Get user search results of specified keywords (deprecated, please refer to the following document for replacement interface)
2111
- - Capabilities: search / profiles / accounts
2112
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2113
- - operationId: `fetch_user_search_result_api_v1_douyin_web_fetch_user_search_result_get`
2114
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-search-result`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-search-result)
2115
-
2116
- #### Parameters
2117
-
2118
- | Field | In | Type | Required | Description |
2119
- | --- | --- | --- | --- | --- |
2120
- | keyword | query | string | Yes | 关键词/Keyword |
2121
- | offset | query | integer | No | 偏移量/Offset |
2122
- | count | query | integer | No | 数量/Number |
2123
- | douyin_user_fans | query | string | No | 粉丝数/Fans |
2124
- | douyin_user_type | query | string | No | 用户类型/User type |
2125
- | search_id | query | string | No | 搜索id,翻页时需要提供/Search id, need to provide when paging |
2126
-
2127
- #### Request Body
2128
-
2129
- None
2130
-
2131
- #### Success Response
2132
-
2133
- ##### `200 application/json`
2134
-
2135
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2136
-
2137
- | Field | Type | Required | Description |
2138
- | --- | --- | --- | --- |
2139
- | code | integer | No | HTTP status code \| HTTP状态码 |
2140
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2141
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2142
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2143
- | support | string | No | Support message \| 支持消息 |
2144
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2145
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2146
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2147
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2148
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2149
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2150
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2151
-
2152
- - Fields truncated: this layer shows only the first `12` rows.
2153
-
2154
- ### `GET /api/u1/v1/douyin/web/fetch_user_search_result_v2`
2155
-
2156
- - Summary: 获取指定关键词的用户搜索结果 V2 (已弃用,替代接口请参考下方文档)/Get user search results of specified keywords V2 (deprecated, please refer to the following document for replacement interface)
2157
- - Capabilities: search / profiles / accounts
2158
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2159
- - operationId: `fetch_user_search_result_v2_api_v1_douyin_web_fetch_user_search_result_v2_get`
2160
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-search-result-v2`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-search-result-v2)
2161
-
2162
- #### Parameters
2163
-
2164
- | Field | In | Type | Required | Description |
2165
- | --- | --- | --- | --- | --- |
2166
- | keyword | query | string | Yes | 关键词/Keyword |
2167
- | cursor | query | integer | No | 游标/Cursor |
2168
-
2169
- #### Request Body
2170
-
2171
- None
2172
-
2173
- #### Success Response
2174
-
2175
- ##### `200 application/json`
2176
-
2177
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2178
-
2179
- | Field | Type | Required | Description |
2180
- | --- | --- | --- | --- |
2181
- | code | integer | No | HTTP status code \| HTTP状态码 |
2182
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2183
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2184
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2185
- | support | string | No | Support message \| 支持消息 |
2186
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2187
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2188
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2189
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2190
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2191
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2192
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2193
-
2194
- - Fields truncated: this layer shows only the first `12` rows.
2195
-
2196
- ### `GET /api/u1/v1/douyin/web/fetch_user_search_result_v3`
2197
-
2198
- - Summary: 获取指定关键词的用户搜索结果 V3 (已弃用,替代接口请参考下方文档)/Get user search results of specified keywords V3 (deprecated, please refer to the following document for replacement interface)
2199
- - Capabilities: search / profiles / accounts
2200
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2201
- - operationId: `fetch_user_search_result_v3_api_v1_douyin_web_fetch_user_search_result_v3_get`
2202
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-search-result-v3`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-user-search-result-v3)
2203
-
2204
- #### Parameters
2205
-
2206
- | Field | In | Type | Required | Description |
2207
- | --- | --- | --- | --- | --- |
2208
- | keyword | query | string | Yes | 关键词/Keyword |
2209
- | cursor | query | string | No | 游标/Cursor |
2210
- | douyin_user_type | query | string | No | 用户类型/User type |
2211
- | douyin_user_fans | query | string | No | 粉丝数/Fans |
2212
-
2213
- #### Request Body
2214
-
2215
- None
2216
-
2217
- #### Success Response
2218
-
2219
- ##### `200 application/json`
2220
-
2221
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2222
-
2223
- | Field | Type | Required | Description |
2224
- | --- | --- | --- | --- |
2225
- | code | integer | No | HTTP status code \| HTTP状态码 |
2226
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2227
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2228
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2229
- | support | string | No | Support message \| 支持消息 |
2230
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2231
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2232
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2233
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2234
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2235
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2236
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2237
-
2238
- - Fields truncated: this layer shows only the first `12` rows.
2239
-
2240
- ### `GET /api/u1/v1/douyin/web/fetch_video_channel_result`
2241
-
2242
- - Summary: 抖音视频频道数据/Douyin video channel data
2243
- - Capabilities: profiles / accounts / content details
2244
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2245
- - operationId: `fetch_video_channel_result_api_v1_douyin_web_fetch_video_channel_result_get`
2246
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-channel-result`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-channel-result)
2247
-
2248
- #### Parameters
2249
-
2250
- | Field | In | Type | Required | Description |
2251
- | --- | --- | --- | --- | --- |
2252
- | tag_id | query | integer | Yes | 标签id/Tag id |
2253
- | count | query | integer | No | 数量/Number |
2254
- | refresh_index | query | integer | No | 刷新索引/Refresh index |
2255
-
2256
- #### Request Body
2257
-
2258
- None
2259
-
2260
- #### Success Response
2261
-
2262
- ##### `200 application/json`
2263
-
2264
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2265
-
2266
- | Field | Type | Required | Description |
2267
- | --- | --- | --- | --- |
2268
- | code | integer | No | HTTP status code \| HTTP状态码 |
2269
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2270
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2271
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2272
- | support | string | No | Support message \| 支持消息 |
2273
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2274
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2275
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2276
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2277
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2278
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2279
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2280
-
2281
- - Fields truncated: this layer shows only the first `12` rows.
2282
-
2283
- ### `GET /api/u1/v1/douyin/web/fetch_video_comment_replies`
2284
-
2285
- - Summary: 获取指定视频的评论回复数据/Get comment replies data of specified video
2286
- - Capabilities: comments / content details
2287
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2288
- - operationId: `fetch_video_comments_reply_api_v1_douyin_web_fetch_video_comment_replies_get`
2289
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-comment-replies`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-comment-replies)
2290
-
2291
- #### Parameters
2292
-
2293
- | Field | In | Type | Required | Description |
2294
- | --- | --- | --- | --- | --- |
2295
- | item_id | query | string | Yes | 作品id/Video id |
2296
- | comment_id | query | string | Yes | 评论id/Comment id |
2297
- | cursor | query | integer | No | 游标/Cursor |
2298
- | count | query | integer | No | 数量/Number |
2299
-
2300
- #### Request Body
2301
-
2302
- None
2303
-
2304
- #### Success Response
2305
-
2306
- ##### `200 application/json`
2307
-
2308
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2309
-
2310
- | Field | Type | Required | Description |
2311
- | --- | --- | --- | --- |
2312
- | code | integer | No | HTTP status code \| HTTP状态码 |
2313
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2314
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2315
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2316
- | support | string | No | Support message \| 支持消息 |
2317
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2318
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2319
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2320
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2321
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2322
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2323
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2324
-
2325
- - Fields truncated: this layer shows only the first `12` rows.
2326
-
2327
- ### `GET /api/u1/v1/douyin/web/fetch_video_comments`
2328
-
2329
- - Summary: 获取单个视频评论数据/Get single video comments data
2330
- - Capabilities: comments / content details
2331
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2332
- - operationId: `fetch_video_comments_api_v1_douyin_web_fetch_video_comments_get`
2333
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-comments`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-comments)
2334
-
2335
- #### Parameters
2336
-
2337
- | Field | In | Type | Required | Description |
2338
- | --- | --- | --- | --- | --- |
2339
- | aweme_id | query | string | Yes | 作品id/Video id |
2340
- | cursor | query | integer | No | 游标/Cursor |
2341
- | count | query | integer | No | 数量/Number |
2342
-
2343
- #### Request Body
2344
-
2345
- None
2346
-
2347
- #### Success Response
2348
-
2349
- ##### `200 application/json`
2350
-
2351
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2352
-
2353
- | Field | Type | Required | Description |
2354
- | --- | --- | --- | --- |
2355
- | code | integer | No | HTTP status code \| HTTP状态码 |
2356
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2357
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2358
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2359
- | support | string | No | Support message \| 支持消息 |
2360
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2361
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2362
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2363
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2364
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2365
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2366
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2367
-
2368
- - Fields truncated: this layer shows only the first `12` rows.
2369
-
2370
- ### `GET /api/u1/v1/douyin/web/fetch_video_high_quality_play_url`
2371
-
2372
- - Summary: 获取视频的最高画质播放链接/Get the highest quality play URL of the video
2373
- - Capabilities: content details
2374
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2375
- - operationId: `fetch_video_high_quality_play_url_api_v1_douyin_web_fetch_video_high_quality_play_url_get`
2376
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-high-quality-play-url`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-high-quality-play-url)
2377
-
2378
- #### Parameters
2379
-
2380
- | Field | In | Type | Required | Description |
2381
- | --- | --- | --- | --- | --- |
2382
- | aweme_id | query | string | No | 作品id/Video id |
2383
- | share_url | query | string | No | 可选,分享链接/Optional, share link |
2384
-
2385
- #### Request Body
2386
-
2387
- None
2388
-
2389
- #### Success Response
2390
-
2391
- ##### `200 application/json`
2392
-
2393
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2394
-
2395
- | Field | Type | Required | Description |
2396
- | --- | --- | --- | --- |
2397
- | code | integer | No | HTTP status code \| HTTP状态码 |
2398
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2399
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2400
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2401
- | support | string | No | Support message \| 支持消息 |
2402
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2403
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2404
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2405
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2406
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2407
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2408
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2409
-
2410
- - Fields truncated: this layer shows only the first `12` rows.
2411
-
2412
- ### `GET /api/u1/v1/douyin/web/fetch_video_search_result`
2413
-
2414
- - Summary: [已弃用/Deprecated] 获取指定关键词的视频搜索结果/Get video search results of specified keywords
2415
- - Capabilities: search / content details
2416
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2417
- - operationId: `fetch_video_search_result_api_v1_douyin_web_fetch_video_search_result_get`
2418
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-search-result`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-search-result)
2419
-
2420
- #### Parameters
2421
-
2422
- | Field | In | Type | Required | Description |
2423
- | --- | --- | --- | --- | --- |
2424
- | keyword | query | string | Yes | 关键词/Keyword |
2425
- | offset | query | integer | No | 偏移量/Offset |
2426
- | count | query | integer | No | 数量/Number |
2427
- | sort_type | query | string | No | 排序类型/Sort type |
2428
- | publish_time | query | string | No | 发布时间/Publish time |
2429
- | filter_duration | query | string | No | 视频时长/Duration filter |
2430
- | search_id | query | string | No | 搜索id,翻页时需要提供/Search id, need to provide when paging |
2431
-
2432
- #### Request Body
2433
-
2434
- None
2435
-
2436
- #### Success Response
2437
-
2438
- ##### `200 application/json`
2439
-
2440
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2441
-
2442
- | Field | Type | Required | Description |
2443
- | --- | --- | --- | --- |
2444
- | code | integer | No | HTTP status code \| HTTP状态码 |
2445
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2446
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2447
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2448
- | support | string | No | Support message \| 支持消息 |
2449
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2450
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2451
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2452
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2453
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2454
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2455
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2456
-
2457
- - Fields truncated: this layer shows only the first `12` rows.
2458
-
2459
- ### `GET /api/u1/v1/douyin/web/fetch_video_search_result_v2`
2460
-
2461
- - Summary: 获取指定关键词的视频搜索结果 V2 (废弃,替代接口请参考下方文档)/Get video search results of specified keywords V2 (Deprecated, please refer to the following document for replacement interface)
2462
- - Capabilities: search / content details
2463
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2464
- - operationId: `fetch_video_search_result_v2_api_v1_douyin_web_fetch_video_search_result_v2_get`
2465
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-search-result-v2`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-fetch-video-search-result-v2)
2466
-
2467
- #### Parameters
2468
-
2469
- | Field | In | Type | Required | Description |
2470
- | --- | --- | --- | --- | --- |
2471
- | keyword | query | string | Yes | 关键词/Keyword |
2472
- | sort_type | query | string | No | 排序类型/Sort type |
2473
- | publish_time | query | string | No | 发布时间/Publish time |
2474
- | filter_duration | query | string | No | 视频时长/Duration filter |
2475
- | page | query | integer | No | 页码/Page |
2476
- | search_id | query | string | No | 搜索id,翻页时需要提供/Search id, need to provide when paging |
2477
-
2478
- #### Request Body
2479
-
2480
- None
2481
-
2482
- #### Success Response
2483
-
2484
- ##### `200 application/json`
2485
-
2486
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2487
-
2488
- | Field | Type | Required | Description |
2489
- | --- | --- | --- | --- |
2490
- | code | integer | No | HTTP status code \| HTTP状态码 |
2491
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2492
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2493
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2494
- | support | string | No | Support message \| 支持消息 |
2495
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2496
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2497
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2498
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2499
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2500
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2501
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2502
-
2503
- - Fields truncated: this layer shows only the first `12` rows.
2504
-
2505
- ### `POST /api/u1/v1/douyin/web/generate_a_bogus`
2506
-
2507
- - Summary: 使用接口网址生成A-Bogus参数/Generate A-Bogus parameter using API URL
2508
- - Capabilities: general
2509
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2510
- - operationId: `generate_a_bogus_api_v1_douyin_web_generate_a_bogus_post`
2511
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-generate-a-bogus`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-generate-a-bogus)
2512
-
2513
- #### Parameters
2514
-
2515
- None
2516
-
2517
- #### Request Body
2518
-
2519
- - required: Yes
2520
-
2521
- ##### `application/json`
2522
-
2523
- - Schema summary: `url*`:string, `data*`:string, `user_agent*`:string, `index_0`:integer, `index_1`:integer, `index_2`:integer
2524
-
2525
- | Field | Type | Required | Description |
2526
- | --- | --- | --- | --- |
2527
- | url | string | Yes | 请求的API URL,需要使用urlencode(url, safe='*')进行编码 \| The requested API URL, needs to be encoded using urlencode(url, safe='*') |
2528
- | data | string | Yes | POST请求API时的载荷数据,需要使用urlencode(data, safe='*')进行编码 \| The payload data when requesting the API with POST, needs to be enc… |
2529
- | user_agent | string | Yes | 请求API时的User-Agent \| User-Agent when requesting the API |
2530
- | index_0 | integer | No | 加密明文列表的第一个值,无特殊要求,默认为0 |
2531
- | index_1 | integer | No | 加密明文列表的第一个值,无特殊要求,默认为1 |
2532
- | index_2 | integer | No | 加密明文列表的第一个值,无特殊要求,默认为14 |
2533
-
2534
- #### Success Response
2535
-
2536
- ##### `200 application/json`
2537
-
2538
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2539
-
2540
- | Field | Type | Required | Description |
2541
- | --- | --- | --- | --- |
2542
- | code | integer | No | HTTP status code \| HTTP状态码 |
2543
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2544
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2545
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2546
- | support | string | No | Support message \| 支持消息 |
2547
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2548
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2549
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2550
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2551
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2552
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2553
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2554
-
2555
- - Fields truncated: this layer shows only the first `12` rows.
2556
-
2557
- ### `GET /api/u1/v1/douyin/web/generate_real_msToken`
2558
-
2559
- - Summary: 生成真实msToken/Generate real msToken
2560
- - Capabilities: general
2561
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2562
- - operationId: `generate_real_msToken_api_v1_douyin_web_generate_real_msToken_get`
2563
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-real-mstoken`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-real-mstoken)
2564
-
2565
- #### Parameters
2566
-
2567
- None
2568
-
2569
- #### Request Body
2570
-
2571
- None
2572
-
2573
- #### Success Response
2574
-
2575
- ##### `200 application/json`
2576
-
2577
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2578
-
2579
- | Field | Type | Required | Description |
2580
- | --- | --- | --- | --- |
2581
- | code | integer | No | HTTP status code \| HTTP状态码 |
2582
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2583
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2584
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2585
- | support | string | No | Support message \| 支持消息 |
2586
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2587
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2588
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2589
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2590
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2591
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2592
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2593
-
2594
- - Fields truncated: this layer shows only the first `12` rows.
2595
-
2596
- ### `GET /api/u1/v1/douyin/web/generate_s_v_web_id`
2597
-
2598
- - Summary: 生成s_v_web_id/Generate s_v_web_id
2599
- - Capabilities: general
2600
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2601
- - operationId: `generate_s_v_web_id_api_v1_douyin_web_generate_s_v_web_id_get`
2602
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-s-v-web-id`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-s-v-web-id)
2603
-
2604
- #### Parameters
2605
-
2606
- None
2607
-
2608
- #### Request Body
2609
-
2610
- None
2611
-
2612
- #### Success Response
2613
-
2614
- ##### `200 application/json`
2615
-
2616
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2617
-
2618
- | Field | Type | Required | Description |
2619
- | --- | --- | --- | --- |
2620
- | code | integer | No | HTTP status code \| HTTP状态码 |
2621
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2622
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2623
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2624
- | support | string | No | Support message \| 支持消息 |
2625
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2626
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2627
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2628
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2629
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2630
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2631
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2632
-
2633
- - Fields truncated: this layer shows only the first `12` rows.
2634
-
2635
- ### `GET /api/u1/v1/douyin/web/generate_ttwid`
2636
-
2637
- - Summary: 生成ttwid/Generate ttwid
2638
- - Capabilities: general
2639
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2640
- - operationId: `generate_ttwid_api_v1_douyin_web_generate_ttwid_get`
2641
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-ttwid`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-ttwid)
2642
-
2643
- #### Parameters
2644
-
2645
- | Field | In | Type | Required | Description |
2646
- | --- | --- | --- | --- | --- |
2647
- | user_agent | query | string | No | None |
2648
-
2649
- #### Request Body
2650
-
2651
- None
2652
-
2653
- #### Success Response
2654
-
2655
- ##### `200 application/json`
2656
-
2657
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2658
-
2659
- | Field | Type | Required | Description |
2660
- | --- | --- | --- | --- |
2661
- | code | integer | No | HTTP status code \| HTTP状态码 |
2662
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2663
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2664
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2665
- | support | string | No | Support message \| 支持消息 |
2666
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2667
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2668
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2669
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2670
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2671
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2672
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2673
-
2674
- - Fields truncated: this layer shows only the first `12` rows.
2675
-
2676
- ### `GET /api/u1/v1/douyin/web/generate_verify_fp`
2677
-
2678
- - Summary: 生成verify_fp/Generate verify_fp
2679
- - Capabilities: general
2680
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2681
- - operationId: `generate_verify_fp_api_v1_douyin_web_generate_verify_fp_get`
2682
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-verify-fp`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-verify-fp)
2683
-
2684
- #### Parameters
2685
-
2686
- None
2687
-
2688
- #### Request Body
2689
-
2690
- None
2691
-
2692
- #### Success Response
2693
-
2694
- ##### `200 application/json`
2695
-
2696
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2697
-
2698
- | Field | Type | Required | Description |
2699
- | --- | --- | --- | --- |
2700
- | code | integer | No | HTTP status code \| HTTP状态码 |
2701
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2702
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2703
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2704
- | support | string | No | Support message \| 支持消息 |
2705
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2706
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2707
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2708
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2709
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2710
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2711
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2712
-
2713
- - Fields truncated: this layer shows only the first `12` rows.
2714
-
2715
- ### `GET /api/u1/v1/douyin/web/generate_wss_xb_signature`
2716
-
2717
- - Summary: 生成弹幕xb签名/Generate barrage xb signature
2718
- - Capabilities: general
2719
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2720
- - operationId: `generate_wss_xb_signature_api_v1_douyin_web_generate_wss_xb_signature_get`
2721
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-wss-xb-signature`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-generate-wss-xb-signature)
2722
-
2723
- #### Parameters
2724
-
2725
- | Field | In | Type | Required | Description |
2726
- | --- | --- | --- | --- | --- |
2727
- | user_agent | query | string | Yes | 用户浏览器代理/User browser agent |
2728
- | room_id | query | string | Yes | 房间号/Room ID |
2729
- | user_unique_id | query | string | Yes | 用户唯一ID/User unique ID |
2730
-
2731
- #### Request Body
2732
-
2733
- None
2734
-
2735
- #### Success Response
2736
-
2737
- ##### `200 application/json`
2738
-
2739
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2740
-
2741
- | Field | Type | Required | Description |
2742
- | --- | --- | --- | --- |
2743
- | code | integer | No | HTTP status code \| HTTP状态码 |
2744
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2745
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2746
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2747
- | support | string | No | Support message \| 支持消息 |
2748
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2749
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2750
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2751
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2752
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2753
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2754
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2755
-
2756
- - Fields truncated: this layer shows only the first `12` rows.
2757
-
2758
- ### `POST /api/u1/v1/douyin/web/generate_x_bogus`
2759
-
2760
- - Summary: 使用接口网址生成X-Bogus参数/Generate X-Bogus parameter using API URL
2761
- - Capabilities: general
2762
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2763
- - operationId: `generate_x_bogus_api_v1_douyin_web_generate_x_bogus_post`
2764
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-generate-x-bogus`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-generate-x-bogus)
2765
-
2766
- #### Parameters
2767
-
2768
- None
2769
-
2770
- #### Request Body
2771
-
2772
- - required: Yes
2773
-
2774
- ##### `application/json`
2775
-
2776
- - Schema summary: `url*`:string, `user_agent*`:string
2777
-
2778
- | Field | Type | Required | Description |
2779
- | --- | --- | --- | --- |
2780
- | url | string | Yes | 请求的API URL,不需要进行编码 \| The requested API URL, no need to encode |
2781
- | user_agent | string | Yes | 请求API时的User-Agent \| User-Agent when requesting the API |
2782
-
2783
- #### Success Response
2784
-
2785
- ##### `200 application/json`
2786
-
2787
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2788
-
2789
- | Field | Type | Required | Description |
2790
- | --- | --- | --- | --- |
2791
- | code | integer | No | HTTP status code \| HTTP状态码 |
2792
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2793
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2794
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2795
- | support | string | No | Support message \| 支持消息 |
2796
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2797
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2798
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2799
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2800
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2801
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2802
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2803
-
2804
- - Fields truncated: this layer shows only the first `12` rows.
2805
-
2806
- ### `POST /api/u1/v1/douyin/web/get_all_aweme_id`
2807
-
2808
- - Summary: 提取列表作品id/Extract list video id
2809
- - Capabilities: general
2810
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2811
- - operationId: `get_all_aweme_id_api_v1_douyin_web_get_all_aweme_id_post`
2812
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-get-all-aweme-id`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-get-all-aweme-id)
2813
-
2814
- #### Parameters
2815
-
2816
- None
2817
-
2818
- #### Request Body
2819
-
2820
- - required: Yes
2821
-
2822
- ##### `application/json`
2823
-
2824
- - Schema summary: [string]
2825
-
2826
- | Field | Type | Required | Description |
2827
- | --- | --- | --- | --- |
2828
- | [] | array<string> | Yes | 作品链接列表/Video link list |
2829
-
2830
- #### Success Response
2831
-
2832
- ##### `200 application/json`
2833
-
2834
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2835
-
2836
- | Field | Type | Required | Description |
2837
- | --- | --- | --- | --- |
2838
- | code | integer | No | HTTP status code \| HTTP状态码 |
2839
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2840
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2841
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2842
- | support | string | No | Support message \| 支持消息 |
2843
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2844
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2845
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2846
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2847
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2848
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2849
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2850
-
2851
- - Fields truncated: this layer shows only the first `12` rows.
2852
-
2853
- ### `POST /api/u1/v1/douyin/web/get_all_sec_user_id`
2854
-
2855
- - Summary: 提取列表用户id/Extract list user id
2856
- - Capabilities: profiles / accounts
2857
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2858
- - operationId: `get_all_sec_user_id_api_v1_douyin_web_get_all_sec_user_id_post`
2859
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-get-all-sec-user-id`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-get-all-sec-user-id)
2860
-
2861
- #### Parameters
2862
-
2863
- None
2864
-
2865
- #### Request Body
2866
-
2867
- - required: Yes
2868
-
2869
- ##### `application/json`
2870
-
2871
- - Schema summary: [string]
2872
-
2873
- | Field | Type | Required | Description |
2874
- | --- | --- | --- | --- |
2875
- | [] | array<string> | Yes | 用户主页链接列表/User homepage link list |
2876
-
2877
- #### Success Response
2878
-
2879
- ##### `200 application/json`
2880
-
2881
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2882
-
2883
- | Field | Type | Required | Description |
2884
- | --- | --- | --- | --- |
2885
- | code | integer | No | HTTP status code \| HTTP状态码 |
2886
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2887
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2888
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2889
- | support | string | No | Support message \| 支持消息 |
2890
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2891
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2892
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2893
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2894
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2895
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2896
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2897
-
2898
- - Fields truncated: this layer shows only the first `12` rows.
2899
-
2900
- ### `POST /api/u1/v1/douyin/web/get_all_webcast_id`
2901
-
2902
- - Summary: 提取列表直播间号/Extract list webcast id
2903
- - Capabilities: general
2904
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2905
- - operationId: `get_all_webcast_id_api_v1_douyin_web_get_all_webcast_id_post`
2906
- - Full contract: [`api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-get-all-webcast-id`](../api-contracts/douyin-web-api.md#post-api-u1-v1-douyin-web-get-all-webcast-id)
2907
-
2908
- #### Parameters
2909
-
2910
- None
2911
-
2912
- #### Request Body
2913
-
2914
- - required: Yes
2915
-
2916
- ##### `application/json`
2917
-
2918
- - Schema summary: [string]
2919
-
2920
- | Field | Type | Required | Description |
2921
- | --- | --- | --- | --- |
2922
- | [] | array<string> | Yes | 直播间链接列表/Room link list |
2923
-
2924
- #### Success Response
2925
-
2926
- ##### `200 application/json`
2927
-
2928
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2929
-
2930
- | Field | Type | Required | Description |
2931
- | --- | --- | --- | --- |
2932
- | code | integer | No | HTTP status code \| HTTP状态码 |
2933
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2934
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2935
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2936
- | support | string | No | Support message \| 支持消息 |
2937
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2938
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2939
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2940
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2941
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2942
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2943
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2944
-
2945
- - Fields truncated: this layer shows only the first `12` rows.
2946
-
2947
- ### `GET /api/u1/v1/douyin/web/get_aweme_id`
2948
-
2949
- - Summary: 提取单个作品id/Extract single video id
2950
- - Capabilities: general
2951
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2952
- - operationId: `get_aweme_id_api_v1_douyin_web_get_aweme_id_get`
2953
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-get-aweme-id`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-get-aweme-id)
2954
-
2955
- #### Parameters
2956
-
2957
- | Field | In | Type | Required | Description |
2958
- | --- | --- | --- | --- | --- |
2959
- | url | query | string | Yes | None |
2960
-
2961
- #### Request Body
2962
-
2963
- None
2964
-
2965
- #### Success Response
2966
-
2967
- ##### `200 application/json`
2968
-
2969
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2970
-
2971
- | Field | Type | Required | Description |
2972
- | --- | --- | --- | --- |
2973
- | code | integer | No | HTTP status code \| HTTP状态码 |
2974
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2975
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2976
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2977
- | support | string | No | Support message \| 支持消息 |
2978
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2979
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2980
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2981
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2982
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2983
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2984
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2985
-
2986
- - Fields truncated: this layer shows only the first `12` rows.
2987
-
2988
- ### `GET /api/u1/v1/douyin/web/get_sec_user_id`
2989
-
2990
- - Summary: 提取单个用户id/Extract single user id
2991
- - Capabilities: profiles / accounts
2992
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2993
- - operationId: `get_sec_user_id_api_v1_douyin_web_get_sec_user_id_get`
2994
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-get-sec-user-id`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-get-sec-user-id)
2995
-
2996
- #### Parameters
2997
-
2998
- | Field | In | Type | Required | Description |
2999
- | --- | --- | --- | --- | --- |
3000
- | url | query | string | Yes | None |
3001
-
3002
- #### Request Body
3003
-
3004
- None
3005
-
3006
- #### Success Response
3007
-
3008
- ##### `200 application/json`
3009
-
3010
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3011
-
3012
- | Field | Type | Required | Description |
3013
- | --- | --- | --- | --- |
3014
- | code | integer | No | HTTP status code \| HTTP状态码 |
3015
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3016
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3017
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3018
- | support | string | No | Support message \| 支持消息 |
3019
- | time | string | No | The time the response was generated \| 生成响应的时间 |
3020
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3021
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3022
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3023
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3024
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3025
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3026
-
3027
- - Fields truncated: this layer shows only the first `12` rows.
3028
-
3029
- ### `GET /api/u1/v1/douyin/web/get_webcast_id`
3030
-
3031
- - Summary: 提取直播间号/Extract webcast id
3032
- - Capabilities: general
3033
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3034
- - operationId: `get_webcast_id_api_v1_douyin_web_get_webcast_id_get`
3035
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-get-webcast-id`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-get-webcast-id)
3036
-
3037
- #### Parameters
3038
-
3039
- | Field | In | Type | Required | Description |
3040
- | --- | --- | --- | --- | --- |
3041
- | url | query | string | Yes | None |
3042
-
3043
- #### Request Body
3044
-
3045
- None
3046
-
3047
- #### Success Response
3048
-
3049
- ##### `200 application/json`
3050
-
3051
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3052
-
3053
- | Field | Type | Required | Description |
3054
- | --- | --- | --- | --- |
3055
- | code | integer | No | HTTP status code \| HTTP状态码 |
3056
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3057
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3058
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3059
- | support | string | No | Support message \| 支持消息 |
3060
- | time | string | No | The time the response was generated \| 生成响应的时间 |
3061
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3062
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3063
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3064
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3065
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3066
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3067
-
3068
- - Fields truncated: this layer shows only the first `12` rows.
3069
-
3070
- ### `GET /api/u1/v1/douyin/web/handler_shorten_url`
3071
-
3072
- - Summary: 生成短链接
3073
- - Capabilities: general
3074
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3075
- - operationId: `handler_shorten_url_api_v1_douyin_web_handler_shorten_url_get`
3076
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-shorten-url`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-shorten-url)
3077
-
3078
- #### Parameters
3079
-
3080
- | Field | In | Type | Required | Description |
3081
- | --- | --- | --- | --- | --- |
3082
- | target_url | query | string | Yes | 待转换的短链接/Target URL to be converted |
3083
-
3084
- #### Request Body
3085
-
3086
- None
3087
-
3088
- #### Success Response
3089
-
3090
- ##### `200 application/json`
3091
-
3092
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3093
-
3094
- | Field | Type | Required | Description |
3095
- | --- | --- | --- | --- |
3096
- | code | integer | No | HTTP status code \| HTTP状态码 |
3097
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3098
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3099
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3100
- | support | string | No | Support message \| 支持消息 |
3101
- | time | string | No | The time the response was generated \| 生成响应的时间 |
3102
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3103
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3104
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3105
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3106
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3107
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3108
-
3109
- - Fields truncated: this layer shows only the first `12` rows.
3110
-
3111
- ### `GET /api/u1/v1/douyin/web/handler_user_profile`
3112
-
3113
- - Summary: 使用sec_user_id获取指定用户的信息/Get information of specified user by sec_user_id
3114
- - Capabilities: profiles / accounts
3115
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3116
- - operationId: `handler_user_profile_api_v1_douyin_web_handler_user_profile_get`
3117
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-user-profile`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-user-profile)
3118
-
3119
- #### Parameters
3120
-
3121
- | Field | In | Type | Required | Description |
3122
- | --- | --- | --- | --- | --- |
3123
- | sec_user_id | query | string | Yes | 用户sec_user_id/User sec_user_id |
3124
-
3125
- #### Request Body
3126
-
3127
- None
3128
-
3129
- #### Success Response
3130
-
3131
- ##### `200 application/json`
3132
-
3133
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3134
-
3135
- | Field | Type | Required | Description |
3136
- | --- | --- | --- | --- |
3137
- | code | integer | No | HTTP status code \| HTTP状态码 |
3138
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3139
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3140
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3141
- | support | string | No | Support message \| 支持消息 |
3142
- | time | string | No | The time the response was generated \| 生成响应的时间 |
3143
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3144
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3145
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3146
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3147
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3148
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3149
-
3150
- - Fields truncated: this layer shows only the first `12` rows.
3151
-
3152
- ### `GET /api/u1/v1/douyin/web/handler_user_profile_v2`
3153
-
3154
- - Summary: 使用unique_id(抖音号)获取指定用户的信息/Get information of specified user by unique_id
3155
- - Capabilities: profiles / accounts
3156
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3157
- - operationId: `handler_user_profile_v2_api_v1_douyin_web_handler_user_profile_v2_get`
3158
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-user-profile-v2`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-user-profile-v2)
3159
-
3160
- #### Parameters
3161
-
3162
- | Field | In | Type | Required | Description |
3163
- | --- | --- | --- | --- | --- |
3164
- | unique_id | query | string | Yes | 用户unique_id/User unique_id |
3165
-
3166
- #### Request Body
3167
-
3168
- None
3169
-
3170
- #### Success Response
3171
-
3172
- ##### `200 application/json`
3173
-
3174
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3175
-
3176
- | Field | Type | Required | Description |
3177
- | --- | --- | --- | --- |
3178
- | code | integer | No | HTTP status code \| HTTP状态码 |
3179
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3180
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3181
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3182
- | support | string | No | Support message \| 支持消息 |
3183
- | time | string | No | The time the response was generated \| 生成响应的时间 |
3184
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3185
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3186
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3187
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3188
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3189
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3190
-
3191
- - Fields truncated: this layer shows only the first `12` rows.
3192
-
3193
- ### `GET /api/u1/v1/douyin/web/handler_user_profile_v3`
3194
-
3195
- - Summary: 根据抖音uid获取指定用户的信息/Get information of specified user by uid
3196
- - Capabilities: profiles / accounts
3197
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3198
- - operationId: `handler_user_profile_v3_api_v1_douyin_web_handler_user_profile_v3_get`
3199
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-user-profile-v3`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-user-profile-v3)
3200
-
3201
- #### Parameters
3202
-
3203
- | Field | In | Type | Required | Description |
3204
- | --- | --- | --- | --- | --- |
3205
- | uid | query | string | Yes | 用户uid(short_id)/User uid(short_id) |
3206
-
3207
- #### Request Body
3208
-
3209
- None
3210
-
3211
- #### Success Response
3212
-
3213
- ##### `200 application/json`
3214
-
3215
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3216
-
3217
- | Field | Type | Required | Description |
3218
- | --- | --- | --- | --- |
3219
- | code | integer | No | HTTP status code \| HTTP状态码 |
3220
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3221
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3222
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3223
- | support | string | No | Support message \| 支持消息 |
3224
- | time | string | No | The time the response was generated \| 生成响应的时间 |
3225
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3226
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3227
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3228
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3229
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3230
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3231
-
3232
- - Fields truncated: this layer shows only the first `12` rows.
3233
-
3234
- ### `GET /api/u1/v1/douyin/web/handler_user_profile_v4`
3235
-
3236
- - Summary: 根据sec_user_id获取指定用户的信息(性别,年龄,直播等级、牌子)/Get information of specified user by sec_user_id (gender, age, live level、brand)
3237
- - Capabilities: profiles / accounts
3238
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3239
- - operationId: `handler_user_profile_v4_api_v1_douyin_web_handler_user_profile_v4_get`
3240
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-user-profile-v4`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-handler-user-profile-v4)
3241
-
3242
- #### Parameters
3243
-
3244
- | Field | In | Type | Required | Description |
3245
- | --- | --- | --- | --- | --- |
3246
- | sec_user_id | query | string | Yes | 用户sec_user_id/User sec_user_id |
3247
-
3248
- #### Request Body
3249
-
3250
- None
3251
-
3252
- #### Success Response
3253
-
3254
- ##### `200 application/json`
3255
-
3256
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3257
-
3258
- | Field | Type | Required | Description |
3259
- | --- | --- | --- | --- |
3260
- | code | integer | No | HTTP status code \| HTTP状态码 |
3261
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3262
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3263
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3264
- | support | string | No | Support message \| 支持消息 |
3265
- | time | string | No | The time the response was generated \| 生成响应的时间 |
3266
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3267
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3268
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3269
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3270
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3271
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3272
-
3273
- - Fields truncated: this layer shows only the first `12` rows.
3274
-
3275
- ### `GET /api/u1/v1/douyin/web/webcast_id_2_room_id`
3276
-
3277
- - Summary: 直播间号转房间号/Webcast id to room id
3278
- - Capabilities: general
3279
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3280
- - operationId: `webcast_id_2_room_id_api_v1_douyin_web_webcast_id_2_room_id_get`
3281
- - Full contract: [`api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-webcast-id-2-room-id`](../api-contracts/douyin-web-api.md#get-api-u1-v1-douyin-web-webcast-id-2-room-id)
3282
-
3283
- #### Parameters
3284
-
3285
- | Field | In | Type | Required | Description |
3286
- | --- | --- | --- | --- | --- |
3287
- | webcast_id | query | string | Yes | 直播间号/Webcast id |
3288
-
3289
- #### Request Body
3290
-
3291
- None
3292
-
3293
- #### Success Response
3294
-
3295
- ##### `200 application/json`
3296
-
3297
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3298
-
3299
- | Field | Type | Required | Description |
3300
- | --- | --- | --- | --- |
3301
- | code | integer | No | HTTP status code \| HTTP状态码 |
3302
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3303
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3304
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3305
- | support | string | No | Support message \| 支持消息 |
3306
- | time | string | No | The time the response was generated \| 生成响应的时间 |
3307
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3308
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3309
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3310
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3311
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3312
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3313
-
3314
- - Fields truncated: this layer shows only the first `12` rows.