@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,2012 +0,0 @@
1
- # Douyin-App-V3-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/douyin-app-v3-api.md`
5
- - Full contract: [`api-contracts/douyin-app-v3-api.md`](../api-contracts/douyin-app-v3-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: `47`
9
- - Common capabilities: content details / search / profiles / accounts / details / trends / rankings / music / audio
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `count`, `cursor`, `keyword`, `aweme_id`, `sec_user_id`, `offset`, `sort_type`, `publish_time`, `filter_duration`, `aweme_ids`
12
- - Tag description: **(抖音-App-V3数据接口(当前最新版本)/Douyin-App-V3-API (Current latest version))**
13
-
14
- ## Routes
15
-
16
- ### `GET /api/u1/v1/douyin/app/v3/add_video_play_count`
17
-
18
- - Summary: 根据视频ID来增加作品的播放数/Increase the number of plays of the work according to the video ID
19
- - Capabilities: content details
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `add_video_play_count_api_v1_douyin_app_v3_add_video_play_count_get`
22
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-add-video-play-count`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-add-video-play-count)
23
-
24
- #### Parameters
25
-
26
- | Field | In | Type | Required | Description |
27
- | --- | --- | --- | --- | --- |
28
- | aweme_type | query | integer | Yes | 作品类型/Video type |
29
- | item_id | query | string | Yes | 作品id/Video id |
30
- | cookie | query | string | No | 可选,默认使用游客Cookie/Optional, use guest Cookie by default |
31
-
32
- #### Request Body
33
-
34
- None
35
-
36
- #### Success Response
37
-
38
- ##### `200 application/json`
39
-
40
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
41
-
42
- | Field | Type | Required | Description |
43
- | --- | --- | --- | --- |
44
- | code | integer | No | HTTP status code \| HTTP状态码 |
45
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
46
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
47
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
48
- | support | string | No | Support message \| 支持消息 |
49
- | time | string | No | The time the response was generated \| 生成响应的时间 |
50
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
51
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
52
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
53
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
54
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
55
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
56
-
57
- - Fields truncated: this layer shows only the first `12` rows.
58
-
59
- ### `GET /api/u1/v1/douyin/app/v3/fetch_brand_hot_search_list`
60
-
61
- - Summary: 获取抖音品牌热榜分类数据/Get Douyin brand hot search list data
62
- - Capabilities: search / trends / rankings
63
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
64
- - operationId: `fetch_hot_brand_search_category_api_v1_douyin_app_v3_fetch_brand_hot_search_list_get`
65
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-brand-hot-search-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-brand-hot-search-list)
66
-
67
- #### Parameters
68
-
69
- None
70
-
71
- #### Request Body
72
-
73
- None
74
-
75
- #### Success Response
76
-
77
- ##### `200 application/json`
78
-
79
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
80
-
81
- | Field | Type | Required | Description |
82
- | --- | --- | --- | --- |
83
- | code | integer | No | HTTP status code \| HTTP状态码 |
84
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
85
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
86
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
87
- | support | string | No | Support message \| 支持消息 |
88
- | time | string | No | The time the response was generated \| 生成响应的时间 |
89
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
90
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
91
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
92
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
93
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
94
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
95
-
96
- - Fields truncated: this layer shows only the first `12` rows.
97
-
98
- ### `GET /api/u1/v1/douyin/app/v3/fetch_brand_hot_search_list_detail`
99
-
100
- - Summary: 获取抖音品牌热榜具体分类数据/Get Douyin brand hot search list detail data
101
- - Capabilities: search / trends / rankings / details
102
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
103
- - operationId: `fetch_hot_brand_search_api_v1_douyin_app_v3_fetch_brand_hot_search_list_detail_get`
104
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-brand-hot-search-list-detail`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-brand-hot-search-list-detail)
105
-
106
- #### Parameters
107
-
108
- | Field | In | Type | Required | Description |
109
- | --- | --- | --- | --- | --- |
110
- | category_id | query | integer | Yes | 分类id/Category id |
111
-
112
- #### Request Body
113
-
114
- None
115
-
116
- #### Success Response
117
-
118
- ##### `200 application/json`
119
-
120
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
121
-
122
- | Field | Type | Required | Description |
123
- | --- | --- | --- | --- |
124
- | code | integer | No | HTTP status code \| HTTP状态码 |
125
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
126
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
127
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
128
- | support | string | No | Support message \| 支持消息 |
129
- | time | string | No | The time the response was generated \| 生成响应的时间 |
130
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
131
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
132
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
133
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
134
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
135
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
136
-
137
- - Fields truncated: this layer shows only the first `12` rows.
138
-
139
- ### `GET /api/u1/v1/douyin/app/v3/fetch_general_search_result`
140
-
141
- - Summary: 获取指定关键词的综合搜索结果(弃用,替代接口见下方文档说明)/Get comprehensive search results of specified keywords (deprecated, see the documentation below for alternative interfaces)
142
- - Capabilities: search
143
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
144
- - operationId: `fetch_general_search_result_api_v1_douyin_app_v3_fetch_general_search_result_get`
145
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-general-search-result`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-general-search-result)
146
-
147
- #### Parameters
148
-
149
- | Field | In | Type | Required | Description |
150
- | --- | --- | --- | --- | --- |
151
- | keyword | query | string | Yes | 关键词/Keyword |
152
- | offset | query | integer | No | 偏移量/Offset |
153
- | count | query | integer | No | 数量/Number |
154
- | sort_type | query | string | No | 排序类型/Sort type |
155
- | publish_time | query | string | No | 发布时间/Publish time |
156
- | filter_duration | query | string | No | 时长/Duration |
157
- | content_type | query | string | No | 内容类型/Content type |
158
-
159
- #### Request Body
160
-
161
- None
162
-
163
- #### Success Response
164
-
165
- ##### `200 application/json`
166
-
167
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
168
-
169
- | Field | Type | Required | Description |
170
- | --- | --- | --- | --- |
171
- | code | integer | No | HTTP status code \| HTTP状态码 |
172
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
173
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
174
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
175
- | support | string | No | Support message \| 支持消息 |
176
- | time | string | No | The time the response was generated \| 生成响应的时间 |
177
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
178
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
179
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
180
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
181
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
182
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
183
-
184
- - Fields truncated: this layer shows only the first `12` rows.
185
-
186
- ### `GET /api/u1/v1/douyin/app/v3/fetch_hashtag_detail`
187
-
188
- - Summary: 获取指定话题的详情数据/Get details of specified hashtag
189
- - Capabilities: details / topics
190
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
191
- - operationId: `fetch_hashtag_detail_api_v1_douyin_app_v3_fetch_hashtag_detail_get`
192
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-hashtag-detail`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-hashtag-detail)
193
-
194
- #### Parameters
195
-
196
- | Field | In | Type | Required | Description |
197
- | --- | --- | --- | --- | --- |
198
- | ch_id | query | integer | Yes | 话题id/Hashtag id |
199
-
200
- #### Request Body
201
-
202
- None
203
-
204
- #### Success Response
205
-
206
- ##### `200 application/json`
207
-
208
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
209
-
210
- | Field | Type | Required | Description |
211
- | --- | --- | --- | --- |
212
- | code | integer | No | HTTP status code \| HTTP状态码 |
213
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
214
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
215
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
216
- | support | string | No | Support message \| 支持消息 |
217
- | time | string | No | The time the response was generated \| 生成响应的时间 |
218
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
219
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
220
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
221
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
222
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
223
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
224
-
225
- - Fields truncated: this layer shows only the first `12` rows.
226
-
227
- ### `GET /api/u1/v1/douyin/app/v3/fetch_hashtag_search_result`
228
-
229
- - Summary: 获取指定关键词的话题搜索结果(弃用,替代接口见下方文档说明)/Get hashtag search results of specified keywords (deprecated, see the documentation below for alternative interfaces)
230
- - Capabilities: search / topics
231
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
232
- - operationId: `fetch_hashtag_search_result_api_v1_douyin_app_v3_fetch_hashtag_search_result_get`
233
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-hashtag-search-result`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-hashtag-search-result)
234
-
235
- #### Parameters
236
-
237
- | Field | In | Type | Required | Description |
238
- | --- | --- | --- | --- | --- |
239
- | keyword | query | string | Yes | 关键词/Keyword |
240
- | offset | query | integer | No | 偏移量/Offset |
241
- | count | query | integer | No | 数量/Number |
242
-
243
- #### Request Body
244
-
245
- None
246
-
247
- #### Success Response
248
-
249
- ##### `200 application/json`
250
-
251
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
252
-
253
- | Field | Type | Required | Description |
254
- | --- | --- | --- | --- |
255
- | code | integer | No | HTTP status code \| HTTP状态码 |
256
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
257
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
258
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
259
- | support | string | No | Support message \| 支持消息 |
260
- | time | string | No | The time the response was generated \| 生成响应的时间 |
261
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
262
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
263
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
264
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
265
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
266
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
267
-
268
- - Fields truncated: this layer shows only the first `12` rows.
269
-
270
- ### `GET /api/u1/v1/douyin/app/v3/fetch_hashtag_video_list`
271
-
272
- - Summary: 获取指定话题的作品数据/Get video list of specified hashtag
273
- - Capabilities: content details / topics
274
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
275
- - operationId: `fetch_hashtag_video_list_api_v1_douyin_app_v3_fetch_hashtag_video_list_get`
276
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-hashtag-video-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-hashtag-video-list)
277
-
278
- #### Parameters
279
-
280
- | Field | In | Type | Required | Description |
281
- | --- | --- | --- | --- | --- |
282
- | ch_id | query | string | Yes | 话题id/Hashtag id |
283
- | cursor | query | integer | No | 游标/Cursor |
284
- | sort_type | query | integer | No | 排序类型/Sort type |
285
- | count | query | integer | No | 数量/Number |
286
-
287
- #### Request Body
288
-
289
- None
290
-
291
- #### Success Response
292
-
293
- ##### `200 application/json`
294
-
295
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
296
-
297
- | Field | Type | Required | Description |
298
- | --- | --- | --- | --- |
299
- | code | integer | No | HTTP status code \| HTTP状态码 |
300
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
301
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
302
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
303
- | support | string | No | Support message \| 支持消息 |
304
- | time | string | No | The time the response was generated \| 生成响应的时间 |
305
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
306
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
307
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
308
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
309
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
310
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
311
-
312
- - Fields truncated: this layer shows only the first `12` rows.
313
-
314
- ### `GET /api/u1/v1/douyin/app/v3/fetch_hot_search_list`
315
-
316
- - Summary: 获取抖音热搜榜数据/Get Douyin hot search list data
317
- - Capabilities: search / trends / rankings
318
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
319
- - operationId: `fetch_hot_search_list_api_v1_douyin_app_v3_fetch_hot_search_list_get`
320
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-hot-search-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-hot-search-list)
321
-
322
- #### Parameters
323
-
324
- | Field | In | Type | Required | Description |
325
- | --- | --- | --- | --- | --- |
326
- | board_type | query | string | No | 榜单类型/Board type |
327
- | board_sub_type | query | string | No | 榜单子类型/Board sub type |
328
-
329
- #### Request Body
330
-
331
- None
332
-
333
- #### Success Response
334
-
335
- ##### `200 application/json`
336
-
337
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
338
-
339
- | Field | Type | Required | Description |
340
- | --- | --- | --- | --- |
341
- | code | integer | No | HTTP status code \| HTTP状态码 |
342
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
343
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
344
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
345
- | support | string | No | Support message \| 支持消息 |
346
- | time | string | No | The time the response was generated \| 生成响应的时间 |
347
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
348
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
349
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
350
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
351
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
352
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
353
-
354
- - Fields truncated: this layer shows only the first `12` rows.
355
-
356
- ### `GET /api/u1/v1/douyin/app/v3/fetch_live_hot_search_list`
357
-
358
- - Summary: 获取抖音直播热搜榜数据/Get Douyin live hot search list data
359
- - Capabilities: search / trends / rankings / livestream
360
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
361
- - operationId: `fetch_live_hot_search_list_api_v1_douyin_app_v3_fetch_live_hot_search_list_get`
362
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-live-hot-search-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-live-hot-search-list)
363
-
364
- #### Parameters
365
-
366
- None
367
-
368
- #### Request Body
369
-
370
- None
371
-
372
- #### Success Response
373
-
374
- ##### `200 application/json`
375
-
376
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
377
-
378
- | Field | Type | Required | Description |
379
- | --- | --- | --- | --- |
380
- | code | integer | No | HTTP status code \| HTTP状态码 |
381
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
382
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
383
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
384
- | support | string | No | Support message \| 支持消息 |
385
- | time | string | No | The time the response was generated \| 生成响应的时间 |
386
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
387
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
388
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
389
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
390
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
391
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
392
-
393
- - Fields truncated: this layer shows only the first `12` rows.
394
-
395
- ### `GET /api/u1/v1/douyin/app/v3/fetch_live_search_result`
396
-
397
- - Summary: 获取指定关键词的直播搜索结果(弃用,替代接口见下方文档说明)/Get live search results of specified keywords (deprecated, see the documentation below for alternative interfaces)
398
- - Capabilities: search / livestream
399
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
400
- - operationId: `fetch_live_search_result_api_v1_douyin_app_v3_fetch_live_search_result_get`
401
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-live-search-result`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-live-search-result)
402
-
403
- #### Parameters
404
-
405
- | Field | In | Type | Required | Description |
406
- | --- | --- | --- | --- | --- |
407
- | keyword | query | string | Yes | 关键词/Keyword |
408
- | cursor | query | integer | No | 偏移量/Offset |
409
- | count | query | integer | No | 数量/Number |
410
-
411
- #### Request Body
412
-
413
- None
414
-
415
- #### Success Response
416
-
417
- ##### `200 application/json`
418
-
419
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
420
-
421
- | Field | Type | Required | Description |
422
- | --- | --- | --- | --- |
423
- | code | integer | No | HTTP status code \| HTTP状态码 |
424
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
425
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
426
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
427
- | support | string | No | Support message \| 支持消息 |
428
- | time | string | No | The time the response was generated \| 生成响应的时间 |
429
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
430
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
431
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
432
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
433
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
434
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
435
-
436
- - Fields truncated: this layer shows only the first `12` rows.
437
-
438
- ### `POST /api/u1/v1/douyin/app/v3/fetch_multi_video`
439
-
440
- - Summary: 批量获取视频信息 V1/Batch Get Video Information V1
441
- - Capabilities: content details
442
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
443
- - operationId: `fetch_multi_video_api_v1_douyin_app_v3_fetch_multi_video_post`
444
- - Full contract: [`api-contracts/douyin-app-v3-api.md#post-api-u1-v1-douyin-app-v3-fetch-multi-video`](../api-contracts/douyin-app-v3-api.md#post-api-u1-v1-douyin-app-v3-fetch-multi-video)
445
-
446
- #### Parameters
447
-
448
- None
449
-
450
- #### Request Body
451
-
452
- - required: Yes
453
-
454
- ##### `application/json`
455
-
456
- - Schema summary: [string]
457
-
458
- | Field | Type | Required | Description |
459
- | --- | --- | --- | --- |
460
- | [] | array<string> | Yes | None |
461
-
462
- #### Success Response
463
-
464
- ##### `200 application/json`
465
-
466
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
467
-
468
- | Field | Type | Required | Description |
469
- | --- | --- | --- | --- |
470
- | code | integer | No | HTTP status code \| HTTP状态码 |
471
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
472
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
473
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
474
- | support | string | No | Support message \| 支持消息 |
475
- | time | string | No | The time the response was generated \| 生成响应的时间 |
476
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
477
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
478
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
479
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
480
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
481
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
482
-
483
- - Fields truncated: this layer shows only the first `12` rows.
484
-
485
- ### `POST /api/u1/v1/douyin/app/v3/fetch_multi_video_high_quality_play_url`
486
-
487
- - Summary: 批量获取视频的最高画质播放链接/Batch get the highest quality play URL of videos
488
- - Capabilities: content details
489
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
490
- - operationId: `fetch_multi_video_high_quality_play_url_api_v1_douyin_app_v3_fetch_multi_video_high_quality_play_url_post`
491
- - Full contract: [`api-contracts/douyin-app-v3-api.md#post-api-u1-v1-douyin-app-v3-fetch-multi-video-high-quality-play-url`](../api-contracts/douyin-app-v3-api.md#post-api-u1-v1-douyin-app-v3-fetch-multi-video-high-quality-play-url)
492
-
493
- #### Parameters
494
-
495
- None
496
-
497
- #### Request Body
498
-
499
- - required: Yes
500
-
501
- ##### `application/json`
502
-
503
- - Schema summary: `aweme_ids`:string
504
-
505
- | Field | Type | Required | Description |
506
- | --- | --- | --- | --- |
507
- | aweme_ids | string | No | 作品id列表,用逗号分隔,最多50个/Video id list, separated by commas, up to 50 |
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/app/v3/fetch_multi_video_statistics`
533
-
534
- - Summary: 根据视频ID批量获取作品的统计数据(点赞数、下载数、播放数、分享数)/Get the statistical data of the Post according to the video ID (like count, download count, play count, share count)
535
- - Capabilities: content details
536
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
537
- - operationId: `fetch_multi_video_statistics_api_v1_douyin_app_v3_fetch_multi_video_statistics_get`
538
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-multi-video-statistics`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-multi-video-statistics)
539
-
540
- #### Parameters
541
-
542
- | Field | In | Type | Required | Description |
543
- | --- | --- | --- | --- | --- |
544
- | aweme_ids | query | string | Yes | 作品id/Video id |
545
-
546
- #### Request Body
547
-
548
- None
549
-
550
- #### Success Response
551
-
552
- ##### `200 application/json`
553
-
554
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
555
-
556
- | Field | Type | Required | Description |
557
- | --- | --- | --- | --- |
558
- | code | integer | No | HTTP status code \| HTTP状态码 |
559
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
560
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
561
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
562
- | support | string | No | Support message \| 支持消息 |
563
- | time | string | No | The time the response was generated \| 生成响应的时间 |
564
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
565
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
566
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
567
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
568
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
569
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
570
-
571
- - Fields truncated: this layer shows only the first `12` rows.
572
-
573
- ### `POST /api/u1/v1/douyin/app/v3/fetch_multi_video_v2`
574
-
575
- - Summary: 批量获取视频信息 V2/Batch Get Video Information V2
576
- - Capabilities: content details
577
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
578
- - operationId: `fetch_multi_video_v2_api_v1_douyin_app_v3_fetch_multi_video_v2_post`
579
- - Full contract: [`api-contracts/douyin-app-v3-api.md#post-api-u1-v1-douyin-app-v3-fetch-multi-video-v2`](../api-contracts/douyin-app-v3-api.md#post-api-u1-v1-douyin-app-v3-fetch-multi-video-v2)
580
-
581
- #### Parameters
582
-
583
- None
584
-
585
- #### Request Body
586
-
587
- - required: Yes
588
-
589
- ##### `application/json`
590
-
591
- - Schema summary: [string]
592
-
593
- | Field | Type | Required | Description |
594
- | --- | --- | --- | --- |
595
- | [] | array<string> | Yes | None |
596
-
597
- #### Success Response
598
-
599
- ##### `200 application/json`
600
-
601
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
602
-
603
- | Field | Type | Required | Description |
604
- | --- | --- | --- | --- |
605
- | code | integer | No | HTTP status code \| HTTP状态码 |
606
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
607
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
608
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
609
- | support | string | No | Support message \| 支持消息 |
610
- | time | string | No | The time the response was generated \| 生成响应的时间 |
611
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
612
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
613
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
614
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
615
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
616
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
617
-
618
- - Fields truncated: this layer shows only the first `12` rows.
619
-
620
- ### `GET /api/u1/v1/douyin/app/v3/fetch_music_detail`
621
-
622
- - Summary: 获取指定音乐的详情数据/Get details of specified music
623
- - Capabilities: details / music / audio
624
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
625
- - operationId: `fetch_music_detail_api_v1_douyin_app_v3_fetch_music_detail_get`
626
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-music-detail`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-music-detail)
627
-
628
- #### Parameters
629
-
630
- | Field | In | Type | Required | Description |
631
- | --- | --- | --- | --- | --- |
632
- | music_id | query | string | Yes | 音乐id/Music id |
633
-
634
- #### Request Body
635
-
636
- None
637
-
638
- #### Success Response
639
-
640
- ##### `200 application/json`
641
-
642
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
643
-
644
- | Field | Type | Required | Description |
645
- | --- | --- | --- | --- |
646
- | code | integer | No | HTTP status code \| HTTP状态码 |
647
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
648
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
649
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
650
- | support | string | No | Support message \| 支持消息 |
651
- | time | string | No | The time the response was generated \| 生成响应的时间 |
652
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
653
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
654
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
655
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
656
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
657
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
658
-
659
- - Fields truncated: this layer shows only the first `12` rows.
660
-
661
- ### `GET /api/u1/v1/douyin/app/v3/fetch_music_hot_search_list`
662
-
663
- - Summary: 获取抖音音乐榜数据/Get Douyin music hot search list data
664
- - Capabilities: search / trends / rankings / music / audio
665
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
666
- - operationId: `fetch_music_hot_search_list_api_v1_douyin_app_v3_fetch_music_hot_search_list_get`
667
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-music-hot-search-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-music-hot-search-list)
668
-
669
- #### Parameters
670
-
671
- | Field | In | Type | Required | Description |
672
- | --- | --- | --- | --- | --- |
673
- | chart_type | query | string | No | 榜单类型/Chart type |
674
- | cursor | query | string | No | 游标/Cursor |
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/app/v3/fetch_music_search_result`
704
-
705
- - Summary: 获取指定关键词的音乐搜索结果(弃用,替代接口见下方文档说明)/Get music search results of specified keywords (deprecated, see the documentation below for alternative interfaces)
706
- - Capabilities: search / music / audio
707
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
708
- - operationId: `fetch_music_search_result_api_v1_douyin_app_v3_fetch_music_search_result_get`
709
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-music-search-result`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-music-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
-
719
- #### Request Body
720
-
721
- None
722
-
723
- #### Success Response
724
-
725
- ##### `200 application/json`
726
-
727
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
728
-
729
- | Field | Type | Required | Description |
730
- | --- | --- | --- | --- |
731
- | code | integer | No | HTTP status code \| HTTP状态码 |
732
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
733
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
734
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
735
- | support | string | No | Support message \| 支持消息 |
736
- | time | string | No | The time the response was generated \| 生成响应的时间 |
737
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
738
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
739
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
740
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
741
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
742
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
743
-
744
- - Fields truncated: this layer shows only the first `12` rows.
745
-
746
- ### `GET /api/u1/v1/douyin/app/v3/fetch_music_video_list`
747
-
748
- - Summary: 获取指定音乐的视频列表数据/Get video list of specified music
749
- - Capabilities: content details / music / audio
750
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
751
- - operationId: `fetch_music_video_list_api_v1_douyin_app_v3_fetch_music_video_list_get`
752
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-music-video-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-music-video-list)
753
-
754
- #### Parameters
755
-
756
- | Field | In | Type | Required | Description |
757
- | --- | --- | --- | --- | --- |
758
- | music_id | query | string | Yes | 音乐id/Music id |
759
- | cursor | query | integer | No | 游标/Cursor |
760
- | count | query | integer | No | 数量/Number |
761
-
762
- #### Request Body
763
-
764
- None
765
-
766
- #### Success Response
767
-
768
- ##### `200 application/json`
769
-
770
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
771
-
772
- | Field | Type | Required | Description |
773
- | --- | --- | --- | --- |
774
- | code | integer | No | HTTP status code \| HTTP状态码 |
775
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
776
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
777
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
778
- | support | string | No | Support message \| 支持消息 |
779
- | time | string | No | The time the response was generated \| 生成响应的时间 |
780
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
781
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
782
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
783
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
784
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
785
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
786
-
787
- - Fields truncated: this layer shows only the first `12` rows.
788
-
789
- ### `GET /api/u1/v1/douyin/app/v3/fetch_one_video`
790
-
791
- - Summary: 获取单个作品数据/Get single video data
792
- - Capabilities: content details
793
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
794
- - operationId: `fetch_one_video_api_v1_douyin_app_v3_fetch_one_video_get`
795
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-one-video`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-one-video)
796
-
797
- #### Parameters
798
-
799
- | Field | In | Type | Required | Description |
800
- | --- | --- | --- | --- | --- |
801
- | aweme_id | query | string | Yes | 作品id/Video id |
802
-
803
- #### Request Body
804
-
805
- None
806
-
807
- #### Success Response
808
-
809
- ##### `200 application/json`
810
-
811
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
812
-
813
- | Field | Type | Required | Description |
814
- | --- | --- | --- | --- |
815
- | code | integer | No | HTTP status code \| HTTP状态码 |
816
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
817
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
818
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
819
- | support | string | No | Support message \| 支持消息 |
820
- | time | string | No | The time the response was generated \| 生成响应的时间 |
821
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
822
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
823
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
824
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
825
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
826
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
827
-
828
- - Fields truncated: this layer shows only the first `12` rows.
829
-
830
- ### `GET /api/u1/v1/douyin/app/v3/fetch_one_video_by_share_url`
831
-
832
- - Summary: 根据分享链接获取单个作品数据/Get single video data by sharing link
833
- - Capabilities: content details
834
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
835
- - operationId: `fetch_one_video_by_share_url_api_v1_douyin_app_v3_fetch_one_video_by_share_url_get`
836
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-one-video-by-share-url`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-one-video-by-share-url)
837
-
838
- #### Parameters
839
-
840
- | Field | In | Type | Required | Description |
841
- | --- | --- | --- | --- | --- |
842
- | share_url | query | string | Yes | 分享链接/Share link |
843
-
844
- #### Request Body
845
-
846
- None
847
-
848
- #### Success Response
849
-
850
- ##### `200 application/json`
851
-
852
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
853
-
854
- | Field | Type | Required | Description |
855
- | --- | --- | --- | --- |
856
- | code | integer | No | HTTP status code \| HTTP状态码 |
857
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
858
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
859
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
860
- | support | string | No | Support message \| 支持消息 |
861
- | time | string | No | The time the response was generated \| 生成响应的时间 |
862
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
863
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
864
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
865
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
866
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
867
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
868
-
869
- - Fields truncated: this layer shows only the first `12` rows.
870
-
871
- ### `GET /api/u1/v1/douyin/app/v3/fetch_one_video_v2`
872
-
873
- - Summary: 获取单个作品数据 V2/Get single video data V2
874
- - Capabilities: content details
875
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
876
- - operationId: `fetch_one_video_v2_api_v1_douyin_app_v3_fetch_one_video_v2_get`
877
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-one-video-v2`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-one-video-v2)
878
-
879
- #### Parameters
880
-
881
- | Field | In | Type | Required | Description |
882
- | --- | --- | --- | --- | --- |
883
- | aweme_id | query | string | Yes | 作品id/Video id |
884
-
885
- #### Request Body
886
-
887
- None
888
-
889
- #### Success Response
890
-
891
- ##### `200 application/json`
892
-
893
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
894
-
895
- | Field | Type | Required | Description |
896
- | --- | --- | --- | --- |
897
- | code | integer | No | HTTP status code \| HTTP状态码 |
898
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
899
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
900
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
901
- | support | string | No | Support message \| 支持消息 |
902
- | time | string | No | The time the response was generated \| 生成响应的时间 |
903
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
904
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
905
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
906
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
907
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
908
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
909
-
910
- - Fields truncated: this layer shows only the first `12` rows.
911
-
912
- ### `GET /api/u1/v1/douyin/app/v3/fetch_one_video_v3`
913
-
914
- - Summary: 获取单个作品数据 V3 (无版权限制)/Get single video data V3 (No copyright restrictions)
915
- - Capabilities: content details
916
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
917
- - operationId: `fetch_one_video_v3_api_v1_douyin_app_v3_fetch_one_video_v3_get`
918
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-one-video-v3`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-one-video-v3)
919
-
920
- #### Parameters
921
-
922
- | Field | In | Type | Required | Description |
923
- | --- | --- | --- | --- | --- |
924
- | aweme_id | query | string | Yes | 作品或文章ID/Video or Article ID |
925
-
926
- #### Request Body
927
-
928
- None
929
-
930
- #### Success Response
931
-
932
- ##### `200 application/json`
933
-
934
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
935
-
936
- | Field | Type | Required | Description |
937
- | --- | --- | --- | --- |
938
- | code | integer | No | HTTP status code \| HTTP状态码 |
939
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
940
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
941
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
942
- | support | string | No | Support message \| 支持消息 |
943
- | time | string | No | The time the response was generated \| 生成响应的时间 |
944
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
945
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
946
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
947
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
948
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
949
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
950
-
951
- - Fields truncated: this layer shows only the first `12` rows.
952
-
953
- ### `GET /api/u1/v1/douyin/app/v3/fetch_series_detail`
954
-
955
- - Summary: 获取短剧详情信息/Get series detail
956
- - Capabilities: details
957
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
958
- - operationId: `fetch_series_detail_api_v1_douyin_app_v3_fetch_series_detail_get`
959
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-series-detail`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-series-detail)
960
-
961
- #### Parameters
962
-
963
- | Field | In | Type | Required | Description |
964
- | --- | --- | --- | --- | --- |
965
- | series_id | query | string | Yes | 短剧id/Series id |
966
-
967
- #### Request Body
968
-
969
- None
970
-
971
- #### Success Response
972
-
973
- ##### `200 application/json`
974
-
975
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
976
-
977
- | Field | Type | Required | Description |
978
- | --- | --- | --- | --- |
979
- | code | integer | No | HTTP status code \| HTTP状态码 |
980
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
981
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
982
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
983
- | support | string | No | Support message \| 支持消息 |
984
- | time | string | No | The time the response was generated \| 生成响应的时间 |
985
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
986
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
987
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
988
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
989
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
990
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
991
-
992
- - Fields truncated: this layer shows only the first `12` rows.
993
-
994
- ### `GET /api/u1/v1/douyin/app/v3/fetch_series_video_list`
995
-
996
- - Summary: 获取短剧视频列表/Get series video list
997
- - Capabilities: content details
998
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
999
- - operationId: `fetch_series_video_list_api_v1_douyin_app_v3_fetch_series_video_list_get`
1000
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-series-video-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-series-video-list)
1001
-
1002
- #### Parameters
1003
-
1004
- | Field | In | Type | Required | Description |
1005
- | --- | --- | --- | --- | --- |
1006
- | series_id | query | string | Yes | 短剧id/Series id |
1007
- | cursor | query | integer | No | 游标/Cursor |
1008
-
1009
- #### Request Body
1010
-
1011
- None
1012
-
1013
- #### Success Response
1014
-
1015
- ##### `200 application/json`
1016
-
1017
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1018
-
1019
- | Field | Type | Required | Description |
1020
- | --- | --- | --- | --- |
1021
- | code | integer | No | HTTP status code \| HTTP状态码 |
1022
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1023
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1024
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1025
- | support | string | No | Support message \| 支持消息 |
1026
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1027
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1028
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1029
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1030
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1031
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1032
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1033
-
1034
- - Fields truncated: this layer shows only the first `12` rows.
1035
-
1036
- ### `GET /api/u1/v1/douyin/app/v3/fetch_share_info_by_share_code`
1037
-
1038
- - Summary: 根据分享口令获取分享信息/Get share info by share code
1039
- - Capabilities: general
1040
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1041
- - operationId: `fetch_one_video_by_share_url_api_v1_douyin_app_v3_fetch_share_info_by_share_code_get`
1042
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-share-info-by-share-code`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-share-info-by-share-code)
1043
-
1044
- #### Parameters
1045
-
1046
- | Field | In | Type | Required | Description |
1047
- | --- | --- | --- | --- | --- |
1048
- | share_code | query | string | Yes | 分享口令/Share code |
1049
-
1050
- #### Request Body
1051
-
1052
- None
1053
-
1054
- #### Success Response
1055
-
1056
- ##### `200 application/json`
1057
-
1058
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1059
-
1060
- | Field | Type | Required | Description |
1061
- | --- | --- | --- | --- |
1062
- | code | integer | No | HTTP status code \| HTTP状态码 |
1063
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1064
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1065
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1066
- | support | string | No | Support message \| 支持消息 |
1067
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1068
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1069
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1070
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1071
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1072
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1073
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1074
-
1075
- - Fields truncated: this layer shows only the first `12` rows.
1076
-
1077
- ### `GET /api/u1/v1/douyin/app/v3/fetch_user_fans_list`
1078
-
1079
- - Summary: 获取用户粉丝列表/Get user fans list
1080
- - Capabilities: profiles / accounts
1081
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1082
- - operationId: `fetch_user_fans_list_api_v1_douyin_app_v3_fetch_user_fans_list_get`
1083
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-fans-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-fans-list)
1084
-
1085
- #### Parameters
1086
-
1087
- | Field | In | Type | Required | Description |
1088
- | --- | --- | --- | --- | --- |
1089
- | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
1090
- | max_time | query | string | No | 最大时间戳/Maximum timestamp |
1091
- | count | query | integer | No | 数量/Number |
1092
-
1093
- #### Request Body
1094
-
1095
- None
1096
-
1097
- #### Success Response
1098
-
1099
- ##### `200 application/json`
1100
-
1101
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1102
-
1103
- | Field | Type | Required | Description |
1104
- | --- | --- | --- | --- |
1105
- | code | integer | No | HTTP status code \| HTTP状态码 |
1106
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1107
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1108
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1109
- | support | string | No | Support message \| 支持消息 |
1110
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1111
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1112
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1113
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1114
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1115
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1116
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1117
-
1118
- - Fields truncated: this layer shows only the first `12` rows.
1119
-
1120
- ### `GET /api/u1/v1/douyin/app/v3/fetch_user_following_list`
1121
-
1122
- - Summary: 获取用户关注列表 (弃用,使用 /api/v1/douyin/web/fetch_user_following_list 替代)/Get user following list (Deprecated, use /api/v1/douyin/web/fetch_user_following_list instead)
1123
- - Capabilities: profiles / accounts
1124
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1125
- - operationId: `fetch_user_following_list_api_v1_douyin_app_v3_fetch_user_following_list_get`
1126
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-following-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-following-list)
1127
-
1128
- #### Parameters
1129
-
1130
- | Field | In | Type | Required | Description |
1131
- | --- | --- | --- | --- | --- |
1132
- | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
1133
- | max_time | query | string | No | 最大时间戳/Maximum timestamp |
1134
- | count | query | integer | No | 数量/Number |
1135
-
1136
- #### Request Body
1137
-
1138
- None
1139
-
1140
- #### Success Response
1141
-
1142
- ##### `200 application/json`
1143
-
1144
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1145
-
1146
- | Field | Type | Required | Description |
1147
- | --- | --- | --- | --- |
1148
- | code | integer | No | HTTP status code \| HTTP状态码 |
1149
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1150
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1151
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1152
- | support | string | No | Support message \| 支持消息 |
1153
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1154
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1155
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1156
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1157
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1158
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1159
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1160
-
1161
- - Fields truncated: this layer shows only the first `12` rows.
1162
-
1163
- ### `GET /api/u1/v1/douyin/app/v3/fetch_user_like_videos`
1164
-
1165
- - Summary: 获取用户喜欢作品数据/Get user like video data
1166
- - Capabilities: profiles / accounts / content details
1167
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1168
- - operationId: `fetch_user_like_videos_api_v1_douyin_app_v3_fetch_user_like_videos_get`
1169
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-like-videos`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-like-videos)
1170
-
1171
- #### Parameters
1172
-
1173
- | Field | In | Type | Required | Description |
1174
- | --- | --- | --- | --- | --- |
1175
- | sec_user_id | query | string | Yes | 用户sec_user_id/User sec_user_id |
1176
- | max_cursor | query | integer | No | 最大游标/Maximum cursor |
1177
- | counts | query | integer | No | 每页数量/Number per page |
1178
-
1179
- #### Request Body
1180
-
1181
- None
1182
-
1183
- #### Success Response
1184
-
1185
- ##### `200 application/json`
1186
-
1187
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1188
-
1189
- | Field | Type | Required | Description |
1190
- | --- | --- | --- | --- |
1191
- | code | integer | No | HTTP status code \| HTTP状态码 |
1192
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1193
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1194
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1195
- | support | string | No | Support message \| 支持消息 |
1196
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1197
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1198
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1199
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1200
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1201
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1202
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1203
-
1204
- - Fields truncated: this layer shows only the first `12` rows.
1205
-
1206
- ### `GET /api/u1/v1/douyin/app/v3/fetch_user_post_videos`
1207
-
1208
- - Summary: 获取用户主页作品数据/Get user homepage video data
1209
- - Capabilities: profiles / accounts / content details
1210
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1211
- - operationId: `fetch_user_post_videos_api_v1_douyin_app_v3_fetch_user_post_videos_get`
1212
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-post-videos`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-post-videos)
1213
-
1214
- #### Parameters
1215
-
1216
- | Field | In | Type | Required | Description |
1217
- | --- | --- | --- | --- | --- |
1218
- | sec_user_id | query | string | Yes | 用户sec_user_id/User sec_user_id |
1219
- | max_cursor | query | integer | No | 最大游标/Maximum cursor |
1220
- | count | query | integer | No | 每页数量/Number per page |
1221
- | sort_type | query | integer | No | 排序类型/Sort type |
1222
-
1223
- #### Request Body
1224
-
1225
- None
1226
-
1227
- #### Success Response
1228
-
1229
- ##### `200 application/json`
1230
-
1231
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1232
-
1233
- | Field | Type | Required | Description |
1234
- | --- | --- | --- | --- |
1235
- | code | integer | No | HTTP status code \| HTTP状态码 |
1236
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1237
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1238
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1239
- | support | string | No | Support message \| 支持消息 |
1240
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1241
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1242
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1243
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1244
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1245
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1246
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1247
-
1248
- - Fields truncated: this layer shows only the first `12` rows.
1249
-
1250
- ### `GET /api/u1/v1/douyin/app/v3/fetch_user_search_result`
1251
-
1252
- - Summary: 获取指定关键词的用户搜索结果(弃用,替代接口见下方文档说明)/Get user search results of specified keywords (deprecated, see the documentation below for alternative interfaces)
1253
- - Capabilities: search / profiles / accounts
1254
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1255
- - operationId: `fetch_user_search_result_api_v1_douyin_app_v3_fetch_user_search_result_get`
1256
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-search-result`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-search-result)
1257
-
1258
- #### Parameters
1259
-
1260
- | Field | In | Type | Required | Description |
1261
- | --- | --- | --- | --- | --- |
1262
- | keyword | query | string | Yes | 关键词/Keyword |
1263
- | offset | query | integer | No | 偏移量/Offset |
1264
- | count | query | integer | No | 数量/Number |
1265
- | douyin_user_fans | query | string | No | 粉丝数/Fans |
1266
- | douyin_user_type | query | string | No | 用户类型/User type |
1267
-
1268
- #### Request Body
1269
-
1270
- None
1271
-
1272
- #### Success Response
1273
-
1274
- ##### `200 application/json`
1275
-
1276
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1277
-
1278
- | Field | Type | Required | Description |
1279
- | --- | --- | --- | --- |
1280
- | code | integer | No | HTTP status code \| HTTP状态码 |
1281
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1282
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1283
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1284
- | support | string | No | Support message \| 支持消息 |
1285
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1286
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1287
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1288
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1289
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1290
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1291
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1292
-
1293
- - Fields truncated: this layer shows only the first `12` rows.
1294
-
1295
- ### `GET /api/u1/v1/douyin/app/v3/fetch_user_series_list`
1296
-
1297
- - Summary: 获取用户短剧合集列表/Get user series list
1298
- - Capabilities: profiles / accounts
1299
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1300
- - operationId: `fetch_user_series_list_api_v1_douyin_app_v3_fetch_user_series_list_get`
1301
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-series-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-user-series-list)
1302
-
1303
- #### Parameters
1304
-
1305
- | Field | In | Type | Required | Description |
1306
- | --- | --- | --- | --- | --- |
1307
- | user_id | query | string | No | 用户id/User id |
1308
- | sec_user_id | query | string | No | 用户加密id/User sec id |
1309
- | cursor | query | integer | No | 游标/Cursor |
1310
-
1311
- #### Request Body
1312
-
1313
- None
1314
-
1315
- #### Success Response
1316
-
1317
- ##### `200 application/json`
1318
-
1319
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1320
-
1321
- | Field | Type | Required | Description |
1322
- | --- | --- | --- | --- |
1323
- | code | integer | No | HTTP status code \| HTTP状态码 |
1324
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1325
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1326
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1327
- | support | string | No | Support message \| 支持消息 |
1328
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1329
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1330
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1331
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1332
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1333
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1334
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1335
-
1336
- - Fields truncated: this layer shows only the first `12` rows.
1337
-
1338
- ### `GET /api/u1/v1/douyin/app/v3/fetch_video_comment_replies`
1339
-
1340
- - Summary: 获取指定视频的评论回复数据/Get comment replies data of specified video
1341
- - Capabilities: comments / content details
1342
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1343
- - operationId: `fetch_video_comments_reply_api_v1_douyin_app_v3_fetch_video_comment_replies_get`
1344
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-comment-replies`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-comment-replies)
1345
-
1346
- #### Parameters
1347
-
1348
- | Field | In | Type | Required | Description |
1349
- | --- | --- | --- | --- | --- |
1350
- | item_id | query | string | Yes | 作品id/Video id |
1351
- | comment_id | query | string | Yes | 评论id/Comment id |
1352
- | cursor | query | integer | No | 游标/Cursor |
1353
- | count | query | integer | No | 数量/Number |
1354
-
1355
- #### Request Body
1356
-
1357
- None
1358
-
1359
- #### Success Response
1360
-
1361
- ##### `200 application/json`
1362
-
1363
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1364
-
1365
- | Field | Type | Required | Description |
1366
- | --- | --- | --- | --- |
1367
- | code | integer | No | HTTP status code \| HTTP状态码 |
1368
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1369
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1370
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1371
- | support | string | No | Support message \| 支持消息 |
1372
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1373
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1374
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1375
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1376
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1377
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1378
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1379
-
1380
- - Fields truncated: this layer shows only the first `12` rows.
1381
-
1382
- ### `GET /api/u1/v1/douyin/app/v3/fetch_video_comments`
1383
-
1384
- - Summary: 获取单个视频评论数据/Get single video comments data
1385
- - Capabilities: comments / content details
1386
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1387
- - operationId: `fetch_video_comments_api_v1_douyin_app_v3_fetch_video_comments_get`
1388
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-comments`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-comments)
1389
-
1390
- #### Parameters
1391
-
1392
- | Field | In | Type | Required | Description |
1393
- | --- | --- | --- | --- | --- |
1394
- | aweme_id | query | string | Yes | 作品id/Video id |
1395
- | cursor | query | integer | No | 游标/Cursor |
1396
- | count | query | integer | No | 数量/Number |
1397
-
1398
- #### Request Body
1399
-
1400
- None
1401
-
1402
- #### Success Response
1403
-
1404
- ##### `200 application/json`
1405
-
1406
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1407
-
1408
- | Field | Type | Required | Description |
1409
- | --- | --- | --- | --- |
1410
- | code | integer | No | HTTP status code \| HTTP状态码 |
1411
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1412
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1413
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1414
- | support | string | No | Support message \| 支持消息 |
1415
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1416
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1417
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1418
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1419
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1420
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1421
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1422
-
1423
- - Fields truncated: this layer shows only the first `12` rows.
1424
-
1425
- ### `GET /api/u1/v1/douyin/app/v3/fetch_video_high_quality_play_url`
1426
-
1427
- - Summary: 获取视频的最高画质播放链接/Get the highest quality play URL of the video
1428
- - Capabilities: content details
1429
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1430
- - operationId: `fetch_video_high_quality_play_url_api_v1_douyin_app_v3_fetch_video_high_quality_play_url_get`
1431
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-high-quality-play-url`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-high-quality-play-url)
1432
-
1433
- #### Parameters
1434
-
1435
- | Field | In | Type | Required | Description |
1436
- | --- | --- | --- | --- | --- |
1437
- | aweme_id | query | string | No | 作品id/Video id |
1438
- | share_url | query | string | No | 可选,分享链接/Optional, share link |
1439
-
1440
- #### Request Body
1441
-
1442
- None
1443
-
1444
- #### Success Response
1445
-
1446
- ##### `200 application/json`
1447
-
1448
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1449
-
1450
- | Field | Type | Required | Description |
1451
- | --- | --- | --- | --- |
1452
- | code | integer | No | HTTP status code \| HTTP状态码 |
1453
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1454
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1455
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1456
- | support | string | No | Support message \| 支持消息 |
1457
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1458
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1459
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1460
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1461
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1462
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1463
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1464
-
1465
- - Fields truncated: this layer shows only the first `12` rows.
1466
-
1467
- ### `GET /api/u1/v1/douyin/app/v3/fetch_video_mix_detail`
1468
-
1469
- - Summary: 获取抖音视频合集详情数据/Get Douyin video mix detail data
1470
- - Capabilities: content details / details
1471
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1472
- - operationId: `fetch_video_mix_detail_api_v1_douyin_app_v3_fetch_video_mix_detail_get`
1473
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-mix-detail`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-mix-detail)
1474
-
1475
- #### Parameters
1476
-
1477
- | Field | In | Type | Required | Description |
1478
- | --- | --- | --- | --- | --- |
1479
- | mix_id | query | string | Yes | 合集id/Mix id |
1480
-
1481
- #### Request Body
1482
-
1483
- None
1484
-
1485
- #### Success Response
1486
-
1487
- ##### `200 application/json`
1488
-
1489
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1490
-
1491
- | Field | Type | Required | Description |
1492
- | --- | --- | --- | --- |
1493
- | code | integer | No | HTTP status code \| HTTP状态码 |
1494
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1495
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1496
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1497
- | support | string | No | Support message \| 支持消息 |
1498
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1499
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1500
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1501
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1502
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1503
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1504
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1505
-
1506
- - Fields truncated: this layer shows only the first `12` rows.
1507
-
1508
- ### `GET /api/u1/v1/douyin/app/v3/fetch_video_mix_post_list`
1509
-
1510
- - Summary: 获取抖音视频合集作品列表数据/Get Douyin video mix post list data
1511
- - Capabilities: content details
1512
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1513
- - operationId: `fetch_video_mix_post_list_api_v1_douyin_app_v3_fetch_video_mix_post_list_get`
1514
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-mix-post-list`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-mix-post-list)
1515
-
1516
- #### Parameters
1517
-
1518
- | Field | In | Type | Required | Description |
1519
- | --- | --- | --- | --- | --- |
1520
- | mix_id | query | string | Yes | 合集id/Mix id |
1521
- | cursor | query | integer | No | 游标/Cursor |
1522
- | count | query | integer | No | 数量/Number |
1523
-
1524
- #### Request Body
1525
-
1526
- None
1527
-
1528
- #### Success Response
1529
-
1530
- ##### `200 application/json`
1531
-
1532
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1533
-
1534
- | Field | Type | Required | Description |
1535
- | --- | --- | --- | --- |
1536
- | code | integer | No | HTTP status code \| HTTP状态码 |
1537
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1538
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1539
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1540
- | support | string | No | Support message \| 支持消息 |
1541
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1542
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1543
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1544
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1545
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1546
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1547
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1548
-
1549
- - Fields truncated: this layer shows only the first `12` rows.
1550
-
1551
- ### `GET /api/u1/v1/douyin/app/v3/fetch_video_search_result`
1552
-
1553
- - Summary: 获取指定关键词的视频搜索结果(弃用,替代接口见下方文档说明)/Get video search results of specified keywords (deprecated, see the documentation below for alternative interfaces)
1554
- - Capabilities: search / content details
1555
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1556
- - operationId: `fetch_video_search_result_api_v1_douyin_app_v3_fetch_video_search_result_get`
1557
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-search-result`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-search-result)
1558
-
1559
- #### Parameters
1560
-
1561
- | Field | In | Type | Required | Description |
1562
- | --- | --- | --- | --- | --- |
1563
- | keyword | query | string | Yes | 关键词/Keyword |
1564
- | offset | query | integer | No | 偏移量/Offset |
1565
- | count | query | integer | No | 数量/Number |
1566
- | sort_type | query | string | No | 排序类型/Sort type |
1567
- | publish_time | query | string | No | 发布时间/Publish time |
1568
- | filter_duration | query | string | No | 时长/Duration |
1569
-
1570
- #### Request Body
1571
-
1572
- None
1573
-
1574
- #### Success Response
1575
-
1576
- ##### `200 application/json`
1577
-
1578
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1579
-
1580
- | Field | Type | Required | Description |
1581
- | --- | --- | --- | --- |
1582
- | code | integer | No | HTTP status code \| HTTP状态码 |
1583
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1584
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1585
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1586
- | support | string | No | Support message \| 支持消息 |
1587
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1588
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1589
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1590
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1591
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1592
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1593
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1594
-
1595
- - Fields truncated: this layer shows only the first `12` rows.
1596
-
1597
- ### `GET /api/u1/v1/douyin/app/v3/fetch_video_search_result_v2`
1598
-
1599
- - Summary: 获取指定关键词的视频搜索结果 V2 (弃用,替代接口见下方文档说明)/Get video search results of specified keywords V2 (deprecated, see the documentation below for alternative interfaces)
1600
- - Capabilities: search / content details
1601
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1602
- - operationId: `fetch_video_search_result_v2_api_v1_douyin_app_v3_fetch_video_search_result_v2_get`
1603
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-search-result-v2`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-search-result-v2)
1604
-
1605
- #### Parameters
1606
-
1607
- | Field | In | Type | Required | Description |
1608
- | --- | --- | --- | --- | --- |
1609
- | keyword | query | string | Yes | 关键词/Keyword |
1610
- | sort_type | query | string | No | 排序类型/Sort type |
1611
- | publish_time | query | string | No | 发布时间/Publish time |
1612
- | filter_duration | query | string | No | 视频时长/Duration filter |
1613
- | page | query | integer | No | 页码/Page |
1614
- | search_id | query | string | No | 搜索id,翻页时需要提供/Search id, need to provide when paging |
1615
-
1616
- #### Request Body
1617
-
1618
- None
1619
-
1620
- #### Success Response
1621
-
1622
- ##### `200 application/json`
1623
-
1624
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1625
-
1626
- | Field | Type | Required | Description |
1627
- | --- | --- | --- | --- |
1628
- | code | integer | No | HTTP status code \| HTTP状态码 |
1629
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1630
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1631
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1632
- | support | string | No | Support message \| 支持消息 |
1633
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1634
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1635
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1636
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1637
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1638
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1639
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1640
-
1641
- - Fields truncated: this layer shows only the first `12` rows.
1642
-
1643
- ### `GET /api/u1/v1/douyin/app/v3/fetch_video_statistics`
1644
-
1645
- - Summary: 根据视频ID获取作品的统计数据(点赞数、下载数、播放数、分享数)/Get the statistical data of the Post according to the video ID (like count, download count, play count, share count)
1646
- - Capabilities: content details
1647
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1648
- - operationId: `fetch_video_statistics_api_v1_douyin_app_v3_fetch_video_statistics_get`
1649
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-statistics`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-fetch-video-statistics)
1650
-
1651
- #### Parameters
1652
-
1653
- | Field | In | Type | Required | Description |
1654
- | --- | --- | --- | --- | --- |
1655
- | aweme_ids | query | string | Yes | 作品id/Video id |
1656
-
1657
- #### Request Body
1658
-
1659
- None
1660
-
1661
- #### Success Response
1662
-
1663
- ##### `200 application/json`
1664
-
1665
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1666
-
1667
- | Field | Type | Required | Description |
1668
- | --- | --- | --- | --- |
1669
- | code | integer | No | HTTP status code \| HTTP状态码 |
1670
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1671
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1672
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1673
- | support | string | No | Support message \| 支持消息 |
1674
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1675
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1676
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1677
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1678
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1679
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1680
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1681
-
1682
- - Fields truncated: this layer shows only the first `12` rows.
1683
-
1684
- ### `GET /api/u1/v1/douyin/app/v3/generate_douyin_short_url`
1685
-
1686
- - Summary: 生成抖音短链接/Generate Douyin short link
1687
- - Capabilities: general
1688
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1689
- - operationId: `generate_douyin_short_url_api_v1_douyin_app_v3_generate_douyin_short_url_get`
1690
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-generate-douyin-short-url`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-generate-douyin-short-url)
1691
-
1692
- #### Parameters
1693
-
1694
- | Field | In | Type | Required | Description |
1695
- | --- | --- | --- | --- | --- |
1696
- | url | query | string | Yes | 抖音链接/Douyin link |
1697
-
1698
- #### Request Body
1699
-
1700
- None
1701
-
1702
- #### Success Response
1703
-
1704
- ##### `200 application/json`
1705
-
1706
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1707
-
1708
- | Field | Type | Required | Description |
1709
- | --- | --- | --- | --- |
1710
- | code | integer | No | HTTP status code \| HTTP状态码 |
1711
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1712
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1713
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1714
- | support | string | No | Support message \| 支持消息 |
1715
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1716
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1717
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1718
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1719
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1720
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1721
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1722
-
1723
- - Fields truncated: this layer shows only the first `12` rows.
1724
-
1725
- ### `GET /api/u1/v1/douyin/app/v3/generate_douyin_video_share_qrcode`
1726
-
1727
- - Summary: 生成抖音视频分享二维码/Generate Douyin video share QR code
1728
- - Capabilities: content details
1729
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1730
- - operationId: `generate_douyin_video_share_qrcode_api_v1_douyin_app_v3_generate_douyin_video_share_qrcode_get`
1731
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-generate-douyin-video-share-qrcode`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-generate-douyin-video-share-qrcode)
1732
-
1733
- #### Parameters
1734
-
1735
- | Field | In | Type | Required | Description |
1736
- | --- | --- | --- | --- | --- |
1737
- | object_id | query | string | Yes | 作品id/Video id |
1738
-
1739
- #### Request Body
1740
-
1741
- None
1742
-
1743
- #### Success Response
1744
-
1745
- ##### `200 application/json`
1746
-
1747
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1748
-
1749
- | Field | Type | Required | Description |
1750
- | --- | --- | --- | --- |
1751
- | code | integer | No | HTTP status code \| HTTP状态码 |
1752
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1753
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1754
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1755
- | support | string | No | Support message \| 支持消息 |
1756
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1757
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1758
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1759
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1760
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1761
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1762
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1763
-
1764
- - Fields truncated: this layer shows only the first `12` rows.
1765
-
1766
- ### `GET /api/u1/v1/douyin/app/v3/handler_user_profile`
1767
-
1768
- - Summary: 获取指定用户的信息/Get information of specified user
1769
- - Capabilities: profiles / accounts
1770
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1771
- - operationId: `handler_user_profile_api_v1_douyin_app_v3_handler_user_profile_get`
1772
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-handler-user-profile`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-handler-user-profile)
1773
-
1774
- #### Parameters
1775
-
1776
- | Field | In | Type | Required | Description |
1777
- | --- | --- | --- | --- | --- |
1778
- | sec_user_id | query | string | Yes | 用户sec_user_id/User sec_user_id |
1779
-
1780
- #### Request Body
1781
-
1782
- None
1783
-
1784
- #### Success Response
1785
-
1786
- ##### `200 application/json`
1787
-
1788
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1789
-
1790
- | Field | Type | Required | Description |
1791
- | --- | --- | --- | --- |
1792
- | code | integer | No | HTTP status code \| HTTP状态码 |
1793
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1794
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1795
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1796
- | support | string | No | Support message \| 支持消息 |
1797
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1798
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1799
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1800
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1801
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1802
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1803
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1804
-
1805
- - Fields truncated: this layer shows only the first `12` rows.
1806
-
1807
- ### `GET /api/u1/v1/douyin/app/v3/open_douyin_app_to_keyword_search`
1808
-
1809
- - Summary: 生成抖音分享链接,唤起抖音APP,跳转指定关键词搜索结果/Generate Douyin share link, call Douyin APP, and jump to the specified keyword search result
1810
- - Capabilities: search
1811
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1812
- - operationId: `open_douyin_app_to_keyword_search_api_v1_douyin_app_v3_open_douyin_app_to_keyword_search_get`
1813
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-open-douyin-app-to-keyword-search`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-open-douyin-app-to-keyword-search)
1814
-
1815
- #### Parameters
1816
-
1817
- | Field | In | Type | Required | Description |
1818
- | --- | --- | --- | --- | --- |
1819
- | keyword | query | string | Yes | 关键词/Keyword |
1820
-
1821
- #### Request Body
1822
-
1823
- None
1824
-
1825
- #### Success Response
1826
-
1827
- ##### `200 application/json`
1828
-
1829
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1830
-
1831
- | Field | Type | Required | Description |
1832
- | --- | --- | --- | --- |
1833
- | code | integer | No | HTTP status code \| HTTP状态码 |
1834
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1835
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1836
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1837
- | support | string | No | Support message \| 支持消息 |
1838
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1839
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1840
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1841
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1842
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1843
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1844
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1845
-
1846
- - Fields truncated: this layer shows only the first `12` rows.
1847
-
1848
- ### `GET /api/u1/v1/douyin/app/v3/open_douyin_app_to_send_private_message`
1849
-
1850
- - Summary: 生成抖音分享链接,唤起抖音APP,给指定用户发送私信/Generate Douyin share link, call Douyin APP, and send private messages to specified users
1851
- - Capabilities: general
1852
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1853
- - operationId: `open_douyin_app_to_send_private_message_api_v1_douyin_app_v3_open_douyin_app_to_send_private_message_get`
1854
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-open-douyin-app-to-send-private-message`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-open-douyin-app-to-send-private-message)
1855
-
1856
- #### Parameters
1857
-
1858
- | Field | In | Type | Required | Description |
1859
- | --- | --- | --- | --- | --- |
1860
- | uid | query | string | Yes | 用户id/User id |
1861
- | sec_uid | query | string | Yes | 用户sec_uid/User sec_uid |
1862
-
1863
- #### Request Body
1864
-
1865
- None
1866
-
1867
- #### Success Response
1868
-
1869
- ##### `200 application/json`
1870
-
1871
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1872
-
1873
- | Field | Type | Required | Description |
1874
- | --- | --- | --- | --- |
1875
- | code | integer | No | HTTP status code \| HTTP状态码 |
1876
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1877
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1878
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1879
- | support | string | No | Support message \| 支持消息 |
1880
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1881
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1882
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1883
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1884
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1885
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1886
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1887
-
1888
- - Fields truncated: this layer shows only the first `12` rows.
1889
-
1890
- ### `GET /api/u1/v1/douyin/app/v3/open_douyin_app_to_user_profile`
1891
-
1892
- - Summary: 生成抖音分享链接,唤起抖音APP,跳转指定用户主页/Generate Douyin share link, call Douyin APP, and jump to the specified user profile
1893
- - Capabilities: profiles / accounts
1894
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1895
- - operationId: `open_douyin_app_to_user_profile_api_v1_douyin_app_v3_open_douyin_app_to_user_profile_get`
1896
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-open-douyin-app-to-user-profile`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-open-douyin-app-to-user-profile)
1897
-
1898
- #### Parameters
1899
-
1900
- | Field | In | Type | Required | Description |
1901
- | --- | --- | --- | --- | --- |
1902
- | uid | query | string | Yes | 用户id/User id |
1903
- | sec_uid | query | string | Yes | 用户sec_uid/User sec_uid |
1904
-
1905
- #### Request Body
1906
-
1907
- None
1908
-
1909
- #### Success Response
1910
-
1911
- ##### `200 application/json`
1912
-
1913
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1914
-
1915
- | Field | Type | Required | Description |
1916
- | --- | --- | --- | --- |
1917
- | code | integer | No | HTTP status code \| HTTP状态码 |
1918
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1919
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1920
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1921
- | support | string | No | Support message \| 支持消息 |
1922
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1923
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1924
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1925
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1926
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1927
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1928
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1929
-
1930
- - Fields truncated: this layer shows only the first `12` rows.
1931
-
1932
- ### `GET /api/u1/v1/douyin/app/v3/open_douyin_app_to_video_detail`
1933
-
1934
- - Summary: 生成抖音分享链接,唤起抖音APP,跳转指定作品详情页/Generate Douyin share link, call Douyin APP, and jump to the specified video details page
1935
- - Capabilities: content details / details
1936
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1937
- - operationId: `open_douyin_app_to_video_detail_api_v1_douyin_app_v3_open_douyin_app_to_video_detail_get`
1938
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-open-douyin-app-to-video-detail`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-open-douyin-app-to-video-detail)
1939
-
1940
- #### Parameters
1941
-
1942
- | Field | In | Type | Required | Description |
1943
- | --- | --- | --- | --- | --- |
1944
- | aweme_id | query | string | Yes | 作品id/Video id |
1945
-
1946
- #### Request Body
1947
-
1948
- None
1949
-
1950
- #### Success Response
1951
-
1952
- ##### `200 application/json`
1953
-
1954
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1955
-
1956
- | Field | Type | Required | Description |
1957
- | --- | --- | --- | --- |
1958
- | code | integer | No | HTTP status code \| HTTP状态码 |
1959
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1960
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1961
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1962
- | support | string | No | Support message \| 支持消息 |
1963
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1964
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1965
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1966
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1967
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1968
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1969
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1970
-
1971
- - Fields truncated: this layer shows only the first `12` rows.
1972
-
1973
- ### `GET /api/u1/v1/douyin/app/v3/register_device`
1974
-
1975
- - Summary: 抖音APP注册设备/Douyin APP register device
1976
- - Capabilities: general
1977
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1978
- - operationId: `register_device_api_v1_douyin_app_v3_register_device_get`
1979
- - Full contract: [`api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-register-device`](../api-contracts/douyin-app-v3-api.md#get-api-u1-v1-douyin-app-v3-register-device)
1980
-
1981
- #### Parameters
1982
-
1983
- | Field | In | Type | Required | Description |
1984
- | --- | --- | --- | --- | --- |
1985
- | proxy | query | string | No | 代理/Proxy |
1986
-
1987
- #### Request Body
1988
-
1989
- None
1990
-
1991
- #### Success Response
1992
-
1993
- ##### `200 application/json`
1994
-
1995
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1996
-
1997
- | Field | Type | Required | Description |
1998
- | --- | --- | --- | --- |
1999
- | code | integer | No | HTTP status code \| HTTP状态码 |
2000
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2001
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2002
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2003
- | support | string | No | Support message \| 支持消息 |
2004
- | time | string | No | The time the response was generated \| 生成响应的时间 |
2005
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2006
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2007
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2008
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2009
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2010
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2011
-
2012
- - Fields truncated: this layer shows only the first `12` rows.