@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,1916 @@
1
+ # Douyin-Xingtu-API Full Contract
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Back to route summary: [`api-tags/douyin-xingtu-api.md`](../api-tags/douyin-xingtu-api.md)
5
+ - Current contract file: `api-contracts/douyin-xingtu-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: `22`
9
+ - Default auth: Header `Authorization` Bearer
10
+ - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
+ - Tag description: **(抖音星图数据接口/Douyin-Xingtu-API data endpoints)**
12
+
13
+ ## Route Contracts
14
+
15
+ <a id="get-api-u1-v1-douyin-xingtu-author-content-hot-comment-keywords-v1"></a>
16
+ ### `GET /api/u1/v1/douyin/xingtu/author_content_hot_comment_keywords_v1`
17
+
18
+ - Summary: 获取kol热词分析内容V1/Get Author Content Hot Comment Keywords V1
19
+ - Capabilities: comments / trends / rankings / creators
20
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
+ - operationId: `author_content_hot_comment_keywords_v1_api_v1_douyin_xingtu_author_content_hot_comment_keywords_v1_get`
22
+
23
+ #### Notes
24
+
25
+ > # [中文]
26
+ > ### 用途:
27
+ > - 获取kol热词分析内容V1
28
+ > - 该接口数据使用企业账号进行请求,收费较贵。
29
+ > - 价格:0.02$ / 次
30
+ > ### 参数:
31
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
32
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
33
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
34
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
35
+ > ### 返回:
36
+ > - kol热词分析内容
37
+ >
38
+ > # [English]
39
+ > ### Purpose:
40
+ > - Get Author Content Hot Comment Keywords V1
41
+ > - The interface data is requested using an enterprise account, which is more expensive.
42
+ > - Price: 0.02$ / time
43
+ > ### Parameters:
44
+ > - kolId: User kolId, can be obtained from the following interfaces:
45
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
46
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
47
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
48
+ > ### Return:
49
+ > - Author Content Hot Comment Keywords
50
+ >
51
+ > # [示例/Example]
52
+ > kolId = "7048929565493690398"
53
+
54
+ #### Parameters
55
+
56
+ | Field | In | Type | Required | Description | Default | Example | Enum |
57
+ | --- | --- | --- | --- | --- | --- | --- | --- |
58
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
59
+
60
+ #### Request Body
61
+
62
+ None
63
+
64
+ #### Success Response
65
+
66
+ ##### `200 application/json`
67
+
68
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
69
+
70
+ | Field | Type | Required | Description | Default | Example | Enum |
71
+ | --- | --- | --- | --- | --- | --- | --- |
72
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
73
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
74
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
75
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
76
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
77
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
78
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
79
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
80
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
81
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
82
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
83
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
84
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
85
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
86
+ | data | null | No | The response data \| 响应数据 | None | None | None |
87
+
88
+ <a id="get-api-u1-v1-douyin-xingtu-author-hot-comment-tokens-v1"></a>
89
+ ### `GET /api/u1/v1/douyin/xingtu/author_hot_comment_tokens_v1`
90
+
91
+ - Summary: 获取kol热词分析评论V1/Get Author Hot Comment Tokens V1
92
+ - Capabilities: comments / trends / rankings / creators
93
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
94
+ - operationId: `author_hot_comment_tokens_v1_api_v1_douyin_xingtu_author_hot_comment_tokens_v1_get`
95
+
96
+ #### Notes
97
+
98
+ > # [中文]
99
+ > ### 用途:
100
+ > - 获取kol热词分析评论V1
101
+ > - 该接口数据使用企业账号进行请求,收费较贵。
102
+ > - 价格:0.02$ / 次
103
+ > ### 参数:
104
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
105
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
106
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
107
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
108
+ > ### 返回:
109
+ > - kol热词分析评论
110
+ >
111
+ > # [English]
112
+ > ### Purpose:
113
+ > - Get Author Hot Comment Tokens V1
114
+ > - The interface data is requested using an enterprise account, which is more expensive.
115
+ > - Price: 0.02$ / time
116
+ > ### Parameters:
117
+ > - kolId: User kolId, can be obtained from the following interfaces:
118
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
119
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
120
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
121
+ > ### Return:
122
+ > - Author Hot Comment Tokens
123
+ >
124
+ > # [示例/Example]
125
+ > kolId = "7048929565493690398"
126
+
127
+ #### Parameters
128
+
129
+ | Field | In | Type | Required | Description | Default | Example | Enum |
130
+ | --- | --- | --- | --- | --- | --- | --- | --- |
131
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
132
+
133
+ #### Request Body
134
+
135
+ None
136
+
137
+ #### Success Response
138
+
139
+ ##### `200 application/json`
140
+
141
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
142
+
143
+ | Field | Type | Required | Description | Default | Example | Enum |
144
+ | --- | --- | --- | --- | --- | --- | --- |
145
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
146
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
147
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
148
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
149
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
150
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
151
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
152
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
153
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
154
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
155
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
156
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
157
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
158
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
159
+ | data | null | No | The response data \| 响应数据 | None | None | None |
160
+
161
+ <a id="get-api-u1-v1-douyin-xingtu-get-sign-image"></a>
162
+ ### `GET /api/u1/v1/douyin/xingtu/get_sign_image`
163
+
164
+ - Summary: 获取加密图片解析/Get Sign Image
165
+ - Capabilities: general
166
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
167
+ - operationId: `get_sign_image_api_v1_douyin_xingtu_get_sign_image_get`
168
+
169
+ #### Notes
170
+
171
+ > # [中文]
172
+ > ### 用途:
173
+ > - 解析星图加密图片,获取可访问的图片URL
174
+ > - 价格:0.001$ / 次
175
+ > ### 参数:
176
+ > - uri: 图片的uri,通常从其他星图接口返回的数据中获取
177
+ > - 例如:`tos-cn-i-0813c000-ce/oMKzDA3A9QGAuebfsDIAwlDoAfCFEEzSEw8FQZ`
178
+ > - durationTS: 有效期时长(秒),默认86400(24小时)
179
+ > - format: 图片格式,默认webp,支持:webp、jpg、png等
180
+ > ### 返回:
181
+ > - 解析后的图片数据,包含可访问的图片URL
182
+ >
183
+ > # [English]
184
+ > ### Purpose:
185
+ > - Parse encrypted XingTu image and get accessible image URL
186
+ > - Price: 0.001$ / time
187
+ > ### Parameters:
188
+ > - uri: Image URI, usually obtained from other XingTu API responses
189
+ > - Example: `tos-cn-i-0813c000-ce/oMKzDA3A9QGAuebfsDIAwlDoAfCFEEzSEw8FQZ`
190
+ > - durationTS: Duration in seconds, default 86400 (24 hours)
191
+ > - format: Image format, default webp, supports: webp, jpg, png, etc.
192
+ > ### Return:
193
+ > - Parsed image data with accessible image URL
194
+ >
195
+ > # [示例/Example]
196
+ > uri = "tos-cn-i-0813c000-ce/oMKzDA3A9QGAuebfsDIAwlDoAfCFEEzSEw8FQZ"
197
+ > durationTS = 86400
198
+ > format = "webp"
199
+
200
+ #### Parameters
201
+
202
+ | Field | In | Type | Required | Description | Default | Example | Enum |
203
+ | --- | --- | --- | --- | --- | --- | --- | --- |
204
+ | uri | query | string | Yes | 图片的uri/Image URI | None | tos-cn-i-0813c000-ce/oMKzDA3A9QGAuebfsDIAwlDoAfCFEEzSEw8FQZ | None |
205
+ | durationTS | query | integer | No | 有效期时长(秒)/Duration in seconds | 86400 | 86400 | None |
206
+ | format | query | string | No | 图片格式/Image format | webp | webp | None |
207
+
208
+ #### Request Body
209
+
210
+ None
211
+
212
+ #### Success Response
213
+
214
+ ##### `200 application/json`
215
+
216
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
217
+
218
+ | Field | Type | Required | Description | Default | Example | Enum |
219
+ | --- | --- | --- | --- | --- | --- | --- |
220
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
221
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
222
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
223
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
224
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
225
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
226
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
227
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
228
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
229
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
230
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
231
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
232
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
233
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
234
+ | data | null | No | The response data \| 响应数据 | None | None | None |
235
+
236
+ <a id="get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-sec-user-id"></a>
237
+ ### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
238
+
239
+ - Summary: 根据抖音sec_user_id获取游客星图kolid/Get XingTu kolid by Douyin sec_user_id
240
+ - Capabilities: profiles / accounts
241
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
242
+ - operationId: `get_xingtu_kolid_by_sec_user_id_api_v1_douyin_xingtu_get_xingtu_kolid_by_sec_user_id_get`
243
+
244
+ #### Notes
245
+
246
+ > # [中文]
247
+ > ### 用途:
248
+ > - 通过抖音sec_user_id获取游客星图kolid
249
+ > - 价格:0.001$ / 次
250
+ > ### 参数:
251
+ > - sec_user_id: sec_user_id, 可以从接口以下接口获取:
252
+ > - `/api/v1/douyin/web/handler_user_profile`
253
+ > - `/api/v1/douyin/web/handler_user_profile_v2`
254
+ > - `/api/v1/douyin/web/handler_user_profile_v3`
255
+ > - `/api/v1/douyin/app/v3/handler_user_profile`
256
+ > ### 返回:
257
+ > - 游客星图kolid
258
+ >
259
+ > # [English]
260
+ > ### Purpose:
261
+ > - Get XingTu kolid by Douyin sec_user_id
262
+ > - Price: 0.001$ / time
263
+ > ### Parameters:
264
+ > - sec_user_id: sec_user_id, can be obtained from the following interfaces:
265
+ > - `/api/v1/douyin/web/handler_user_profile`
266
+ > - `/api/v1/douyin/web/handler_user_profile_v2`
267
+ > - `/api/v1/douyin/web/handler_user_profile_v3`
268
+ > - `/api/v1/douyin/app/v3/handler_user_profile`
269
+ > ### Return:
270
+ > - XingTu kolid
271
+ >
272
+ > # [示例/Example]
273
+ > sec_user_id = "MS4wLjABAAAAoxwUZouIdKL6sZ8EB96KDjkrhfBMS1KbCgsMJR1kIUs"
274
+
275
+ #### Parameters
276
+
277
+ | Field | In | Type | Required | Description | Default | Example | Enum |
278
+ | --- | --- | --- | --- | --- | --- | --- | --- |
279
+ | sec_user_id | query | string | Yes | 抖音用户sec_user_id/Douyin User sec_user_id | None | MS4wLjABAAAAoxwUZouIdKL6sZ8EB96KDjkrhfBMS1KbCgsMJR1kIUs | None |
280
+
281
+ #### Request Body
282
+
283
+ None
284
+
285
+ #### Success Response
286
+
287
+ ##### `200 application/json`
288
+
289
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
290
+
291
+ | Field | Type | Required | Description | Default | Example | Enum |
292
+ | --- | --- | --- | --- | --- | --- | --- |
293
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
294
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
295
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
296
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
297
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
298
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
299
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
300
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
301
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
302
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
303
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
304
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
305
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
306
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
307
+ | data | null | No | The response data \| 响应数据 | None | None | None |
308
+
309
+ <a id="get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-uid"></a>
310
+ ### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
311
+
312
+ - Summary: 根据抖音用户ID获取游客星图kolid/Get XingTu kolid by Douyin User ID
313
+ - Capabilities: general
314
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
315
+ - operationId: `get_xingtu_kolid_by_uid_api_v1_douyin_xingtu_get_xingtu_kolid_by_uid_get`
316
+
317
+ #### Notes
318
+
319
+ > # [中文]
320
+ > ### 用途:
321
+ > - 通过抖音用户ID获取游客星图kolid
322
+ > - 价格:0.001$ / 次
323
+ > ### 参数:
324
+ > - uid: 用户ID, 可以从接口以下接口获取:
325
+ > - `/api/v1/douyin/web/fetch_user_profile_by_uid`
326
+ > - `/api/v1/douyin/web/fetch_user_profile_by_short_id`
327
+ > - `/api/v1/douyin/web/handler_user_profile`
328
+ > - `/api/v1/douyin/web/handler_user_profile_v2`
329
+ > - `/api/v1/douyin/web/handler_user_profile_v3`
330
+ > - `/api/v1/douyin/app/v3/handler_user_profile`
331
+ > ### 返回:
332
+ > - 游客星图kolid
333
+ >
334
+ > # [English]
335
+ > ### Purpose:
336
+ > - Get XingTu kolid by Douyin User ID
337
+ > - Price: 0.001$ / time
338
+ > ### Parameters:
339
+ > - uid: User ID, can be obtained from the following interfaces:
340
+ > - `/api/v1/douyin/web/fetch_user_profile_by_uid`
341
+ > - `/api/v1/douyin/web/fetch_user_profile_by_short_id`
342
+ > - `/api/v1/douyin/web/handler_user_profile`
343
+ > - `/api/v1/douyin/web/handler_user_profile_v2`
344
+ > - `/api/v1/douyin/web/handler_user_profile_v3`
345
+ > - `/api/v1/douyin/app/v3/handler_user_profile`
346
+ > ### Return:
347
+ > - XingTu kolid
348
+ >
349
+ > # [示例/Example]
350
+ > uid = "70452002324"
351
+
352
+ #### Parameters
353
+
354
+ | Field | In | Type | Required | Description | Default | Example | Enum |
355
+ | --- | --- | --- | --- | --- | --- | --- | --- |
356
+ | uid | query | string | Yes | 抖音用户ID/Douyin User ID | None | 70452002324 | None |
357
+
358
+ #### Request Body
359
+
360
+ None
361
+
362
+ #### Success Response
363
+
364
+ ##### `200 application/json`
365
+
366
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
367
+
368
+ | Field | Type | Required | Description | Default | Example | Enum |
369
+ | --- | --- | --- | --- | --- | --- | --- |
370
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
371
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
372
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
373
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
374
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
375
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
376
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
377
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
378
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
379
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
380
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
381
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
382
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
383
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
384
+ | data | null | No | The response data \| 响应数据 | None | None | None |
385
+
386
+ <a id="get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-unique-id"></a>
387
+ ### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
388
+
389
+ - Summary: 根据抖音号获取游客星图kolid/Get XingTu kolid by Douyin unique_id
390
+ - Capabilities: general
391
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
392
+ - operationId: `get_xingtu_kolid_by_unique_id_api_v1_douyin_xingtu_get_xingtu_kolid_by_unique_id_get`
393
+
394
+ #### Notes
395
+
396
+ > # [中文]
397
+ > ### 用途:
398
+ > - 通过抖音号获取游客星图kolid
399
+ > - 价格:0.001$ / 次
400
+ > ### 参数:
401
+ > - unique_id: 抖音号, 可以从接口以下接口获取:
402
+ > - `/api/v1/douyin/web/handler_user_profile`
403
+ > - `/api/v1/douyin/web/handler_user_profile_v2`
404
+ > - `/api/v1/douyin/web/handler_user_profile_v3`
405
+ > - `/api/v1/douyin/app/v3/handler_user_profile`
406
+ > ### 返回:
407
+ > - 游客星图kolid
408
+ >
409
+ > # [English]
410
+ > ### Purpose:
411
+ > - Get XingTu kolid by Douyin unique_id
412
+ > - Price: 0.001$ / time
413
+ > ### Parameters:
414
+ > - unique_id: unique_id, can be obtained from the following interfaces:
415
+ > - `/api/v1/douyin/web/handler_user_profile`
416
+ > - `/api/v1/douyin/web/handler_user_profile_v2`
417
+ > - `/api/v1/douyin/web/handler_user_profile_v3`
418
+ > - `/api/v1/douyin/app/v3/handler_user_profile`
419
+ > ### Return:
420
+ > - XingTu kolid
421
+ >
422
+ > # [示例/Example]
423
+ > unique_id = "m6640150"
424
+
425
+ #### Parameters
426
+
427
+ | Field | In | Type | Required | Description | Default | Example | Enum |
428
+ | --- | --- | --- | --- | --- | --- | --- | --- |
429
+ | unique_id | query | string | Yes | 抖音号/Douyin User unique_id | None | m6640150 | None |
430
+
431
+ #### Request Body
432
+
433
+ None
434
+
435
+ #### Success Response
436
+
437
+ ##### `200 application/json`
438
+
439
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
440
+
441
+ | Field | Type | Required | Description | Default | Example | Enum |
442
+ | --- | --- | --- | --- | --- | --- | --- |
443
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
444
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
445
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
446
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
447
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
448
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
449
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
450
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
451
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
452
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
453
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
454
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
455
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
456
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
457
+ | data | null | No | The response data \| 响应数据 | None | None | None |
458
+
459
+ <a id="get-api-u1-v1-douyin-xingtu-kol-audience-portrait-v1"></a>
460
+ ### `GET /api/u1/v1/douyin/xingtu/kol_audience_portrait_v1`
461
+
462
+ - Summary: 获取kol观众画像V1/Get kol Audience Portrait V1
463
+ - Capabilities: general
464
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
465
+ - operationId: `kol_audience_portrait_v1_api_v1_douyin_xingtu_kol_audience_portrait_v1_get`
466
+
467
+ #### Notes
468
+
469
+ > # [中文]
470
+ > ### 用途:
471
+ > - 获取kol观众画像V1
472
+ > - 该接口数据使用企业账号进行请求,收费较贵。
473
+ > - 价格:0.02$ / 次
474
+ > ### 参数:
475
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
476
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
477
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
478
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
479
+ > ### 返回:
480
+ > - kol观众画像
481
+ >
482
+ > # [English]
483
+ > ### Purpose:
484
+ > - Get kol Audience Portrait V1
485
+ > - The interface data is requested using an enterprise account, which is more expensive.
486
+ > - Price: 0.02$ / time
487
+ > ### Parameters:
488
+ > - kolId: User kolId, can be obtained from the following interfaces:
489
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
490
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
491
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
492
+ > ### Return:
493
+ > - kol Audience Portrait
494
+ >
495
+ > # [示例/Example]
496
+ > kolId = "7048929565493690398"
497
+
498
+ #### Parameters
499
+
500
+ | Field | In | Type | Required | Description | Default | Example | Enum |
501
+ | --- | --- | --- | --- | --- | --- | --- | --- |
502
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
503
+
504
+ #### Request Body
505
+
506
+ None
507
+
508
+ #### Success Response
509
+
510
+ ##### `200 application/json`
511
+
512
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
513
+
514
+ | Field | Type | Required | Description | Default | Example | Enum |
515
+ | --- | --- | --- | --- | --- | --- | --- |
516
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
517
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
518
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
519
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
520
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
521
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
522
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
523
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
524
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
525
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
526
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
527
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
528
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
529
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
530
+ | data | null | No | The response data \| 响应数据 | None | None | None |
531
+
532
+ <a id="get-api-u1-v1-douyin-xingtu-kol-base-info-v1"></a>
533
+ ### `GET /api/u1/v1/douyin/xingtu/kol_base_info_v1`
534
+
535
+ - Summary: 获取kol基本信息V1/Get kol Base Info V1
536
+ - Capabilities: general
537
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
538
+ - operationId: `kol_base_info_v1_api_v1_douyin_xingtu_kol_base_info_v1_get`
539
+
540
+ #### Notes
541
+
542
+ > # [中文]
543
+ > ### 用途:
544
+ > - 获取kol基本信息V1
545
+ > - 该接口数据使用企业账号进行请求,收费较贵。
546
+ > - 价格:0.02$ / 次
547
+ > ### 参数:
548
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
549
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
550
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
551
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
552
+ > - platformChannel:
553
+ > - 平台渠道,支持以下参数:
554
+ > - _1 :抖音短视频(Video)
555
+ > - _10 :抖音直播(Live)
556
+ > ### 返回:
557
+ > - kol基本信息
558
+ >
559
+ > # [English]
560
+ > ### Purpose:
561
+ > - Get kol Base Info V1
562
+ > - The interface data is requested using an enterprise account, which is more expensive.
563
+ > - Price: 0.02$ / time
564
+ > ### Parameters:
565
+ > - kolId: User kolId, can be obtained from the following interfaces:
566
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
567
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
568
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
569
+ > - platformChannel:
570
+ > - Platform channel, supports the following parameters:
571
+ > - _1 :Douyin Video
572
+ > - _10 :Douyin Live
573
+ > ### Return:
574
+ > - kol Base Info
575
+ >
576
+ > # [示例/Example]
577
+ > kolId = "7048929565493690398"
578
+ > platformChannel = "_1"
579
+
580
+ #### Parameters
581
+
582
+ | Field | In | Type | Required | Description | Default | Example | Enum |
583
+ | --- | --- | --- | --- | --- | --- | --- | --- |
584
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
585
+ | platformChannel | query | string | Yes | 平台渠道/Platform Channel | None | _1 | None |
586
+
587
+ #### Request Body
588
+
589
+ None
590
+
591
+ #### Success Response
592
+
593
+ ##### `200 application/json`
594
+
595
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
596
+
597
+ | Field | Type | Required | Description | Default | Example | Enum |
598
+ | --- | --- | --- | --- | --- | --- | --- |
599
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
600
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
601
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
602
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
603
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
604
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
605
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
606
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
607
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
608
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
609
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
610
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
611
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
612
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
613
+ | data | null | No | The response data \| 响应数据 | None | None | None |
614
+
615
+ <a id="get-api-u1-v1-douyin-xingtu-kol-conversion-ability-analysis-v1"></a>
616
+ ### `GET /api/u1/v1/douyin/xingtu/kol_conversion_ability_analysis_v1`
617
+
618
+ - Summary: 获取kol转化能力分析V1/Get kol Conversion Ability Analysis V1
619
+ - Capabilities: general
620
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
621
+ - operationId: `kol_conversion_ability_analysis_v1_api_v1_douyin_xingtu_kol_conversion_ability_analysis_v1_get`
622
+
623
+ #### Notes
624
+
625
+ > # [中文]
626
+ > ### 用途:
627
+ > - 获取kol转化能力分析V1
628
+ > - 该接口数据使用企业账号进行请求,收费较贵。
629
+ > - 价格:0.02$ / 次
630
+ > ### 参数:
631
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
632
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
633
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
634
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
635
+ > - _range: 时间范围, 支持以下参数:
636
+ > - _1 :近7天(last 7 days)
637
+ > - _2 :30天(last 30 days)
638
+ > - _3 :90天(last 90 days)
639
+ > ### 返回:
640
+ > - kol转化能力分析
641
+ >
642
+ > # [English]
643
+ > ### Purpose:
644
+ > - Get kol Conversion Ability Analysis V1
645
+ > - The interface data is requested using an enterprise account, which is more expensive.
646
+ > - Price: 0.02$ / time
647
+ > ### Parameters:
648
+ > - kolId: User kolId, can be obtained from the following interfaces:
649
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
650
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
651
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
652
+ > - _range: Time range, supports the following parameters:
653
+ > - _1 :Last 7 days
654
+ > - _2 :Last 30 days
655
+ > - _3 :Last 90 days
656
+ > ### Return:
657
+ > - kol Conversion Ability Analysis
658
+ >
659
+ > # [示例/Example]
660
+ > kolId = "7048929565493690398"
661
+ > _range = "_1"
662
+
663
+ #### Parameters
664
+
665
+ | Field | In | Type | Required | Description | Default | Example | Enum |
666
+ | --- | --- | --- | --- | --- | --- | --- | --- |
667
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
668
+ | _range | query | string | Yes | 时间范围/Time Range | None | _1 | None |
669
+
670
+ #### Request Body
671
+
672
+ None
673
+
674
+ #### Success Response
675
+
676
+ ##### `200 application/json`
677
+
678
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
679
+
680
+ | Field | Type | Required | Description | Default | Example | Enum |
681
+ | --- | --- | --- | --- | --- | --- | --- |
682
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
683
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
684
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
685
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
686
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
687
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
688
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
689
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
690
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
691
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
692
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
693
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
694
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
695
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
696
+ | data | null | No | The response data \| 响应数据 | None | None | None |
697
+
698
+ <a id="get-api-u1-v1-douyin-xingtu-kol-convert-video-display-v1"></a>
699
+ ### `GET /api/u1/v1/douyin/xingtu/kol_convert_video_display_v1`
700
+
701
+ - Summary: 获取kol转化视频展示V1/Get kol Convert Video Display V1
702
+ - Capabilities: content details
703
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
704
+ - operationId: `kol_convert_video_display_v1_api_v1_douyin_xingtu_kol_convert_video_display_v1_get`
705
+
706
+ #### Notes
707
+
708
+ > # [中文]
709
+ > ### 用途:
710
+ > - 获取kol转化视频展示V1
711
+ > - 该接口数据使用企业账号进行请求,收费较贵。
712
+ > - 价格:0.02$ / 次
713
+ > ### 参数:
714
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
715
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
716
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
717
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
718
+ > - detailType: 详情类型, 支持以下参数:
719
+ > - _1 :相关视频数据(Video Data)
720
+ > - _2 :相关商品数据(Product Data)
721
+ > ### 返回:
722
+ > - kol转化视频展示
723
+ >
724
+ > # [English]
725
+ > ### Purpose:
726
+ > - Get kol Convert Video Display V1
727
+ > - The interface data is requested using an enterprise account, which is more expensive.
728
+ > - Price: 0.02$ / time
729
+ > ### Parameters:
730
+ > - kolId: User kolId, can be obtained from the following interfaces:
731
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
732
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
733
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
734
+ > - detailType: Detail type, supports the following parameters:
735
+ > - _1 :Video Data
736
+ > - _2 :Product Data
737
+ > - page: Page number, starting from 1
738
+ > ### Return:
739
+ > - kol Convert Video Display
740
+ >
741
+ > # [示例/Example]
742
+ > kolId = "7048929565493690398"
743
+ > detailType = "_1"
744
+ > page = 1
745
+
746
+ #### Parameters
747
+
748
+ | Field | In | Type | Required | Description | Default | Example | Enum |
749
+ | --- | --- | --- | --- | --- | --- | --- | --- |
750
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
751
+ | detailType | query | string | Yes | 详情类型/Detail Type | None | _1 | None |
752
+ | page | query | integer | Yes | 页码/Page | None | 1 | None |
753
+
754
+ #### Request Body
755
+
756
+ None
757
+
758
+ #### Success Response
759
+
760
+ ##### `200 application/json`
761
+
762
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
763
+
764
+ | Field | Type | Required | Description | Default | Example | Enum |
765
+ | --- | --- | --- | --- | --- | --- | --- |
766
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
767
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
768
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
769
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
770
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
771
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
772
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
773
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
774
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
775
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
776
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
777
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
778
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
779
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
780
+ | data | null | No | The response data \| 响应数据 | None | None | None |
781
+
782
+ <a id="get-api-u1-v1-douyin-xingtu-kol-cp-info-v1"></a>
783
+ ### `GET /api/u1/v1/douyin/xingtu/kol_cp_info_v1`
784
+
785
+ - Summary: 获取kol性价比能力分析V1/Get kol Cp Info V1
786
+ - Capabilities: general
787
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
788
+ - operationId: `kol_cp_info_v1_api_v1_douyin_xingtu_kol_cp_info_v1_get`
789
+
790
+ #### Notes
791
+
792
+ > # [中文]
793
+ > ### 用途:
794
+ > - 获取kol性价比能力分析V1
795
+ > - 该接口数据使用企业账号进行请求,收费较贵。
796
+ > - 价格:0.02$ / 次
797
+ > ### 参数:
798
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
799
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
800
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
801
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
802
+ > ### 返回:
803
+ > - kol性价比能力分析
804
+ >
805
+ > # [English]
806
+ > ### Purpose:
807
+ > - Get kol Cp Info V1
808
+ > - The interface data is requested using an enterprise account, which is more expensive.
809
+ > - Price: 0.02$ / time
810
+ > ### Parameters:
811
+ > - kolId: User kolId, can be obtained from the following interfaces:
812
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
813
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
814
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
815
+ > ### Return:
816
+ > - kol Cp Info
817
+ >
818
+ > # [示例/Example]
819
+ > kolId = "7048929565493690398"
820
+
821
+ #### Parameters
822
+
823
+ | Field | In | Type | Required | Description | Default | Example | Enum |
824
+ | --- | --- | --- | --- | --- | --- | --- | --- |
825
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
826
+
827
+ #### Request Body
828
+
829
+ None
830
+
831
+ #### Success Response
832
+
833
+ ##### `200 application/json`
834
+
835
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
836
+
837
+ | Field | Type | Required | Description | Default | Example | Enum |
838
+ | --- | --- | --- | --- | --- | --- | --- |
839
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
840
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
841
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
842
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
843
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
844
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
845
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
846
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
847
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
848
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
849
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
850
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
851
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
852
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
853
+ | data | null | No | The response data \| 响应数据 | None | None | None |
854
+
855
+ <a id="get-api-u1-v1-douyin-xingtu-kol-daily-fans-v1"></a>
856
+ ### `GET /api/u1/v1/douyin/xingtu/kol_daily_fans_v1`
857
+
858
+ - Summary: 获取kol粉丝趋势V1/Get kol Daily Fans V1
859
+ - Capabilities: general
860
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
861
+ - operationId: `kol_daily_fans_v1_api_v1_douyin_xingtu_kol_daily_fans_v1_get`
862
+
863
+ #### Notes
864
+
865
+ > # [中文]
866
+ > ### 用途:
867
+ > - 获取kol粉丝趋势V1
868
+ > - 该接口数据使用企业账号进行请求,收费较贵。
869
+ > - 价格:0.02$ / 次
870
+ > ### 参数:
871
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
872
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
873
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
874
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
875
+ > - startDate: 开始日期,格式为:yyyy-MM-dd
876
+ > - endDate: 结束日期,格式为:yyyy-MM-dd
877
+ > ### 返回:
878
+ > - kol粉丝趋势
879
+ >
880
+ > # [English]
881
+ > ### Purpose:
882
+ > - Get kol Daily Fans V1
883
+ > - The interface data is requested using an enterprise account, which is more expensive.
884
+ > - Price: 0.02$ / time
885
+ > ### Parameters:
886
+ > - kolId: User kolId, can be obtained from the following interfaces:
887
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
888
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
889
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
890
+ > - startDate: Start date, format: yyyy-MM-dd
891
+ > - endDate: End date, format: yyyy-MM-dd
892
+ > ### Return:
893
+ > - kol Daily Fans
894
+ >
895
+ > # [示例/Example]
896
+ > kolId = "7048929565493690398"
897
+ > startDate = "2024-12-01"
898
+ > endDate = "2025-01-01"
899
+
900
+ #### Parameters
901
+
902
+ | Field | In | Type | Required | Description | Default | Example | Enum |
903
+ | --- | --- | --- | --- | --- | --- | --- | --- |
904
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
905
+ | startDate | query | string | Yes | 开始日期/Start Date | None | 2024-12-01 | None |
906
+ | endDate | query | string | Yes | 结束日期/End Date | None | 2025-01-01 | None |
907
+
908
+ #### Request Body
909
+
910
+ None
911
+
912
+ #### Success Response
913
+
914
+ ##### `200 application/json`
915
+
916
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
917
+
918
+ | Field | Type | Required | Description | Default | Example | Enum |
919
+ | --- | --- | --- | --- | --- | --- | --- |
920
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
921
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
922
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
923
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
924
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
925
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
926
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
927
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
928
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
929
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
930
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
931
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
932
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
933
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
934
+ | data | null | No | The response data \| 响应数据 | None | None | None |
935
+
936
+ <a id="get-api-u1-v1-douyin-xingtu-kol-data-overview-v1"></a>
937
+ ### `GET /api/u1/v1/douyin/xingtu/kol_data_overview_v1`
938
+
939
+ - Summary: 获取kol数据概览V1/Get kol Data Overview V1
940
+ - Capabilities: general
941
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
942
+ - operationId: `kol_data_overview_v1_api_v1_douyin_xingtu_kol_data_overview_v1_get`
943
+
944
+ #### Notes
945
+
946
+ > # [中文]
947
+ > ### 用途:
948
+ > - 获取kol数据概览V1
949
+ > - 该接口数据使用企业账号进行请求,收费较贵。
950
+ > - 价格:0.02$ / 次
951
+ > ### 参数:
952
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
953
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
954
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
955
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
956
+ > - _type: 类型, 支持以下参数:
957
+ > - _1 :个人视频(personal video)
958
+ > - _2 :星图视频(xingtu video)
959
+ > - _range: 范围, 支持以下参数:
960
+ > - _2 :近30天(last 30 days)
961
+ > - _3 :近90天(last 90 days)
962
+ > - flowType: 流量类型, 支持以下参数:
963
+ > - 1 : 默认(default)
964
+ > - onlyAssign (可选): 是否指派,具体参数如下:
965
+ > - 不传递 : 使用API默认行为
966
+ > - false : 全部数据
967
+ > - true : 仅指派数据
968
+ > ### 返回:
969
+ > - kol数据概览
970
+ >
971
+ > # [English]
972
+ > ### Purpose:
973
+ > - Get kol Data Overview V1
974
+ > - The interface data is requested using an enterprise account, which is more expensive.
975
+ > - Price: 0.02$ / time
976
+ > ### Parameters:
977
+ > - kolId: User kolId, can be obtained from the following interfaces:
978
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
979
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
980
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
981
+ > - _type: Type, supports the following parameters:
982
+ > - _1 :Personal Video
983
+ > - _2 :Xingtu Video
984
+ > - _range: Range, supports the following parameters:
985
+ > - _2 :Last 30 days
986
+ > - _3 :Last 90 days
987
+ > - flowType: Flow Type, supports the following parameters:
988
+ > - 1 : Default
989
+ > - onlyAssign (optional): Whether assigned, the specific parameters are as follows:
990
+ > - Not provided : Use API default behavior
991
+ > - false : All data
992
+ > - true : Only assigned data
993
+ > ### Return:
994
+ > - kol Data Overview
995
+ >
996
+ > # [示例/Example]
997
+ > kolId = "7048929565493690398"
998
+ > _type = "_1"
999
+ > _range = "_2"
1000
+ > flowType = 1
1001
+ > onlyAssign = None # or True/False if needed
1002
+
1003
+ #### Parameters
1004
+
1005
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1006
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1007
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
1008
+ | _type | query | string | Yes | 类型/Type | None | _1 | None |
1009
+ | _range | query | string | Yes | 范围/Range | None | _2 | None |
1010
+ | flowType | query | integer | Yes | 流量类型/Flow Type | None | 1 | None |
1011
+ | onlyAssign | query | boolean | No | 是否指派/Whether assigned (optional) | None | None | None |
1012
+
1013
+ #### Request Body
1014
+
1015
+ None
1016
+
1017
+ #### Success Response
1018
+
1019
+ ##### `200 application/json`
1020
+
1021
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1022
+
1023
+ | Field | Type | Required | Description | Default | Example | Enum |
1024
+ | --- | --- | --- | --- | --- | --- | --- |
1025
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1026
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1027
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1028
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1029
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1030
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1031
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1032
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1033
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1034
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1035
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1036
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1037
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1038
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1039
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1040
+
1041
+ <a id="get-api-u1-v1-douyin-xingtu-kol-fans-portrait-v1"></a>
1042
+ ### `GET /api/u1/v1/douyin/xingtu/kol_fans_portrait_v1`
1043
+
1044
+ - Summary: 获取kol粉丝画像V1/Get kol Fans Portrait V1
1045
+ - Capabilities: general
1046
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1047
+ - operationId: `kol_fans_portrait_v1_api_v1_douyin_xingtu_kol_fans_portrait_v1_get`
1048
+
1049
+ #### Notes
1050
+
1051
+ > # [中文]
1052
+ > ### 用途:
1053
+ > - 获取kol粉丝画像V1
1054
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1055
+ > - 价格:0.02$ / 次
1056
+ > ### 参数:
1057
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
1058
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1059
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1060
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1061
+ > - fansType: 粉丝类型,支持以下参数:
1062
+ > - _1: 粉丝画像 (Fans Portrait) - 默认值
1063
+ > - _2: 粉丝团画像 (Fans Group Portrait)
1064
+ > - _5: 铁粉画像 (Iron Fans Portrait)
1065
+ > ### 返回:
1066
+ > - kol粉丝画像
1067
+ >
1068
+ > # [English]
1069
+ > ### Purpose:
1070
+ > - Get kol Fans Portrait V1
1071
+ > - The interface data is requested using an enterprise account, which is more expensive.
1072
+ > - Price: 0.02$ / time
1073
+ > ### Parameters:
1074
+ > - kolId: User kolId, can be obtained from the following interfaces:
1075
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1076
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1077
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1078
+ > - fansType: Fans Type, supports the following parameters:
1079
+ > - _1: Fans Portrait - Default
1080
+ > - _2: Fans Group Portrait
1081
+ > - _5: Iron Fans Portrait
1082
+ > ### Return:
1083
+ > - kol Fans Portrait
1084
+ >
1085
+ > # [示例/Example]
1086
+ > kolId = "7048929565493690398"
1087
+ > fansType = "_1"
1088
+
1089
+ #### Parameters
1090
+
1091
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1092
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1093
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
1094
+ | fansType | query | string | No | 粉丝类型/Fans Type | _1 | _1 | None |
1095
+
1096
+ #### Request Body
1097
+
1098
+ None
1099
+
1100
+ #### Success Response
1101
+
1102
+ ##### `200 application/json`
1103
+
1104
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1105
+
1106
+ | Field | Type | Required | Description | Default | Example | Enum |
1107
+ | --- | --- | --- | --- | --- | --- | --- |
1108
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1109
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1110
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1111
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1112
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1113
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1114
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1115
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1116
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1117
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1118
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1119
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1120
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1121
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1122
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1123
+
1124
+ <a id="get-api-u1-v1-douyin-xingtu-kol-link-struct-v1"></a>
1125
+ ### `GET /api/u1/v1/douyin/xingtu/kol_link_struct_v1`
1126
+
1127
+ - Summary: 获取kol连接用户V1/Get kol Link Struct V1
1128
+ - Capabilities: general
1129
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1130
+ - operationId: `kol_link_struct_v1_api_v1_douyin_xingtu_kol_link_struct_v1_get`
1131
+
1132
+ #### Notes
1133
+
1134
+ > # [中文]
1135
+ > ### 用途:
1136
+ > - 获取kol连接用户V1
1137
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1138
+ > - 价格:0.02$ / 次
1139
+ > ### 参数:
1140
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
1141
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1142
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1143
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1144
+ > ### 返回:
1145
+ > - kol连接用户
1146
+ >
1147
+ > # [English]
1148
+ > ### Purpose:
1149
+ > - Get kol Link Struct V1
1150
+ > - The interface data is requested using an enterprise account, which is more expensive.
1151
+ > - Price: 0.02$ / time
1152
+ > ### Parameters:
1153
+ > - kolId: User kolId, can be obtained from the following interfaces:
1154
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1155
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1156
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1157
+ > ### Return:
1158
+ > - kol Link Struct
1159
+ >
1160
+ > # [示例/Example]
1161
+ > kolId = "7048929565493690398"
1162
+
1163
+ #### Parameters
1164
+
1165
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1166
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1167
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
1168
+
1169
+ #### Request Body
1170
+
1171
+ None
1172
+
1173
+ #### Success Response
1174
+
1175
+ ##### `200 application/json`
1176
+
1177
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1178
+
1179
+ | Field | Type | Required | Description | Default | Example | Enum |
1180
+ | --- | --- | --- | --- | --- | --- | --- |
1181
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1182
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1183
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1184
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1185
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1186
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1187
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1188
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1189
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1190
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1191
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1192
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1193
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1194
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1195
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1196
+
1197
+ <a id="get-api-u1-v1-douyin-xingtu-kol-rec-videos-v1"></a>
1198
+ ### `GET /api/u1/v1/douyin/xingtu/kol_rec_videos_v1`
1199
+
1200
+ - Summary: 获取kol内容表现V1/Get kol Rec Videos V1
1201
+ - Capabilities: content details
1202
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1203
+ - operationId: `kol_rec_videos_v1_api_v1_douyin_xingtu_kol_rec_videos_v1_get`
1204
+
1205
+ #### Notes
1206
+
1207
+ > # [中文]
1208
+ > ### 用途:
1209
+ > - 获取kol内容表现V1
1210
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1211
+ > - 价格:0.02$ / 次
1212
+ > ### 参数:
1213
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
1214
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1215
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1216
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1217
+ > ### 返回:
1218
+ > - kol内容表现
1219
+ >
1220
+ > # [English]
1221
+ > ### Purpose:
1222
+ > - Get kol Rec Videos V1
1223
+ > - The interface data is requested using an enterprise account, which is more expensive.
1224
+ > - Price: 0.02$ / time
1225
+ > ### Parameters:
1226
+ > - kolId: User kolId, can be obtained from the following interfaces:
1227
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1228
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1229
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1230
+ > ### Return:
1231
+ > - kol Rec Videos
1232
+ >
1233
+ > # [示例/Example]
1234
+ > kolId = "7048929565493690398"
1235
+
1236
+ #### Parameters
1237
+
1238
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1239
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1240
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
1241
+
1242
+ #### Request Body
1243
+
1244
+ None
1245
+
1246
+ #### Success Response
1247
+
1248
+ ##### `200 application/json`
1249
+
1250
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1251
+
1252
+ | Field | Type | Required | Description | Default | Example | Enum |
1253
+ | --- | --- | --- | --- | --- | --- | --- |
1254
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1255
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1256
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1257
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1258
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1259
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1260
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1261
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1262
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1263
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1264
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1265
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1266
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1267
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1268
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1269
+
1270
+ <a id="get-api-u1-v1-douyin-xingtu-kol-service-price-v1"></a>
1271
+ ### `GET /api/u1/v1/douyin/xingtu/kol_service_price_v1`
1272
+
1273
+ - Summary: 获取kol服务报价V1/Get kol Service Price V1
1274
+ - Capabilities: general
1275
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1276
+ - operationId: `kol_service_price_v1_api_v1_douyin_xingtu_kol_service_price_v1_get`
1277
+
1278
+ #### Notes
1279
+
1280
+ > # [中文]
1281
+ > ### 用途:
1282
+ > - 获取kol服务报价V1
1283
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1284
+ > - 价格:0.02$ / 次
1285
+ > ### 参数:
1286
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
1287
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1288
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1289
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1290
+ > - platformChannel:
1291
+ > - 平台渠道,支持以下参数:
1292
+ > - _1: 抖音短视频(Video)
1293
+ > - _10: 抖音直播(Live)
1294
+ > ### 返回:
1295
+ > kol服务报价
1296
+ >
1297
+ > # [English]
1298
+ > ### Purpose:
1299
+ > - Get kol Service Price V1
1300
+ > - The interface data is requested using an enterprise account, which is more expensive.
1301
+ > - Price: 0.02$ / time
1302
+ > ### Parameters:
1303
+ > - kolId: User kolId, can be obtained from the following interfaces:
1304
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1305
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1306
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1307
+ > - platformChannel:
1308
+ > - Platform channel, supports the following parameters:
1309
+ > - _1: Douyin Video
1310
+ > - _10: Douyin Live
1311
+ > ### Return:
1312
+ > - kol Service Price
1313
+ >
1314
+ > # [示例/Example]
1315
+ > kolId = "7048929565493690398"
1316
+ > platformChannel = "_1"
1317
+
1318
+ #### Parameters
1319
+
1320
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1321
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1322
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
1323
+ | platformChannel | query | string | Yes | 平台渠道/Platform Channel | None | _1 | None |
1324
+
1325
+ #### Request Body
1326
+
1327
+ None
1328
+
1329
+ #### Success Response
1330
+
1331
+ ##### `200 application/json`
1332
+
1333
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1334
+
1335
+ | Field | Type | Required | Description | Default | Example | Enum |
1336
+ | --- | --- | --- | --- | --- | --- | --- |
1337
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1338
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1339
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1340
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1341
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1342
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1343
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1344
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1345
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1346
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1347
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1348
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1349
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1350
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1351
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1352
+
1353
+ <a id="get-api-u1-v1-douyin-xingtu-kol-touch-distribution-v1"></a>
1354
+ ### `GET /api/u1/v1/douyin/xingtu/kol_touch_distribution_v1`
1355
+
1356
+ - Summary: 获取kol连接用户来源V1/Get kol Touch Distribution V1
1357
+ - Capabilities: general
1358
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1359
+ - operationId: `kol_touch_distribution_v1_api_v1_douyin_xingtu_kol_touch_distribution_v1_get`
1360
+
1361
+ #### Notes
1362
+
1363
+ > # [中文]
1364
+ > ### 用途:
1365
+ > - 获取kol连接用户来源V1
1366
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1367
+ > - 价格:0.02$ / 次
1368
+ > ### 参数:
1369
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
1370
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1371
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1372
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1373
+ > ### 返回:
1374
+ > - kol连接用户来源
1375
+ >
1376
+ > # [English]
1377
+ > ### Purpose:
1378
+ > - Get kol Touch Distribution V1
1379
+ > - The interface data is requested using an enterprise account, which is more expensive.
1380
+ > - Price: 0.02$ / time
1381
+ > ### Parameters:
1382
+ > - kolId: User kolId, can be obtained from the following interfaces:
1383
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1384
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1385
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1386
+ > ### Return:
1387
+ > - kol Touch Distribution
1388
+ >
1389
+ > # [示例/Example]
1390
+ > kolId = "7048929565493690398"
1391
+
1392
+ #### Parameters
1393
+
1394
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1395
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1396
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
1397
+
1398
+ #### Request Body
1399
+
1400
+ None
1401
+
1402
+ #### Success Response
1403
+
1404
+ ##### `200 application/json`
1405
+
1406
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1407
+
1408
+ | Field | Type | Required | Description | Default | Example | Enum |
1409
+ | --- | --- | --- | --- | --- | --- | --- |
1410
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1411
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1412
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1413
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1414
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1415
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1416
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1417
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1418
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1419
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1420
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1421
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1422
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1423
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1424
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1425
+
1426
+ <a id="get-api-u1-v1-douyin-xingtu-kol-video-performance-v1"></a>
1427
+ ### `GET /api/u1/v1/douyin/xingtu/kol_video_performance_v1`
1428
+
1429
+ - Summary: 获取kol视频表现V1/Get kol Video Performance V1
1430
+ - Capabilities: content details
1431
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1432
+ - operationId: `kol_video_performance_v1_api_v1_douyin_xingtu_kol_video_performance_v1_get`
1433
+
1434
+ #### Notes
1435
+
1436
+ > # [中文]
1437
+ > ### 用途:
1438
+ > - 获取kol视频表现V1
1439
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1440
+ > - 价格:0.02$ / 次
1441
+ > ### 参数:
1442
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
1443
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1444
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1445
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1446
+ > - onlyAssign: 是否只显示分配作品,具体参数如下:
1447
+ > - false : 显示全部,包括个人作品和分配作品,默认值。
1448
+ > - true : 只显示来自星图的分配作品。
1449
+ > ### 返回:
1450
+ > - kol视频表现
1451
+ >
1452
+ > # [English]
1453
+ > ### Purpose:
1454
+ > - Get kol Video Performance V1
1455
+ > - The interface data is requested using an enterprise account, which is more expensive.
1456
+ > - Price: 0.02$ / time
1457
+ > ### Parameters:
1458
+ > - kolId: User kolId, can be obtained from the following interfaces:
1459
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1460
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1461
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1462
+ > - onlyAssign: Whether to display only assigned works, the specific parameters are as follows:
1463
+ > - false : Show all, including personal works and assigned works, default value.
1464
+ > - true : Only display assigned works from XingTu.
1465
+ > ### Return:
1466
+ > - kol Video Performance
1467
+ >
1468
+ > # [示例/Example]
1469
+ > kolId = "7048929565493690398"
1470
+ > onlyAssign = False
1471
+
1472
+ #### Parameters
1473
+
1474
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1475
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1476
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
1477
+ | onlyAssign | query | boolean | Yes | 是否只显示分配作品/Whether to display only assigned works | None | false | None |
1478
+
1479
+ #### Request Body
1480
+
1481
+ None
1482
+
1483
+ #### Success Response
1484
+
1485
+ ##### `200 application/json`
1486
+
1487
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1488
+
1489
+ | Field | Type | Required | Description | Default | Example | Enum |
1490
+ | --- | --- | --- | --- | --- | --- | --- |
1491
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1492
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1493
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1494
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1495
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1496
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1497
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1498
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1499
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1500
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1501
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1502
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1503
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1504
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1505
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1506
+
1507
+ <a id="get-api-u1-v1-douyin-xingtu-kol-xingtu-index-v1"></a>
1508
+ ### `GET /api/u1/v1/douyin/xingtu/kol_xingtu_index_v1`
1509
+
1510
+ - Summary: 获取kol星图指数V1/Get kol Xingtu Index V1
1511
+ - Capabilities: general
1512
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1513
+ - operationId: `kol_xingtu_index_v1_api_v1_douyin_xingtu_kol_xingtu_index_v1_get`
1514
+
1515
+ #### Notes
1516
+
1517
+ > # [中文]
1518
+ > ### 用途:
1519
+ > - 获取kol星图指数V1
1520
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1521
+ > - 价格:0.02$ / 次
1522
+ > ### 参数:
1523
+ > - kolId: 用户的kolId, 可以从接口以下接口获取:
1524
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1525
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1526
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1527
+ > ### 返回:
1528
+ > - kol星图指数
1529
+ >
1530
+ > # [English]
1531
+ > ### Purpose:
1532
+ > - Get kol Xingtu Index V1
1533
+ > - The interface data is requested using an enterprise account, which is more expensive.
1534
+ > - Price: 0.02$ / time
1535
+ > ### Parameters:
1536
+ > - kolId: User kolId, can be obtained from the following interfaces:
1537
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
1538
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
1539
+ > - `/api/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
1540
+ > ### Return:
1541
+ > - kol Xingtu Index
1542
+ >
1543
+ > # [示例/Example]
1544
+ > kolId = "7048929565493690398"
1545
+
1546
+ #### Parameters
1547
+
1548
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1549
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1550
+ | kolId | query | string | Yes | 用户的kolId/User kolId | None | 7048929565493690398 | None |
1551
+
1552
+ #### Request Body
1553
+
1554
+ None
1555
+
1556
+ #### Success Response
1557
+
1558
+ ##### `200 application/json`
1559
+
1560
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1561
+
1562
+ | Field | Type | Required | Description | Default | Example | Enum |
1563
+ | --- | --- | --- | --- | --- | --- | --- |
1564
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1565
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1566
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1567
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1568
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1569
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1570
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1571
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1572
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1573
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1574
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1575
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1576
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1577
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1578
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1579
+
1580
+ <a id="get-api-u1-v1-douyin-xingtu-search-kol-v1"></a>
1581
+ ### `GET /api/u1/v1/douyin/xingtu/search_kol_v1`
1582
+
1583
+ - Summary: 关键词搜索kol V1/Search Kol V1
1584
+ - Capabilities: search
1585
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1586
+ - operationId: `search_kol_v1_api_v1_douyin_xingtu_search_kol_v1_get`
1587
+
1588
+ #### Notes
1589
+
1590
+ > # [中文]
1591
+ > ### 用途:
1592
+ > - 关键词搜索kol V1
1593
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1594
+ > - 价格:0.02$ / 次
1595
+ > ### 参数:
1596
+ > - keyword: 关键词
1597
+ > - platformSource:
1598
+ > - 平台来源,支持以下参数:
1599
+ > - _1 :抖音(douyin)
1600
+ > - _2 :头条(toutiao)
1601
+ > - _3 :西瓜(xigua)
1602
+ > - page: 页码,从1开始
1603
+ > ### 返回:
1604
+ > - kol列表
1605
+ >
1606
+ > # [English]
1607
+ > ### Purpose:
1608
+ > - Search Kol V1
1609
+ > - The interface data is requested using an enterprise account, which is more expensive.
1610
+ > - Price: 0.02$ / time
1611
+ > ### Parameters:
1612
+ > - keyword: Keyword
1613
+ > - platformSource:
1614
+ > - Platform source, supports the following parameters:
1615
+ > - _1 :Douyin
1616
+ > - _2 :Toutiao
1617
+ > - _3 :Xigua
1618
+ > - page: Page number, starting from 1
1619
+ > ### Return:
1620
+ > - Kol List
1621
+ >
1622
+ > # [示例/Example]
1623
+ > keyword = "人工智能"
1624
+ > platformSource = "_1"
1625
+ > page = 1
1626
+
1627
+ #### Parameters
1628
+
1629
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1630
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1631
+ | keyword | query | string | Yes | 关键词/Keyword | None | 抖音 | None |
1632
+ | platformSource | query | string | Yes | 平台来源/Platform Source | None | _1 | None |
1633
+ | page | query | integer | Yes | 页码/Page | None | 1 | None |
1634
+
1635
+ #### Request Body
1636
+
1637
+ None
1638
+
1639
+ #### Success Response
1640
+
1641
+ ##### `200 application/json`
1642
+
1643
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1644
+
1645
+ | Field | Type | Required | Description | Default | Example | Enum |
1646
+ | --- | --- | --- | --- | --- | --- | --- |
1647
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1648
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1649
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1650
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1651
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1652
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1653
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1654
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1655
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1656
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1657
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1658
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1659
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1660
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1661
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1662
+
1663
+ <a id="get-api-u1-v1-douyin-xingtu-search-kol-v2"></a>
1664
+ ### `GET /api/u1/v1/douyin/xingtu/search_kol_v2`
1665
+
1666
+ - Summary: 高级搜索kol V2/Search Kol Advanced V2
1667
+ - Capabilities: search
1668
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1669
+ - operationId: `search_kol_v2_api_v1_douyin_xingtu_search_kol_v2_get`
1670
+
1671
+ #### Notes
1672
+
1673
+ > # [中文]
1674
+ > ### 用途:
1675
+ > - 高级搜索kol V2,支持粉丝范围和内容标签筛选
1676
+ > - 该接口数据使用企业账号进行请求,收费较贵。
1677
+ > - 价格:0.02$ / 次
1678
+ > ### 参数:
1679
+ > - keyword: 关键词
1680
+ > - followerRange (可选): 粉丝范围,格式:最小值-最大值
1681
+ > - 例如:10-100 表示粉丝范围在 10万-100万 之间
1682
+ > - 不传递此参数则不限制粉丝范围
1683
+ > - contentTag (可选): 内容标签,支持以下格式:
1684
+ > - tag-{id}: 一级标签,例如 tag-1 (美妆)
1685
+ > - tag_level_two-{id}: 二级标签,例如 tag_level_two-7 (穿搭)
1686
+ > - 标签列表参考文档中的 contentTag 映射表
1687
+ > - 不传递此参数则不限制内容标签
1688
+ > ### 返回:
1689
+ > - kol列表(支持高级筛选)
1690
+ >
1691
+ > # [English]
1692
+ > ### Purpose:
1693
+ > - Advanced Search Kol V2, supports follower range and content tag filtering
1694
+ > - The interface data is requested using an enterprise account, which is more expensive.
1695
+ > - Price: 0.02$ / time
1696
+ > ### Parameters:
1697
+ > - keyword: Keyword
1698
+ > - followerRange (optional): Follower range, format: min-max
1699
+ > - Example: 10-100 indicates follower range between 100,000 and 1,000,000
1700
+ > - Do not pass this parameter to not limit the follower range
1701
+ > - contentTag (optional): Content tag, supports the following formats:
1702
+ > - tag-{id}: First-level tag, e.g., tag-1 (Beauty)
1703
+ > - tag_level_two-{id}: Second-level tag, e.g., tag_level_two-7 (Outfit)
1704
+ > - Refer to the contentTag mapping table in the documentation
1705
+ > - Do not pass this parameter to not limit content tags
1706
+ > ### Return:
1707
+ > - Kol List (with advanced filtering)
1708
+ >
1709
+ > # [示例/Example]
1710
+ > keyword = "美妆"
1711
+ > followerRange = "10-100" # 10万-100万粉丝
1712
+ > contentTag = "tag-1" # 美妆一级标签
1713
+ > contentTag = "tag_level_two-2" # 美妆教程二级标签
1714
+ >
1715
+ > # [内容标签映射表/Content Tag Mapping]
1716
+ >
1717
+ > ## 一级标签 (First-level tags) - 格式: tag-{id}
1718
+ >
1719
+ > | 参数 | 分类 | 参数 | 分类 | 参数 | 分类 |
1720
+ > |------|------|------|------|------|------|
1721
+ > | tag-1 | 美妆 | tag-6 | 时尚 | tag-11 | 萌宠 |
1722
+ > | tag-15 | 测评 | tag-23 | 游戏 | tag-25 | 二次元 |
1723
+ > | tag-27 | 旅行 | tag-31 | 汽车 | tag-36 | 生活 |
1724
+ > | tag-41 | 音乐 | tag-46 | 舞蹈* | tag-48 | 美食 |
1725
+ > | tag-55 | 母婴亲子 | tag-60 | 运动健身 | tag-64 | 科技数码 |
1726
+ > | tag-68 | 教育培训 | tag-72 | 颜值达人 | tag-79 | 才艺技能 |
1727
+ > | tag-85 | 影视娱乐 | tag-87 | 艺术文化 | tag-91 | 财经投资 |
1728
+ > | tag-95 | 三农* | tag-97 | 剧情搞笑 | tag-100 | 情感* |
1729
+ > | tag-102 | 园艺* | tag-130 | 随拍* | tag-139 | 房产 |
1730
+ > | tag-1001 | 生活家居 | tag-1002 | 媒体号* | | |
1731
+ >
1732
+ > *注: 标记*的分类无二级标签
1733
+ >
1734
+ > ## 二级标签 (Second-level tags) - 格式: tag_level_two-{id}
1735
+ >
1736
+ > ### 美妆 (tag-1)
1737
+ > - tag_level_two-2: 美妆教程
1738
+ > - tag_level_two-3: 妆容展示
1739
+ > - tag_level_two-4: 护肤保养
1740
+ > - tag_level_two-5: 美妆测评种草
1741
+ >
1742
+ > ### 时尚 (tag-6)
1743
+ > - tag_level_two-7: 穿搭
1744
+ > - tag_level_two-8: 街拍
1745
+ > - tag_level_two-10: 造型
1746
+ > - tag_level_two-135: 时尚媒体
1747
+ >
1748
+ > ### 萌宠 (tag-11)
1749
+ > - tag_level_two-12: 日常宠物
1750
+ > - tag_level_two-13: 特别宠物
1751
+ > - tag_level_two-14: 宠物周边
1752
+ >
1753
+ > ### 测评 (tag-15)
1754
+ > - tag_level_two-16: 美妆测评
1755
+ > - tag_level_two-17: 3C数码测评
1756
+ > - tag_level_two-18: 汽车测评
1757
+ > - tag_level_two-19: 美食产品测评
1758
+ > - tag_level_two-20: 母婴产品测评
1759
+ > - tag_level_two-21: 综合测评
1760
+ > - tag_level_two-132: 酒店测评
1761
+ >
1762
+ > ### 游戏 (tag-23)
1763
+ > - tag_level_two-121: 游戏剧情
1764
+ > - tag_level_two-122: 游戏解说
1765
+ > - tag_level_two-123: 游戏资讯
1766
+ > - tag_level_two-124: 游戏其他
1767
+ > - tag_level_two-440: 游戏录屏
1768
+ > - tag_level_two-441: 游戏集锦
1769
+ >
1770
+ > ### 二次元 (tag-25)
1771
+ > - tag_level_two-125: 二次元真人
1772
+ > - tag_level_two-126: 动画漫画
1773
+ > - tag_level_two-127: 配音声优
1774
+ > - tag_level_two-128: 宅物手办
1775
+ >
1776
+ > ### 旅行 (tag-27)
1777
+ > - tag_level_two-28: 旅行记录
1778
+ > - tag_level_two-29: 旅行攻略
1779
+ > - tag_level_two-30: 旅行推荐
1780
+ > - tag_level_two-442: 户外生活
1781
+ >
1782
+ > ### 汽车 (tag-31)
1783
+ > - tag_level_two-32: 汽车测评
1784
+ > - tag_level_two-33: 汽车知识
1785
+ > - tag_level_two-34: 汽车周边
1786
+ >
1787
+ > ### 生活 (tag-36)
1788
+ > - tag_level_two-37: 生活记录
1789
+ > - tag_level_two-39: 生活小窍门
1790
+ > - tag_level_two-40: 好物推荐
1791
+ > - tag_level_two-118: 健康养生
1792
+ > - tag_level_two-422: 婚恋
1793
+ >
1794
+ > ### 音乐 (tag-41)
1795
+ > - tag_level_two-42: 歌曲演唱
1796
+ > - tag_level_two-43: 乐器演奏
1797
+ > - tag_level_two-44: 音乐教学
1798
+ > - tag_level_two-45: 音乐其他
1799
+ > - tag_level_two-136: 音乐剪辑
1800
+ >
1801
+ > ### 美食 (tag-48)
1802
+ > - tag_level_two-49: 美食教程
1803
+ > - tag_level_two-50: 美食探店
1804
+ > - tag_level_two-52: 美食产品测评
1805
+ > - tag_level_two-53: 乡村野食
1806
+ > - tag_level_two-54: 美食其他
1807
+ > - tag_level_two-423: 酒类
1808
+ >
1809
+ > ### 母婴亲子 (tag-55)
1810
+ > - tag_level_two-56: 育儿科普
1811
+ > - tag_level_two-57: 萌娃日常
1812
+ > - tag_level_two-58: 亲子互动
1813
+ > - tag_level_two-59: 测评种草
1814
+ >
1815
+ > ### 运动健身 (tag-60)
1816
+ > - tag_level_two-61: 健身
1817
+ > - tag_level_two-63: 极限运动
1818
+ > - tag_level_two-424: 体育资讯
1819
+ > - tag_level_two-443: 冰雪
1820
+ > - tag_level_two-444: 垂钓
1821
+ > - tag_level_two-445: 格斗
1822
+ > - tag_level_two-446: 球类项目
1823
+ > - tag_level_two-447: 综合体育
1824
+ >
1825
+ > ### 科技数码 (tag-64)
1826
+ > - tag_level_two-65: 3C数码
1827
+ > - tag_level_two-66: 家居电器
1828
+ > - tag_level_two-133: 科技
1829
+ >
1830
+ > ### 教育培训 (tag-68)
1831
+ > - tag_level_two-69: 考学培训
1832
+ > - tag_level_two-70: 语言教学
1833
+ > - tag_level_two-71: 个人管理
1834
+ > - tag_level_two-425: 职业教育
1835
+ >
1836
+ > ### 颜值达人 (tag-72)
1837
+ > - tag_level_two-73: 美女
1838
+ > - tag_level_two-74: 帅哥
1839
+ >
1840
+ > ### 才艺技能 (tag-79)
1841
+ > - tag_level_two-80: 创意才能
1842
+ > - tag_level_two-81: 手工
1843
+ > - tag_level_two-82: 摄影
1844
+ > - tag_level_two-83: 绘画
1845
+ > - tag_level_two-84: 其他才艺
1846
+ >
1847
+ > ### 影视娱乐 (tag-85)
1848
+ > - tag_level_two-413: 影视解说
1849
+ > - tag_level_two-414: 影视混剪
1850
+ > - tag_level_two-415: 明星资讯
1851
+ > - tag_level_two-416: 综艺解说
1852
+ > - tag_level_two-417: 综艺混剪
1853
+ >
1854
+ > ### 艺术文化 (tag-87)
1855
+ > - tag_level_two-88: 传统文化
1856
+ > - tag_level_two-89: 人文科普
1857
+ > - tag_level_two-90: 自然科学
1858
+ >
1859
+ > ### 财经投资 (tag-91)
1860
+ > - tag_level_two-92: 传统金融
1861
+ > - tag_level_two-93: 互联网金融
1862
+ > - tag_level_two-94: 财经知识
1863
+ >
1864
+ > ### 剧情搞笑 (tag-97)
1865
+ > - tag_level_two-98: 剧情
1866
+ > - tag_level_two-99: 搞笑
1867
+ >
1868
+ > ### 生活家居 (tag-1001)
1869
+ > - tag_level_two-100101: 硬装
1870
+ > - tag_level_two-100102: 软装
1871
+ > - tag_level_two-100103: 生活技巧
1872
+ > - tag_level_two-100104: 家居氛围
1873
+ >
1874
+ > ### 房产 (tag-139)
1875
+ > - tag_level_two-140: 其他房产
1876
+ > - tag_level_two-437: 房产知识
1877
+ > - tag_level_two-439: 房产及投资
1878
+ > - tag_level_two-448: 楼盘评测
1879
+ > - tag_level_two-449: 楼市资讯
1880
+ > - tag_level_two-450: 租房
1881
+
1882
+ #### Parameters
1883
+
1884
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1885
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1886
+ | keyword | query | string | Yes | 关键词/Keyword | None | 美妆 | None |
1887
+ | followerRange | query | string | No | 粉丝范围(可选)/Follower Range (optional), 例如 10-100 表示10万-100万粉丝 | None | 10-100 | None |
1888
+ | contentTag | query | string | No | 内容标签(可选)/Content Tag (optional), 例如 tag-1 或 tag_level_two-7 | None | tag-1 | None |
1889
+
1890
+ #### Request Body
1891
+
1892
+ None
1893
+
1894
+ #### Success Response
1895
+
1896
+ ##### `200 application/json`
1897
+
1898
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1899
+
1900
+ | Field | Type | Required | Description | Default | Example | Enum |
1901
+ | --- | --- | --- | --- | --- | --- | --- |
1902
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1903
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1904
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1905
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1906
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1907
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1908
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1909
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1910
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1911
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1912
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1913
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1914
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1915
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1916
+ | data | null | No | The response data \| 响应数据 | None | None | None |