@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,1059 +0,0 @@
1
- # Douyin-Search-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/douyin-search-api.md`
5
- - Full contract: [`api-contracts/douyin-search-api.md`](../api-contracts/douyin-search-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: `20`
9
- - Common capabilities: search / topics / profiles / accounts / content details / livestream / music / audio
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `keyword`, `cursor`, `search_id`, `sort_type`, `publish_time`, `filter_duration`, `content_type`, `backtrace`, `douyin_user_fans`, `douyin_user_type`
12
- - Tag description: **(抖音搜索数据接口(当前最新版,请优先使用此目录下的接口而不是其他目录下的搜索接口)/Douyin-Search-API data endpoints (Current latest version, please use the interfaces in this directory first instead of the search interfaces in other directories))**
13
-
14
- ## Routes
15
-
16
- ### `POST /api/u1/v1/douyin/search/fetch_challenge_search_v1`
17
-
18
- - Summary: 获取话题搜索 V1/Fetch hashtag search V1
19
- - Capabilities: search / topics
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_challenge_search_v1_api_v1_douyin_search_fetch_challenge_search_v1_post`
22
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-search-v1`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-search-v1)
23
-
24
- #### Parameters
25
-
26
- None
27
-
28
- #### Request Body
29
-
30
- - required: Yes
31
-
32
- ##### `application/json`
33
-
34
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
35
-
36
- | Field | Type | Required | Description |
37
- | --- | --- | --- | --- |
38
- | keyword | string | No | 关键词 / Keyword |
39
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
40
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
41
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
42
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
43
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
44
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
45
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
46
-
47
- #### Success Response
48
-
49
- ##### `200 application/json`
50
-
51
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
52
-
53
- | Field | Type | Required | Description |
54
- | --- | --- | --- | --- |
55
- | code | integer | No | HTTP status code \| HTTP状态码 |
56
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
57
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
58
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
59
- | support | string | No | Support message \| 支持消息 |
60
- | time | string | No | The time the response was generated \| 生成响应的时间 |
61
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
62
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
63
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
64
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
65
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
66
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
67
-
68
- - Fields truncated: this layer shows only the first `12` rows.
69
-
70
- ### `POST /api/u1/v1/douyin/search/fetch_challenge_search_v2`
71
-
72
- - Summary: 获取话题搜索 V2/Fetch hashtag search V2
73
- - Capabilities: search / topics
74
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
75
- - operationId: `fetch_challenge_search_v2_api_v1_douyin_search_fetch_challenge_search_v2_post`
76
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-search-v2`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-search-v2)
77
-
78
- #### Parameters
79
-
80
- None
81
-
82
- #### Request Body
83
-
84
- - required: Yes
85
-
86
- ##### `application/json`
87
-
88
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
89
-
90
- | Field | Type | Required | Description |
91
- | --- | --- | --- | --- |
92
- | keyword | string | No | 关键词 / Keyword |
93
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
94
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
95
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
96
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
97
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
98
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
99
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
100
-
101
- #### Success Response
102
-
103
- ##### `200 application/json`
104
-
105
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
106
-
107
- | Field | Type | Required | Description |
108
- | --- | --- | --- | --- |
109
- | code | integer | No | HTTP status code \| HTTP状态码 |
110
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
111
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
112
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
113
- | support | string | No | Support message \| 支持消息 |
114
- | time | string | No | The time the response was generated \| 生成响应的时间 |
115
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
116
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
117
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
118
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
119
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
120
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
121
-
122
- - Fields truncated: this layer shows only the first `12` rows.
123
-
124
- ### `POST /api/u1/v1/douyin/search/fetch_challenge_suggest`
125
-
126
- - Summary: 获取话题推荐搜索/Fetch hashtag suggestions
127
- - Capabilities: search / topics
128
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
129
- - operationId: `fetch_challenge_suggest_api_v1_douyin_search_fetch_challenge_suggest_post`
130
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-suggest`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-suggest)
131
-
132
- #### Parameters
133
-
134
- None
135
-
136
- #### Request Body
137
-
138
- - required: Yes
139
-
140
- ##### `application/json`
141
-
142
- - Schema summary: `keyword`:string
143
-
144
- | Field | Type | Required | Description |
145
- | --- | --- | --- | --- |
146
- | keyword | string | No | 关键词,如 '游戏' / Keyword, e.g., 'game' |
147
-
148
- #### Success Response
149
-
150
- ##### `200 application/json`
151
-
152
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
153
-
154
- | Field | Type | Required | Description |
155
- | --- | --- | --- | --- |
156
- | code | integer | No | HTTP status code \| HTTP状态码 |
157
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
158
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
159
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
160
- | support | string | No | Support message \| 支持消息 |
161
- | time | string | No | The time the response was generated \| 生成响应的时间 |
162
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
163
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
164
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
165
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
166
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
167
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
168
-
169
- - Fields truncated: this layer shows only the first `12` rows.
170
-
171
- ### `POST /api/u1/v1/douyin/search/fetch_discuss_search`
172
-
173
- - Summary: 获取讨论搜索/Fetch discussion search
174
- - Capabilities: search
175
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
176
- - operationId: `fetch_discuss_search_api_v1_douyin_search_fetch_discuss_search_post`
177
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-discuss-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-discuss-search)
178
-
179
- #### Parameters
180
-
181
- None
182
-
183
- #### Request Body
184
-
185
- - required: Yes
186
-
187
- ##### `application/json`
188
-
189
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
190
-
191
- | Field | Type | Required | Description |
192
- | --- | --- | --- | --- |
193
- | keyword | string | No | 关键词 / Keyword |
194
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
195
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
196
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
197
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
198
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
199
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
200
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
201
-
202
- #### Success Response
203
-
204
- ##### `200 application/json`
205
-
206
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
207
-
208
- | Field | Type | Required | Description |
209
- | --- | --- | --- | --- |
210
- | code | integer | No | HTTP status code \| HTTP状态码 |
211
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
212
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
213
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
214
- | support | string | No | Support message \| 支持消息 |
215
- | time | string | No | The time the response was generated \| 生成响应的时间 |
216
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
217
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
218
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
219
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
220
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
221
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
222
-
223
- - Fields truncated: this layer shows only the first `12` rows.
224
-
225
- ### `POST /api/u1/v1/douyin/search/fetch_experience_search`
226
-
227
- - Summary: 获取经验搜索/Fetch experience search
228
- - Capabilities: search
229
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
230
- - operationId: `fetch_experience_search_api_v1_douyin_search_fetch_experience_search_post`
231
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-experience-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-experience-search)
232
-
233
- #### Parameters
234
-
235
- None
236
-
237
- #### Request Body
238
-
239
- - required: Yes
240
-
241
- ##### `application/json`
242
-
243
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
244
-
245
- | Field | Type | Required | Description |
246
- | --- | --- | --- | --- |
247
- | keyword | string | No | 关键词 / Keyword |
248
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
249
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
250
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
251
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
252
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
253
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
254
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
255
-
256
- #### Success Response
257
-
258
- ##### `200 application/json`
259
-
260
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
261
-
262
- | Field | Type | Required | Description |
263
- | --- | --- | --- | --- |
264
- | code | integer | No | HTTP status code \| HTTP状态码 |
265
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
266
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
267
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
268
- | support | string | No | Support message \| 支持消息 |
269
- | time | string | No | The time the response was generated \| 生成响应的时间 |
270
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
271
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
272
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
273
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
274
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
275
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
276
-
277
- - Fields truncated: this layer shows only the first `12` rows.
278
-
279
- ### `POST /api/u1/v1/douyin/search/fetch_general_search_v1`
280
-
281
- - Summary: 获取综合搜索 V1/Fetch general search V1
282
- - Capabilities: search
283
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
284
- - operationId: `fetch_general_search_v1_api_v1_douyin_search_fetch_general_search_v1_post`
285
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v1`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v1)
286
-
287
- #### Parameters
288
-
289
- None
290
-
291
- #### Request Body
292
-
293
- - required: Yes
294
-
295
- ##### `application/json`
296
-
297
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
298
-
299
- | Field | Type | Required | Description |
300
- | --- | --- | --- | --- |
301
- | keyword | string | No | 关键词 / Keyword |
302
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
303
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
304
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
305
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
306
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
307
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
308
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
309
-
310
- #### Success Response
311
-
312
- ##### `200 application/json`
313
-
314
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
315
-
316
- | Field | Type | Required | Description |
317
- | --- | --- | --- | --- |
318
- | code | integer | No | HTTP status code \| HTTP状态码 |
319
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
320
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
321
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
322
- | support | string | No | Support message \| 支持消息 |
323
- | time | string | No | The time the response was generated \| 生成响应的时间 |
324
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
325
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
326
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
327
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
328
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
329
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
330
-
331
- - Fields truncated: this layer shows only the first `12` rows.
332
-
333
- ### `POST /api/u1/v1/douyin/search/fetch_general_search_v2`
334
-
335
- - Summary: 获取综合搜索 V2/Fetch general search V2
336
- - Capabilities: search
337
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
338
- - operationId: `fetch_general_search_v2_api_v1_douyin_search_fetch_general_search_v2_post`
339
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v2`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v2)
340
-
341
- #### Parameters
342
-
343
- None
344
-
345
- #### Request Body
346
-
347
- - required: Yes
348
-
349
- ##### `application/json`
350
-
351
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
352
-
353
- | Field | Type | Required | Description |
354
- | --- | --- | --- | --- |
355
- | keyword | string | No | 关键词 / Keyword |
356
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
357
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
358
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
359
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
360
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
361
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
362
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
363
-
364
- #### Success Response
365
-
366
- ##### `200 application/json`
367
-
368
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
369
-
370
- | Field | Type | Required | Description |
371
- | --- | --- | --- | --- |
372
- | code | integer | No | HTTP status code \| HTTP状态码 |
373
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
374
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
375
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
376
- | support | string | No | Support message \| 支持消息 |
377
- | time | string | No | The time the response was generated \| 生成响应的时间 |
378
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
379
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
380
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
381
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
382
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
383
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
384
-
385
- - Fields truncated: this layer shows only the first `12` rows.
386
-
387
- ### `POST /api/u1/v1/douyin/search/fetch_general_search_v3`
388
-
389
- - Summary: 获取综合搜索 V3/Fetch general search V3
390
- - Capabilities: search
391
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
392
- - operationId: `fetch_general_search_v3_api_v1_douyin_search_fetch_general_search_v3_post`
393
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v3`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v3)
394
-
395
- #### Parameters
396
-
397
- None
398
-
399
- #### Request Body
400
-
401
- - required: Yes
402
-
403
- ##### `application/json`
404
-
405
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
406
-
407
- | Field | Type | Required | Description |
408
- | --- | --- | --- | --- |
409
- | keyword | string | No | 关键词 / Keyword |
410
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
411
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
412
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
413
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
414
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
415
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
416
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
417
-
418
- #### Success Response
419
-
420
- ##### `200 application/json`
421
-
422
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
423
-
424
- | Field | Type | Required | Description |
425
- | --- | --- | --- | --- |
426
- | code | integer | No | HTTP status code \| HTTP状态码 |
427
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
428
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
429
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
430
- | support | string | No | Support message \| 支持消息 |
431
- | time | string | No | The time the response was generated \| 生成响应的时间 |
432
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
433
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
434
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
435
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
436
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
437
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
438
-
439
- - Fields truncated: this layer shows only the first `12` rows.
440
-
441
- ### `POST /api/u1/v1/douyin/search/fetch_image_search`
442
-
443
- - Summary: 获取图片搜索/Fetch image search
444
- - Capabilities: search
445
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
446
- - operationId: `fetch_image_search_api_v1_douyin_search_fetch_image_search_post`
447
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-image-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-image-search)
448
-
449
- #### Parameters
450
-
451
- None
452
-
453
- #### Request Body
454
-
455
- - required: Yes
456
-
457
- ##### `application/json`
458
-
459
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
460
-
461
- | Field | Type | Required | Description |
462
- | --- | --- | --- | --- |
463
- | keyword | string | No | 关键词 / Keyword |
464
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
465
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
466
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
467
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
468
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
469
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
470
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
471
-
472
- #### Success Response
473
-
474
- ##### `200 application/json`
475
-
476
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
477
-
478
- | Field | Type | Required | Description |
479
- | --- | --- | --- | --- |
480
- | code | integer | No | HTTP status code \| HTTP状态码 |
481
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
482
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
483
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
484
- | support | string | No | Support message \| 支持消息 |
485
- | time | string | No | The time the response was generated \| 生成响应的时间 |
486
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
487
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
488
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
489
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
490
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
491
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
492
-
493
- - Fields truncated: this layer shows only the first `12` rows.
494
-
495
- ### `POST /api/u1/v1/douyin/search/fetch_image_search_v3`
496
-
497
- - Summary: 获取图文搜索 V3/Fetch image-text search V3
498
- - Capabilities: search
499
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
500
- - operationId: `fetch_image_search_v3_api_v1_douyin_search_fetch_image_search_v3_post`
501
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-image-search-v3`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-image-search-v3)
502
-
503
- #### Parameters
504
-
505
- None
506
-
507
- #### Request Body
508
-
509
- - required: Yes
510
-
511
- ##### `application/json`
512
-
513
- - Schema summary: `keyword*`:string, `cursor`:integer, `search_id`:string
514
-
515
- | Field | Type | Required | Description |
516
- | --- | --- | --- | --- |
517
- | keyword | string | Yes | 搜索关键词/Search keyword |
518
- | cursor | integer | No | 翻页游标/Pagination cursor |
519
- | search_id | string | No | 搜索ID/Search ID for pagination |
520
-
521
- #### Success Response
522
-
523
- ##### `200 application/json`
524
-
525
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
526
-
527
- | Field | Type | Required | Description |
528
- | --- | --- | --- | --- |
529
- | code | integer | No | HTTP status code \| HTTP状态码 |
530
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
531
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
532
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
533
- | support | string | No | Support message \| 支持消息 |
534
- | time | string | No | The time the response was generated \| 生成响应的时间 |
535
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
536
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
537
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
538
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
539
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
540
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
541
-
542
- - Fields truncated: this layer shows only the first `12` rows.
543
-
544
- ### `POST /api/u1/v1/douyin/search/fetch_live_search_v1`
545
-
546
- - Summary: 获取直播搜索 V1/Fetch live search V1
547
- - Capabilities: search / livestream
548
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
549
- - operationId: `fetch_live_search_v1_api_v1_douyin_search_fetch_live_search_v1_post`
550
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-live-search-v1`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-live-search-v1)
551
-
552
- #### Parameters
553
-
554
- None
555
-
556
- #### Request Body
557
-
558
- - required: Yes
559
-
560
- ##### `application/json`
561
-
562
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
563
-
564
- | Field | Type | Required | Description |
565
- | --- | --- | --- | --- |
566
- | keyword | string | No | 关键词 / Keyword |
567
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
568
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
569
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
570
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
571
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
572
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
573
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
574
-
575
- #### Success Response
576
-
577
- ##### `200 application/json`
578
-
579
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
580
-
581
- | Field | Type | Required | Description |
582
- | --- | --- | --- | --- |
583
- | code | integer | No | HTTP status code \| HTTP状态码 |
584
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
585
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
586
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
587
- | support | string | No | Support message \| 支持消息 |
588
- | time | string | No | The time the response was generated \| 生成响应的时间 |
589
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
590
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
591
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
592
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
593
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
594
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
595
-
596
- - Fields truncated: this layer shows only the first `12` rows.
597
-
598
- ### `POST /api/u1/v1/douyin/search/fetch_multi_search`
599
-
600
- - Summary: 获取多重搜索/Fetch multi-type search
601
- - Capabilities: search
602
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
603
- - operationId: `fetch_multi_search_api_v1_douyin_search_fetch_multi_search_post`
604
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-multi-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-multi-search)
605
-
606
- #### Parameters
607
-
608
- None
609
-
610
- #### Request Body
611
-
612
- - required: Yes
613
-
614
- ##### `application/json`
615
-
616
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
617
-
618
- | Field | Type | Required | Description |
619
- | --- | --- | --- | --- |
620
- | keyword | string | No | 关键词 / Keyword |
621
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
622
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
623
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
624
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
625
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
626
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
627
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
628
-
629
- #### Success Response
630
-
631
- ##### `200 application/json`
632
-
633
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
634
-
635
- | Field | Type | Required | Description |
636
- | --- | --- | --- | --- |
637
- | code | integer | No | HTTP status code \| HTTP状态码 |
638
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
639
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
640
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
641
- | support | string | No | Support message \| 支持消息 |
642
- | time | string | No | The time the response was generated \| 生成响应的时间 |
643
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
644
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
645
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
646
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
647
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
648
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
649
-
650
- - Fields truncated: this layer shows only the first `12` rows.
651
-
652
- ### `POST /api/u1/v1/douyin/search/fetch_music_search`
653
-
654
- - Summary: 获取音乐搜索/Fetch music search
655
- - Capabilities: search / music / audio
656
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
657
- - operationId: `fetch_music_search_api_v1_douyin_search_fetch_music_search_post`
658
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-music-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-music-search)
659
-
660
- #### Parameters
661
-
662
- None
663
-
664
- #### Request Body
665
-
666
- - required: Yes
667
-
668
- ##### `application/json`
669
-
670
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
671
-
672
- | Field | Type | Required | Description |
673
- | --- | --- | --- | --- |
674
- | keyword | string | No | 关键词 / Keyword |
675
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
676
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
677
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
678
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
679
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
680
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
681
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
682
-
683
- #### Success Response
684
-
685
- ##### `200 application/json`
686
-
687
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
688
-
689
- | Field | Type | Required | Description |
690
- | --- | --- | --- | --- |
691
- | code | integer | No | HTTP status code \| HTTP状态码 |
692
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
693
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
694
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
695
- | support | string | No | Support message \| 支持消息 |
696
- | time | string | No | The time the response was generated \| 生成响应的时间 |
697
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
698
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
699
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
700
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
701
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
702
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
703
-
704
- - Fields truncated: this layer shows only the first `12` rows.
705
-
706
- ### `POST /api/u1/v1/douyin/search/fetch_school_search`
707
-
708
- - Summary: 获取学校搜索/Fetch school search
709
- - Capabilities: search
710
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
711
- - operationId: `fetch_school_search_api_v1_douyin_search_fetch_school_search_post`
712
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-school-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-school-search)
713
-
714
- #### Parameters
715
-
716
- None
717
-
718
- #### Request Body
719
-
720
- - required: Yes
721
-
722
- ##### `application/json`
723
-
724
- - Schema summary: `keyword`:string
725
-
726
- | Field | Type | Required | Description |
727
- | --- | --- | --- | --- |
728
- | keyword | string | No | 关键词,如学校名称或所在地区 / Keyword, such as school name or location |
729
-
730
- #### Success Response
731
-
732
- ##### `200 application/json`
733
-
734
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
735
-
736
- | Field | Type | Required | Description |
737
- | --- | --- | --- | --- |
738
- | code | integer | No | HTTP status code \| HTTP状态码 |
739
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
740
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
741
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
742
- | support | string | No | Support message \| 支持消息 |
743
- | time | string | No | The time the response was generated \| 生成响应的时间 |
744
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
745
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
746
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
747
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
748
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
749
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
750
-
751
- - Fields truncated: this layer shows only the first `12` rows.
752
-
753
- ### `POST /api/u1/v1/douyin/search/fetch_search_suggest`
754
-
755
- - Summary: 获取搜索关键词推荐/Fetch search keyword suggestions
756
- - Capabilities: search
757
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
758
- - operationId: `fetch_search_suggest_api_v1_douyin_search_fetch_search_suggest_post`
759
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-search-suggest`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-search-suggest)
760
-
761
- #### Parameters
762
-
763
- None
764
-
765
- #### Request Body
766
-
767
- - required: Yes
768
-
769
- ##### `application/json`
770
-
771
- - Schema summary: `keyword`:string
772
-
773
- | Field | Type | Required | Description |
774
- | --- | --- | --- | --- |
775
- | keyword | string | No | 需要联想的关键词/The keyword to be suggested |
776
-
777
- #### Success Response
778
-
779
- ##### `200 application/json`
780
-
781
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
782
-
783
- | Field | Type | Required | Description |
784
- | --- | --- | --- | --- |
785
- | code | integer | No | HTTP status code \| HTTP状态码 |
786
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
787
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
788
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
789
- | support | string | No | Support message \| 支持消息 |
790
- | time | string | No | The time the response was generated \| 生成响应的时间 |
791
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
792
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
793
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
794
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
795
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
796
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
797
-
798
- - Fields truncated: this layer shows only the first `12` rows.
799
-
800
- ### `POST /api/u1/v1/douyin/search/fetch_user_search`
801
-
802
- - Summary: 获取用户搜索/Fetch user search
803
- - Capabilities: search / profiles / accounts
804
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
805
- - operationId: `fetch_user_search_api_v1_douyin_search_fetch_user_search_post`
806
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-user-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-user-search)
807
-
808
- #### Parameters
809
-
810
- None
811
-
812
- #### Request Body
813
-
814
- - required: Yes
815
-
816
- ##### `application/json`
817
-
818
- - Schema summary: `keyword`:string, `cursor`:integer, `douyin_user_fans`:string, `douyin_user_type`:string, `search_id`:string
819
-
820
- | Field | Type | Required | Description |
821
- | --- | --- | --- | --- |
822
- | keyword | string | No | 关键词 / Keyword |
823
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
824
- | douyin_user_fans | string | No | 粉丝数过滤:空=不限 0_1k=1千以下 1k_5k=1千到5千 5k_10k=5千到1万 10k_100k=1万到10万 100k_1M=10万到100万 1M_=100万以上 / Fans filter: empty=No limit… |
825
- | douyin_user_type | string | No | 用户类型过滤:空=不限 300=创作者 900=小店 700=音乐人 800=明星 / User type filter: empty=No limit, 300=Creator, 900=Shop, 700=Musician, 800=… |
826
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
827
-
828
- #### Success Response
829
-
830
- ##### `200 application/json`
831
-
832
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
833
-
834
- | Field | Type | Required | Description |
835
- | --- | --- | --- | --- |
836
- | code | integer | No | HTTP status code \| HTTP状态码 |
837
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
838
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
839
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
840
- | support | string | No | Support message \| 支持消息 |
841
- | time | string | No | The time the response was generated \| 生成响应的时间 |
842
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
843
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
844
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
845
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
846
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
847
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
848
-
849
- - Fields truncated: this layer shows only the first `12` rows.
850
-
851
- ### `POST /api/u1/v1/douyin/search/fetch_user_search_v2`
852
-
853
- - Summary: 获取用户搜索 V2/Fetch user search V2
854
- - Capabilities: search / profiles / accounts
855
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
856
- - operationId: `fetch_user_search_v2_api_v1_douyin_search_fetch_user_search_v2_post`
857
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-user-search-v2`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-user-search-v2)
858
-
859
- #### Parameters
860
-
861
- None
862
-
863
- #### Request Body
864
-
865
- - required: Yes
866
-
867
- ##### `application/json`
868
-
869
- - Schema summary: `keyword`:string, `cursor`:integer
870
-
871
- | Field | Type | Required | Description |
872
- | --- | --- | --- | --- |
873
- | keyword | string | No | 关键词 / Keyword |
874
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
875
-
876
- #### Success Response
877
-
878
- ##### `200 application/json`
879
-
880
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
881
-
882
- | Field | Type | Required | Description |
883
- | --- | --- | --- | --- |
884
- | code | integer | No | HTTP status code \| HTTP状态码 |
885
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
886
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
887
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
888
- | support | string | No | Support message \| 支持消息 |
889
- | time | string | No | The time the response was generated \| 生成响应的时间 |
890
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
891
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
892
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
893
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
894
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
895
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
896
-
897
- - Fields truncated: this layer shows only the first `12` rows.
898
-
899
- ### `POST /api/u1/v1/douyin/search/fetch_video_search_v1`
900
-
901
- - Summary: 获取视频搜索 V1/Fetch video search V1
902
- - Capabilities: search / content details
903
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
904
- - operationId: `fetch_video_search_v1_api_v1_douyin_search_fetch_video_search_v1_post`
905
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-video-search-v1`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-video-search-v1)
906
-
907
- #### Parameters
908
-
909
- None
910
-
911
- #### Request Body
912
-
913
- - required: Yes
914
-
915
- ##### `application/json`
916
-
917
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
918
-
919
- | Field | Type | Required | Description |
920
- | --- | --- | --- | --- |
921
- | keyword | string | No | 关键词 / Keyword |
922
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
923
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
924
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
925
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
926
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
927
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
928
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
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
- ### `POST /api/u1/v1/douyin/search/fetch_video_search_v2`
954
-
955
- - Summary: 获取视频搜索 V2/Fetch video search V2
956
- - Capabilities: search / content details
957
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
958
- - operationId: `fetch_video_search_v2_api_v1_douyin_search_fetch_video_search_v2_post`
959
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-video-search-v2`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-video-search-v2)
960
-
961
- #### Parameters
962
-
963
- None
964
-
965
- #### Request Body
966
-
967
- - required: Yes
968
-
969
- ##### `application/json`
970
-
971
- - Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
972
-
973
- | Field | Type | Required | Description |
974
- | --- | --- | --- | --- |
975
- | keyword | string | No | 关键词 / Keyword |
976
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
977
- | sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
978
- | publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
979
- | filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
980
- | content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
981
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
982
- | backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
983
-
984
- #### Success Response
985
-
986
- ##### `200 application/json`
987
-
988
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
989
-
990
- | Field | Type | Required | Description |
991
- | --- | --- | --- | --- |
992
- | code | integer | No | HTTP status code \| HTTP状态码 |
993
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
994
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
995
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
996
- | support | string | No | Support message \| 支持消息 |
997
- | time | string | No | The time the response was generated \| 生成响应的时间 |
998
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
999
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1000
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1001
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1002
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1003
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1004
-
1005
- - Fields truncated: this layer shows only the first `12` rows.
1006
-
1007
- ### `POST /api/u1/v1/douyin/search/fetch_vision_search`
1008
-
1009
- - Summary: 获取图像识别搜索/Fetch vision search (image-based search)
1010
- - Capabilities: search
1011
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1012
- - operationId: `fetch_vision_search_api_v1_douyin_search_fetch_vision_search_post`
1013
- - Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-vision-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-vision-search)
1014
-
1015
- #### Parameters
1016
-
1017
- None
1018
-
1019
- #### Request Body
1020
-
1021
- - required: Yes
1022
-
1023
- ##### `application/json`
1024
-
1025
- - Schema summary: `image_uri*`:string, `cursor`:integer, `search_id`:string, `search_source`:string, `detection`:string, `detection_index`:integer, `user_query`:string, `aweme_id`:string
1026
-
1027
- | Field | Type | Required | Description |
1028
- | --- | --- | --- | --- |
1029
- | image_uri | string | Yes | 图片URI,从抖音其他接口返回中获取(如视频详情、搜索结果、用户主页等接口的图片uri字段)/ Image URI obtained from other Douyin API responses (e.g., video details… |
1030
- | cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
1031
- | search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
1032
- | search_source | string | No | 搜索来源:graphic_detail=图片详情页搜索, visual_normal_search=带关键词追加搜索 / Search source: graphic_detail=Image detail page search, vi… |
1033
- | detection | string | No | 检测区域坐标,格式为 x1,y1,x2,y2 / Detection area coordinates in format x1,y1,x2,y2 |
1034
- | detection_index | integer | No | 检测索引 / Detection index |
1035
- | user_query | string | No | 搜索关键词,仅当search_source=visual_normal_search时使用 / Search keyword, only used when search_source=visual_normal_search |
1036
- | aweme_id | string | No | 原视频ID,仅当search_source=visual_normal_search时使用 / Original video ID, only used when search_source=visual_normal_search |
1037
-
1038
- #### Success Response
1039
-
1040
- ##### `200 application/json`
1041
-
1042
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1043
-
1044
- | Field | Type | Required | Description |
1045
- | --- | --- | --- | --- |
1046
- | code | integer | No | HTTP status code \| HTTP状态码 |
1047
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1048
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1049
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1050
- | support | string | No | Support message \| 支持消息 |
1051
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1052
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1053
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1054
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1055
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1056
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1057
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1058
-
1059
- - Fields truncated: this layer shows only the first `12` rows.