@tikomni/skills 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (474) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -5
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +98 -2
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +106 -141
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +3 -1
  30. package/skills/{creator-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  33. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  34. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  36. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  37. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  38. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  39. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +58 -149
  40. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  41. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +30 -119
  42. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  43. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  45. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  46. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  47. package/skills/creator-analysis/SKILL.md +0 -95
  48. package/skills/creator-analysis/agents/openai.yaml +0 -4
  49. package/skills/creator-analysis/env.example +0 -36
  50. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  51. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  52. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  53. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  54. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  55. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  56. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  57. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  59. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  60. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  61. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  63. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  64. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  65. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  66. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  67. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  68. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  69. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  71. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  72. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  73. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  74. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  75. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  76. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  77. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  78. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  79. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  80. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  81. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  82. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  83. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  84. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  85. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  86. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  87. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  88. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  89. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  90. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  91. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  92. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  93. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  94. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  96. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  100. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  101. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  103. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  104. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  105. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  106. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  107. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  108. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  109. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  110. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  113. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  114. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  116. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  117. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  118. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  119. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  120. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  121. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  122. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  123. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  124. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  125. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  126. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  127. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  128. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  129. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  130. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  131. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  132. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  133. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  134. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  135. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  136. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  137. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  138. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  139. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  140. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  141. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  142. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  143. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  144. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  145. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  146. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  147. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  148. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  149. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  153. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  154. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  155. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  156. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  157. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  158. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  159. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  160. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  161. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  162. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  163. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  164. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  165. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  167. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  168. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  169. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  170. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  171. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  172. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  173. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  174. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  175. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  176. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  177. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  178. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  179. package/skills/creator-analysis/references/workflow.md +0 -23
  180. package/skills/creator-analysis/scripts/__init__.py +0 -0
  181. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  185. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  186. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  187. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  188. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  189. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  190. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  191. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  194. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  195. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  196. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  197. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  198. package/skills/creator-analysis/scripts/core/tikomni_common.py +0 -588
  199. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  200. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  202. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  203. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  205. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  207. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  208. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  209. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  210. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  211. package/skills/meta-capability/SKILL.md +0 -69
  212. package/skills/meta-capability/agents/openai.yaml +0 -4
  213. package/skills/meta-capability/env.example +0 -42
  214. package/skills/meta-capability/references/api-capability-index.md +0 -92
  215. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  216. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  217. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  218. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  219. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  220. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  222. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  223. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  224. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  226. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  227. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  228. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  229. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  230. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  231. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  232. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  233. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  234. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  235. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  236. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  237. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  238. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  239. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  240. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  241. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  242. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  243. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  244. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  245. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  246. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  247. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  248. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  249. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  250. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  251. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  252. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  253. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  254. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  255. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  256. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  257. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  258. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  259. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  263. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  264. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  265. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  266. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  267. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  268. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  269. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  270. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  271. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  272. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  273. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  274. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  276. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  277. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  279. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  280. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  281. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  282. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  283. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  284. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  285. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  286. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  287. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  288. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  289. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  290. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  291. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  292. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  293. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  294. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  295. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  296. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  297. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  298. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  299. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  300. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  301. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  302. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  303. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  304. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  305. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  306. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  307. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  308. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  309. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  310. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  311. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  312. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  316. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  317. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  318. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  319. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  320. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  321. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  322. package/skills/meta-capability/references/dispatch.md +0 -27
  323. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  324. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  325. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  326. package/skills/meta-capability/scripts/__init__.py +0 -1
  327. package/skills/meta-capability/scripts/call_route.py +0 -141
  328. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  329. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  330. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  331. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  332. package/skills/meta-capability/scripts/test_auth.py +0 -98
  333. package/skills/single-work-analysis/SKILL.md +0 -62
  334. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  335. package/skills/single-work-analysis/env.example +0 -36
  336. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  337. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  339. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  340. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  341. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  342. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  344. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  345. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  346. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  348. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  349. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  350. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  353. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  354. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  356. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  357. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  358. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  359. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  360. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  361. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  362. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  363. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  364. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  366. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  373. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  375. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  376. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  377. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  378. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  379. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  381. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  385. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  386. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  388. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  389. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  390. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  391. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  392. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  393. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  394. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  395. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  398. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  399. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  401. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  402. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  403. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  404. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  405. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  406. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  407. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  409. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  410. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  411. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  412. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  413. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  414. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  415. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  416. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  417. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  418. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  419. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  420. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  421. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  422. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  423. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  424. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  425. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  426. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  427. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  428. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  429. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  430. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  431. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  432. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  434. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  438. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  439. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  441. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  442. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  443. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  444. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -47
  445. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  446. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  447. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  448. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  449. package/skills/single-work-analysis/references/prompt-contracts/analysis-bundle.md +0 -82
  450. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  451. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  452. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  453. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  454. package/skills/single-work-analysis/scripts/core/analysis_adapter.py +0 -384
  455. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -456
  456. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  457. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  458. package/skills/single-work-analysis/scripts/core/progress_report.py +0 -258
  459. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -220
  460. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  461. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  462. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  463. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  464. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  465. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  466. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  468. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -752
  469. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  470. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  471. /package/skills/{single-work-analysis → social-media-crawl}/scripts/core/tikomni_common.py +0 -0
  472. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  473. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  474. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,935 +0,0 @@
1
- # Douyin-Xingtu-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/douyin-xingtu-api.md`
5
- - Full contract: [`api-contracts/douyin-xingtu-api.md`](../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
- - Common capabilities: general / content details / comments / trends / rankings / creators / search
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `kolId`, `platformChannel`, `_range`, `page`, `onlyAssign`, `keyword`, `uri`, `durationTS`, `format`, `sec_user_id`
12
- - Tag description: **(抖音星图数据接口/Douyin-Xingtu-API data endpoints)**
13
-
14
- ## Routes
15
-
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
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-author-content-hot-comment-keywords-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-author-content-hot-comment-keywords-v1)
23
-
24
- #### Parameters
25
-
26
- | Field | In | Type | Required | Description |
27
- | --- | --- | --- | --- | --- |
28
- | kolId | query | string | Yes | 用户的kolId/User kolId |
29
-
30
- #### Request Body
31
-
32
- None
33
-
34
- #### Success Response
35
-
36
- ##### `200 application/json`
37
-
38
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
39
-
40
- | Field | Type | Required | Description |
41
- | --- | --- | --- | --- |
42
- | code | integer | No | HTTP status code \| HTTP状态码 |
43
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
44
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
45
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
46
- | support | string | No | Support message \| 支持消息 |
47
- | time | string | No | The time the response was generated \| 生成响应的时间 |
48
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
49
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
50
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
51
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
52
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
53
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
54
-
55
- - Fields truncated: this layer shows only the first `12` rows.
56
-
57
- ### `GET /api/u1/v1/douyin/xingtu/author_hot_comment_tokens_v1`
58
-
59
- - Summary: 获取kol热词分析评论V1/Get Author Hot Comment Tokens V1
60
- - Capabilities: comments / trends / rankings / creators
61
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
62
- - operationId: `author_hot_comment_tokens_v1_api_v1_douyin_xingtu_author_hot_comment_tokens_v1_get`
63
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-author-hot-comment-tokens-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-author-hot-comment-tokens-v1)
64
-
65
- #### Parameters
66
-
67
- | Field | In | Type | Required | Description |
68
- | --- | --- | --- | --- | --- |
69
- | kolId | query | string | Yes | 用户的kolId/User kolId |
70
-
71
- #### Request Body
72
-
73
- None
74
-
75
- #### Success Response
76
-
77
- ##### `200 application/json`
78
-
79
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
80
-
81
- | Field | Type | Required | Description |
82
- | --- | --- | --- | --- |
83
- | code | integer | No | HTTP status code \| HTTP状态码 |
84
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
85
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
86
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
87
- | support | string | No | Support message \| 支持消息 |
88
- | time | string | No | The time the response was generated \| 生成响应的时间 |
89
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
90
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
91
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
92
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
93
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
94
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
95
-
96
- - Fields truncated: this layer shows only the first `12` rows.
97
-
98
- ### `GET /api/u1/v1/douyin/xingtu/get_sign_image`
99
-
100
- - Summary: 获取加密图片解析/Get Sign Image
101
- - Capabilities: general
102
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
103
- - operationId: `get_sign_image_api_v1_douyin_xingtu_get_sign_image_get`
104
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-sign-image`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-sign-image)
105
-
106
- #### Parameters
107
-
108
- | Field | In | Type | Required | Description |
109
- | --- | --- | --- | --- | --- |
110
- | uri | query | string | Yes | 图片的uri/Image URI |
111
- | durationTS | query | integer | No | 有效期时长(秒)/Duration in seconds |
112
- | format | query | string | No | 图片格式/Image format |
113
-
114
- #### Request Body
115
-
116
- None
117
-
118
- #### Success Response
119
-
120
- ##### `200 application/json`
121
-
122
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
123
-
124
- | Field | Type | Required | Description |
125
- | --- | --- | --- | --- |
126
- | code | integer | No | HTTP status code \| HTTP状态码 |
127
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
128
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
129
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
130
- | support | string | No | Support message \| 支持消息 |
131
- | time | string | No | The time the response was generated \| 生成响应的时间 |
132
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
133
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
134
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
135
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
136
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
137
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
138
-
139
- - Fields truncated: this layer shows only the first `12` rows.
140
-
141
- ### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
142
-
143
- - Summary: 根据抖音sec_user_id获取游客星图kolid/Get XingTu kolid by Douyin sec_user_id
144
- - Capabilities: profiles / accounts
145
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
146
- - operationId: `get_xingtu_kolid_by_sec_user_id_api_v1_douyin_xingtu_get_xingtu_kolid_by_sec_user_id_get`
147
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-sec-user-id`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-sec-user-id)
148
-
149
- #### Parameters
150
-
151
- | Field | In | Type | Required | Description |
152
- | --- | --- | --- | --- | --- |
153
- | sec_user_id | query | string | Yes | 抖音用户sec_user_id/Douyin User sec_user_id |
154
-
155
- #### Request Body
156
-
157
- None
158
-
159
- #### Success Response
160
-
161
- ##### `200 application/json`
162
-
163
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
164
-
165
- | Field | Type | Required | Description |
166
- | --- | --- | --- | --- |
167
- | code | integer | No | HTTP status code \| HTTP状态码 |
168
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
169
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
170
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
171
- | support | string | No | Support message \| 支持消息 |
172
- | time | string | No | The time the response was generated \| 生成响应的时间 |
173
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
174
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
175
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
176
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
177
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
178
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
179
-
180
- - Fields truncated: this layer shows only the first `12` rows.
181
-
182
- ### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
183
-
184
- - Summary: 根据抖音用户ID获取游客星图kolid/Get XingTu kolid by Douyin User ID
185
- - Capabilities: general
186
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
187
- - operationId: `get_xingtu_kolid_by_uid_api_v1_douyin_xingtu_get_xingtu_kolid_by_uid_get`
188
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-uid`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-uid)
189
-
190
- #### Parameters
191
-
192
- | Field | In | Type | Required | Description |
193
- | --- | --- | --- | --- | --- |
194
- | uid | query | string | Yes | 抖音用户ID/Douyin User ID |
195
-
196
- #### Request Body
197
-
198
- None
199
-
200
- #### Success Response
201
-
202
- ##### `200 application/json`
203
-
204
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
205
-
206
- | Field | Type | Required | Description |
207
- | --- | --- | --- | --- |
208
- | code | integer | No | HTTP status code \| HTTP状态码 |
209
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
210
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
211
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
212
- | support | string | No | Support message \| 支持消息 |
213
- | time | string | No | The time the response was generated \| 生成响应的时间 |
214
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
215
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
216
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
217
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
218
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
219
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
220
-
221
- - Fields truncated: this layer shows only the first `12` rows.
222
-
223
- ### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
224
-
225
- - Summary: 根据抖音号获取游客星图kolid/Get XingTu kolid by Douyin unique_id
226
- - Capabilities: general
227
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
228
- - operationId: `get_xingtu_kolid_by_unique_id_api_v1_douyin_xingtu_get_xingtu_kolid_by_unique_id_get`
229
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-unique-id`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-unique-id)
230
-
231
- #### Parameters
232
-
233
- | Field | In | Type | Required | Description |
234
- | --- | --- | --- | --- | --- |
235
- | unique_id | query | string | Yes | 抖音号/Douyin User unique_id |
236
-
237
- #### Request Body
238
-
239
- None
240
-
241
- #### Success Response
242
-
243
- ##### `200 application/json`
244
-
245
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
246
-
247
- | Field | Type | Required | Description |
248
- | --- | --- | --- | --- |
249
- | code | integer | No | HTTP status code \| HTTP状态码 |
250
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
251
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
252
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
253
- | support | string | No | Support message \| 支持消息 |
254
- | time | string | No | The time the response was generated \| 生成响应的时间 |
255
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
256
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
257
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
258
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
259
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
260
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
261
-
262
- - Fields truncated: this layer shows only the first `12` rows.
263
-
264
- ### `GET /api/u1/v1/douyin/xingtu/kol_audience_portrait_v1`
265
-
266
- - Summary: 获取kol观众画像V1/Get kol Audience Portrait V1
267
- - Capabilities: general
268
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
269
- - operationId: `kol_audience_portrait_v1_api_v1_douyin_xingtu_kol_audience_portrait_v1_get`
270
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-audience-portrait-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-audience-portrait-v1)
271
-
272
- #### Parameters
273
-
274
- | Field | In | Type | Required | Description |
275
- | --- | --- | --- | --- | --- |
276
- | kolId | query | string | Yes | 用户的kolId/User kolId |
277
-
278
- #### Request Body
279
-
280
- None
281
-
282
- #### Success Response
283
-
284
- ##### `200 application/json`
285
-
286
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
287
-
288
- | Field | Type | Required | Description |
289
- | --- | --- | --- | --- |
290
- | code | integer | No | HTTP status code \| HTTP状态码 |
291
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
292
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
293
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
294
- | support | string | No | Support message \| 支持消息 |
295
- | time | string | No | The time the response was generated \| 生成响应的时间 |
296
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
297
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
298
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
299
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
300
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
301
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
302
-
303
- - Fields truncated: this layer shows only the first `12` rows.
304
-
305
- ### `GET /api/u1/v1/douyin/xingtu/kol_base_info_v1`
306
-
307
- - Summary: 获取kol基本信息V1/Get kol Base Info V1
308
- - Capabilities: general
309
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
310
- - operationId: `kol_base_info_v1_api_v1_douyin_xingtu_kol_base_info_v1_get`
311
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-base-info-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-base-info-v1)
312
-
313
- #### Parameters
314
-
315
- | Field | In | Type | Required | Description |
316
- | --- | --- | --- | --- | --- |
317
- | kolId | query | string | Yes | 用户的kolId/User kolId |
318
- | platformChannel | query | string | Yes | 平台渠道/Platform Channel |
319
-
320
- #### Request Body
321
-
322
- None
323
-
324
- #### Success Response
325
-
326
- ##### `200 application/json`
327
-
328
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
329
-
330
- | Field | Type | Required | Description |
331
- | --- | --- | --- | --- |
332
- | code | integer | No | HTTP status code \| HTTP状态码 |
333
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
334
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
335
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
336
- | support | string | No | Support message \| 支持消息 |
337
- | time | string | No | The time the response was generated \| 生成响应的时间 |
338
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
339
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
340
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
341
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
342
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
343
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
344
-
345
- - Fields truncated: this layer shows only the first `12` rows.
346
-
347
- ### `GET /api/u1/v1/douyin/xingtu/kol_conversion_ability_analysis_v1`
348
-
349
- - Summary: 获取kol转化能力分析V1/Get kol Conversion Ability Analysis V1
350
- - Capabilities: general
351
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
352
- - operationId: `kol_conversion_ability_analysis_v1_api_v1_douyin_xingtu_kol_conversion_ability_analysis_v1_get`
353
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-conversion-ability-analysis-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-conversion-ability-analysis-v1)
354
-
355
- #### Parameters
356
-
357
- | Field | In | Type | Required | Description |
358
- | --- | --- | --- | --- | --- |
359
- | kolId | query | string | Yes | 用户的kolId/User kolId |
360
- | _range | query | string | Yes | 时间范围/Time Range |
361
-
362
- #### Request Body
363
-
364
- None
365
-
366
- #### Success Response
367
-
368
- ##### `200 application/json`
369
-
370
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
371
-
372
- | Field | Type | Required | Description |
373
- | --- | --- | --- | --- |
374
- | code | integer | No | HTTP status code \| HTTP状态码 |
375
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
376
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
377
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
378
- | support | string | No | Support message \| 支持消息 |
379
- | time | string | No | The time the response was generated \| 生成响应的时间 |
380
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
381
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
382
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
383
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
384
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
385
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
386
-
387
- - Fields truncated: this layer shows only the first `12` rows.
388
-
389
- ### `GET /api/u1/v1/douyin/xingtu/kol_convert_video_display_v1`
390
-
391
- - Summary: 获取kol转化视频展示V1/Get kol Convert Video Display V1
392
- - Capabilities: content details
393
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
394
- - operationId: `kol_convert_video_display_v1_api_v1_douyin_xingtu_kol_convert_video_display_v1_get`
395
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-convert-video-display-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-convert-video-display-v1)
396
-
397
- #### Parameters
398
-
399
- | Field | In | Type | Required | Description |
400
- | --- | --- | --- | --- | --- |
401
- | kolId | query | string | Yes | 用户的kolId/User kolId |
402
- | detailType | query | string | Yes | 详情类型/Detail Type |
403
- | page | query | integer | Yes | 页码/Page |
404
-
405
- #### Request Body
406
-
407
- None
408
-
409
- #### Success Response
410
-
411
- ##### `200 application/json`
412
-
413
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
414
-
415
- | Field | Type | Required | Description |
416
- | --- | --- | --- | --- |
417
- | code | integer | No | HTTP status code \| HTTP状态码 |
418
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
419
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
420
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
421
- | support | string | No | Support message \| 支持消息 |
422
- | time | string | No | The time the response was generated \| 生成响应的时间 |
423
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
424
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
425
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
426
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
427
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
428
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
429
-
430
- - Fields truncated: this layer shows only the first `12` rows.
431
-
432
- ### `GET /api/u1/v1/douyin/xingtu/kol_cp_info_v1`
433
-
434
- - Summary: 获取kol性价比能力分析V1/Get kol Cp Info V1
435
- - Capabilities: general
436
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
437
- - operationId: `kol_cp_info_v1_api_v1_douyin_xingtu_kol_cp_info_v1_get`
438
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-cp-info-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-cp-info-v1)
439
-
440
- #### Parameters
441
-
442
- | Field | In | Type | Required | Description |
443
- | --- | --- | --- | --- | --- |
444
- | kolId | query | string | Yes | 用户的kolId/User kolId |
445
-
446
- #### Request Body
447
-
448
- None
449
-
450
- #### Success Response
451
-
452
- ##### `200 application/json`
453
-
454
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
455
-
456
- | Field | Type | Required | Description |
457
- | --- | --- | --- | --- |
458
- | code | integer | No | HTTP status code \| HTTP状态码 |
459
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
460
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
461
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
462
- | support | string | No | Support message \| 支持消息 |
463
- | time | string | No | The time the response was generated \| 生成响应的时间 |
464
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
465
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
466
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
467
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
468
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
469
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
470
-
471
- - Fields truncated: this layer shows only the first `12` rows.
472
-
473
- ### `GET /api/u1/v1/douyin/xingtu/kol_daily_fans_v1`
474
-
475
- - Summary: 获取kol粉丝趋势V1/Get kol Daily Fans V1
476
- - Capabilities: general
477
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
478
- - operationId: `kol_daily_fans_v1_api_v1_douyin_xingtu_kol_daily_fans_v1_get`
479
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-daily-fans-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-daily-fans-v1)
480
-
481
- #### Parameters
482
-
483
- | Field | In | Type | Required | Description |
484
- | --- | --- | --- | --- | --- |
485
- | kolId | query | string | Yes | 用户的kolId/User kolId |
486
- | startDate | query | string | Yes | 开始日期/Start Date |
487
- | endDate | query | string | Yes | 结束日期/End Date |
488
-
489
- #### Request Body
490
-
491
- None
492
-
493
- #### Success Response
494
-
495
- ##### `200 application/json`
496
-
497
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
498
-
499
- | Field | Type | Required | Description |
500
- | --- | --- | --- | --- |
501
- | code | integer | No | HTTP status code \| HTTP状态码 |
502
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
503
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
504
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
505
- | support | string | No | Support message \| 支持消息 |
506
- | time | string | No | The time the response was generated \| 生成响应的时间 |
507
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
508
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
509
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
510
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
511
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
512
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
513
-
514
- - Fields truncated: this layer shows only the first `12` rows.
515
-
516
- ### `GET /api/u1/v1/douyin/xingtu/kol_data_overview_v1`
517
-
518
- - Summary: 获取kol数据概览V1/Get kol Data Overview V1
519
- - Capabilities: general
520
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
521
- - operationId: `kol_data_overview_v1_api_v1_douyin_xingtu_kol_data_overview_v1_get`
522
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-data-overview-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-data-overview-v1)
523
-
524
- #### Parameters
525
-
526
- | Field | In | Type | Required | Description |
527
- | --- | --- | --- | --- | --- |
528
- | kolId | query | string | Yes | 用户的kolId/User kolId |
529
- | _type | query | string | Yes | 类型/Type |
530
- | _range | query | string | Yes | 范围/Range |
531
- | flowType | query | integer | Yes | 流量类型/Flow Type |
532
- | onlyAssign | query | boolean | No | 是否指派/Whether assigned (optional) |
533
-
534
- #### Request Body
535
-
536
- None
537
-
538
- #### Success Response
539
-
540
- ##### `200 application/json`
541
-
542
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
543
-
544
- | Field | Type | Required | Description |
545
- | --- | --- | --- | --- |
546
- | code | integer | No | HTTP status code \| HTTP状态码 |
547
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
548
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
549
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
550
- | support | string | No | Support message \| 支持消息 |
551
- | time | string | No | The time the response was generated \| 生成响应的时间 |
552
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
553
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
554
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
555
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
556
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
557
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
558
-
559
- - Fields truncated: this layer shows only the first `12` rows.
560
-
561
- ### `GET /api/u1/v1/douyin/xingtu/kol_fans_portrait_v1`
562
-
563
- - Summary: 获取kol粉丝画像V1/Get kol Fans Portrait V1
564
- - Capabilities: general
565
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
566
- - operationId: `kol_fans_portrait_v1_api_v1_douyin_xingtu_kol_fans_portrait_v1_get`
567
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-fans-portrait-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-fans-portrait-v1)
568
-
569
- #### Parameters
570
-
571
- | Field | In | Type | Required | Description |
572
- | --- | --- | --- | --- | --- |
573
- | kolId | query | string | Yes | 用户的kolId/User kolId |
574
- | fansType | query | string | No | 粉丝类型/Fans Type |
575
-
576
- #### Request Body
577
-
578
- None
579
-
580
- #### Success Response
581
-
582
- ##### `200 application/json`
583
-
584
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
585
-
586
- | Field | Type | Required | Description |
587
- | --- | --- | --- | --- |
588
- | code | integer | No | HTTP status code \| HTTP状态码 |
589
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
590
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
591
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
592
- | support | string | No | Support message \| 支持消息 |
593
- | time | string | No | The time the response was generated \| 生成响应的时间 |
594
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
595
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
596
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
597
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
598
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
599
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
600
-
601
- - Fields truncated: this layer shows only the first `12` rows.
602
-
603
- ### `GET /api/u1/v1/douyin/xingtu/kol_link_struct_v1`
604
-
605
- - Summary: 获取kol连接用户V1/Get kol Link Struct V1
606
- - Capabilities: general
607
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
608
- - operationId: `kol_link_struct_v1_api_v1_douyin_xingtu_kol_link_struct_v1_get`
609
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-link-struct-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-link-struct-v1)
610
-
611
- #### Parameters
612
-
613
- | Field | In | Type | Required | Description |
614
- | --- | --- | --- | --- | --- |
615
- | kolId | query | string | Yes | 用户的kolId/User kolId |
616
-
617
- #### Request Body
618
-
619
- None
620
-
621
- #### Success Response
622
-
623
- ##### `200 application/json`
624
-
625
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
626
-
627
- | Field | Type | Required | Description |
628
- | --- | --- | --- | --- |
629
- | code | integer | No | HTTP status code \| HTTP状态码 |
630
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
631
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
632
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
633
- | support | string | No | Support message \| 支持消息 |
634
- | time | string | No | The time the response was generated \| 生成响应的时间 |
635
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
636
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
637
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
638
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
639
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
640
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
641
-
642
- - Fields truncated: this layer shows only the first `12` rows.
643
-
644
- ### `GET /api/u1/v1/douyin/xingtu/kol_rec_videos_v1`
645
-
646
- - Summary: 获取kol内容表现V1/Get kol Rec Videos V1
647
- - Capabilities: content details
648
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
649
- - operationId: `kol_rec_videos_v1_api_v1_douyin_xingtu_kol_rec_videos_v1_get`
650
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-rec-videos-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-rec-videos-v1)
651
-
652
- #### Parameters
653
-
654
- | Field | In | Type | Required | Description |
655
- | --- | --- | --- | --- | --- |
656
- | kolId | query | string | Yes | 用户的kolId/User kolId |
657
-
658
- #### Request Body
659
-
660
- None
661
-
662
- #### Success Response
663
-
664
- ##### `200 application/json`
665
-
666
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
667
-
668
- | Field | Type | Required | Description |
669
- | --- | --- | --- | --- |
670
- | code | integer | No | HTTP status code \| HTTP状态码 |
671
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
672
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
673
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
674
- | support | string | No | Support message \| 支持消息 |
675
- | time | string | No | The time the response was generated \| 生成响应的时间 |
676
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
677
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
678
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
679
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
680
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
681
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
682
-
683
- - Fields truncated: this layer shows only the first `12` rows.
684
-
685
- ### `GET /api/u1/v1/douyin/xingtu/kol_service_price_v1`
686
-
687
- - Summary: 获取kol服务报价V1/Get kol Service Price V1
688
- - Capabilities: general
689
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
690
- - operationId: `kol_service_price_v1_api_v1_douyin_xingtu_kol_service_price_v1_get`
691
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-service-price-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-service-price-v1)
692
-
693
- #### Parameters
694
-
695
- | Field | In | Type | Required | Description |
696
- | --- | --- | --- | --- | --- |
697
- | kolId | query | string | Yes | 用户的kolId/User kolId |
698
- | platformChannel | query | string | Yes | 平台渠道/Platform Channel |
699
-
700
- #### Request Body
701
-
702
- None
703
-
704
- #### Success Response
705
-
706
- ##### `200 application/json`
707
-
708
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
709
-
710
- | Field | Type | Required | Description |
711
- | --- | --- | --- | --- |
712
- | code | integer | No | HTTP status code \| HTTP状态码 |
713
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
714
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
715
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
716
- | support | string | No | Support message \| 支持消息 |
717
- | time | string | No | The time the response was generated \| 生成响应的时间 |
718
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
719
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
720
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
721
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
722
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
723
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
724
-
725
- - Fields truncated: this layer shows only the first `12` rows.
726
-
727
- ### `GET /api/u1/v1/douyin/xingtu/kol_touch_distribution_v1`
728
-
729
- - Summary: 获取kol连接用户来源V1/Get kol Touch Distribution V1
730
- - Capabilities: general
731
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
732
- - operationId: `kol_touch_distribution_v1_api_v1_douyin_xingtu_kol_touch_distribution_v1_get`
733
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-touch-distribution-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-touch-distribution-v1)
734
-
735
- #### Parameters
736
-
737
- | Field | In | Type | Required | Description |
738
- | --- | --- | --- | --- | --- |
739
- | kolId | query | string | Yes | 用户的kolId/User kolId |
740
-
741
- #### Request Body
742
-
743
- None
744
-
745
- #### Success Response
746
-
747
- ##### `200 application/json`
748
-
749
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
750
-
751
- | Field | Type | Required | Description |
752
- | --- | --- | --- | --- |
753
- | code | integer | No | HTTP status code \| HTTP状态码 |
754
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
755
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
756
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
757
- | support | string | No | Support message \| 支持消息 |
758
- | time | string | No | The time the response was generated \| 生成响应的时间 |
759
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
760
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
761
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
762
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
763
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
764
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
765
-
766
- - Fields truncated: this layer shows only the first `12` rows.
767
-
768
- ### `GET /api/u1/v1/douyin/xingtu/kol_video_performance_v1`
769
-
770
- - Summary: 获取kol视频表现V1/Get kol Video Performance V1
771
- - Capabilities: content details
772
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
773
- - operationId: `kol_video_performance_v1_api_v1_douyin_xingtu_kol_video_performance_v1_get`
774
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-video-performance-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-video-performance-v1)
775
-
776
- #### Parameters
777
-
778
- | Field | In | Type | Required | Description |
779
- | --- | --- | --- | --- | --- |
780
- | kolId | query | string | Yes | 用户的kolId/User kolId |
781
- | onlyAssign | query | boolean | Yes | 是否只显示分配作品/Whether to display only assigned works |
782
-
783
- #### Request Body
784
-
785
- None
786
-
787
- #### Success Response
788
-
789
- ##### `200 application/json`
790
-
791
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
792
-
793
- | Field | Type | Required | Description |
794
- | --- | --- | --- | --- |
795
- | code | integer | No | HTTP status code \| HTTP状态码 |
796
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
797
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
798
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
799
- | support | string | No | Support message \| 支持消息 |
800
- | time | string | No | The time the response was generated \| 生成响应的时间 |
801
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
802
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
803
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
804
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
805
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
806
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
807
-
808
- - Fields truncated: this layer shows only the first `12` rows.
809
-
810
- ### `GET /api/u1/v1/douyin/xingtu/kol_xingtu_index_v1`
811
-
812
- - Summary: 获取kol星图指数V1/Get kol Xingtu Index V1
813
- - Capabilities: general
814
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
815
- - operationId: `kol_xingtu_index_v1_api_v1_douyin_xingtu_kol_xingtu_index_v1_get`
816
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-xingtu-index-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-xingtu-index-v1)
817
-
818
- #### Parameters
819
-
820
- | Field | In | Type | Required | Description |
821
- | --- | --- | --- | --- | --- |
822
- | kolId | query | string | Yes | 用户的kolId/User kolId |
823
-
824
- #### Request Body
825
-
826
- None
827
-
828
- #### Success Response
829
-
830
- ##### `200 application/json`
831
-
832
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
833
-
834
- | Field | Type | Required | Description |
835
- | --- | --- | --- | --- |
836
- | code | integer | No | HTTP status code \| HTTP状态码 |
837
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
838
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
839
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
840
- | support | string | No | Support message \| 支持消息 |
841
- | time | string | No | The time the response was generated \| 生成响应的时间 |
842
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
843
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
844
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
845
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
846
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
847
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
848
-
849
- - Fields truncated: this layer shows only the first `12` rows.
850
-
851
- ### `GET /api/u1/v1/douyin/xingtu/search_kol_v1`
852
-
853
- - Summary: 关键词搜索kol V1/Search Kol V1
854
- - Capabilities: search
855
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
856
- - operationId: `search_kol_v1_api_v1_douyin_xingtu_search_kol_v1_get`
857
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-search-kol-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-search-kol-v1)
858
-
859
- #### Parameters
860
-
861
- | Field | In | Type | Required | Description |
862
- | --- | --- | --- | --- | --- |
863
- | keyword | query | string | Yes | 关键词/Keyword |
864
- | platformSource | query | string | Yes | 平台来源/Platform Source |
865
- | page | query | integer | Yes | 页码/Page |
866
-
867
- #### Request Body
868
-
869
- None
870
-
871
- #### Success Response
872
-
873
- ##### `200 application/json`
874
-
875
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
876
-
877
- | Field | Type | Required | Description |
878
- | --- | --- | --- | --- |
879
- | code | integer | No | HTTP status code \| HTTP状态码 |
880
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
881
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
882
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
883
- | support | string | No | Support message \| 支持消息 |
884
- | time | string | No | The time the response was generated \| 生成响应的时间 |
885
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
886
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
887
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
888
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
889
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
890
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
891
-
892
- - Fields truncated: this layer shows only the first `12` rows.
893
-
894
- ### `GET /api/u1/v1/douyin/xingtu/search_kol_v2`
895
-
896
- - Summary: 高级搜索kol V2/Search Kol Advanced V2
897
- - Capabilities: search
898
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
899
- - operationId: `search_kol_v2_api_v1_douyin_xingtu_search_kol_v2_get`
900
- - Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-search-kol-v2`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-search-kol-v2)
901
-
902
- #### Parameters
903
-
904
- | Field | In | Type | Required | Description |
905
- | --- | --- | --- | --- | --- |
906
- | keyword | query | string | Yes | 关键词/Keyword |
907
- | followerRange | query | string | No | 粉丝范围(可选)/Follower Range (optional), 例如 10-100 表示10万-100万粉丝 |
908
- | contentTag | query | string | No | 内容标签(可选)/Content Tag (optional), 例如 tag-1 或 tag_level_two-7 |
909
-
910
- #### Request Body
911
-
912
- None
913
-
914
- #### Success Response
915
-
916
- ##### `200 application/json`
917
-
918
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
919
-
920
- | Field | Type | Required | Description |
921
- | --- | --- | --- | --- |
922
- | code | integer | No | HTTP status code \| HTTP状态码 |
923
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
924
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
925
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
926
- | support | string | No | Support message \| 支持消息 |
927
- | time | string | No | The time the response was generated \| 生成响应的时间 |
928
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
929
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
930
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
931
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
932
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
933
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
934
-
935
- - Fields truncated: this layer shows only the first `12` rows.