@tikomni/skills 0.1.0

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