@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,1540 +0,0 @@
1
- # Douyin-Xingtu-V2-API Full Contract
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Back to route summary: [`api-tags/douyin-xingtu-v2-api.md`](../api-tags/douyin-xingtu-v2-api.md)
5
- - Current contract file: `api-contracts/douyin-xingtu-v2-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: `21`
9
- - Default auth: Header `Authorization` Bearer
10
- - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
- - Tag description: **(抖音星图V2数据接口/Douyin-Xingtu-V2-API data endpoints)**
12
-
13
- ## Route Contracts
14
-
15
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-author-base-info"></a>
16
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_author_base_info`
17
-
18
- - Summary: 获取创作者基本信息/Get Author Base Info
19
- - Capabilities: creators
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `get_author_base_info_api_v1_douyin_xingtu_v2_get_author_base_info_get`
22
-
23
- #### Notes
24
-
25
- > # [中文]
26
- > ### 用途:
27
- > - 获取创作者基本信息
28
- > - 价格:0.001$ / 次
29
- > ### 参数:
30
- > - o_author_id: 创作者ID
31
- > - platform_source: 平台来源,默认1
32
- > - platform_channel: 平台渠道,默认1
33
- > - recommend: 是否返回推荐信息,默认True
34
- > - need_sec_uid: 是否返回sec_uid,默认True
35
- > - need_linkage_info: 是否返回联动信息,默认True
36
- > ### 返回:
37
- > - 创作者基本信息数据
38
- >
39
- > # [English]
40
- > ### Purpose:
41
- > - Get creator/author base information
42
- > - Price: 0.001$ / time
43
- > ### Parameters:
44
- > - o_author_id: Creator/author ID
45
- > - platform_source: Platform source, default 1
46
- > - platform_channel: Platform channel, default 1
47
- > - recommend: Whether to return recommendation info, default True
48
- > - need_sec_uid: Whether to return sec_uid, default True
49
- > - need_linkage_info: Whether to return linkage info, default True
50
- > ### Return:
51
- > - Creator base info data
52
- >
53
- > # [示例/Example]
54
- > o_author_id = "7589271892177518598"
55
-
56
- #### Parameters
57
-
58
- | Field | In | Type | Required | Description | Default | Example | Enum |
59
- | --- | --- | --- | --- | --- | --- | --- | --- |
60
- | o_author_id | query | string | Yes | 创作者ID/Creator author ID | None | 7589271892177518598 | None |
61
- | platform_source | query | integer | No | 平台来源/Platform source | 1 | 1 | None |
62
- | platform_channel | query | integer | No | 平台渠道/Platform channel | 1 | 1 | None |
63
- | recommend | query | boolean | No | 是否返回推荐信息/Whether to return recommendation info | true | true | None |
64
- | need_sec_uid | query | boolean | No | 是否返回sec_uid/Whether to return sec_uid | true | true | None |
65
- | need_linkage_info | query | boolean | No | 是否返回联动信息/Whether to return linkage info | true | true | None |
66
-
67
- #### Request Body
68
-
69
- None
70
-
71
- #### Success Response
72
-
73
- ##### `200 application/json`
74
-
75
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
76
-
77
- | Field | Type | Required | Description | Default | Example | Enum |
78
- | --- | --- | --- | --- | --- | --- | --- |
79
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
80
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
81
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
82
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
83
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
84
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
85
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
86
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
87
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
88
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
89
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
90
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
91
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
92
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
93
- | data | null | No | The response data \| 响应数据 | None | None | None |
94
-
95
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-author-business-card-info"></a>
96
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_author_business_card_info`
97
-
98
- - Summary: 获取创作者商业卡片信息/Get Author Business Card Info
99
- - Capabilities: creators
100
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
101
- - operationId: `get_author_business_card_info_api_v1_douyin_xingtu_v2_get_author_business_card_info_get`
102
-
103
- #### Notes
104
-
105
- > # [中文]
106
- > ### 用途:
107
- > - 获取创作者商业卡片信息
108
- > - 价格:0.001$ / 次
109
- > ### 参数:
110
- > - o_author_id: 创作者ID
111
- > ### 返回:
112
- > - 创作者商业卡片信息数据
113
- >
114
- > # [English]
115
- > ### Purpose:
116
- > - Get creator/author business card information
117
- > - Price: 0.001$ / time
118
- > ### Parameters:
119
- > - o_author_id: Creator/author ID
120
- > ### Return:
121
- > - Creator business card info data
122
- >
123
- > # [示例/Example]
124
- > o_author_id = "7589271892177518598"
125
-
126
- #### Parameters
127
-
128
- | Field | In | Type | Required | Description | Default | Example | Enum |
129
- | --- | --- | --- | --- | --- | --- | --- | --- |
130
- | o_author_id | query | string | Yes | 创作者ID/Creator author ID | None | 7589271892177518598 | None |
131
-
132
- #### Request Body
133
-
134
- None
135
-
136
- #### Success Response
137
-
138
- ##### `200 application/json`
139
-
140
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
141
-
142
- | Field | Type | Required | Description | Default | Example | Enum |
143
- | --- | --- | --- | --- | --- | --- | --- |
144
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
145
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
146
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
147
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
148
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
149
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
150
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
151
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
152
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
153
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
154
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
155
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
156
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
157
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
158
- | data | null | No | The response data \| 响应数据 | None | None | None |
159
-
160
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-author-content-hot-keywords"></a>
161
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_author_content_hot_keywords`
162
-
163
- - Summary: 获取创作者内容热词/Get Author Content Hot Keywords
164
- - Capabilities: trends / rankings / creators
165
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
166
- - operationId: `get_author_content_hot_keywords_api_v1_douyin_xingtu_v2_get_author_content_hot_keywords_get`
167
-
168
- #### Notes
169
-
170
- > # [中文]
171
- > ### 用途:
172
- > - 获取创作者内容热词
173
- > - 价格:0.001$ / 次
174
- > ### 参数:
175
- > - author_id: 创作者ID
176
- > - keyword_type: 热词类型,默认0
177
- > ### 返回:
178
- > - 创作者内容热词数据
179
- >
180
- > # [English]
181
- > ### Purpose:
182
- > - Get creator/author content hot keywords
183
- > - Price: 0.001$ / time
184
- > ### Parameters:
185
- > - author_id: Creator/author ID
186
- > - keyword_type: Keyword type, default 0
187
- > ### Return:
188
- > - Creator content hot keywords data
189
- >
190
- > # [示例/Example]
191
- > author_id = "7589271892177518598"
192
-
193
- #### Parameters
194
-
195
- | Field | In | Type | Required | Description | Default | Example | Enum |
196
- | --- | --- | --- | --- | --- | --- | --- | --- |
197
- | author_id | query | string | Yes | 创作者ID/Creator author ID | None | 7589271892177518598 | None |
198
- | keyword_type | query | integer | No | 热词类型/Keyword type | 0 | 0 | None |
199
-
200
- #### Request Body
201
-
202
- None
203
-
204
- #### Success Response
205
-
206
- ##### `200 application/json`
207
-
208
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
209
-
210
- | Field | Type | Required | Description | Default | Example | Enum |
211
- | --- | --- | --- | --- | --- | --- | --- |
212
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
213
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
214
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
215
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
216
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
217
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
218
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
219
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
220
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
221
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
222
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
223
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
224
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
225
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
226
- | data | null | No | The response data \| 响应数据 | None | None | None |
227
-
228
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-author-hot-comment-tokens"></a>
229
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_author_hot_comment_tokens`
230
-
231
- - Summary: 获取创作者评论热词/Get Author Hot Comment Tokens
232
- - Capabilities: comments / trends / rankings / creators
233
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
234
- - operationId: `get_author_hot_comment_tokens_api_v1_douyin_xingtu_v2_get_author_hot_comment_tokens_get`
235
-
236
- #### Notes
237
-
238
- > # [中文]
239
- > ### 用途:
240
- > - 获取创作者评论热词
241
- > - 价格:0.001$ / 次
242
- > ### 参数:
243
- > - author_id: 创作者ID
244
- > - num: 返回热词数量,默认10
245
- > - without_emoji: 是否排除emoji,默认True
246
- > ### 返回:
247
- > - 创作者评论热词数据
248
- >
249
- > # [English]
250
- > ### Purpose:
251
- > - Get creator/author hot comment tokens/keywords
252
- > - Price: 0.001$ / time
253
- > ### Parameters:
254
- > - author_id: Creator/author ID
255
- > - num: Number of hot tokens, default 10
256
- > - without_emoji: Whether to exclude emoji, default True
257
- > ### Return:
258
- > - Creator hot comment tokens data
259
- >
260
- > # [示例/Example]
261
- > author_id = "7589271892177518598"
262
-
263
- #### Parameters
264
-
265
- | Field | In | Type | Required | Description | Default | Example | Enum |
266
- | --- | --- | --- | --- | --- | --- | --- | --- |
267
- | author_id | query | string | Yes | 创作者ID/Creator author ID | None | 7589271892177518598 | None |
268
- | num | query | integer | No | 返回热词数量/Number of hot tokens | 10 | 10 | None |
269
- | without_emoji | query | boolean | No | 是否排除emoji/Whether to exclude emoji | true | true | None |
270
-
271
- #### Request Body
272
-
273
- None
274
-
275
- #### Success Response
276
-
277
- ##### `200 application/json`
278
-
279
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
280
-
281
- | Field | Type | Required | Description | Default | Example | Enum |
282
- | --- | --- | --- | --- | --- | --- | --- |
283
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
284
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
285
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
286
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
287
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
288
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
289
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
290
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
291
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
292
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
293
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
294
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
295
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
296
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
297
- | data | null | No | The response data \| 响应数据 | None | None | None |
298
-
299
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-author-local-info"></a>
300
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_author_local_info`
301
-
302
- - Summary: 获取创作者位置信息/Get Author Local Info
303
- - Capabilities: creators
304
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
305
- - operationId: `get_author_local_info_api_v1_douyin_xingtu_v2_get_author_local_info_get`
306
-
307
- #### Notes
308
-
309
- > # [中文]
310
- > ### 用途:
311
- > - 获取创作者位置信息
312
- > - 价格:0.001$ / 次
313
- > ### 参数:
314
- > - o_author_id: 创作者ID
315
- > - platform_source: 平台来源,默认1
316
- > - platform_channel: 平台渠道,默认1
317
- > - time_range: 时间范围(天),默认30
318
- > ### 返回:
319
- > - 创作者位置信息数据
320
- >
321
- > # [English]
322
- > ### Purpose:
323
- > - Get creator/author location information
324
- > - Price: 0.001$ / time
325
- > ### Parameters:
326
- > - o_author_id: Creator/author ID
327
- > - platform_source: Platform source, default 1
328
- > - platform_channel: Platform channel, default 1
329
- > - time_range: Time range in days, default 30
330
- > ### Return:
331
- > - Creator location info data
332
- >
333
- > # [示例/Example]
334
- > o_author_id = "7146074596666507300"
335
-
336
- #### Parameters
337
-
338
- | Field | In | Type | Required | Description | Default | Example | Enum |
339
- | --- | --- | --- | --- | --- | --- | --- | --- |
340
- | o_author_id | query | string | Yes | 创作者ID/Creator author ID | None | 7146074596666507300 | None |
341
- | platform_source | query | integer | No | 平台来源/Platform source | 1 | 1 | None |
342
- | platform_channel | query | integer | No | 平台渠道/Platform channel | 1 | 1 | None |
343
- | time_range | query | integer | No | 时间范围(天)/Time range in days | 30 | 30 | None |
344
-
345
- #### Request Body
346
-
347
- None
348
-
349
- #### Success Response
350
-
351
- ##### `200 application/json`
352
-
353
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
354
-
355
- | Field | Type | Required | Description | Default | Example | Enum |
356
- | --- | --- | --- | --- | --- | --- | --- |
357
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
358
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
359
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
360
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
361
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
362
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
363
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
364
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
365
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
366
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
367
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
368
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
369
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
370
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
371
- | data | null | No | The response data \| 响应数据 | None | None | None |
372
-
373
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-author-market-fields"></a>
374
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_author_market_fields`
375
-
376
- - Summary: 获取达人广场筛选字段/Get Author Market Fields
377
- - Capabilities: creators
378
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
379
- - operationId: `get_author_market_fields_api_v1_douyin_xingtu_v2_get_author_market_fields_get`
380
-
381
- #### Notes
382
-
383
- > # [中文]
384
- > ### 用途:
385
- > - 获取达人广场所有筛选字段选项
386
- > - 价格:0.001$ / 次
387
- > ### 参数:
388
- > - market_scene: 市场场景,1=默认场景
389
- > ### 返回:
390
- > - 达人广场筛选字段数据
391
- >
392
- > # [English]
393
- > ### Purpose:
394
- > - Get all filter field options for the creator marketplace
395
- > - Price: 0.001$ / time
396
- > ### Parameters:
397
- > - market_scene: Market scene, 1=default
398
- > ### Return:
399
- > - Creator marketplace filter fields data
400
- >
401
- > # [示例/Example]
402
- > market_scene = 1
403
-
404
- #### Parameters
405
-
406
- | Field | In | Type | Required | Description | Default | Example | Enum |
407
- | --- | --- | --- | --- | --- | --- | --- | --- |
408
- | market_scene | query | integer | No | 市场场景,1=默认场景/Market scene, 1=default | 1 | 1 | None |
409
-
410
- #### Request Body
411
-
412
- None
413
-
414
- #### Success Response
415
-
416
- ##### `200 application/json`
417
-
418
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
419
-
420
- | Field | Type | Required | Description | Default | Example | Enum |
421
- | --- | --- | --- | --- | --- | --- | --- |
422
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
423
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
424
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
425
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
426
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
427
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
428
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
429
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
430
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
431
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
432
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
433
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
434
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
435
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
436
- | data | null | No | The response data \| 响应数据 | None | None | None |
437
-
438
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-author-show-items"></a>
439
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_author_show_items`
440
-
441
- - Summary: 获取创作者视频列表/Get Author Show Items
442
- - Capabilities: creators
443
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
444
- - operationId: `get_author_show_items_api_v1_douyin_xingtu_v2_get_author_show_items_get`
445
-
446
- #### Notes
447
-
448
- > # [中文]
449
- > ### 用途:
450
- > - 获取创作者视频列表
451
- > - 价格:0.001$ / 次
452
- > ### 参数:
453
- > - o_author_id: 创作者ID
454
- > - platform_source: 平台来源,默认1
455
- > - platform_channel: 平台渠道,默认1
456
- > - limit: 返回数量,默认10
457
- > - only_assign: 仅看指派视频(只针对星图视频生效),默认False
458
- > - flow_type: 流量类型,默认0
459
- > ### 返回:
460
- > - 创作者视频列表数据
461
- >
462
- > # [English]
463
- > ### Purpose:
464
- > - Get creator/author video list
465
- > - Price: 0.001$ / time
466
- > ### Parameters:
467
- > - o_author_id: Creator/author ID
468
- > - platform_source: Platform source, default 1
469
- > - platform_channel: Platform channel, default 1
470
- > - limit: Result limit, default 10
471
- > - only_assign: Only show assigned videos (only for XingTu videos), default False
472
- > - flow_type: Flow type, default 0
473
- > ### Return:
474
- > - Creator video list data
475
- >
476
- > # [示例/Example]
477
- > o_author_id = "7589271892177518598"
478
-
479
- #### Parameters
480
-
481
- | Field | In | Type | Required | Description | Default | Example | Enum |
482
- | --- | --- | --- | --- | --- | --- | --- | --- |
483
- | o_author_id | query | string | Yes | 创作者ID/Creator author ID | None | 7589271892177518598 | None |
484
- | platform_source | query | integer | No | 平台来源/Platform source | 1 | 1 | None |
485
- | platform_channel | query | integer | No | 平台渠道/Platform channel | 1 | 1 | None |
486
- | limit | query | integer | No | 返回数量/Result limit | 10 | 10 | None |
487
- | only_assign | query | boolean | No | 仅看指派视频/Only show assigned videos | false | false | None |
488
- | flow_type | query | integer | No | 流量类型/Flow type | 0 | 0 | None |
489
-
490
- #### Request Body
491
-
492
- None
493
-
494
- #### Success Response
495
-
496
- ##### `200 application/json`
497
-
498
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
499
-
500
- | Field | Type | Required | Description | Default | Example | Enum |
501
- | --- | --- | --- | --- | --- | --- | --- |
502
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
503
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
504
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
505
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
506
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
507
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
508
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
509
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
510
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
511
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
512
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
513
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
514
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
515
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
516
- | data | null | No | The response data \| 响应数据 | None | None | None |
517
-
518
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-author-spread-info"></a>
519
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_author_spread_info`
520
-
521
- - Summary: 获取创作者传播价值/Get Author Spread Info
522
- - Capabilities: creators
523
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
524
- - operationId: `get_author_spread_info_api_v1_douyin_xingtu_v2_get_author_spread_info_get`
525
-
526
- #### Notes
527
-
528
- > # [中文]
529
- > ### 用途:
530
- > - 获取创作者商业能力的传播价值信息
531
- > - 价格:0.001$ / 次
532
- > ### 参数:
533
- > - o_author_id: 创作者ID
534
- > - platform_source: 平台来源,默认1
535
- > - platform_channel: 平台渠道,默认1
536
- > - type: 视频类型,1=个人视频
537
- > - flow_type: 流量类型,默认0
538
- > - only_assign: 仅看指派视频,默认False
539
- > - range: 时间范围,2=近30天,3=近90天
540
- > ### 返回:
541
- > - 创作者传播价值数据
542
- >
543
- > # [English]
544
- > ### Purpose:
545
- > - Get creator/author spread value information (commercial capability)
546
- > - Price: 0.001$ / time
547
- > ### Parameters:
548
- > - o_author_id: Creator/author ID
549
- > - platform_source: Platform source, default 1
550
- > - platform_channel: Platform channel, default 1
551
- > - type: Video type, 1=personal video
552
- > - flow_type: Flow type, default 0
553
- > - only_assign: Only assigned videos, default False
554
- > - range: Time range, 2=last 30 days, 3=last 90 days
555
- > ### Return:
556
- > - Creator spread value data
557
- >
558
- > # [示例/Example]
559
- > o_author_id = "7589271892177518598"
560
- > range = 2
561
-
562
- #### Parameters
563
-
564
- | Field | In | Type | Required | Description | Default | Example | Enum |
565
- | --- | --- | --- | --- | --- | --- | --- | --- |
566
- | o_author_id | query | string | Yes | 创作者ID/Creator author ID | None | 7589271892177518598 | None |
567
- | platform_source | query | integer | No | 平台来源/Platform source | 1 | 1 | None |
568
- | platform_channel | query | integer | No | 平台渠道/Platform channel | 1 | 1 | None |
569
- | type | query | integer | No | 视频类型,1=个人视频/Video type, 1=personal video | 1 | 1 | None |
570
- | flow_type | query | integer | No | 流量类型/Flow type | 0 | 0 | None |
571
- | only_assign | query | boolean | No | 仅看指派视频/Only assigned videos | false | false | None |
572
- | range | query | integer | No | 时间范围,2=近30天,3=近90天/Time range, 2=last 30 days, 3=last 90 days | 2 | 2 | None |
573
-
574
- #### Request Body
575
-
576
- None
577
-
578
- #### Success Response
579
-
580
- ##### `200 application/json`
581
-
582
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
583
-
584
- | Field | Type | Required | Description | Default | Example | Enum |
585
- | --- | --- | --- | --- | --- | --- | --- |
586
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
587
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
588
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
589
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
590
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
591
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
592
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
593
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
594
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
595
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
596
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
597
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
598
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
599
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
600
- | data | null | No | The response data \| 响应数据 | None | None | None |
601
-
602
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-content-trend-guide"></a>
603
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_content_trend_guide`
604
-
605
- - Summary: 获取内容趋势指南/Get Content Trend Guide
606
- - Capabilities: trends / rankings
607
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
608
- - operationId: `get_content_trend_guide_api_v1_douyin_xingtu_v2_get_content_trend_guide_get`
609
-
610
- #### Notes
611
-
612
- > # [中文]
613
- > ### 用途:
614
- > - 获取内容趋势指南数据(CDN静态JSON,无需Cookie)
615
- > - 价格:0.001$ / 次
616
- > ### 返回:
617
- > - 内容趋势指南数据
618
- >
619
- > # [English]
620
- > ### Purpose:
621
- > - Get content trend guide data (CDN static JSON, no cookie needed)
622
- > - Price: 0.001$ / time
623
- > ### Return:
624
- > - Content trend guide data
625
-
626
- #### Parameters
627
-
628
- None
629
-
630
- #### Request Body
631
-
632
- None
633
-
634
- #### Success Response
635
-
636
- ##### `200 application/json`
637
-
638
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
639
-
640
- | Field | Type | Required | Description | Default | Example | Enum |
641
- | --- | --- | --- | --- | --- | --- | --- |
642
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
643
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
644
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
645
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
646
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
647
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
648
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
649
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
650
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
651
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
652
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
653
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
654
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
655
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
656
- | data | null | No | The response data \| 响应数据 | None | None | None |
657
-
658
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-demander-mcn-list"></a>
659
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_demander_mcn_list`
660
-
661
- - Summary: 搜索MCN机构列表/Get Demander MCN List
662
- - Capabilities: general
663
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
664
- - operationId: `get_demander_mcn_list_api_v1_douyin_xingtu_v2_get_demander_mcn_list_get`
665
-
666
- #### Notes
667
-
668
- > # [中文]
669
- > ### 用途:
670
- > - 搜索MCN机构列表
671
- > - 价格:0.001$ / 次
672
- > ### 参数:
673
- > - mcn_name: MCN机构名称,支持模糊搜索
674
- > - page: 页码,默认1
675
- > - limit: 每页数量,默认20
676
- > - order_by: 排序方式,`platform_scores`=平台评分
677
- > ### 返回:
678
- > - MCN机构列表数据
679
- >
680
- > # [English]
681
- > ### Purpose:
682
- > - Search MCN organization list
683
- > - Price: 0.001$ / time
684
- > ### Parameters:
685
- > - mcn_name: MCN name, supports fuzzy search
686
- > - page: Page number, default 1
687
- > - limit: Page size, default 20
688
- > - order_by: Sort by, `platform_scores`=platform scores
689
- > ### Return:
690
- > - MCN organization list data
691
- >
692
- > # [示例/Example]
693
- > mcn_name = ""
694
- > page = 1
695
- > limit = 20
696
-
697
- #### Parameters
698
-
699
- | Field | In | Type | Required | Description | Default | Example | Enum |
700
- | --- | --- | --- | --- | --- | --- | --- | --- |
701
- | mcn_name | query | string | No | MCN机构名称,支持模糊搜索/MCN name, supports fuzzy search | None | None | None |
702
- | page | query | integer | No | 页码/Page number | 1 | 1 | None |
703
- | limit | query | integer | No | 每页数量/Page size | 20 | 20 | None |
704
- | order_by | query | string | No | 排序方式/Sort by | platform_scores | platform_scores | None |
705
-
706
- #### Request Body
707
-
708
- None
709
-
710
- #### Success Response
711
-
712
- ##### `200 application/json`
713
-
714
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
715
-
716
- | Field | Type | Required | Description | Default | Example | Enum |
717
- | --- | --- | --- | --- | --- | --- | --- |
718
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
719
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
720
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
721
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
722
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
723
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
724
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
725
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
726
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
727
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
728
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
729
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
730
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
731
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
732
- | data | null | No | The response data \| 响应数据 | None | None | None |
733
-
734
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-excellent-case-category-list"></a>
735
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_excellent_case_category_list`
736
-
737
- - Summary: 获取优秀行业分类列表/Get Excellent Case Category List
738
- - Capabilities: general
739
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
740
- - operationId: `get_excellent_case_category_list_api_v1_douyin_xingtu_v2_get_excellent_case_category_list_get`
741
-
742
- #### Notes
743
-
744
- > # [中文]
745
- > ### 用途:
746
- > - 获取连接用户漏斗中的优秀行业分类列表
747
- > - 价格:0.001$ / 次
748
- > ### 参数:
749
- > - platform_source: 平台来源,默认1
750
- > ### 返回:
751
- > - 优秀行业分类列表数据
752
- >
753
- > # [English]
754
- > ### Purpose:
755
- > - Get the excellent case category list in the user connection funnel
756
- > - Price: 0.001$ / time
757
- > ### Parameters:
758
- > - platform_source: Platform source, default 1
759
- > ### Return:
760
- > - Excellent case category list data
761
- >
762
- > # [示例/Example]
763
- > platform_source = 1
764
-
765
- #### Parameters
766
-
767
- | Field | In | Type | Required | Description | Default | Example | Enum |
768
- | --- | --- | --- | --- | --- | --- | --- | --- |
769
- | platform_source | query | integer | No | 平台来源/Platform source | 1 | 1 | None |
770
-
771
- #### Request Body
772
-
773
- None
774
-
775
- #### Success Response
776
-
777
- ##### `200 application/json`
778
-
779
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
780
-
781
- | Field | Type | Required | Description | Default | Example | Enum |
782
- | --- | --- | --- | --- | --- | --- | --- |
783
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
784
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
785
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
786
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
787
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
788
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
789
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
790
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
791
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
792
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
793
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
794
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
795
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
796
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
797
- | data | null | No | The response data \| 响应数据 | None | None | None |
798
-
799
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-ip-activity-detail"></a>
800
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_ip_activity_detail`
801
-
802
- - Summary: 获取星图IP活动详情/Get IP Activity Detail
803
- - Capabilities: details
804
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
805
- - operationId: `get_ip_activity_detail_api_v1_douyin_xingtu_v2_get_ip_activity_detail_get`
806
-
807
- #### Notes
808
-
809
- > # [中文]
810
- > ### 用途:
811
- > - 获取星图IP日历活动详情
812
- > - 价格:0.001$ / 次
813
- > ### 参数:
814
- > - id: 活动ID,从`get_ip_activity_list`获取
815
- > ### 返回:
816
- > - IP活动详情数据
817
- >
818
- > # [English]
819
- > ### Purpose:
820
- > - Get XingTu IP calendar activity detail
821
- > - Price: 0.001$ / time
822
- > ### Parameters:
823
- > - id: Activity ID, from `get_ip_activity_list`
824
- > ### Return:
825
- > - IP activity detail data
826
- >
827
- > # [示例/Example]
828
- > id = 347
829
-
830
- #### Parameters
831
-
832
- | Field | In | Type | Required | Description | Default | Example | Enum |
833
- | --- | --- | --- | --- | --- | --- | --- | --- |
834
- | id | query | integer | Yes | 活动ID,从get_ip_activity_list获取/Activity ID from get_ip_activity_list | None | 347 | None |
835
-
836
- #### Request Body
837
-
838
- None
839
-
840
- #### Success Response
841
-
842
- ##### `200 application/json`
843
-
844
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
845
-
846
- | Field | Type | Required | Description | Default | Example | Enum |
847
- | --- | --- | --- | --- | --- | --- | --- |
848
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
849
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
850
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
851
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
852
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
853
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
854
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
855
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
856
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
857
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
858
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
859
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
860
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
861
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
862
- | data | null | No | The response data \| 响应数据 | None | None | None |
863
-
864
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-ip-activity-industry-list"></a>
865
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_ip_activity_industry_list`
866
-
867
- - Summary: 获取星图IP日历行业列表/Get IP Activity Industry List
868
- - Capabilities: general
869
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
870
- - operationId: `get_ip_activity_industry_list_api_v1_douyin_xingtu_v2_get_ip_activity_industry_list_get`
871
-
872
- #### Notes
873
-
874
- > # [中文]
875
- > ### 用途:
876
- > - 获取星图IP日历的行业列表
877
- > - 价格:0.001$ / 次
878
- > ### 返回:
879
- > - 行业列表数据
880
- >
881
- > # [English]
882
- > ### Purpose:
883
- > - Get the industry list for XingTu IP calendar
884
- > - Price: 0.001$ / time
885
- > ### Return:
886
- > - Industry list data
887
-
888
- #### Parameters
889
-
890
- None
891
-
892
- #### Request Body
893
-
894
- None
895
-
896
- #### Success Response
897
-
898
- ##### `200 application/json`
899
-
900
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
901
-
902
- | Field | Type | Required | Description | Default | Example | Enum |
903
- | --- | --- | --- | --- | --- | --- | --- |
904
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
905
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
906
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
907
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
908
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
909
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
910
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
911
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
912
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
913
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
914
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
915
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
916
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
917
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
918
- | data | null | No | The response data \| 响应数据 | None | None | None |
919
-
920
- <a id="post-api-u1-v1-douyin-xingtu-v2-get-ip-activity-list"></a>
921
- ### `POST /api/u1/v1/douyin/xingtu_v2/get_ip_activity_list`
922
-
923
- - Summary: 获取星图IP日历活动列表/Get IP Activity List
924
- - Capabilities: general
925
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
926
- - operationId: `get_ip_activity_list_api_v1_douyin_xingtu_v2_get_ip_activity_list_post`
927
-
928
- #### Notes
929
-
930
- > # [中文]
931
- > ### 用途:
932
- > - 获取星图IP日历活动列表
933
- > - 价格:0.001$ / 次
934
- > ### 参数:
935
- > - query_start_time: 查询开始时间戳,如`1767196800`
936
- > - query_end_time: 查询结束时间戳,如`1774972799`
937
- > - industry_id_list (可选): 行业ID列表,从`get_ip_activity_industry_list`获取
938
- > - 例:`["1930"]`=美妆, `["1901"]`=3C及电器, `["1903"]`=食品饮料
939
- > - category_list (可选): IP类型列表
940
- > - 1=星图大事件, 2=电商节点, 3=情绪节点, 4=创意营销, 5=行业活动
941
- > - status_list (可选): IP状态列表
942
- > - 40=筹备中, 50=招商中, 30=资源上线, 20=已结束
943
- > ### 返回:
944
- > - IP日历活动列表数据
945
- >
946
- > # [English]
947
- > ### Purpose:
948
- > - Get XingTu IP calendar activity list
949
- > - Price: 0.001$ / time
950
- > ### Parameters:
951
- > - query_start_time: Query start timestamp, e.g. `1767196800`
952
- > - query_end_time: Query end timestamp, e.g. `1774972799`
953
- > - industry_id_list (optional): Industry ID list from `get_ip_activity_industry_list`
954
- > - Example: `["1930"]`=Beauty, `["1901"]`=3C & Electronics, `["1903"]`=Food & Beverage
955
- > - category_list (optional): IP category list
956
- > - 1=XingTu Big Event, 2=E-commerce Node, 3=Emotion Node, 4=Creative Marketing, 5=Industry Activity
957
- > - status_list (optional): IP status list
958
- > - 40=Preparing, 50=Recruiting, 30=Resources Online, 20=Ended
959
- > ### Return:
960
- > - IP calendar activity list data
961
- >
962
- > # [示例/Example]
963
- > query_start_time = "1767196800"
964
- > query_end_time = "1774972799"
965
-
966
- #### Parameters
967
-
968
- None
969
-
970
- #### Request Body
971
-
972
- - required: Yes
973
-
974
- ##### `application/json`
975
-
976
- - Schema summary: `query_start_time*`:string, `query_end_time*`:string, `industry_id_list`[string], `category_list`[integer], `status_list`[integer]
977
-
978
- | Field | Type | Required | Description | Default | Example | Enum |
979
- | --- | --- | --- | --- | --- | --- | --- |
980
- | query_start_time | string | Yes | 查询开始时间戳/Query start timestamp | None | None | None |
981
- | query_end_time | string | Yes | 查询结束时间戳/Query end timestamp | None | None | None |
982
- | industry_id_list | array<string> | No | 行业ID列表/Industry ID list | None | None | None |
983
- | category_list | array<integer> | No | IP类型列表/IP category list | None | None | None |
984
- | status_list | array<integer> | No | IP状态列表/IP status list | None | None | None |
985
-
986
- #### Success Response
987
-
988
- ##### `200 application/json`
989
-
990
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
991
-
992
- | Field | Type | Required | Description | Default | Example | Enum |
993
- | --- | --- | --- | --- | --- | --- | --- |
994
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
995
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
996
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
997
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
998
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
999
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1000
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1001
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1002
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1003
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1004
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1005
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1006
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1007
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1008
- | data | null | No | The response data \| 响应数据 | None | None | None |
1009
-
1010
- <a id="post-api-u1-v1-douyin-xingtu-v2-get-playlet-actor-rank-catalog"></a>
1011
- ### `POST /api/u1/v1/douyin/xingtu_v2/get_playlet_actor_rank_catalog`
1012
-
1013
- - Summary: 获取短剧演员热榜分类/Get Playlet Actor Rank Catalog
1014
- - Capabilities: general
1015
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1016
- - operationId: `get_playlet_actor_rank_catalog_api_v1_douyin_xingtu_v2_get_playlet_actor_rank_catalog_post`
1017
-
1018
- #### Notes
1019
-
1020
- > # [中文]
1021
- > ### 用途:
1022
- > - 获取短剧演员热榜分类列表
1023
- > - 价格:0.001$ / 次
1024
- > ### 返回:
1025
- > - 短剧演员热榜分类数据
1026
- >
1027
- > # [English]
1028
- > ### Purpose:
1029
- > - Get XingTu playlet actor ranking catalog
1030
- > - Price: 0.001$ / time
1031
- > ### Return:
1032
- > - Playlet actor ranking catalog data
1033
-
1034
- #### Parameters
1035
-
1036
- None
1037
-
1038
- #### Request Body
1039
-
1040
- None
1041
-
1042
- #### Success Response
1043
-
1044
- ##### `200 application/json`
1045
-
1046
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1047
-
1048
- | Field | Type | Required | Description | Default | Example | Enum |
1049
- | --- | --- | --- | --- | --- | --- | --- |
1050
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1051
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1052
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1053
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1054
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1055
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1056
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1057
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1058
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1059
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1060
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1061
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1062
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1063
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1064
- | data | null | No | The response data \| 响应数据 | None | None | None |
1065
-
1066
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-playlet-actor-rank-list"></a>
1067
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_playlet_actor_rank_list`
1068
-
1069
- - Summary: 获取短剧演员热榜/Get Playlet Actor Rank List
1070
- - Capabilities: general
1071
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1072
- - operationId: `get_playlet_actor_rank_list_api_v1_douyin_xingtu_v2_get_playlet_actor_rank_list_get`
1073
-
1074
- #### Notes
1075
-
1076
- > # [中文]
1077
- > ### 用途:
1078
- > - 获取短剧演员热榜数据
1079
- > - 价格:0.001$ / 次
1080
- > ### 参数:
1081
- > - category: 分类,默认`playlet_actor_list`
1082
- > - name: 榜单名称,`playlet_actor_composite_list`=综合榜
1083
- > - qualifier: 达人类型,空字符串=不限
1084
- > - period: 统计周期,7=周榜,30=月榜
1085
- > - date: 统计日期,格式YYYYMMDD
1086
- > - limit: 返回数量,默认100
1087
- > ### 返回:
1088
- > - 短剧演员热榜数据
1089
- >
1090
- > # [English]
1091
- > ### Purpose:
1092
- > - Get XingTu playlet actor ranking list data
1093
- > - Price: 0.001$ / time
1094
- > ### Parameters:
1095
- > - category: Category, default `playlet_actor_list`
1096
- > - name: Ranking name, `playlet_actor_composite_list`=composite list
1097
- > - qualifier: Actor type, empty=all
1098
- > - period: 7=weekly, 30=monthly
1099
- > - date: Date, format YYYYMMDD
1100
- > - limit: Result limit, default 100
1101
- > ### Return:
1102
- > - Playlet actor ranking data
1103
- >
1104
- > # [示例/Example]
1105
- > category = "playlet_actor_list"
1106
- > name = "playlet_actor_composite_list"
1107
- > period = 30
1108
- > date = "20251130"
1109
- > limit = 100
1110
-
1111
- #### Parameters
1112
-
1113
- | Field | In | Type | Required | Description | Default | Example | Enum |
1114
- | --- | --- | --- | --- | --- | --- | --- | --- |
1115
- | category | query | string | No | 分类/Category | playlet_actor_list | playlet_actor_list | None |
1116
- | name | query | string | No | 榜单名称/Ranking name | playlet_actor_composite_list | playlet_actor_composite_list | None |
1117
- | qualifier | query | string | No | 达人类型,空字符串=不限/Actor type, empty=all | None | None | None |
1118
- | period | query | integer | No | 统计周期,7=周榜,30=月榜/Period, 7=weekly, 30=monthly | 30 | 30 | None |
1119
- | date | query | string | No | 统计日期,格式YYYYMMDD/Date, format YYYYMMDD | 20251130 | 20251130 | None |
1120
- | limit | query | integer | No | 返回数量/Result limit | 100 | 100 | None |
1121
-
1122
- #### Request Body
1123
-
1124
- None
1125
-
1126
- #### Success Response
1127
-
1128
- ##### `200 application/json`
1129
-
1130
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1131
-
1132
- | Field | Type | Required | Description | Default | Example | Enum |
1133
- | --- | --- | --- | --- | --- | --- | --- |
1134
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1135
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1136
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1137
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1138
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1139
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1140
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1141
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1142
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1143
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1144
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1145
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1146
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1147
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1148
- | data | null | No | The response data \| 响应数据 | None | None | None |
1149
-
1150
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-ranking-list-catalog"></a>
1151
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_ranking_list_catalog`
1152
-
1153
- - Summary: 获取星图热榜分类/Get Ranking List Catalog
1154
- - Capabilities: general
1155
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1156
- - operationId: `get_ranking_list_catalog_api_v1_douyin_xingtu_v2_get_ranking_list_catalog_get`
1157
-
1158
- #### Notes
1159
-
1160
- > # [中文]
1161
- > ### 用途:
1162
- > - 获取星图热榜分类列表,返回qualifier_id等分类信息
1163
- > - 价格:0.001$ / 次
1164
- > ### 参数:
1165
- > - codes: 分类代码,默认为空字符串
1166
- > - biz_scene: 业务场景
1167
- > - `douyin_flow_split_video_author_ranks`: 短视频达人热榜
1168
- > - `douyin_flow_split_live_author_ranks`: 直播达人热榜
1169
- > ### 返回:
1170
- > - 热榜分类数据
1171
- >
1172
- > # [English]
1173
- > ### Purpose:
1174
- > - Get XingTu hot ranking list catalog, returns qualifier_id and other category information
1175
- > - Price: 0.001$ / time
1176
- > ### Parameters:
1177
- > - codes: Classification codes, default is empty string
1178
- > - biz_scene: Business scene
1179
- > - `douyin_flow_split_video_author_ranks`: Video creator ranking
1180
- > - `douyin_flow_split_live_author_ranks`: Live streamer ranking
1181
- > ### Return:
1182
- > - Hot ranking catalog data
1183
- >
1184
- > # [示例/Example]
1185
- > codes = ""
1186
- > biz_scene = "douyin_flow_split_video_author_ranks"
1187
-
1188
- #### Parameters
1189
-
1190
- | Field | In | Type | Required | Description | Default | Example | Enum |
1191
- | --- | --- | --- | --- | --- | --- | --- | --- |
1192
- | codes | query | string | No | 分类代码,默认为空字符串/Classification codes, default is empty string | None | None | None |
1193
- | biz_scene | query | string | No | 业务场景/Business scene | douyin_flow_split_video_author_ranks | douyin_flow_split_video_author_ranks | None |
1194
-
1195
- #### Request Body
1196
-
1197
- None
1198
-
1199
- #### Success Response
1200
-
1201
- ##### `200 application/json`
1202
-
1203
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1204
-
1205
- | Field | Type | Required | Description | Default | Example | Enum |
1206
- | --- | --- | --- | --- | --- | --- | --- |
1207
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1208
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1209
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1210
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1211
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1212
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1213
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1214
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1215
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1216
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1217
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1218
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1219
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1220
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1221
- | data | null | No | The response data \| 响应数据 | None | None | None |
1222
-
1223
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-ranking-list-data"></a>
1224
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_ranking_list_data`
1225
-
1226
- - Summary: 获取星图达人商业榜数据/Get Ranking List Data
1227
- - Capabilities: general
1228
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1229
- - operationId: `get_ranking_list_data_api_v1_douyin_xingtu_v2_get_ranking_list_data_get`
1230
-
1231
- #### Notes
1232
-
1233
- > # [中文]
1234
- > ### 用途:
1235
- > - 获取星图达人商业榜数据
1236
- > - qualifier可以从`get_ranking_list_catalog`接口获取
1237
- > - 价格:0.001$ / 次
1238
- > ### 参数:
1239
- > - code: 榜单类型代码
1240
- > - 短视频-达人商业榜: 1=品牌优选榜, 2=A3种草榜, 3=看后搜榜, 4=带货榜, 5=投流榜, 6=高潜榜
1241
- > - 短视频-达人内容榜: 17=涨粉黑马榜, 18=头部必选榜
1242
- > - 直播达人榜-主播类型: 23=游戏主播, 30=其他主播, 37=带货主播 (version=base)
1243
- > - 直播达人榜-榜单类型: 23=游戏行业品牌优选榜, 24=非游戏行业品牌优选榜, 25=组件点击榜, 26=下载转化榜, 27=线索收集榜, 28=投流榜, 29=高潜榜
1244
- > - qualifier: 榜单分类ID,从`get_ranking_list_catalog`获取
1245
- > - version: 版本,`flow_split`=短视频榜单默认,`base`=直播榜单常用
1246
- > - period: 统计周期,7=周榜,30=月榜
1247
- > - date: 统计日期,格式YYYYMMDD
1248
- > - limit: 返回数量,默认100
1249
- > ### 返回:
1250
- > - 达人商业榜数据
1251
- >
1252
- > # [English]
1253
- > ### Purpose:
1254
- > - Get XingTu creator business ranking list data
1255
- > - qualifier can be obtained from `get_ranking_list_catalog` API
1256
- > - Price: 0.001$ / time
1257
- > ### Parameters:
1258
- > - code: Ranking type code
1259
- > - Video business ranking: 1=Brand Premium, 2=A3 Seeding, 3=Search After Watch, 4=E-commerce, 5=Ad Flow, 6=High Potential
1260
- > - Video content ranking: 17=Follower Growth Dark Horse, 18=Top Must-Pick
1261
- > - Live streamer type: 23=Game Streamer, 30=Other Streamer, 37=E-commerce Streamer (version=base)
1262
- > - Live ranking type: 23=Game Brand Premium, 24=Non-game Brand Premium, 25=Component Click, 26=Download Conversion, 27=Lead Collection, 28=Ad Flow, 29=High Potential
1263
- > - qualifier: Category qualifier_id from `get_ranking_list_catalog`
1264
- > - version: `flow_split`=default for video rankings, `base`=commonly used for live rankings
1265
- > - period: 7=weekly, 30=monthly
1266
- > - date: Date, format YYYYMMDD
1267
- > - limit: Result limit, default 100
1268
- > ### Return:
1269
- > - Creator business ranking data
1270
- >
1271
- > # [示例/Example]
1272
- > code = 1
1273
- > qualifier = "1901"
1274
- > version = "flow_split"
1275
- > period = 30
1276
- > date = "20260131"
1277
- > limit = 100
1278
-
1279
- #### Parameters
1280
-
1281
- | Field | In | Type | Required | Description | Default | Example | Enum |
1282
- | --- | --- | --- | --- | --- | --- | --- | --- |
1283
- | code | query | integer | No | 榜单类型代码/Ranking type code | 1 | 1 | None |
1284
- | qualifier | query | string | No | 榜单分类ID,从get_ranking_list_catalog获取/Category qualifier_id | 1901 | 1901 | None |
1285
- | version | query | string | No | 版本/Version | flow_split | flow_split | None |
1286
- | period | query | integer | No | 统计周期,7=周榜,30=月榜/Period, 7=weekly, 30=monthly | 30 | 30 | None |
1287
- | date | query | string | No | 统计日期,格式YYYYMMDD/Date, format YYYYMMDD | 20260131 | 20260131 | None |
1288
- | limit | query | integer | No | 返回数量/Result limit | 100 | 100 | None |
1289
-
1290
- #### Request Body
1291
-
1292
- None
1293
-
1294
- #### Success Response
1295
-
1296
- ##### `200 application/json`
1297
-
1298
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1299
-
1300
- | Field | Type | Required | Description | Default | Example | Enum |
1301
- | --- | --- | --- | --- | --- | --- | --- |
1302
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1303
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1304
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1305
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1306
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1307
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1308
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1309
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1310
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1311
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1312
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1313
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1314
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1315
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1316
- | data | null | No | The response data \| 响应数据 | None | None | None |
1317
-
1318
- <a id="post-api-u1-v1-douyin-xingtu-v2-get-recommend-for-star-authors"></a>
1319
- ### `POST /api/u1/v1/douyin/xingtu_v2/get_recommend_for_star_authors`
1320
-
1321
- - Summary: 获取相似创作者推荐/Get Recommend Similar Star Authors
1322
- - Capabilities: creators
1323
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1324
- - operationId: `get_recommend_for_star_authors_api_v1_douyin_xingtu_v2_get_recommend_for_star_authors_post`
1325
-
1326
- #### Notes
1327
-
1328
- > # [中文]
1329
- > ### 用途:
1330
- > - 获取相似创作者推荐
1331
- > - 价格:0.001$ / 次
1332
- > ### 参数:
1333
- > - author_ids: 创作者ID列表
1334
- > - similar_type: 相似类型
1335
- > - `comprehension`: 综合相似
1336
- > - `content`: 内容相似
1337
- > - `audience`: 用户相似
1338
- > - `commercial`: 商业能力相似
1339
- > - page: 页码,默认1
1340
- > - limit: 每页数量,默认12
1341
- > ### 返回:
1342
- > - 相似创作者推荐数据
1343
- >
1344
- > # [English]
1345
- > ### Purpose:
1346
- > - Get similar creator recommendation
1347
- > - Price: 0.001$ / time
1348
- > ### Parameters:
1349
- > - author_ids: List of creator/author IDs
1350
- > - similar_type: Similarity type
1351
- > - `comprehension`: Comprehensive similarity
1352
- > - `content`: Content similarity
1353
- > - `audience`: Audience similarity
1354
- > - `commercial`: Commercial capability similarity
1355
- > - page: Page number, default 1
1356
- > - limit: Page size, default 12
1357
- > ### Return:
1358
- > - Similar creator recommendation data
1359
- >
1360
- > # [示例/Example]
1361
- > author_ids = ["7589271892177518598"]
1362
- > similar_type = "content"
1363
-
1364
- #### Parameters
1365
-
1366
- None
1367
-
1368
- #### Request Body
1369
-
1370
- - required: Yes
1371
-
1372
- ##### `application/json`
1373
-
1374
- - Schema summary: `author_ids*`[string], `similar_type`:string, `page`:integer, `limit`:integer
1375
-
1376
- | Field | Type | Required | Description | Default | Example | Enum |
1377
- | --- | --- | --- | --- | --- | --- | --- |
1378
- | author_ids | array<string> | Yes | 创作者ID列表/List of creator author IDs | None | None | None |
1379
- | similar_type | string | No | 相似类型/Similarity type | content | None | None |
1380
- | page | integer | No | 页码/Page number | 1 | None | None |
1381
- | limit | integer | No | 每页数量/Page size | 12 | None | None |
1382
-
1383
- #### Success Response
1384
-
1385
- ##### `200 application/json`
1386
-
1387
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1388
-
1389
- | Field | Type | Required | Description | Default | Example | Enum |
1390
- | --- | --- | --- | --- | --- | --- | --- |
1391
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1392
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1393
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1394
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1395
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1396
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1397
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1398
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1399
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1400
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1401
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1402
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1403
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1404
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1405
- | data | null | No | The response data \| 响应数据 | None | None | None |
1406
-
1407
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-resource-list"></a>
1408
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_resource_list`
1409
-
1410
- - Summary: 获取营销活动案例/Get Resource List
1411
- - Capabilities: general
1412
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1413
- - operationId: `get_resource_list_api_v1_douyin_xingtu_v2_get_resource_list_get`
1414
-
1415
- #### Notes
1416
-
1417
- > # [中文]
1418
- > ### 用途:
1419
- > - 获取营销活动案例列表
1420
- > - 价格:0.001$ / 次
1421
- > ### 参数:
1422
- > - resource_id: 资源ID
1423
- > ### 返回:
1424
- > - 营销活动案例数据
1425
- >
1426
- > # [English]
1427
- > ### Purpose:
1428
- > - Get marketing activity resource list
1429
- > - Price: 0.001$ / time
1430
- > ### Parameters:
1431
- > - resource_id: Resource ID
1432
- > ### Return:
1433
- > - Marketing activity resource data
1434
- >
1435
- > # [示例/Example]
1436
- > resource_id = 1052
1437
-
1438
- #### Parameters
1439
-
1440
- | Field | In | Type | Required | Description | Default | Example | Enum |
1441
- | --- | --- | --- | --- | --- | --- | --- | --- |
1442
- | resource_id | query | integer | Yes | 资源ID/Resource ID | None | 1052 | None |
1443
-
1444
- #### Request Body
1445
-
1446
- None
1447
-
1448
- #### Success Response
1449
-
1450
- ##### `200 application/json`
1451
-
1452
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1453
-
1454
- | Field | Type | Required | Description | Default | Example | Enum |
1455
- | --- | --- | --- | --- | --- | --- | --- |
1456
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1457
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1458
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1459
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1460
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1461
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1462
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1463
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1464
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1465
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1466
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1467
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1468
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1469
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1470
- | data | null | No | The response data \| 响应数据 | None | None | None |
1471
-
1472
- <a id="get-api-u1-v1-douyin-xingtu-v2-get-user-profile-qrcode"></a>
1473
- ### `GET /api/u1/v1/douyin/xingtu_v2/get_user_profile_qrcode`
1474
-
1475
- - Summary: 获取用户主页二维码/Get User Profile QRCode
1476
- - Capabilities: profiles / accounts
1477
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1478
- - operationId: `get_user_profile_qrcode_api_v1_douyin_xingtu_v2_get_user_profile_qrcode_get`
1479
-
1480
- #### Notes
1481
-
1482
- > # [中文]
1483
- > ### 用途:
1484
- > - 生成用户主页二维码
1485
- > - core_user_id和sec_uid二选一传入即可
1486
- > - 价格:0.001$ / 次
1487
- > ### 参数:
1488
- > - core_user_id: 用户核心ID(与sec_uid二选一)
1489
- > - sec_uid: 用户sec_uid(与core_user_id二选一)
1490
- > ### 返回:
1491
- > - 用户主页二维码数据
1492
- >
1493
- > # [English]
1494
- > ### Purpose:
1495
- > - Generate user profile QR code
1496
- > - Either core_user_id or sec_uid is required
1497
- > - Price: 0.001$ / time
1498
- > ### Parameters:
1499
- > - core_user_id: User core ID (pick one with sec_uid)
1500
- > - sec_uid: User sec_uid (pick one with core_user_id)
1501
- > ### Return:
1502
- > - User profile QR code data
1503
- >
1504
- > # [示例/Example]
1505
- > core_user_id = "1113181577281568"
1506
-
1507
- #### Parameters
1508
-
1509
- | Field | In | Type | Required | Description | Default | Example | Enum |
1510
- | --- | --- | --- | --- | --- | --- | --- | --- |
1511
- | core_user_id | query | string | No | 用户核心ID(与sec_uid二选一)/User core ID (pick one with sec_uid) | None | 1113181577281568 | None |
1512
- | sec_uid | query | string | No | 用户sec_uid(与core_user_id二选一)/User sec_uid (pick one with core_user_id) | None | None | None |
1513
-
1514
- #### Request Body
1515
-
1516
- None
1517
-
1518
- #### Success Response
1519
-
1520
- ##### `200 application/json`
1521
-
1522
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1523
-
1524
- | Field | Type | Required | Description | Default | Example | Enum |
1525
- | --- | --- | --- | --- | --- | --- | --- |
1526
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1527
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1528
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1529
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1530
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1531
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1532
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1533
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1534
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1535
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1536
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1537
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1538
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1539
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1540
- | data | null | No | The response data \| 响应数据 | None | None | None |