@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,3264 @@
1
+ # TikTok-App-V3-API Route Summary
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Current tag file: `api-tags/tiktok-app-v3-api.md`
5
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md`](../api-contracts/tiktok-app-v3-api.md)
6
+ - Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
7
+ - Fetched at: `2026-03-08T06:54:04+00:00`
8
+ - Route count: `75`
9
+ - Common capabilities: content details / commerce / profiles / accounts / search / livestream / details
10
+ - Default auth: Header `Authorization` Bearer
11
+ - Common inputs: `count`, `offset`, `keyword`, `sort_type`, `cursor`, `region`, `sec_user_id`, `user_id`, `room_id`, `seller_id`
12
+ - Tag description: **(TikTok-App-V3-API数据接口(当前最新版本)/TikTok-App-V3-API (Current latest version))**
13
+
14
+ ## Routes
15
+
16
+ ### `POST /api/u1/v1/tiktok/app/v3/TTencrypt_algorithm`
17
+
18
+ - Summary: TikTok APP加密算法/TikTok APP encryption algorithm
19
+ - Capabilities: general
20
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
+ - operationId: `TTencrypt_algorithm_api_v1_tiktok_app_v3_TTencrypt_algorithm_post`
22
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-ttencrypt-algorithm`](../api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-ttencrypt-algorithm)
23
+
24
+ #### Parameters
25
+
26
+ None
27
+
28
+ #### Request Body
29
+
30
+ - required: Yes
31
+
32
+ ##### `application/json`
33
+
34
+ - Schema summary: `url`:string, `data`:string, `device_info`{...}
35
+
36
+ | Field | Type | Required | Description |
37
+ | --- | --- | --- | --- |
38
+ | url | string | No | 需要加密的URL/URL to be encrypted |
39
+ | data | string | No | 如果有POST请求,请填写POST请求的数据参与加密计算/If there is a POST request, please fill in the data of the POST request to participate in… |
40
+ | device_info | object | No | 设备信息,可选参数,如果不填写则使用默认设备信息/Device information, optional parameter, if not filled in, the default device information is us… |
41
+
42
+ #### Success Response
43
+
44
+ ##### `200 application/json`
45
+
46
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
47
+
48
+ | Field | Type | Required | Description |
49
+ | --- | --- | --- | --- |
50
+ | code | integer | No | HTTP status code \| HTTP状态码 |
51
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
52
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
53
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
54
+ | support | string | No | Support message \| 支持消息 |
55
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
56
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
57
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
58
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
59
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
60
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
61
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
62
+
63
+ - Fields truncated: this layer shows only the first `12` rows.
64
+
65
+ ### `GET /api/u1/v1/tiktok/app/v3/add_video_play_count`
66
+
67
+ - Summary: 根据视频ID来增加作品的播放数/Increase the number of plays of the work according to the video ID
68
+ - Capabilities: content details
69
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
70
+ - operationId: `add_video_play_count_api_v1_tiktok_app_v3_add_video_play_count_get`
71
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-add-video-play-count`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-add-video-play-count)
72
+
73
+ #### Parameters
74
+
75
+ | Field | In | Type | Required | Description |
76
+ | --- | --- | --- | --- | --- |
77
+ | aweme_type | query | integer | Yes | 作品类型/Video type |
78
+ | item_id | query | string | Yes | 作品id/Video id |
79
+
80
+ #### Request Body
81
+
82
+ None
83
+
84
+ #### Success Response
85
+
86
+ ##### `200 application/json`
87
+
88
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
89
+
90
+ | Field | Type | Required | Description |
91
+ | --- | --- | --- | --- |
92
+ | code | integer | No | HTTP status code \| HTTP状态码 |
93
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
94
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
95
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
96
+ | support | string | No | Support message \| 支持消息 |
97
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
98
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
99
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
100
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
101
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
102
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
103
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
104
+
105
+ - Fields truncated: this layer shows only the first `12` rows.
106
+
107
+ ### `GET /api/u1/v1/tiktok/app/v3/check_live_room_online`
108
+
109
+ - Summary: 检测直播间是否在线/Check if live room is online
110
+ - Capabilities: livestream
111
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
112
+ - operationId: `check_live_room_online_api_v1_tiktok_app_v3_check_live_room_online_get`
113
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-check-live-room-online`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-check-live-room-online)
114
+
115
+ #### Parameters
116
+
117
+ | Field | In | Type | Required | Description |
118
+ | --- | --- | --- | --- | --- |
119
+ | room_id | query | string | Yes | 直播间id/Live room id |
120
+
121
+ #### Request Body
122
+
123
+ None
124
+
125
+ #### Success Response
126
+
127
+ ##### `200 application/json`
128
+
129
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
130
+
131
+ | Field | Type | Required | Description |
132
+ | --- | --- | --- | --- |
133
+ | code | integer | No | HTTP status code \| HTTP状态码 |
134
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
135
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
136
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
137
+ | support | string | No | Support message \| 支持消息 |
138
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
139
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
140
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
141
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
142
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
143
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
144
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
145
+
146
+ - Fields truncated: this layer shows only the first `12` rows.
147
+
148
+ ### `POST /api/u1/v1/tiktok/app/v3/check_live_room_online_batch`
149
+
150
+ - Summary: 批量检测直播间是否在线/Batch check if live rooms are online
151
+ - Capabilities: livestream
152
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
153
+ - operationId: `check_live_room_online_batch_api_v1_tiktok_app_v3_check_live_room_online_batch_post`
154
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-check-live-room-online-batch`](../api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-check-live-room-online-batch)
155
+
156
+ #### Parameters
157
+
158
+ None
159
+
160
+ #### Request Body
161
+
162
+ - required: Yes
163
+
164
+ ##### `application/json`
165
+
166
+ - Schema summary: `room_ids`[string]
167
+
168
+ | Field | Type | Required | Description |
169
+ | --- | --- | --- | --- |
170
+ | room_ids | array<string> | No | 多个直播间ID组成的数组 / List of TikTok live room IDs |
171
+
172
+ #### Success Response
173
+
174
+ ##### `200 application/json`
175
+
176
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
177
+
178
+ | Field | Type | Required | Description |
179
+ | --- | --- | --- | --- |
180
+ | code | integer | No | HTTP status code \| HTTP状态码 |
181
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
182
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
183
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
184
+ | support | string | No | Support message \| 支持消息 |
185
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
186
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
187
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
188
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
189
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
190
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
191
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
192
+
193
+ - Fields truncated: this layer shows only the first `12` rows.
194
+
195
+ ### `POST /api/u1/v1/tiktok/app/v3/encrypt_decrypt_login_request`
196
+
197
+ - Summary: 加密或解密 TikTok APP 登录请求体/Encrypt or Decrypt TikTok APP login request body
198
+ - Capabilities: general
199
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
200
+ - operationId: `encrypt_decrypt_login_request_api_v1_tiktok_app_v3_encrypt_decrypt_login_request_post`
201
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-encrypt-decrypt-login-request`](../api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-encrypt-decrypt-login-request)
202
+
203
+ #### Parameters
204
+
205
+ None
206
+
207
+ #### Request Body
208
+
209
+ - required: Yes
210
+
211
+ ##### `application/json`
212
+
213
+ - Schema summary: `username`:string, `password`:string, `mode`:string
214
+
215
+ | Field | Type | Required | Description |
216
+ | --- | --- | --- | --- |
217
+ | username | string | No | Plaintext or encrypted username |
218
+ | password | string | No | Plaintext or encrypted password |
219
+ | mode | string enum[encrypt, decrypt] | No | Encrypt or decrypt the input string |
220
+
221
+ #### Success Response
222
+
223
+ ##### `200 application/json`
224
+
225
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
226
+
227
+ | Field | Type | Required | Description |
228
+ | --- | --- | --- | --- |
229
+ | code | integer | No | HTTP status code \| HTTP状态码 |
230
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
231
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
232
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
233
+ | support | string | No | Support message \| 支持消息 |
234
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
235
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
236
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
237
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
238
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
239
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
240
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
241
+
242
+ - Fields truncated: this layer shows only the first `12` rows.
243
+
244
+ ### `POST /api/u1/v1/tiktok/app/v3/fetch_content_translate`
245
+
246
+ - Summary: 获取内容翻译数据/Get content translation data
247
+ - Capabilities: general
248
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
249
+ - operationId: `fetch_content_translate_api_v1_tiktok_app_v3_fetch_content_translate_post`
250
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-fetch-content-translate`](../api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-fetch-content-translate)
251
+
252
+ #### Parameters
253
+
254
+ None
255
+
256
+ #### Request Body
257
+
258
+ - required: Yes
259
+
260
+ ##### `application/json`
261
+
262
+ - Schema summary: `trg_lang`:string, `src_content`:string
263
+
264
+ | Field | Type | Required | Description |
265
+ | --- | --- | --- | --- |
266
+ | trg_lang | string | No | 目标语言ISO639-1代码,例如:zh-Hans/ Target language ISO639-1 code, e.g. zh-Hans |
267
+ | src_content | string | No | 源语言内容,也就是需要翻译的内容/ Source language content, i.e. the content to be translated |
268
+
269
+ #### Success Response
270
+
271
+ ##### `200 application/json`
272
+
273
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
274
+
275
+ | Field | Type | Required | Description |
276
+ | --- | --- | --- | --- |
277
+ | code | integer | No | HTTP status code \| HTTP状态码 |
278
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
279
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
280
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
281
+ | support | string | No | Support message \| 支持消息 |
282
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
283
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
284
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
285
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
286
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
287
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
288
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
289
+
290
+ - Fields truncated: this layer shows only the first `12` rows.
291
+
292
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_creator_info`
293
+
294
+ - Summary: 获取带货创作者信息/Get shopping creator information
295
+ - Capabilities: creators
296
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
297
+ - operationId: `fetch_creator_info_api_v1_tiktok_app_v3_fetch_creator_info_get`
298
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-info`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-info)
299
+
300
+ #### Parameters
301
+
302
+ | Field | In | Type | Required | Description |
303
+ | --- | --- | --- | --- | --- |
304
+ | creator_uid | query | string | Yes | 创作者uid/Creator uid |
305
+
306
+ #### Request Body
307
+
308
+ None
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
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_creator_search_insights`
334
+
335
+ - Summary: 创作者搜索洞察/Creator Search Insights
336
+ - Capabilities: search / creators / analytics
337
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
338
+ - operationId: `fetch_creator_search_insights_api_v1_tiktok_app_v3_fetch_creator_search_insights_get`
339
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-search-insights`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-search-insights)
340
+
341
+ #### Parameters
342
+
343
+ | Field | In | Type | Required | Description |
344
+ | --- | --- | --- | --- | --- |
345
+ | offset | query | integer | No | 分页偏移量/Pagination offset |
346
+ | limit | query | integer | No | 每页数量/Number per page |
347
+ | tab | query | string | No | 标签页类型/Tab type (all/content_gap/follower_searched/life_style/topics/challenges/sounds/hashtags) |
348
+ | language_filters | query | string | No | 语言过滤器,多个用逗号分隔/Language filters (id/de/en/es/fr/pt/vi/tr/ar/th/ja/ko) |
349
+ | category_filters | query | string | No | 分类过滤器,多个用逗号分隔/Category filters (Gaming/Fashion/Tourism/Science/Food/Sports) |
350
+ | creator_source | query | string | No | 创作者来源/Creator source |
351
+ | force_refresh | query | boolean | No | 是否强制刷新/Force refresh |
352
+
353
+ #### Request Body
354
+
355
+ None
356
+
357
+ #### Success Response
358
+
359
+ ##### `200 application/json`
360
+
361
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
362
+
363
+ | Field | Type | Required | Description |
364
+ | --- | --- | --- | --- |
365
+ | code | integer | No | HTTP status code \| HTTP状态码 |
366
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
367
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
368
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
369
+ | support | string | No | Support message \| 支持消息 |
370
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
371
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
372
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
373
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
374
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
375
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
376
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
377
+
378
+ - Fields truncated: this layer shows only the first `12` rows.
379
+
380
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_creator_search_insights_detail`
381
+
382
+ - Summary: 创作者搜索洞察详情/Creator Search Insights Detail
383
+ - Capabilities: search / creators / details / analytics
384
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
385
+ - operationId: `fetch_creator_search_insights_detail_api_v1_tiktok_app_v3_fetch_creator_search_insights_detail_get`
386
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-search-insights-detail`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-search-insights-detail)
387
+
388
+ #### Parameters
389
+
390
+ | Field | In | Type | Required | Description |
391
+ | --- | --- | --- | --- | --- |
392
+ | query_id_str | query | string | Yes | 搜索词条ID,从 fetch_creator_search_insights 接口获取/Query ID from fetch_creator_search_insights |
393
+ | time_range | query | string | No | 时间范围/Time range (past_7_days/past_30_days/past_60_days/past_6_months/custom) |
394
+ | start_date | query | integer | No | 开始时间戳(秒),仅当 time_range=custom 时生效/Start timestamp (seconds), only for custom range |
395
+ | end_date | query | integer | No | 结束时间戳(秒),仅当 time_range=custom 时生效/End timestamp (seconds), only for custom range |
396
+ | dimension_list | query | string | No | 维度列表,多个用逗号分隔/Dimension list (gender/age/country) |
397
+
398
+ #### Request Body
399
+
400
+ None
401
+
402
+ #### Success Response
403
+
404
+ ##### `200 application/json`
405
+
406
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
407
+
408
+ | Field | Type | Required | Description |
409
+ | --- | --- | --- | --- |
410
+ | code | integer | No | HTTP status code \| HTTP状态码 |
411
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
412
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
413
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
414
+ | support | string | No | Support message \| 支持消息 |
415
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
416
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
417
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
418
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
419
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
420
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
421
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
422
+
423
+ - Fields truncated: this layer shows only the first `12` rows.
424
+
425
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_creator_search_insights_trend`
426
+
427
+ - Summary: 创作者搜索洞察趋势/Creator Search Insights Trend
428
+ - Capabilities: search / trends / rankings / creators / analytics
429
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
430
+ - operationId: `fetch_creator_search_insights_trend_api_v1_tiktok_app_v3_fetch_creator_search_insights_trend_get`
431
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-search-insights-trend`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-search-insights-trend)
432
+
433
+ #### Parameters
434
+
435
+ | Field | In | Type | Required | Description |
436
+ | --- | --- | --- | --- | --- |
437
+ | query_id_str | query | string | Yes | 搜索词条ID,从 fetch_creator_search_insights 接口获取/Query ID from fetch_creator_search_insights |
438
+ | from_tab_path | query | string | No | 来源标签路径/From tab path |
439
+ | query_analysis_required | query | boolean | No | 是否需要查询分析/Whether query analysis is required |
440
+
441
+ #### Request Body
442
+
443
+ None
444
+
445
+ #### Success Response
446
+
447
+ ##### `200 application/json`
448
+
449
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
450
+
451
+ | Field | Type | Required | Description |
452
+ | --- | --- | --- | --- |
453
+ | code | integer | No | HTTP status code \| HTTP状态码 |
454
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
455
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
456
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
457
+ | support | string | No | Support message \| 支持消息 |
458
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
459
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
460
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
461
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
462
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
463
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
464
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
465
+
466
+ - Fields truncated: this layer shows only the first `12` rows.
467
+
468
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_creator_search_insights_videos`
469
+
470
+ - Summary: 创作者搜索洞察相关视频/Creator Search Insights Videos
471
+ - Capabilities: search / creators / content details / analytics
472
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
473
+ - operationId: `fetch_creator_search_insights_videos_api_v1_tiktok_app_v3_fetch_creator_search_insights_videos_get`
474
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-search-insights-videos`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-search-insights-videos)
475
+
476
+ #### Parameters
477
+
478
+ | Field | In | Type | Required | Description |
479
+ | --- | --- | --- | --- | --- |
480
+ | keyword | query | string | Yes | 搜索关键词/Search keyword |
481
+ | offset | query | integer | No | 分页偏移量/Pagination offset |
482
+ | count | query | integer | No | 每页数量/Number per page |
483
+
484
+ #### Request Body
485
+
486
+ None
487
+
488
+ #### Success Response
489
+
490
+ ##### `200 application/json`
491
+
492
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
493
+
494
+ | Field | Type | Required | Description |
495
+ | --- | --- | --- | --- |
496
+ | code | integer | No | HTTP status code \| HTTP状态码 |
497
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
498
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
499
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
500
+ | support | string | No | Support message \| 支持消息 |
501
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
502
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
503
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
504
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
505
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
506
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
507
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
508
+
509
+ - Fields truncated: this layer shows only the first `12` rows.
510
+
511
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_creator_showcase_product_list`
512
+
513
+ - Summary: 获取创作者橱窗商品列表/Get creator showcase product list
514
+ - Capabilities: creators / commerce
515
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
516
+ - operationId: `fetch_creator_showcase_product_list_api_v1_tiktok_app_v3_fetch_creator_showcase_product_list_get`
517
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-showcase-product-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-creator-showcase-product-list)
518
+
519
+ #### Parameters
520
+
521
+ | Field | In | Type | Required | Description |
522
+ | --- | --- | --- | --- | --- |
523
+ | kol_id | query | string | Yes | 创作者的sec_user_id/Creator's sec_user_id |
524
+ | count | query | integer | No | 数量/Number |
525
+ | next_scroll_param | query | string | No | 翻页参数/Page parameter |
526
+
527
+ #### Request Body
528
+
529
+ None
530
+
531
+ #### Success Response
532
+
533
+ ##### `200 application/json`
534
+
535
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
536
+
537
+ | Field | Type | Required | Description |
538
+ | --- | --- | --- | --- |
539
+ | code | integer | No | HTTP status code \| HTTP状态码 |
540
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
541
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
542
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
543
+ | support | string | No | Support message \| 支持消息 |
544
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
545
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
546
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
547
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
548
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
549
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
550
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
551
+
552
+ - Fields truncated: this layer shows only the first `12` rows.
553
+
554
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_general_search_result`
555
+
556
+ - Summary: 获取指定关键词的综合搜索结果/Get comprehensive search results of specified keywords
557
+ - Capabilities: search
558
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
559
+ - operationId: `fetch_general_search_result_api_v1_tiktok_app_v3_fetch_general_search_result_get`
560
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-general-search-result`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-general-search-result)
561
+
562
+ #### Parameters
563
+
564
+ | Field | In | Type | Required | Description |
565
+ | --- | --- | --- | --- | --- |
566
+ | keyword | query | string | Yes | 关键词/Keyword |
567
+ | offset | query | integer | No | 偏移量/Offset |
568
+ | count | query | integer | No | 数量/Number |
569
+ | sort_type | query | integer | No | 排序类型/Sort type |
570
+ | publish_time | query | integer | No | 发布时间/Publish time |
571
+
572
+ #### Request Body
573
+
574
+ None
575
+
576
+ #### Success Response
577
+
578
+ ##### `200 application/json`
579
+
580
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
581
+
582
+ | Field | Type | Required | Description |
583
+ | --- | --- | --- | --- |
584
+ | code | integer | No | HTTP status code \| HTTP状态码 |
585
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
586
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
587
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
588
+ | support | string | No | Support message \| 支持消息 |
589
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
590
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
591
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
592
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
593
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
594
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
595
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
596
+
597
+ - Fields truncated: this layer shows only the first `12` rows.
598
+
599
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_hashtag_detail`
600
+
601
+ - Summary: 获取指定话题的详情数据/Get details of specified hashtag
602
+ - Capabilities: details / topics
603
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
604
+ - operationId: `fetch_hashtag_detail_api_v1_tiktok_app_v3_fetch_hashtag_detail_get`
605
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-hashtag-detail`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-hashtag-detail)
606
+
607
+ #### Parameters
608
+
609
+ | Field | In | Type | Required | Description |
610
+ | --- | --- | --- | --- | --- |
611
+ | ch_id | query | string | Yes | 话题id/Hashtag id |
612
+
613
+ #### Request Body
614
+
615
+ None
616
+
617
+ #### Success Response
618
+
619
+ ##### `200 application/json`
620
+
621
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
622
+
623
+ | Field | Type | Required | Description |
624
+ | --- | --- | --- | --- |
625
+ | code | integer | No | HTTP status code \| HTTP状态码 |
626
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
627
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
628
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
629
+ | support | string | No | Support message \| 支持消息 |
630
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
631
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
632
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
633
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
634
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
635
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
636
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
637
+
638
+ - Fields truncated: this layer shows only the first `12` rows.
639
+
640
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_hashtag_search_result`
641
+
642
+ - Summary: 获取指定关键词的话题搜索结果/Get hashtag search results of specified keywords
643
+ - Capabilities: search / topics
644
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
645
+ - operationId: `fetch_hashtag_search_result_api_v1_tiktok_app_v3_fetch_hashtag_search_result_get`
646
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-hashtag-search-result`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-hashtag-search-result)
647
+
648
+ #### Parameters
649
+
650
+ | Field | In | Type | Required | Description |
651
+ | --- | --- | --- | --- | --- |
652
+ | keyword | query | string | Yes | 关键词/Keyword |
653
+ | offset | query | integer | No | 偏移量/Offset |
654
+ | count | query | integer | No | 数量/Number |
655
+
656
+ #### Request Body
657
+
658
+ None
659
+
660
+ #### Success Response
661
+
662
+ ##### `200 application/json`
663
+
664
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
665
+
666
+ | Field | Type | Required | Description |
667
+ | --- | --- | --- | --- |
668
+ | code | integer | No | HTTP status code \| HTTP状态码 |
669
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
670
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
671
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
672
+ | support | string | No | Support message \| 支持消息 |
673
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
674
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
675
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
676
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
677
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
678
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
679
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
680
+
681
+ - Fields truncated: this layer shows only the first `12` rows.
682
+
683
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_hashtag_video_list`
684
+
685
+ - Summary: 获取指定话题的作品数据/Get video list of specified hashtag
686
+ - Capabilities: content details / topics
687
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
688
+ - operationId: `fetch_hashtag_video_list_api_v1_tiktok_app_v3_fetch_hashtag_video_list_get`
689
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-hashtag-video-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-hashtag-video-list)
690
+
691
+ #### Parameters
692
+
693
+ | Field | In | Type | Required | Description |
694
+ | --- | --- | --- | --- | --- |
695
+ | ch_id | query | string | Yes | 话题id/Hashtag id |
696
+ | cursor | query | integer | No | 游标/Cursor |
697
+ | count | query | integer | No | 数量/Number |
698
+
699
+ #### Request Body
700
+
701
+ None
702
+
703
+ #### Success Response
704
+
705
+ ##### `200 application/json`
706
+
707
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
708
+
709
+ | Field | Type | Required | Description |
710
+ | --- | --- | --- | --- |
711
+ | code | integer | No | HTTP status code \| HTTP状态码 |
712
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
713
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
714
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
715
+ | support | string | No | Support message \| 支持消息 |
716
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
717
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
718
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
719
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
720
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
721
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
722
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
723
+
724
+ - Fields truncated: this layer shows only the first `12` rows.
725
+
726
+ ### `POST /api/u1/v1/tiktok/app/v3/fetch_home_feed`
727
+
728
+ - Summary: 获取主页视频推荐数据/Get home feed(recommend) video data
729
+ - Capabilities: profiles / accounts
730
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
731
+ - operationId: `fetch_home_feed_api_v1_tiktok_app_v3_fetch_home_feed_post`
732
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-fetch-home-feed`](../api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-fetch-home-feed)
733
+
734
+ #### Parameters
735
+
736
+ None
737
+
738
+ #### Request Body
739
+
740
+ - required: Yes
741
+
742
+ ##### `application/json`
743
+
744
+ - Schema summary: `cookie`:string
745
+
746
+ | Field | Type | Required | Description |
747
+ | --- | --- | --- | --- |
748
+ | cookie | string | No | 用户自己的cookie,可选参数,用于接口返回数据的个性化推荐。/ User's own cookie, optional parameter, used for personalized recommendations of inter… |
749
+
750
+ #### Success Response
751
+
752
+ ##### `200 application/json`
753
+
754
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
755
+
756
+ | Field | Type | Required | Description |
757
+ | --- | --- | --- | --- |
758
+ | code | integer | No | HTTP status code \| HTTP状态码 |
759
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
760
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
761
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
762
+ | support | string | No | Support message \| 支持消息 |
763
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
764
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
765
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
766
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
767
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
768
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
769
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
770
+
771
+ - Fields truncated: this layer shows only the first `12` rows.
772
+
773
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_live_daily_rank`
774
+
775
+ - Summary: 获取直播每日榜单数据/Get live daily rank data
776
+ - Capabilities: livestream
777
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
778
+ - operationId: `fetch_live_daily_rank_api_v1_tiktok_app_v3_fetch_live_daily_rank_get`
779
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-daily-rank`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-daily-rank)
780
+
781
+ #### Parameters
782
+
783
+ | Field | In | Type | Required | Description |
784
+ | --- | --- | --- | --- | --- |
785
+ | anchor_id | query | string | No | 主播id/Anchor id |
786
+ | room_id | query | string | No | 直播间id/Live room id |
787
+ | rank_type | query | integer | No | 榜单类型/Rank type |
788
+ | region_type | query | integer | No | 地区类型/Region type |
789
+ | gap_interval | query | integer | No | 时间间隔/Time interval |
790
+ | cookie | query | string | No | 用户自己的cookie/User's own cookie |
791
+
792
+ #### Request Body
793
+
794
+ None
795
+
796
+ #### Success Response
797
+
798
+ ##### `200 application/json`
799
+
800
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
801
+
802
+ | Field | Type | Required | Description |
803
+ | --- | --- | --- | --- |
804
+ | code | integer | No | HTTP status code \| HTTP状态码 |
805
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
806
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
807
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
808
+ | support | string | No | Support message \| 支持消息 |
809
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
810
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
811
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
812
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
813
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
814
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
815
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
816
+
817
+ - Fields truncated: this layer shows only the first `12` rows.
818
+
819
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_live_ranking_list`
820
+
821
+ - Summary: 获取直播间排行榜数据/Get live room ranking list
822
+ - Capabilities: livestream
823
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
824
+ - operationId: `fetch_live_ranking_list_api_v1_tiktok_app_v3_fetch_live_ranking_list_get`
825
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-ranking-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-ranking-list)
826
+
827
+ #### Parameters
828
+
829
+ | Field | In | Type | Required | Description |
830
+ | --- | --- | --- | --- | --- |
831
+ | room_id | query | string | Yes | 直播间id/Live room id |
832
+ | anchor_id | query | string | Yes | 主播id/Anchor id |
833
+
834
+ #### Request Body
835
+
836
+ None
837
+
838
+ #### Success Response
839
+
840
+ ##### `200 application/json`
841
+
842
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
843
+
844
+ | Field | Type | Required | Description |
845
+ | --- | --- | --- | --- |
846
+ | code | integer | No | HTTP status code \| HTTP状态码 |
847
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
848
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
849
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
850
+ | support | string | No | Support message \| 支持消息 |
851
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
852
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
853
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
854
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
855
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
856
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
857
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
858
+
859
+ - Fields truncated: this layer shows only the first `12` rows.
860
+
861
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_live_room_info`
862
+
863
+ - Summary: 获取指定直播间的数据/Get data of specified live room
864
+ - Capabilities: livestream
865
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
866
+ - operationId: `fetch_live_room_info_api_v1_tiktok_app_v3_fetch_live_room_info_get`
867
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-room-info`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-room-info)
868
+
869
+ #### Parameters
870
+
871
+ | Field | In | Type | Required | Description |
872
+ | --- | --- | --- | --- | --- |
873
+ | room_id | query | string | Yes | 直播间id/Live room id |
874
+
875
+ #### Request Body
876
+
877
+ None
878
+
879
+ #### Success Response
880
+
881
+ ##### `200 application/json`
882
+
883
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
884
+
885
+ | Field | Type | Required | Description |
886
+ | --- | --- | --- | --- |
887
+ | code | integer | No | HTTP status code \| HTTP状态码 |
888
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
889
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
890
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
891
+ | support | string | No | Support message \| 支持消息 |
892
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
893
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
894
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
895
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
896
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
897
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
898
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
899
+
900
+ - Fields truncated: this layer shows only the first `12` rows.
901
+
902
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_live_room_product_list`
903
+
904
+ - Summary: 获取直播间商品列表数据/Get live room product list data
905
+ - Capabilities: commerce / livestream
906
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
907
+ - operationId: `fetch_live_room_product_list_api_v1_tiktok_app_v3_fetch_live_room_product_list_get`
908
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-room-product-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-room-product-list)
909
+
910
+ #### Parameters
911
+
912
+ | Field | In | Type | Required | Description |
913
+ | --- | --- | --- | --- | --- |
914
+ | room_id | query | string | Yes | 直播间id/Live room id |
915
+ | author_id | query | string | Yes | 主播id/Anchor id |
916
+ | page_size | query | integer | No | 数量/Number |
917
+ | offset | query | integer | No | 数量/Number |
918
+ | region | query | string | No | 地区/Region |
919
+ | cookie | query | string | No | 用户自己的cookie/User's own cookie |
920
+
921
+ #### Request Body
922
+
923
+ None
924
+
925
+ #### Success Response
926
+
927
+ ##### `200 application/json`
928
+
929
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
930
+
931
+ | Field | Type | Required | Description |
932
+ | --- | --- | --- | --- |
933
+ | code | integer | No | HTTP status code \| HTTP状态码 |
934
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
935
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
936
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
937
+ | support | string | No | Support message \| 支持消息 |
938
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
939
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
940
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
941
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
942
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
943
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
944
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
945
+
946
+ - Fields truncated: this layer shows only the first `12` rows.
947
+
948
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_live_room_product_list_v2`
949
+
950
+ - Summary: 获取直播间商品列表数据 V2 /Get live room product list data V2
951
+ - Capabilities: commerce / livestream
952
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
953
+ - operationId: `fetch_live_room_product_list_v2_api_v1_tiktok_app_v3_fetch_live_room_product_list_v2_get`
954
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-room-product-list-v2`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-room-product-list-v2)
955
+
956
+ #### Parameters
957
+
958
+ | Field | In | Type | Required | Description |
959
+ | --- | --- | --- | --- | --- |
960
+ | room_id | query | string | Yes | 直播间id/Live room id |
961
+ | author_id | query | string | Yes | 主播id/Anchor id |
962
+ | page_size | query | integer | No | 数量/Number |
963
+ | offset | query | integer | No | 数量/Number |
964
+ | region | query | string | No | 地区/Region |
965
+ | cookie | query | string | No | 用户自己的cookie/User's own cookie |
966
+
967
+ #### Request Body
968
+
969
+ None
970
+
971
+ #### Success Response
972
+
973
+ ##### `200 application/json`
974
+
975
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
976
+
977
+ | Field | Type | Required | Description |
978
+ | --- | --- | --- | --- |
979
+ | code | integer | No | HTTP status code \| HTTP状态码 |
980
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
981
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
982
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
983
+ | support | string | No | Support message \| 支持消息 |
984
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
985
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
986
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
987
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
988
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
989
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
990
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
991
+
992
+ - Fields truncated: this layer shows only the first `12` rows.
993
+
994
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_live_search_result`
995
+
996
+ - Summary: 获取指定关键词的直播搜索结果/Get live search results of specified keywords
997
+ - Capabilities: search / livestream
998
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
999
+ - operationId: `fetch_live_search_result_api_v1_tiktok_app_v3_fetch_live_search_result_get`
1000
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-search-result`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-live-search-result)
1001
+
1002
+ #### Parameters
1003
+
1004
+ | Field | In | Type | Required | Description |
1005
+ | --- | --- | --- | --- | --- |
1006
+ | keyword | query | string | Yes | 关键词/Keyword |
1007
+ | offset | query | integer | No | 偏移量/Offset |
1008
+ | count | query | integer | No | 数量/Number |
1009
+ | region | query | string | No | 地区/Region |
1010
+
1011
+ #### Request Body
1012
+
1013
+ None
1014
+
1015
+ #### Success Response
1016
+
1017
+ ##### `200 application/json`
1018
+
1019
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1020
+
1021
+ | Field | Type | Required | Description |
1022
+ | --- | --- | --- | --- |
1023
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1024
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1025
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1026
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1027
+ | support | string | No | Support message \| 支持消息 |
1028
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1029
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1030
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1031
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1032
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1033
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1034
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1035
+
1036
+ - Fields truncated: this layer shows only the first `12` rows.
1037
+
1038
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_location_search`
1039
+
1040
+ - Summary: 获取地点搜索结果/Get location search results
1041
+ - Capabilities: search
1042
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1043
+ - operationId: `fetch_location_search_api_v1_tiktok_app_v3_fetch_location_search_get`
1044
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-location-search`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-location-search)
1045
+
1046
+ #### Parameters
1047
+
1048
+ | Field | In | Type | Required | Description |
1049
+ | --- | --- | --- | --- | --- |
1050
+ | keyword | query | string | Yes | 关键词/Keyword |
1051
+ | offset | query | integer | No | 偏移量/Offset |
1052
+ | count | query | integer | No | 数量/Number |
1053
+
1054
+ #### Request Body
1055
+
1056
+ None
1057
+
1058
+ #### Success Response
1059
+
1060
+ ##### `200 application/json`
1061
+
1062
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1063
+
1064
+ | Field | Type | Required | Description |
1065
+ | --- | --- | --- | --- |
1066
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1067
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1068
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1069
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1070
+ | support | string | No | Support message \| 支持消息 |
1071
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1072
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1073
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1074
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1075
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1076
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1077
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1078
+
1079
+ - Fields truncated: this layer shows only the first `12` rows.
1080
+
1081
+ ### `POST /api/u1/v1/tiktok/app/v3/fetch_multi_video`
1082
+
1083
+ - Summary: 批量获取视频信息/Batch Get Video Information
1084
+ - Capabilities: content details
1085
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1086
+ - operationId: `fetch_multi_video_api_v1_tiktok_app_v3_fetch_multi_video_post`
1087
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-fetch-multi-video`](../api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-fetch-multi-video)
1088
+
1089
+ #### Parameters
1090
+
1091
+ None
1092
+
1093
+ #### Request Body
1094
+
1095
+ - required: Yes
1096
+
1097
+ ##### `application/json`
1098
+
1099
+ - Schema summary: [string]
1100
+
1101
+ | Field | Type | Required | Description |
1102
+ | --- | --- | --- | --- |
1103
+ | [] | array<string> | Yes | 作品id列表/Video id list |
1104
+
1105
+ #### Success Response
1106
+
1107
+ ##### `200 application/json`
1108
+
1109
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1110
+
1111
+ | Field | Type | Required | Description |
1112
+ | --- | --- | --- | --- |
1113
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1114
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1115
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1116
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1117
+ | support | string | No | Support message \| 支持消息 |
1118
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1119
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1120
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1121
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1122
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1123
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1124
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1125
+
1126
+ - Fields truncated: this layer shows only the first `12` rows.
1127
+
1128
+ ### `POST /api/u1/v1/tiktok/app/v3/fetch_multi_video_v2`
1129
+
1130
+ - Summary: 批量获取视频信息 V2/Batch Get Video Information V2
1131
+ - Capabilities: content details
1132
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1133
+ - operationId: `fetch_multi_video_v2_api_v1_tiktok_app_v3_fetch_multi_video_v2_post`
1134
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-fetch-multi-video-v2`](../api-contracts/tiktok-app-v3-api.md#post-api-u1-v1-tiktok-app-v3-fetch-multi-video-v2)
1135
+
1136
+ #### Parameters
1137
+
1138
+ None
1139
+
1140
+ #### Request Body
1141
+
1142
+ - required: Yes
1143
+
1144
+ ##### `application/json`
1145
+
1146
+ - Schema summary: [string]
1147
+
1148
+ | Field | Type | Required | Description |
1149
+ | --- | --- | --- | --- |
1150
+ | [] | array<string> | Yes | 作品id列表/Video id list |
1151
+
1152
+ #### Success Response
1153
+
1154
+ ##### `200 application/json`
1155
+
1156
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1157
+
1158
+ | Field | Type | Required | Description |
1159
+ | --- | --- | --- | --- |
1160
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1161
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1162
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1163
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1164
+ | support | string | No | Support message \| 支持消息 |
1165
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1166
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1167
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1168
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1169
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1170
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1171
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1172
+
1173
+ - Fields truncated: this layer shows only the first `12` rows.
1174
+
1175
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_music_chart_list`
1176
+
1177
+ - Summary: 音乐排行榜/Music Chart List
1178
+ - Capabilities: music / audio
1179
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1180
+ - operationId: `fetch_music_chart_list_api_v1_tiktok_app_v3_fetch_music_chart_list_get`
1181
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-music-chart-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-music-chart-list)
1182
+
1183
+ #### Parameters
1184
+
1185
+ | Field | In | Type | Required | Description |
1186
+ | --- | --- | --- | --- | --- |
1187
+ | scene | query | integer | No | 排行榜类型/Chart type (0: Top 50, 1: Viral 50) |
1188
+ | cursor | query | integer | No | 分页游标/Pagination cursor |
1189
+ | count | query | integer | No | 每页数量/Number per page (max 50) |
1190
+
1191
+ #### Request Body
1192
+
1193
+ None
1194
+
1195
+ #### Success Response
1196
+
1197
+ ##### `200 application/json`
1198
+
1199
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1200
+
1201
+ | Field | Type | Required | Description |
1202
+ | --- | --- | --- | --- |
1203
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1204
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1205
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1206
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1207
+ | support | string | No | Support message \| 支持消息 |
1208
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1209
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1210
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1211
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1212
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1213
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1214
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1215
+
1216
+ - Fields truncated: this layer shows only the first `12` rows.
1217
+
1218
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_music_detail`
1219
+
1220
+ - Summary: 获取指定音乐的详情数据/Get details of specified music
1221
+ - Capabilities: details / music / audio
1222
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1223
+ - operationId: `fetch_music_detail_api_v1_tiktok_app_v3_fetch_music_detail_get`
1224
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-music-detail`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-music-detail)
1225
+
1226
+ #### Parameters
1227
+
1228
+ | Field | In | Type | Required | Description |
1229
+ | --- | --- | --- | --- | --- |
1230
+ | music_id | query | string | Yes | 音乐id/Music id |
1231
+
1232
+ #### Request Body
1233
+
1234
+ None
1235
+
1236
+ #### Success Response
1237
+
1238
+ ##### `200 application/json`
1239
+
1240
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1241
+
1242
+ | Field | Type | Required | Description |
1243
+ | --- | --- | --- | --- |
1244
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1245
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1246
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1247
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1248
+ | support | string | No | Support message \| 支持消息 |
1249
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1250
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1251
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1252
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1253
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1254
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1255
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1256
+
1257
+ - Fields truncated: this layer shows only the first `12` rows.
1258
+
1259
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_music_search_result`
1260
+
1261
+ - Summary: 获取指定关键词的音乐搜索结果/Get music search results of specified keywords
1262
+ - Capabilities: search / music / audio
1263
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1264
+ - operationId: `fetch_music_search_result_api_v1_tiktok_app_v3_fetch_music_search_result_get`
1265
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-music-search-result`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-music-search-result)
1266
+
1267
+ #### Parameters
1268
+
1269
+ | Field | In | Type | Required | Description |
1270
+ | --- | --- | --- | --- | --- |
1271
+ | keyword | query | string | Yes | 关键词/Keyword |
1272
+ | offset | query | integer | No | 偏移量/Offset |
1273
+ | count | query | integer | No | 数量/Number |
1274
+ | filter_by | query | integer | No | 过滤类型/Filter type |
1275
+ | sort_type | query | integer | No | 排序类型/Sort type |
1276
+ | region | query | string | No | 地区/Region |
1277
+
1278
+ #### Request Body
1279
+
1280
+ None
1281
+
1282
+ #### Success Response
1283
+
1284
+ ##### `200 application/json`
1285
+
1286
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1287
+
1288
+ | Field | Type | Required | Description |
1289
+ | --- | --- | --- | --- |
1290
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1291
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1292
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1293
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1294
+ | support | string | No | Support message \| 支持消息 |
1295
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1296
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1297
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1298
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1299
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1300
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1301
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1302
+
1303
+ - Fields truncated: this layer shows only the first `12` rows.
1304
+
1305
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_music_video_list`
1306
+
1307
+ - Summary: 获取指定音乐的视频列表数据/Get video list of specified music
1308
+ - Capabilities: content details / music / audio
1309
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1310
+ - operationId: `fetch_music_video_list_api_v1_tiktok_app_v3_fetch_music_video_list_get`
1311
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-music-video-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-music-video-list)
1312
+
1313
+ #### Parameters
1314
+
1315
+ | Field | In | Type | Required | Description |
1316
+ | --- | --- | --- | --- | --- |
1317
+ | music_id | query | string | Yes | 音乐id/Music id |
1318
+ | cursor | query | integer | No | 游标/Cursor |
1319
+ | count | query | integer | No | 数量/Number |
1320
+
1321
+ #### Request Body
1322
+
1323
+ None
1324
+
1325
+ #### Success Response
1326
+
1327
+ ##### `200 application/json`
1328
+
1329
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1330
+
1331
+ | Field | Type | Required | Description |
1332
+ | --- | --- | --- | --- |
1333
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1334
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1335
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1336
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1337
+ | support | string | No | Support message \| 支持消息 |
1338
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1339
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1340
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1341
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1342
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1343
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1344
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1345
+
1346
+ - Fields truncated: this layer shows only the first `12` rows.
1347
+
1348
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_one_video`
1349
+
1350
+ - Summary: 获取单个作品数据/Get single video data
1351
+ - Capabilities: content details
1352
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1353
+ - operationId: `fetch_one_video_api_v1_tiktok_app_v3_fetch_one_video_get`
1354
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video)
1355
+
1356
+ #### Parameters
1357
+
1358
+ | Field | In | Type | Required | Description |
1359
+ | --- | --- | --- | --- | --- |
1360
+ | aweme_id | query | string | Yes | 作品id/Video id |
1361
+
1362
+ #### Request Body
1363
+
1364
+ None
1365
+
1366
+ #### Success Response
1367
+
1368
+ ##### `200 application/json`
1369
+
1370
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1371
+
1372
+ | Field | Type | Required | Description |
1373
+ | --- | --- | --- | --- |
1374
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1375
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1376
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1377
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1378
+ | support | string | No | Support message \| 支持消息 |
1379
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1380
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1381
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1382
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1383
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1384
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1385
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1386
+
1387
+ - Fields truncated: this layer shows only the first `12` rows.
1388
+
1389
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_one_video_by_share_url`
1390
+
1391
+ - Summary: 根据分享链接获取单个作品数据/Get single video data by sharing link
1392
+ - Capabilities: content details
1393
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1394
+ - operationId: `fetch_one_video_by_share_url_api_v1_tiktok_app_v3_fetch_one_video_by_share_url_get`
1395
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video-by-share-url`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video-by-share-url)
1396
+
1397
+ #### Parameters
1398
+
1399
+ | Field | In | Type | Required | Description |
1400
+ | --- | --- | --- | --- | --- |
1401
+ | share_url | query | string | Yes | 分享链接/Share link |
1402
+
1403
+ #### Request Body
1404
+
1405
+ None
1406
+
1407
+ #### Success Response
1408
+
1409
+ ##### `200 application/json`
1410
+
1411
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1412
+
1413
+ | Field | Type | Required | Description |
1414
+ | --- | --- | --- | --- |
1415
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1416
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1417
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1418
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1419
+ | support | string | No | Support message \| 支持消息 |
1420
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1421
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1422
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1423
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1424
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1425
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1426
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1427
+
1428
+ - Fields truncated: this layer shows only the first `12` rows.
1429
+
1430
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_one_video_by_share_url_v2`
1431
+
1432
+ - Summary: 根据分享链接获取单个作品数据/Get single video data by sharing link
1433
+ - Capabilities: content details
1434
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1435
+ - operationId: `fetch_one_video_by_share_url_v2_api_v1_tiktok_app_v3_fetch_one_video_by_share_url_v2_get`
1436
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video-by-share-url-v2`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video-by-share-url-v2)
1437
+
1438
+ #### Parameters
1439
+
1440
+ | Field | In | Type | Required | Description |
1441
+ | --- | --- | --- | --- | --- |
1442
+ | share_url | query | string | Yes | 分享链接/Share link |
1443
+
1444
+ #### Request Body
1445
+
1446
+ None
1447
+
1448
+ #### Success Response
1449
+
1450
+ ##### `200 application/json`
1451
+
1452
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1453
+
1454
+ | Field | Type | Required | Description |
1455
+ | --- | --- | --- | --- |
1456
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1457
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1458
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1459
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1460
+ | support | string | No | Support message \| 支持消息 |
1461
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1462
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1463
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1464
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1465
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1466
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1467
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1468
+
1469
+ - Fields truncated: this layer shows only the first `12` rows.
1470
+
1471
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_one_video_v2`
1472
+
1473
+ - Summary: 获取单个作品数据 V2/Get single video data V2
1474
+ - Capabilities: content details
1475
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1476
+ - operationId: `fetch_one_video_v2_api_v1_tiktok_app_v3_fetch_one_video_v2_get`
1477
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video-v2`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video-v2)
1478
+
1479
+ #### Parameters
1480
+
1481
+ | Field | In | Type | Required | Description |
1482
+ | --- | --- | --- | --- | --- |
1483
+ | aweme_id | query | string | Yes | 作品id/Video id |
1484
+
1485
+ #### Request Body
1486
+
1487
+ None
1488
+
1489
+ #### Success Response
1490
+
1491
+ ##### `200 application/json`
1492
+
1493
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1494
+
1495
+ | Field | Type | Required | Description |
1496
+ | --- | --- | --- | --- |
1497
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1498
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1499
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1500
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1501
+ | support | string | No | Support message \| 支持消息 |
1502
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1503
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1504
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1505
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1506
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1507
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1508
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1509
+
1510
+ - Fields truncated: this layer shows only the first `12` rows.
1511
+
1512
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_one_video_v3`
1513
+
1514
+ - Summary: 获取单个作品数据 V3(支持国家参数)/Get single video data V3 (support country parameter)
1515
+ - Capabilities: content details
1516
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1517
+ - operationId: `fetch_one_video_v3_api_v1_tiktok_app_v3_fetch_one_video_v3_get`
1518
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video-v3`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-one-video-v3)
1519
+
1520
+ #### Parameters
1521
+
1522
+ | Field | In | Type | Required | Description |
1523
+ | --- | --- | --- | --- | --- |
1524
+ | aweme_id | query | string | Yes | 作品id/Video id |
1525
+ | region | query | string | No | 国家代码/Country code |
1526
+
1527
+ #### Request Body
1528
+
1529
+ None
1530
+
1531
+ #### Success Response
1532
+
1533
+ ##### `200 application/json`
1534
+
1535
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1536
+
1537
+ | Field | Type | Required | Description |
1538
+ | --- | --- | --- | --- |
1539
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1540
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1541
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1542
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1543
+ | support | string | No | Support message \| 支持消息 |
1544
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1545
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1546
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1547
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1548
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1549
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1550
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1551
+
1552
+ - Fields truncated: this layer shows only the first `12` rows.
1553
+
1554
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_product_detail`
1555
+
1556
+ - Summary: 获取商品详情数据(即将弃用,使用 fetch_product_detail_v2 代替)/Get product detail data (will be deprecated, use fetch_product_detail_v2 instead)
1557
+ - Capabilities: details / commerce
1558
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1559
+ - operationId: `fetch_product_detail_api_v1_tiktok_app_v3_fetch_product_detail_get`
1560
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-detail`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-detail)
1561
+
1562
+ #### Parameters
1563
+
1564
+ | Field | In | Type | Required | Description |
1565
+ | --- | --- | --- | --- | --- |
1566
+ | product_id | query | string | Yes | 商品id/Product id |
1567
+
1568
+ #### Request Body
1569
+
1570
+ None
1571
+
1572
+ #### Success Response
1573
+
1574
+ ##### `200 application/json`
1575
+
1576
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1577
+
1578
+ | Field | Type | Required | Description |
1579
+ | --- | --- | --- | --- |
1580
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1581
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1582
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1583
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1584
+ | support | string | No | Support message \| 支持消息 |
1585
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1586
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1587
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1588
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1589
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1590
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1591
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1592
+
1593
+ - Fields truncated: this layer shows only the first `12` rows.
1594
+
1595
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_product_detail_v2`
1596
+
1597
+ - Summary: 获取商品详情数据V2/Get product detail data V2
1598
+ - Capabilities: details / commerce
1599
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1600
+ - operationId: `fetch_product_detail_v2_api_v1_tiktok_app_v3_fetch_product_detail_v2_get`
1601
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-detail-v2`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-detail-v2)
1602
+
1603
+ #### Parameters
1604
+
1605
+ | Field | In | Type | Required | Description |
1606
+ | --- | --- | --- | --- | --- |
1607
+ | product_id | query | string | Yes | 商品id/Product id |
1608
+
1609
+ #### Request Body
1610
+
1611
+ None
1612
+
1613
+ #### Success Response
1614
+
1615
+ ##### `200 application/json`
1616
+
1617
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1618
+
1619
+ | Field | Type | Required | Description |
1620
+ | --- | --- | --- | --- |
1621
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1622
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1623
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1624
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1625
+ | support | string | No | Support message \| 支持消息 |
1626
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1627
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1628
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1629
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1630
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1631
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1632
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1633
+
1634
+ - Fields truncated: this layer shows only the first `12` rows.
1635
+
1636
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_product_detail_v3`
1637
+
1638
+ - Summary: 获取商品详情数据V3 / Get product detail data V3
1639
+ - Capabilities: details / commerce
1640
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1641
+ - operationId: `fetch_product_detail_v3_api_v1_tiktok_app_v3_fetch_product_detail_v3_get`
1642
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-detail-v3`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-detail-v3)
1643
+
1644
+ #### Parameters
1645
+
1646
+ | Field | In | Type | Required | Description |
1647
+ | --- | --- | --- | --- | --- |
1648
+ | product_id | query | string | Yes | 商品id / Product ID |
1649
+ | region | query | string | No | 商品的国家/地区代码/ Country/region code of the product |
1650
+
1651
+ #### Request Body
1652
+
1653
+ None
1654
+
1655
+ #### Success Response
1656
+
1657
+ ##### `200 application/json`
1658
+
1659
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1660
+
1661
+ | Field | Type | Required | Description |
1662
+ | --- | --- | --- | --- |
1663
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1664
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1665
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1666
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1667
+ | support | string | No | Support message \| 支持消息 |
1668
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1669
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1670
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1671
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1672
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1673
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1674
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1675
+
1676
+ - Fields truncated: this layer shows only the first `12` rows.
1677
+
1678
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_product_detail_v4`
1679
+
1680
+ - Summary: 获取商品详情数据V4 / Get product detail data V4
1681
+ - Capabilities: details / commerce
1682
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1683
+ - operationId: `fetch_product_detail_v4_api_v1_tiktok_app_v3_fetch_product_detail_v4_get`
1684
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-detail-v4`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-detail-v4)
1685
+
1686
+ #### Parameters
1687
+
1688
+ | Field | In | Type | Required | Description |
1689
+ | --- | --- | --- | --- | --- |
1690
+ | product_id | query | string | Yes | 商品id / Product ID |
1691
+ | region | query | string | No | 商品的国家/地区代码/ Country/region code of the product |
1692
+
1693
+ #### Request Body
1694
+
1695
+ None
1696
+
1697
+ #### Success Response
1698
+
1699
+ ##### `200 application/json`
1700
+
1701
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1702
+
1703
+ | Field | Type | Required | Description |
1704
+ | --- | --- | --- | --- |
1705
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1706
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1707
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1708
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1709
+ | support | string | No | Support message \| 支持消息 |
1710
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1711
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1712
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1713
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1714
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1715
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1716
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1717
+
1718
+ - Fields truncated: this layer shows only the first `12` rows.
1719
+
1720
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_product_id_by_share_link`
1721
+
1722
+ - Summary: 通过分享链接获取商品ID/Get Product ID by Share Link
1723
+ - Capabilities: commerce
1724
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1725
+ - operationId: `fetch_product_id_by_share_link_api_v1_tiktok_app_v3_fetch_product_id_by_share_link_get`
1726
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-id-by-share-link`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-id-by-share-link)
1727
+
1728
+ #### Parameters
1729
+
1730
+ | Field | In | Type | Required | Description |
1731
+ | --- | --- | --- | --- | --- |
1732
+ | share_link | query | string | Yes | 分享链接/Share link |
1733
+
1734
+ #### Request Body
1735
+
1736
+ None
1737
+
1738
+ #### Success Response
1739
+
1740
+ ##### `200 application/json`
1741
+
1742
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1743
+
1744
+ | Field | Type | Required | Description |
1745
+ | --- | --- | --- | --- |
1746
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1747
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1748
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1749
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1750
+ | support | string | No | Support message \| 支持消息 |
1751
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1752
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1753
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1754
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1755
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1756
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1757
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1758
+
1759
+ - Fields truncated: this layer shows only the first `12` rows.
1760
+
1761
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_product_review`
1762
+
1763
+ - Summary: 获取商品评价数据/Get product review data
1764
+ - Capabilities: commerce
1765
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1766
+ - operationId: `fetch_product_review_api_v1_tiktok_app_v3_fetch_product_review_get`
1767
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-review`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-review)
1768
+
1769
+ #### Parameters
1770
+
1771
+ | Field | In | Type | Required | Description |
1772
+ | --- | --- | --- | --- | --- |
1773
+ | product_id | query | string | Yes | 商品id/Product id |
1774
+ | cursor | query | integer | No | 游标/Cursor |
1775
+ | size | query | integer | No | 数量/Number |
1776
+ | filter_id | query | integer | No | 筛选条件/Filter condition |
1777
+ | sort_type | query | integer | No | 排序条件/Sorting conditions |
1778
+
1779
+ #### Request Body
1780
+
1781
+ None
1782
+
1783
+ #### Success Response
1784
+
1785
+ ##### `200 application/json`
1786
+
1787
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1788
+
1789
+ | Field | Type | Required | Description |
1790
+ | --- | --- | --- | --- |
1791
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1792
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1793
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1794
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1795
+ | support | string | No | Support message \| 支持消息 |
1796
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1797
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1798
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1799
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1800
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1801
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1802
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1803
+
1804
+ - Fields truncated: this layer shows only the first `12` rows.
1805
+
1806
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_product_search`
1807
+
1808
+ - Summary: 获取商品搜索结果/Get product search results
1809
+ - Capabilities: search / commerce
1810
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1811
+ - operationId: `fetch_product_search_api_v1_tiktok_app_v3_fetch_product_search_get`
1812
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-search`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-product-search)
1813
+
1814
+ #### Parameters
1815
+
1816
+ | Field | In | Type | Required | Description |
1817
+ | --- | --- | --- | --- | --- |
1818
+ | keyword | query | string | Yes | 关键词/Keyword |
1819
+ | cursor | query | integer | No | 游标/Cursor |
1820
+ | count | query | integer | No | 数量/Number |
1821
+ | sort_type | query | integer | No | 商品排序条件/Product sorting conditions |
1822
+ | customer_review_four_star | query | boolean | No | 四星以上评价/Four-star or more reviews |
1823
+ | have_discount | query | boolean | No | 有优惠/Having discount |
1824
+ | min_price | query | string | No | 最低价格/Minimum price |
1825
+ | max_price | query | string | No | 最高价格/Maximum price |
1826
+
1827
+ #### Request Body
1828
+
1829
+ None
1830
+
1831
+ #### Success Response
1832
+
1833
+ ##### `200 application/json`
1834
+
1835
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1836
+
1837
+ | Field | Type | Required | Description |
1838
+ | --- | --- | --- | --- |
1839
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1840
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1841
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1842
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1843
+ | support | string | No | Support message \| 支持消息 |
1844
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1845
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1846
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1847
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1848
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1849
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1850
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1851
+
1852
+ - Fields truncated: this layer shows only the first `12` rows.
1853
+
1854
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_share_qr_code`
1855
+
1856
+ - Summary: 获取分享二维码/Get share QR code
1857
+ - Capabilities: general
1858
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1859
+ - operationId: `fetch_share_qr_code_api_v1_tiktok_app_v3_fetch_share_qr_code_get`
1860
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-share-qr-code`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-share-qr-code)
1861
+
1862
+ #### Parameters
1863
+
1864
+ | Field | In | Type | Required | Description |
1865
+ | --- | --- | --- | --- | --- |
1866
+ | object_id | query | string | Yes | 对象id/Object id |
1867
+ | schema_type | query | integer | No | 模式类型/Schema type |
1868
+
1869
+ #### Request Body
1870
+
1871
+ None
1872
+
1873
+ #### Success Response
1874
+
1875
+ ##### `200 application/json`
1876
+
1877
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1878
+
1879
+ | Field | Type | Required | Description |
1880
+ | --- | --- | --- | --- |
1881
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1882
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1883
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1884
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1885
+ | support | string | No | Support message \| 支持消息 |
1886
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1887
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1888
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1889
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1890
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1891
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1892
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1893
+
1894
+ - Fields truncated: this layer shows only the first `12` rows.
1895
+
1896
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_share_short_link`
1897
+
1898
+ - Summary: 获取分享短链接/Get share short link
1899
+ - Capabilities: general
1900
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1901
+ - operationId: `fetch_share_short_link_api_v1_tiktok_app_v3_fetch_share_short_link_get`
1902
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-share-short-link`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-share-short-link)
1903
+
1904
+ #### Parameters
1905
+
1906
+ | Field | In | Type | Required | Description |
1907
+ | --- | --- | --- | --- | --- |
1908
+ | url | query | string | Yes | 分享链接/Share link |
1909
+
1910
+ #### Request Body
1911
+
1912
+ None
1913
+
1914
+ #### Success Response
1915
+
1916
+ ##### `200 application/json`
1917
+
1918
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1919
+
1920
+ | Field | Type | Required | Description |
1921
+ | --- | --- | --- | --- |
1922
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1923
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1924
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1925
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1926
+ | support | string | No | Support message \| 支持消息 |
1927
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1928
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1929
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1930
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1931
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1932
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1933
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1934
+
1935
+ - Fields truncated: this layer shows only the first `12` rows.
1936
+
1937
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_shop_home`
1938
+
1939
+ - Summary: 获取商家主页数据/Get shop home page data
1940
+ - Capabilities: profiles / accounts / commerce
1941
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1942
+ - operationId: `fetch_shop_home_api_v1_tiktok_app_v3_fetch_shop_home_get`
1943
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-home`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-home)
1944
+
1945
+ #### Parameters
1946
+
1947
+ | Field | In | Type | Required | Description |
1948
+ | --- | --- | --- | --- | --- |
1949
+ | page_id | query | string | Yes | 爬取的商家主页Page id/Page id of the crawled shop home page |
1950
+ | seller_id | query | string | Yes | 商家id,店铺id/Seller id, shop id |
1951
+
1952
+ #### Request Body
1953
+
1954
+ None
1955
+
1956
+ #### Success Response
1957
+
1958
+ ##### `200 application/json`
1959
+
1960
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1961
+
1962
+ | Field | Type | Required | Description |
1963
+ | --- | --- | --- | --- |
1964
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1965
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1966
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1967
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1968
+ | support | string | No | Support message \| 支持消息 |
1969
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1970
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1971
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1972
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1973
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1974
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1975
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1976
+
1977
+ - Fields truncated: this layer shows only the first `12` rows.
1978
+
1979
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_shop_home_page_list`
1980
+
1981
+ - Summary: 获取商家主页Page列表数据/Get shop home page list data
1982
+ - Capabilities: profiles / accounts / commerce
1983
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1984
+ - operationId: `fetch_shop_home_page_list_api_v1_tiktok_app_v3_fetch_shop_home_page_list_get`
1985
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-home-page-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-home-page-list)
1986
+
1987
+ #### Parameters
1988
+
1989
+ | Field | In | Type | Required | Description |
1990
+ | --- | --- | --- | --- | --- |
1991
+ | seller_id | query | string | Yes | 商家id,店铺id/Seller id, shop id |
1992
+
1993
+ #### Request Body
1994
+
1995
+ None
1996
+
1997
+ #### Success Response
1998
+
1999
+ ##### `200 application/json`
2000
+
2001
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2002
+
2003
+ | Field | Type | Required | Description |
2004
+ | --- | --- | --- | --- |
2005
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2006
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2007
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2008
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2009
+ | support | string | No | Support message \| 支持消息 |
2010
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2011
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2012
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2013
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2014
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2015
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2016
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2017
+
2018
+ - Fields truncated: this layer shows only the first `12` rows.
2019
+
2020
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_shop_id_by_share_link`
2021
+
2022
+ - Summary: 通过分享链接获取店铺ID/Get Shop ID by Share Link
2023
+ - Capabilities: commerce
2024
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2025
+ - operationId: `fetch_shop_id_by_share_link_api_v1_tiktok_app_v3_fetch_shop_id_by_share_link_get`
2026
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-id-by-share-link`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-id-by-share-link)
2027
+
2028
+ #### Parameters
2029
+
2030
+ | Field | In | Type | Required | Description |
2031
+ | --- | --- | --- | --- | --- |
2032
+ | share_link | query | string | Yes | 分享链接/Share link |
2033
+
2034
+ #### Request Body
2035
+
2036
+ None
2037
+
2038
+ #### Success Response
2039
+
2040
+ ##### `200 application/json`
2041
+
2042
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2043
+
2044
+ | Field | Type | Required | Description |
2045
+ | --- | --- | --- | --- |
2046
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2047
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2048
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2049
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2050
+ | support | string | No | Support message \| 支持消息 |
2051
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2052
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2053
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2054
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2055
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2056
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2057
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2058
+
2059
+ - Fields truncated: this layer shows only the first `12` rows.
2060
+
2061
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_shop_info`
2062
+
2063
+ - Summary: 获取商家信息数据/Get shop information data
2064
+ - Capabilities: commerce
2065
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2066
+ - operationId: `fetch_shop_info_api_v1_tiktok_app_v3_fetch_shop_info_get`
2067
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-info`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-info)
2068
+
2069
+ #### Parameters
2070
+
2071
+ | Field | In | Type | Required | Description |
2072
+ | --- | --- | --- | --- | --- |
2073
+ | shop_id | query | string | Yes | 商家id,店铺id/Seller id, shop id |
2074
+
2075
+ #### Request Body
2076
+
2077
+ None
2078
+
2079
+ #### Success Response
2080
+
2081
+ ##### `200 application/json`
2082
+
2083
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2084
+
2085
+ | Field | Type | Required | Description |
2086
+ | --- | --- | --- | --- |
2087
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2088
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2089
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2090
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2091
+ | support | string | No | Support message \| 支持消息 |
2092
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2093
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2094
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2095
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2096
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2097
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2098
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2099
+
2100
+ - Fields truncated: this layer shows only the first `12` rows.
2101
+
2102
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_shop_product_category`
2103
+
2104
+ - Summary: 获取商家产品分类数据/Get shop product category data
2105
+ - Capabilities: commerce
2106
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2107
+ - operationId: `fetch_shop_product_category_api_v1_tiktok_app_v3_fetch_shop_product_category_get`
2108
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-product-category`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-product-category)
2109
+
2110
+ #### Parameters
2111
+
2112
+ | Field | In | Type | Required | Description |
2113
+ | --- | --- | --- | --- | --- |
2114
+ | seller_id | query | string | Yes | 商家id,店铺id/Seller id, shop id |
2115
+
2116
+ #### Request Body
2117
+
2118
+ None
2119
+
2120
+ #### Success Response
2121
+
2122
+ ##### `200 application/json`
2123
+
2124
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2125
+
2126
+ | Field | Type | Required | Description |
2127
+ | --- | --- | --- | --- |
2128
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2129
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2130
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2131
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2132
+ | support | string | No | Support message \| 支持消息 |
2133
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2134
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2135
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2136
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2137
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2138
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2139
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2140
+
2141
+ - Fields truncated: this layer shows only the first `12` rows.
2142
+
2143
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_shop_product_list`
2144
+
2145
+ - Summary: 获取商家商品列表数据/Get shop product list data
2146
+ - Capabilities: commerce
2147
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2148
+ - operationId: `fetch_shop_product_list_api_v1_tiktok_app_v3_fetch_shop_product_list_get`
2149
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-product-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-product-list)
2150
+
2151
+ #### Parameters
2152
+
2153
+ | Field | In | Type | Required | Description |
2154
+ | --- | --- | --- | --- | --- |
2155
+ | seller_id | query | string | Yes | 商家id,店铺id/Seller id, shop id |
2156
+ | scroll_params | query | string | No | 滚动参数,用于加载更多商品数据/Scroll parameter, used to load more product data |
2157
+ | page_size | query | integer | No | 每页数量/Number per page |
2158
+ | sort_field | query | integer | No | 排序字段/Sorting field |
2159
+ | sort_order | query | integer | No | 排序方式/Sorting method |
2160
+
2161
+ #### Request Body
2162
+
2163
+ None
2164
+
2165
+ #### Success Response
2166
+
2167
+ ##### `200 application/json`
2168
+
2169
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2170
+
2171
+ | Field | Type | Required | Description |
2172
+ | --- | --- | --- | --- |
2173
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2174
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2175
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2176
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2177
+ | support | string | No | Support message \| 支持消息 |
2178
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2179
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2180
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2181
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2182
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2183
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2184
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2185
+
2186
+ - Fields truncated: this layer shows only the first `12` rows.
2187
+
2188
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_shop_product_list_v2`
2189
+
2190
+ - Summary: 获取商家商品列表数据 V2/Get shop product list data V2
2191
+ - Capabilities: commerce
2192
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2193
+ - operationId: `fetch_shop_product_list_v2_api_v1_tiktok_app_v3_fetch_shop_product_list_v2_get`
2194
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-product-list-v2`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-product-list-v2)
2195
+
2196
+ #### Parameters
2197
+
2198
+ | Field | In | Type | Required | Description |
2199
+ | --- | --- | --- | --- | --- |
2200
+ | seller_id | query | string | Yes | 商家id,店铺id/Seller id, shop id |
2201
+ | scroll_params | query | string | No | 滚动参数,用于加载更多商品数据/Scroll parameter, used to load more product data |
2202
+ | page_size | query | integer | No | 每页数量/Number per page |
2203
+ | sort_field | query | integer | No | 排序字段/Sorting field |
2204
+ | sort_order | query | integer | No | 排序方式/Sorting method |
2205
+
2206
+ #### Request Body
2207
+
2208
+ None
2209
+
2210
+ #### Success Response
2211
+
2212
+ ##### `200 application/json`
2213
+
2214
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2215
+
2216
+ | Field | Type | Required | Description |
2217
+ | --- | --- | --- | --- |
2218
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2219
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2220
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2221
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2222
+ | support | string | No | Support message \| 支持消息 |
2223
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2224
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2225
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2226
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2227
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2228
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2229
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2230
+
2231
+ - Fields truncated: this layer shows only the first `12` rows.
2232
+
2233
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_shop_product_recommend`
2234
+
2235
+ - Summary: 获取商家商品推荐数据/Get shop product recommend data
2236
+ - Capabilities: commerce
2237
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2238
+ - operationId: `fetch_shop_product_recommend_api_v1_tiktok_app_v3_fetch_shop_product_recommend_get`
2239
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-product-recommend`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-shop-product-recommend)
2240
+
2241
+ #### Parameters
2242
+
2243
+ | Field | In | Type | Required | Description |
2244
+ | --- | --- | --- | --- | --- |
2245
+ | seller_id | query | string | Yes | 商家id,店铺id/Seller id, shop id |
2246
+ | scroll_param | query | string | No | 滚动参数,用于加载更多商品数据/Scroll parameter, used to load more product data |
2247
+ | page_size | query | integer | No | 每页数量/Number per page |
2248
+
2249
+ #### Request Body
2250
+
2251
+ None
2252
+
2253
+ #### Success Response
2254
+
2255
+ ##### `200 application/json`
2256
+
2257
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2258
+
2259
+ | Field | Type | Required | Description |
2260
+ | --- | --- | --- | --- |
2261
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2262
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2263
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2264
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2265
+ | support | string | No | Support message \| 支持消息 |
2266
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2267
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2268
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2269
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2270
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2271
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2272
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2273
+
2274
+ - Fields truncated: this layer shows only the first `12` rows.
2275
+
2276
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_similar_user_recommendations`
2277
+
2278
+ - Summary: 获取类似用户推荐/Similar User Recommendations
2279
+ - Capabilities: profiles / accounts
2280
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2281
+ - operationId: `fetch_similar_user_recommendations_api_v1_tiktok_app_v3_fetch_similar_user_recommendations_get`
2282
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-similar-user-recommendations`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-similar-user-recommendations)
2283
+
2284
+ #### Parameters
2285
+
2286
+ | Field | In | Type | Required | Description |
2287
+ | --- | --- | --- | --- | --- |
2288
+ | sec_uid | query | string | Yes | 用户sec_uid/User sec_uid |
2289
+ | page_token | query | string | No | 分页标记/Page token |
2290
+
2291
+ #### Request Body
2292
+
2293
+ None
2294
+
2295
+ #### Success Response
2296
+
2297
+ ##### `200 application/json`
2298
+
2299
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2300
+
2301
+ | Field | Type | Required | Description |
2302
+ | --- | --- | --- | --- |
2303
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2304
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2305
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2306
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2307
+ | support | string | No | Support message \| 支持消息 |
2308
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2309
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2310
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2311
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2312
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2313
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2314
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2315
+
2316
+ - Fields truncated: this layer shows only the first `12` rows.
2317
+
2318
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_country_by_username`
2319
+
2320
+ - Summary: 通过用户名获取用户账号国家地区/Get user account country by username
2321
+ - Capabilities: profiles / accounts
2322
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2323
+ - operationId: `fetch_user_country_by_username_api_v1_tiktok_app_v3_fetch_user_country_by_username_get`
2324
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-country-by-username`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-country-by-username)
2325
+
2326
+ #### Parameters
2327
+
2328
+ | Field | In | Type | Required | Description |
2329
+ | --- | --- | --- | --- | --- |
2330
+ | username | query | string | Yes | 用户名/Username |
2331
+
2332
+ #### Request Body
2333
+
2334
+ None
2335
+
2336
+ #### Success Response
2337
+
2338
+ ##### `200 application/json`
2339
+
2340
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2341
+
2342
+ | Field | Type | Required | Description |
2343
+ | --- | --- | --- | --- |
2344
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2345
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2346
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2347
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2348
+ | support | string | No | Support message \| 支持消息 |
2349
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2350
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2351
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2352
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2353
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2354
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2355
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2356
+
2357
+ - Fields truncated: this layer shows only the first `12` rows.
2358
+
2359
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_follower_list`
2360
+
2361
+ - Summary: 获取指定用户的粉丝列表数据/Get follower list of specified user
2362
+ - Capabilities: profiles / accounts
2363
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2364
+ - operationId: `fetch_user_follower_list_api_v1_tiktok_app_v3_fetch_user_follower_list_get`
2365
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-follower-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-follower-list)
2366
+
2367
+ #### Parameters
2368
+
2369
+ | Field | In | Type | Required | Description |
2370
+ | --- | --- | --- | --- | --- |
2371
+ | user_id | query | string | No | 用户ID/User ID (与sec_user_id二选一/One of user_id and sec_user_id) |
2372
+ | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id (与user_id二选一/One of user_id and sec_user_id) |
2373
+ | count | query | integer | No | 数量/Number |
2374
+ | min_time | query | integer | No | 最小时间,用于翻页/Minimum time for paging |
2375
+ | page_token | query | string | No | 翻页token/Page token |
2376
+
2377
+ #### Request Body
2378
+
2379
+ None
2380
+
2381
+ #### Success Response
2382
+
2383
+ ##### `200 application/json`
2384
+
2385
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2386
+
2387
+ | Field | Type | Required | Description |
2388
+ | --- | --- | --- | --- |
2389
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2390
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2391
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2392
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2393
+ | support | string | No | Support message \| 支持消息 |
2394
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2395
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2396
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2397
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2398
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2399
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2400
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2401
+
2402
+ - Fields truncated: this layer shows only the first `12` rows.
2403
+
2404
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_following_list`
2405
+
2406
+ - Summary: 获取指定用户的关注列表数据/Get following list of specified user
2407
+ - Capabilities: profiles / accounts
2408
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2409
+ - operationId: `fetch_user_following_list_api_v1_tiktok_app_v3_fetch_user_following_list_get`
2410
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-following-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-following-list)
2411
+
2412
+ #### Parameters
2413
+
2414
+ | Field | In | Type | Required | Description |
2415
+ | --- | --- | --- | --- | --- |
2416
+ | user_id | query | string | No | 用户ID/User ID (与sec_user_id二选一/One of user_id and sec_user_id) |
2417
+ | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id (与user_id二选一/One of user_id and sec_user_id) |
2418
+ | count | query | integer | No | 数量/Number |
2419
+ | min_time | query | integer | No | 最小时间,用于翻页/Minimum time for paging |
2420
+ | page_token | query | string | No | 翻页token/Page token |
2421
+
2422
+ #### Request Body
2423
+
2424
+ None
2425
+
2426
+ #### Success Response
2427
+
2428
+ ##### `200 application/json`
2429
+
2430
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2431
+
2432
+ | Field | Type | Required | Description |
2433
+ | --- | --- | --- | --- |
2434
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2435
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2436
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2437
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2438
+ | support | string | No | Support message \| 支持消息 |
2439
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2440
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2441
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2442
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2443
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2444
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2445
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2446
+
2447
+ - Fields truncated: this layer shows only the first `12` rows.
2448
+
2449
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_like_videos`
2450
+
2451
+ - Summary: 获取用户喜欢作品数据/Get user like video data
2452
+ - Capabilities: profiles / accounts / content details
2453
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2454
+ - operationId: `fetch_user_like_videos_api_v1_tiktok_app_v3_fetch_user_like_videos_get`
2455
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-like-videos`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-like-videos)
2456
+
2457
+ #### Parameters
2458
+
2459
+ | Field | In | Type | Required | Description |
2460
+ | --- | --- | --- | --- | --- |
2461
+ | sec_user_id | query | string | Yes | 用户sec_user_id/User sec_user_id |
2462
+ | max_cursor | query | integer | No | 最大游标/Maximum cursor |
2463
+ | counts | query | integer | No | 每页数量/Number per page |
2464
+
2465
+ #### Request Body
2466
+
2467
+ None
2468
+
2469
+ #### Success Response
2470
+
2471
+ ##### `200 application/json`
2472
+
2473
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2474
+
2475
+ | Field | Type | Required | Description |
2476
+ | --- | --- | --- | --- |
2477
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2478
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2479
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2480
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2481
+ | support | string | No | Support message \| 支持消息 |
2482
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2483
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2484
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2485
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2486
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2487
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2488
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2489
+
2490
+ - Fields truncated: this layer shows only the first `12` rows.
2491
+
2492
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_music_list`
2493
+
2494
+ - Summary: 获取用户音乐列表数据/Get user music list data
2495
+ - Capabilities: profiles / accounts / music / audio
2496
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2497
+ - operationId: `fetch_user_music_list_api_v1_tiktok_app_v3_fetch_user_music_list_get`
2498
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-music-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-music-list)
2499
+
2500
+ #### Parameters
2501
+
2502
+ | Field | In | Type | Required | Description |
2503
+ | --- | --- | --- | --- | --- |
2504
+ | sec_uid | query | string | Yes | 用户sec_uid/User sec_uid |
2505
+ | cursor | query | integer | No | 游标/Cursor |
2506
+ | count | query | integer | No | 数量/Number |
2507
+
2508
+ #### Request Body
2509
+
2510
+ None
2511
+
2512
+ #### Success Response
2513
+
2514
+ ##### `200 application/json`
2515
+
2516
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2517
+
2518
+ | Field | Type | Required | Description |
2519
+ | --- | --- | --- | --- |
2520
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2521
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2522
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2523
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2524
+ | support | string | No | Support message \| 支持消息 |
2525
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2526
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2527
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2528
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2529
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2530
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2531
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2532
+
2533
+ - Fields truncated: this layer shows only the first `12` rows.
2534
+
2535
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_post_videos`
2536
+
2537
+ - Summary: 获取用户主页作品数据 V1/Get user homepage video data V1
2538
+ - Capabilities: profiles / accounts / content details
2539
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2540
+ - operationId: `fetch_user_post_videos_api_v1_tiktok_app_v3_fetch_user_post_videos_get`
2541
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-post-videos`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-post-videos)
2542
+
2543
+ #### Parameters
2544
+
2545
+ | Field | In | Type | Required | Description |
2546
+ | --- | --- | --- | --- | --- |
2547
+ | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
2548
+ | unique_id | query | string | No | 用户unique_id/User unique_id |
2549
+ | max_cursor | query | integer | No | 最大游标/Maximum cursor |
2550
+ | count | query | integer | No | 每页数量/Number per page |
2551
+ | sort_type | query | integer | No | 排序类型/Sort type |
2552
+
2553
+ #### Request Body
2554
+
2555
+ None
2556
+
2557
+ #### Success Response
2558
+
2559
+ ##### `200 application/json`
2560
+
2561
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2562
+
2563
+ | Field | Type | Required | Description |
2564
+ | --- | --- | --- | --- |
2565
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2566
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2567
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2568
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2569
+ | support | string | No | Support message \| 支持消息 |
2570
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2571
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2572
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2573
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2574
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2575
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2576
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2577
+
2578
+ - Fields truncated: this layer shows only the first `12` rows.
2579
+
2580
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_post_videos_v2`
2581
+
2582
+ - Summary: 获取用户主页作品数据 V2/Get user homepage video data V2
2583
+ - Capabilities: profiles / accounts / content details
2584
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2585
+ - operationId: `fetch_user_post_videos_api_v1_tiktok_app_v3_fetch_user_post_videos_v2_get`
2586
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-post-videos-v2`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-post-videos-v2)
2587
+
2588
+ #### Parameters
2589
+
2590
+ | Field | In | Type | Required | Description |
2591
+ | --- | --- | --- | --- | --- |
2592
+ | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
2593
+ | unique_id | query | string | No | 用户unique_id/User unique_id |
2594
+ | max_cursor | query | integer | No | 最大游标/Maximum cursor |
2595
+ | count | query | integer | No | 每页数量/Number per page |
2596
+ | sort_type | query | integer | No | 排序类型/Sort type |
2597
+
2598
+ #### Request Body
2599
+
2600
+ None
2601
+
2602
+ #### Success Response
2603
+
2604
+ ##### `200 application/json`
2605
+
2606
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2607
+
2608
+ | Field | Type | Required | Description |
2609
+ | --- | --- | --- | --- |
2610
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2611
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2612
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2613
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2614
+ | support | string | No | Support message \| 支持消息 |
2615
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2616
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2617
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2618
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2619
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2620
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2621
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2622
+
2623
+ - Fields truncated: this layer shows only the first `12` rows.
2624
+
2625
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_post_videos_v3`
2626
+
2627
+ - Summary: 获取用户主页作品数据 V3(精简数据-更快速)/Get user homepage video data V3 (simplified data - faster)
2628
+ - Capabilities: profiles / accounts / content details
2629
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2630
+ - operationId: `fetch_user_post_videos_v3_api_v1_tiktok_app_v3_fetch_user_post_videos_v3_get`
2631
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-post-videos-v3`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-post-videos-v3)
2632
+
2633
+ #### Parameters
2634
+
2635
+ | Field | In | Type | Required | Description |
2636
+ | --- | --- | --- | --- | --- |
2637
+ | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
2638
+ | unique_id | query | string | No | 用户unique_id/User unique_id |
2639
+ | max_cursor | query | integer | No | 最大游标/Maximum cursor |
2640
+ | count | query | integer | No | 每页数量/Number per page |
2641
+ | sort_type | query | integer | No | 排序类型/Sort type |
2642
+
2643
+ #### Request Body
2644
+
2645
+ None
2646
+
2647
+ #### Success Response
2648
+
2649
+ ##### `200 application/json`
2650
+
2651
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2652
+
2653
+ | Field | Type | Required | Description |
2654
+ | --- | --- | --- | --- |
2655
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2656
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2657
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2658
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2659
+ | support | string | No | Support message \| 支持消息 |
2660
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2661
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2662
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2663
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2664
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2665
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2666
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2667
+
2668
+ - Fields truncated: this layer shows only the first `12` rows.
2669
+
2670
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_repost_videos`
2671
+
2672
+ - Summary: 获取用户转发的作品数据/Get user repost video data
2673
+ - Capabilities: profiles / accounts / content details
2674
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2675
+ - operationId: `fetch_user_repost_videos_api_v1_tiktok_app_v3_fetch_user_repost_videos_get`
2676
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-repost-videos`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-repost-videos)
2677
+
2678
+ #### Parameters
2679
+
2680
+ | Field | In | Type | Required | Description |
2681
+ | --- | --- | --- | --- | --- |
2682
+ | user_id | query | integer | Yes | 用户id/User id |
2683
+ | offset | query | integer | No | 偏移量/Offset |
2684
+ | count | query | integer | No | 数量/Number |
2685
+
2686
+ #### Request Body
2687
+
2688
+ None
2689
+
2690
+ #### Success Response
2691
+
2692
+ ##### `200 application/json`
2693
+
2694
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2695
+
2696
+ | Field | Type | Required | Description |
2697
+ | --- | --- | --- | --- |
2698
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2699
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2700
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2701
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2702
+ | support | string | No | Support message \| 支持消息 |
2703
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2704
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2705
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2706
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2707
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2708
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2709
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2710
+
2711
+ - Fields truncated: this layer shows only the first `12` rows.
2712
+
2713
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_user_search_result`
2714
+
2715
+ - Summary: 获取指定关键词的用户搜索结果/Get user search results of specified keywords
2716
+ - Capabilities: search / profiles / accounts
2717
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2718
+ - operationId: `fetch_user_search_result_api_v1_tiktok_app_v3_fetch_user_search_result_get`
2719
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-search-result`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-user-search-result)
2720
+
2721
+ #### Parameters
2722
+
2723
+ | Field | In | Type | Required | Description |
2724
+ | --- | --- | --- | --- | --- |
2725
+ | keyword | query | string | Yes | 关键词/Keyword |
2726
+ | offset | query | integer | No | 偏移量/Offset |
2727
+ | count | query | integer | No | 数量/Number |
2728
+ | user_search_follower_count | query | string | No | 根据粉丝数排序/Sort by number of followers |
2729
+ | user_search_profile_type | query | string | No | 根据账号类型排序/Sort by account type |
2730
+ | user_search_other_pref | query | string | No | 根据其他偏好排序/Sort by other preferences |
2731
+
2732
+ #### Request Body
2733
+
2734
+ None
2735
+
2736
+ #### Success Response
2737
+
2738
+ ##### `200 application/json`
2739
+
2740
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2741
+
2742
+ | Field | Type | Required | Description |
2743
+ | --- | --- | --- | --- |
2744
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2745
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2746
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2747
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2748
+ | support | string | No | Support message \| 支持消息 |
2749
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2750
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2751
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2752
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2753
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2754
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2755
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2756
+
2757
+ - Fields truncated: this layer shows only the first `12` rows.
2758
+
2759
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_video_comment_replies`
2760
+
2761
+ - Summary: 获取指定视频的评论回复数据/Get comment replies data of specified video
2762
+ - Capabilities: comments / content details
2763
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2764
+ - operationId: `fetch_video_comments_reply_api_v1_tiktok_app_v3_fetch_video_comment_replies_get`
2765
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-video-comment-replies`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-video-comment-replies)
2766
+
2767
+ #### Parameters
2768
+
2769
+ | Field | In | Type | Required | Description |
2770
+ | --- | --- | --- | --- | --- |
2771
+ | item_id | query | string | Yes | 作品id/Video id |
2772
+ | comment_id | query | string | Yes | 评论id/Comment id |
2773
+ | cursor | query | integer | No | 游标/Cursor |
2774
+ | count | query | integer | No | 数量/Number |
2775
+
2776
+ #### Request Body
2777
+
2778
+ None
2779
+
2780
+ #### Success Response
2781
+
2782
+ ##### `200 application/json`
2783
+
2784
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2785
+
2786
+ | Field | Type | Required | Description |
2787
+ | --- | --- | --- | --- |
2788
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2789
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2790
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2791
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2792
+ | support | string | No | Support message \| 支持消息 |
2793
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2794
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2795
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2796
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2797
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2798
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2799
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2800
+
2801
+ - Fields truncated: this layer shows only the first `12` rows.
2802
+
2803
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_video_comments`
2804
+
2805
+ - Summary: 获取单个视频评论数据/Get single video comments data
2806
+ - Capabilities: comments / content details
2807
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2808
+ - operationId: `fetch_video_comments_api_v1_tiktok_app_v3_fetch_video_comments_get`
2809
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-video-comments`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-video-comments)
2810
+
2811
+ #### Parameters
2812
+
2813
+ | Field | In | Type | Required | Description |
2814
+ | --- | --- | --- | --- | --- |
2815
+ | aweme_id | query | string | Yes | 作品id/Video id |
2816
+ | cursor | query | integer | No | 游标/Cursor |
2817
+ | count | query | integer | No | 数量/Number |
2818
+
2819
+ #### Request Body
2820
+
2821
+ None
2822
+
2823
+ #### Success Response
2824
+
2825
+ ##### `200 application/json`
2826
+
2827
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2828
+
2829
+ | Field | Type | Required | Description |
2830
+ | --- | --- | --- | --- |
2831
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2832
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2833
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2834
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2835
+ | support | string | No | Support message \| 支持消息 |
2836
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2837
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2838
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2839
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2840
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2841
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2842
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2843
+
2844
+ - Fields truncated: this layer shows only the first `12` rows.
2845
+
2846
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_video_search_result`
2847
+
2848
+ - Summary: 获取指定关键词的视频搜索结果/Get video search results of specified keywords
2849
+ - Capabilities: search / content details
2850
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2851
+ - operationId: `fetch_video_search_result_api_v1_tiktok_app_v3_fetch_video_search_result_get`
2852
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-video-search-result`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-video-search-result)
2853
+
2854
+ #### Parameters
2855
+
2856
+ | Field | In | Type | Required | Description |
2857
+ | --- | --- | --- | --- | --- |
2858
+ | keyword | query | string | Yes | 关键词/Keyword |
2859
+ | offset | query | integer | No | 偏移量/Offset |
2860
+ | count | query | integer | No | 数量/Number |
2861
+ | sort_type | query | integer | No | 排序类型/Sort type |
2862
+ | publish_time | query | integer | No | 发布时间/Publish time |
2863
+ | region | query | string | No | 地区/Region |
2864
+
2865
+ #### Request Body
2866
+
2867
+ None
2868
+
2869
+ #### Success Response
2870
+
2871
+ ##### `200 application/json`
2872
+
2873
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2874
+
2875
+ | Field | Type | Required | Description |
2876
+ | --- | --- | --- | --- |
2877
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2878
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2879
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2880
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2881
+ | support | string | No | Support message \| 支持消息 |
2882
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2883
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2884
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2885
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2886
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2887
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2888
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2889
+
2890
+ - Fields truncated: this layer shows only the first `12` rows.
2891
+
2892
+ ### `GET /api/u1/v1/tiktok/app/v3/fetch_webcast_user_info`
2893
+
2894
+ - Summary: 获取指定 Webcast 用户的信息/Get information of specified Webcast user
2895
+ - Capabilities: profiles / accounts
2896
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2897
+ - operationId: `fetch_webcast_user_info_api_v1_tiktok_app_v3_fetch_webcast_user_info_get`
2898
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-webcast-user-info`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-fetch-webcast-user-info)
2899
+
2900
+ #### Parameters
2901
+
2902
+ | Field | In | Type | Required | Description |
2903
+ | --- | --- | --- | --- | --- |
2904
+ | user_id | query | string | No | 用户uid (可选,纯数字)/User uid (optional, pure number) |
2905
+ | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
2906
+
2907
+ #### Request Body
2908
+
2909
+ None
2910
+
2911
+ #### Success Response
2912
+
2913
+ ##### `200 application/json`
2914
+
2915
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2916
+
2917
+ | Field | Type | Required | Description |
2918
+ | --- | --- | --- | --- |
2919
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2920
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2921
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2922
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2923
+ | support | string | No | Support message \| 支持消息 |
2924
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2925
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2926
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2927
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2928
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2929
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2930
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2931
+
2932
+ - Fields truncated: this layer shows only the first `12` rows.
2933
+
2934
+ ### `GET /api/u1/v1/tiktok/app/v3/get_user_id_and_sec_user_id_by_username`
2935
+
2936
+ - Summary: 使用用户名获取用户 user_id 和 sec_user_id/Get user_id and sec_user_id by Username
2937
+ - Capabilities: profiles / accounts
2938
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2939
+ - operationId: `get_user_id_and_sec_user_id_by_username_api_v1_tiktok_app_v3_get_user_id_and_sec_user_id_by_username_get`
2940
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-get-user-id-and-sec-user-id-by-username`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-get-user-id-and-sec-user-id-by-username)
2941
+
2942
+ #### Parameters
2943
+
2944
+ | Field | In | Type | Required | Description |
2945
+ | --- | --- | --- | --- | --- |
2946
+ | username | query | string | Yes | 用户名/Username |
2947
+
2948
+ #### Request Body
2949
+
2950
+ None
2951
+
2952
+ #### Success Response
2953
+
2954
+ ##### `200 application/json`
2955
+
2956
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2957
+
2958
+ | Field | Type | Required | Description |
2959
+ | --- | --- | --- | --- |
2960
+ | code | integer | No | HTTP status code \| HTTP状态码 |
2961
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
2962
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
2963
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
2964
+ | support | string | No | Support message \| 支持消息 |
2965
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
2966
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
2967
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
2968
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
2969
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
2970
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
2971
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
2972
+
2973
+ - Fields truncated: this layer shows only the first `12` rows.
2974
+
2975
+ ### `GET /api/u1/v1/tiktok/app/v3/handler_user_profile`
2976
+
2977
+ - Summary: 获取指定用户的信息/Get information of specified user
2978
+ - Capabilities: profiles / accounts
2979
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2980
+ - operationId: `handler_user_profile_api_v1_tiktok_app_v3_handler_user_profile_get`
2981
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-handler-user-profile`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-handler-user-profile)
2982
+
2983
+ #### Parameters
2984
+
2985
+ | Field | In | Type | Required | Description |
2986
+ | --- | --- | --- | --- | --- |
2987
+ | user_id | query | string | No | 用户uid (可选,纯数字)/User uid (optional, pure number) |
2988
+ | sec_user_id | query | string | No | 用户sec_user_id/User sec_user_id |
2989
+ | unique_id | query | string | No | 用户unique_id (用户名)/User unique_id (username) |
2990
+
2991
+ #### Request Body
2992
+
2993
+ None
2994
+
2995
+ #### Success Response
2996
+
2997
+ ##### `200 application/json`
2998
+
2999
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3000
+
3001
+ | Field | Type | Required | Description |
3002
+ | --- | --- | --- | --- |
3003
+ | code | integer | No | HTTP status code \| HTTP状态码 |
3004
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3005
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3006
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3007
+ | support | string | No | Support message \| 支持消息 |
3008
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
3009
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3010
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3011
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3012
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3013
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3014
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3015
+
3016
+ - Fields truncated: this layer shows only the first `12` rows.
3017
+
3018
+ ### `GET /api/u1/v1/tiktok/app/v3/open_tiktok_app_to_keyword_search`
3019
+
3020
+ - Summary: 生成TikTok分享链接,唤起TikTok APP,跳转指定关键词搜索结果/Generate TikTok share link, call TikTok APP, and jump to the specified keyword search result
3021
+ - Capabilities: search
3022
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3023
+ - operationId: `open_tiktok_app_to_keyword_search_api_v1_tiktok_app_v3_open_tiktok_app_to_keyword_search_get`
3024
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-open-tiktok-app-to-keyword-search`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-open-tiktok-app-to-keyword-search)
3025
+
3026
+ #### Parameters
3027
+
3028
+ | Field | In | Type | Required | Description |
3029
+ | --- | --- | --- | --- | --- |
3030
+ | keyword | query | string | Yes | 关键词/Keyword |
3031
+
3032
+ #### Request Body
3033
+
3034
+ None
3035
+
3036
+ #### Success Response
3037
+
3038
+ ##### `200 application/json`
3039
+
3040
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3041
+
3042
+ | Field | Type | Required | Description |
3043
+ | --- | --- | --- | --- |
3044
+ | code | integer | No | HTTP status code \| HTTP状态码 |
3045
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3046
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3047
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3048
+ | support | string | No | Support message \| 支持消息 |
3049
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
3050
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3051
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3052
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3053
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3054
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3055
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3056
+
3057
+ - Fields truncated: this layer shows only the first `12` rows.
3058
+
3059
+ ### `GET /api/u1/v1/tiktok/app/v3/open_tiktok_app_to_send_private_message`
3060
+
3061
+ - Summary: 生成TikTok分享链接,唤起TikTok APP,给指定用户发送私信/Generate TikTok share link, call TikTok APP, and send private messages to specified users
3062
+ - Capabilities: general
3063
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3064
+ - operationId: `open_tiktok_app_to_send_private_message_api_v1_tiktok_app_v3_open_tiktok_app_to_send_private_message_get`
3065
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-open-tiktok-app-to-send-private-message`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-open-tiktok-app-to-send-private-message)
3066
+
3067
+ #### Parameters
3068
+
3069
+ | Field | In | Type | Required | Description |
3070
+ | --- | --- | --- | --- | --- |
3071
+ | uid | query | string | Yes | 用户id/User id |
3072
+
3073
+ #### Request Body
3074
+
3075
+ None
3076
+
3077
+ #### Success Response
3078
+
3079
+ ##### `200 application/json`
3080
+
3081
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3082
+
3083
+ | Field | Type | Required | Description |
3084
+ | --- | --- | --- | --- |
3085
+ | code | integer | No | HTTP status code \| HTTP状态码 |
3086
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3087
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3088
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3089
+ | support | string | No | Support message \| 支持消息 |
3090
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
3091
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3092
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3093
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3094
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3095
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3096
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3097
+
3098
+ - Fields truncated: this layer shows only the first `12` rows.
3099
+
3100
+ ### `GET /api/u1/v1/tiktok/app/v3/open_tiktok_app_to_user_profile`
3101
+
3102
+ - Summary: 生成TikTok分享链接,唤起TikTok APP,跳转指定用户主页/Generate TikTok share link, call TikTok APP, and jump to the specified user profile
3103
+ - Capabilities: profiles / accounts
3104
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3105
+ - operationId: `open_tiktok_app_to_user_profile_api_v1_tiktok_app_v3_open_tiktok_app_to_user_profile_get`
3106
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-open-tiktok-app-to-user-profile`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-open-tiktok-app-to-user-profile)
3107
+
3108
+ #### Parameters
3109
+
3110
+ | Field | In | Type | Required | Description |
3111
+ | --- | --- | --- | --- | --- |
3112
+ | uid | query | string | Yes | 用户id/User id |
3113
+
3114
+ #### Request Body
3115
+
3116
+ None
3117
+
3118
+ #### Success Response
3119
+
3120
+ ##### `200 application/json`
3121
+
3122
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3123
+
3124
+ | Field | Type | Required | Description |
3125
+ | --- | --- | --- | --- |
3126
+ | code | integer | No | HTTP status code \| HTTP状态码 |
3127
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3128
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3129
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3130
+ | support | string | No | Support message \| 支持消息 |
3131
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
3132
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3133
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3134
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3135
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3136
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3137
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3138
+
3139
+ - Fields truncated: this layer shows only the first `12` rows.
3140
+
3141
+ ### `GET /api/u1/v1/tiktok/app/v3/open_tiktok_app_to_video_detail`
3142
+
3143
+ - Summary: 生成TikTok分享链接,唤起TikTok APP,跳转指定作品详情页/Generate TikTok share link, call TikTok APP, and jump to the specified video details page
3144
+ - Capabilities: content details / details
3145
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3146
+ - operationId: `open_tiktok_app_to_video_detail_api_v1_tiktok_app_v3_open_tiktok_app_to_video_detail_get`
3147
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-open-tiktok-app-to-video-detail`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-open-tiktok-app-to-video-detail)
3148
+
3149
+ #### Parameters
3150
+
3151
+ | Field | In | Type | Required | Description |
3152
+ | --- | --- | --- | --- | --- |
3153
+ | aweme_id | query | string | Yes | 作品id/Video id |
3154
+
3155
+ #### Request Body
3156
+
3157
+ None
3158
+
3159
+ #### Success Response
3160
+
3161
+ ##### `200 application/json`
3162
+
3163
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3164
+
3165
+ | Field | Type | Required | Description |
3166
+ | --- | --- | --- | --- |
3167
+ | code | integer | No | HTTP status code \| HTTP状态码 |
3168
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3169
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3170
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3171
+ | support | string | No | Support message \| 支持消息 |
3172
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
3173
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3174
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3175
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3176
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3177
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3178
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3179
+
3180
+ - Fields truncated: this layer shows only the first `12` rows.
3181
+
3182
+ ### `GET /api/u1/v1/tiktok/app/v3/search_follower_list`
3183
+
3184
+ - Summary: 搜索粉丝列表/Search follower list
3185
+ - Capabilities: search
3186
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3187
+ - operationId: `search_follower_list_api_v1_tiktok_app_v3_search_follower_list_get`
3188
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-search-follower-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-search-follower-list)
3189
+
3190
+ #### Parameters
3191
+
3192
+ | Field | In | Type | Required | Description |
3193
+ | --- | --- | --- | --- | --- |
3194
+ | user_id | query | string | Yes | 用户ID/User ID |
3195
+ | keyword | query | string | Yes | 搜索关键词/Search keyword |
3196
+
3197
+ #### Request Body
3198
+
3199
+ None
3200
+
3201
+ #### Success Response
3202
+
3203
+ ##### `200 application/json`
3204
+
3205
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3206
+
3207
+ | Field | Type | Required | Description |
3208
+ | --- | --- | --- | --- |
3209
+ | code | integer | No | HTTP status code \| HTTP状态码 |
3210
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3211
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3212
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3213
+ | support | string | No | Support message \| 支持消息 |
3214
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
3215
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3216
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3217
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3218
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3219
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3220
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3221
+
3222
+ - Fields truncated: this layer shows only the first `12` rows.
3223
+
3224
+ ### `GET /api/u1/v1/tiktok/app/v3/search_following_list`
3225
+
3226
+ - Summary: 搜索关注列表/Search following list
3227
+ - Capabilities: search
3228
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
3229
+ - operationId: `search_following_list_api_v1_tiktok_app_v3_search_following_list_get`
3230
+ - Full contract: [`api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-search-following-list`](../api-contracts/tiktok-app-v3-api.md#get-api-u1-v1-tiktok-app-v3-search-following-list)
3231
+
3232
+ #### Parameters
3233
+
3234
+ | Field | In | Type | Required | Description |
3235
+ | --- | --- | --- | --- | --- |
3236
+ | user_id | query | string | Yes | 用户ID/User ID |
3237
+ | keyword | query | string | Yes | 搜索关键词/Search keyword |
3238
+
3239
+ #### Request Body
3240
+
3241
+ None
3242
+
3243
+ #### Success Response
3244
+
3245
+ ##### `200 application/json`
3246
+
3247
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
3248
+
3249
+ | Field | Type | Required | Description |
3250
+ | --- | --- | --- | --- |
3251
+ | code | integer | No | HTTP status code \| HTTP状态码 |
3252
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
3253
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
3254
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
3255
+ | support | string | No | Support message \| 支持消息 |
3256
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
3257
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
3258
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
3259
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
3260
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
3261
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
3262
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
3263
+
3264
+ - Fields truncated: this layer shows only the first `12` rows.