@tikomni/skills 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,897 @@
1
+ # Threads-Web-API Full Contract
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Back to route summary: [`api-tags/threads-web-api.md`](../api-tags/threads-web-api.md)
5
+ - Current contract file: `api-contracts/threads-web-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: `11`
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: **(Threads Web数据接口/Threads-Web-API endpoints)**
12
+
13
+ ## Route Contracts
14
+
15
+ <a id="get-api-u1-v1-threads-web-fetch-post-comments"></a>
16
+ ### `GET /api/u1/v1/threads/web/fetch_post_comments`
17
+
18
+ - Summary: 获取帖子评论/Get post comments
19
+ - Capabilities: comments / content details
20
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
+ - operationId: `fetch_post_comments_api_v1_threads_web_fetch_post_comments_get`
22
+
23
+ #### Notes
24
+
25
+ > # [中文]
26
+ > ### 用途:
27
+ > - 获取Threads帖子评论列表
28
+ > - 价格:0.002$ / 次
29
+ > ### 参数:
30
+ > - post_id: 帖子ID,例如:3390920896561588969
31
+ > - end_cursor: 分页游标(可选),用于获取下一页数据
32
+ > ### 返回:
33
+ > - 帖子评论列表数据,包含:
34
+ > - comments: 评论列表
35
+ > - next_cursor: 下一页游标
36
+ > - has_more: 是否有更多数据
37
+ >
38
+ > # [English]
39
+ > ### Purpose:
40
+ > - Get Threads post comments list
41
+ > - Price: 0.002$ / time
42
+ > ### Parameters:
43
+ > - post_id: Post ID, for example: 3390920896561588969
44
+ > - end_cursor: Pagination cursor (optional), used to get next page data
45
+ > ### Return:
46
+ > - Post comments list data, including:
47
+ > - comments: Comment list
48
+ > - next_cursor: Next page cursor
49
+ > - has_more: Has more data
50
+ >
51
+ > # [示例/Example]
52
+ > post_id = "3390920896561588969"
53
+ > end_cursor = None # or a cursor string from previous response
54
+
55
+ #### Parameters
56
+
57
+ | Field | In | Type | Required | Description | Default | Example | Enum |
58
+ | --- | --- | --- | --- | --- | --- | --- | --- |
59
+ | post_id | query | string | Yes | 帖子ID/Post ID | None | 3390920896561588969 | None |
60
+ | end_cursor | query | string | No | 分页游标/Pagination cursor (optional) | None | None | None |
61
+
62
+ #### Request Body
63
+
64
+ None
65
+
66
+ #### Success Response
67
+
68
+ ##### `200 application/json`
69
+
70
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
71
+
72
+ | Field | Type | Required | Description | Default | Example | Enum |
73
+ | --- | --- | --- | --- | --- | --- | --- |
74
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
75
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
76
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
77
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
78
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
79
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
80
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
81
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
82
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
83
+ | 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 |
84
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
85
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
86
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
87
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
88
+ | data | null | No | The response data \| 响应数据 | None | None | None |
89
+
90
+ <a id="get-api-u1-v1-threads-web-fetch-post-detail"></a>
91
+ ### `GET /api/u1/v1/threads/web/fetch_post_detail`
92
+
93
+ - Summary: 获取帖子详情/Get post detail
94
+ - Capabilities: content details / details
95
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
96
+ - operationId: `fetch_post_detail_api_v1_threads_web_fetch_post_detail_get`
97
+
98
+ #### Notes
99
+
100
+ > # [中文]
101
+ > ### 用途:
102
+ > - 获取Threads帖子详情
103
+ > - 价格:0.002$ / 次
104
+ > ### 参数:
105
+ > - post_id: 帖子ID(纯数字),例如:3349029093483693129,可以从其他接口获取,如果是使用URL获取,去调用 /fetch_post_detail_v2 接口。
106
+ > ### 返回:
107
+ > - 帖子详情数据,包含:
108
+ > - id: 帖子ID
109
+ > - text: 帖子文本内容
110
+ > - user: 发布者信息
111
+ > - image_versions2: 图片信息
112
+ > - video_versions: 视频信息
113
+ > - like_count: 点赞数
114
+ > - text_post_app_info: 帖子应用信息
115
+ > - 等等...
116
+ >
117
+ > # [English]
118
+ > ### Purpose:
119
+ > - Get Threads post detail
120
+ > - Price: 0.002$ / time
121
+ > ### Parameters:
122
+ > - post_id: Post ID (numeric only), for example: 3349029093483693129, can be obtained from other APIs. If using URL to get, call /fetch_post_detail_v2 API.
123
+ > ### Return:
124
+ > - Post detail data, including:
125
+ > - id: Post ID
126
+ > - text: Post text content
127
+ > - user: Publisher information
128
+ > - image_versions2: Image information
129
+ > - video_versions: Video information
130
+ > - like_count: Like count
131
+ > - text_post_app_info: Post app information
132
+ > - etc...
133
+ >
134
+ > # [示例/Example]
135
+ > post_id = "3349029093483693129"
136
+
137
+ #### Parameters
138
+
139
+ | Field | In | Type | Required | Description | Default | Example | Enum |
140
+ | --- | --- | --- | --- | --- | --- | --- | --- |
141
+ | post_id | query | string | Yes | 帖子ID/Post ID | None | 3349029093483693129 | None |
142
+
143
+ #### Request Body
144
+
145
+ None
146
+
147
+ #### Success Response
148
+
149
+ ##### `200 application/json`
150
+
151
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
152
+
153
+ | Field | Type | Required | Description | Default | Example | Enum |
154
+ | --- | --- | --- | --- | --- | --- | --- |
155
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
156
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
157
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
158
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
159
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
160
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
161
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
162
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
163
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
164
+ | 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 |
165
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
166
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
167
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
168
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
169
+ | data | null | No | The response data \| 响应数据 | None | None | None |
170
+
171
+ <a id="get-api-u1-v1-threads-web-fetch-post-detail-v2"></a>
172
+ ### `GET /api/u1/v1/threads/web/fetch_post_detail_v2`
173
+
174
+ - Summary: 获取帖子详情 V2(支持链接)/Get post detail V2(supports URL)
175
+ - Capabilities: content details / details
176
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
177
+ - operationId: `fetch_post_detail_v2_api_v1_threads_web_fetch_post_detail_v2_get`
178
+
179
+ #### Notes
180
+
181
+ > # [中文]
182
+ > ### 用途:
183
+ > - 获取Threads帖子详情(支持短代码和完整URL)
184
+ > - 价格:0.002$ / 次
185
+ > ### 参数:
186
+ > - post_id: 帖子短代码(可选),例如:DPVUglOjOUu,可以从帖子URL中提取,例如:https://www.threads.com/@taylorswift/post/DPVUglOjOUu 中的 DPVUglOjOUu
187
+ > - url: 完整的帖子URL(可选),例如:https://www.threads.com/@taylorswift/post/DPVUglOjOUu
188
+ > - 注意:post_id 和 url 至少提供一个参数
189
+ > ### 返回:
190
+ > - 帖子详情数据,包含:
191
+ > - post_id: 帖子ID
192
+ > - text: 帖子文本内容
193
+ > - user: 发布者信息
194
+ > - media: 媒体信息(图片、视频)
195
+ > - like_count: 点赞数
196
+ > - reply_count: 回复数
197
+ > - repost_count: 转发数
198
+ > - timestamp: 发布时间
199
+ > - 等等...
200
+ >
201
+ > # [English]
202
+ > ### Purpose:
203
+ > - Get Threads post detail (supports short code and full URL)
204
+ > - Price: 0.002$ / time
205
+ > ### Parameters:
206
+ > - post_id: Post short code (optional), for example: DPVUglOjOUu, can be extracted from post URL, e.g., DPVUglOjOUu in https://www.threads.com/@taylorswift/post/DPVUglOjOUu
207
+ > - url: Full post URL (optional), for example: https://www.threads.com/@taylorswift/post/DPVUglOjOUu
208
+ > - Note: At least one of post_id or url must be provided
209
+ > ### Return:
210
+ > - Post detail data, including:
211
+ > - post_id: Post ID
212
+ > - text: Post text content
213
+ > - user: Publisher information
214
+ > - media: Media information (images, videos)
215
+ > - like_count: Like count
216
+ > - reply_count: Reply count
217
+ > - repost_count: Repost count
218
+ > - timestamp: Publish timestamp
219
+ > - etc...
220
+ >
221
+ > # [示例/Example]
222
+ > post_id = "DPVUglOjOUu"
223
+ > # or
224
+ > url = "https://www.threads.com/@taylorswift/post/DPVUglOjOUu"
225
+
226
+ #### Parameters
227
+
228
+ | Field | In | Type | Required | Description | Default | Example | Enum |
229
+ | --- | --- | --- | --- | --- | --- | --- | --- |
230
+ | post_id | query | string | No | 帖子短代码/Post short code | None | DPVUglOjOUu | None |
231
+ | url | query | string | No | 完整帖子URL/Full post URL | None | https://www.threads.com/@taylorswift/post/DPVUglOjOUu | None |
232
+
233
+ #### Request Body
234
+
235
+ None
236
+
237
+ #### Success Response
238
+
239
+ ##### `200 application/json`
240
+
241
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
242
+
243
+ | Field | Type | Required | Description | Default | Example | Enum |
244
+ | --- | --- | --- | --- | --- | --- | --- |
245
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
246
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
247
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
248
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
249
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
250
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
251
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
252
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
253
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
254
+ | 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 |
255
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
256
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
257
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
258
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
259
+ | data | null | No | The response data \| 响应数据 | None | None | None |
260
+
261
+ <a id="get-api-u1-v1-threads-web-fetch-user-info"></a>
262
+ ### `GET /api/u1/v1/threads/web/fetch_user_info`
263
+
264
+ - Summary: 获取用户信息/Get user info
265
+ - Capabilities: profiles / accounts
266
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
267
+ - operationId: `fetch_user_info_api_v1_threads_web_fetch_user_info_get`
268
+
269
+ #### Notes
270
+
271
+ > # [中文]
272
+ > ### 用途:
273
+ > - 获取Threads用户信息
274
+ > - 价格:0.002$ / 次
275
+ > ### 参数:
276
+ > - username: 用户名,例如:lilbieber,可以从用户主页链接中获取,例如:https://www.threads.net/@lilbieber 中的 lilbieber。
277
+ > ### 返回:
278
+ > - 用户信息数据,包含:
279
+ > - pk: 用户ID
280
+ > - username: 用户名
281
+ > - full_name: 全名
282
+ > - biography: 个人简介
283
+ > - profile_pic_url: 头像URL
284
+ > - follower_count: 粉丝数
285
+ > - is_verified: 是否认证
286
+ > - 等等...
287
+ >
288
+ > # [English]
289
+ > ### Purpose:
290
+ > - Get Threads user information
291
+ > - Price: 0.002$ / time
292
+ > ### Parameters:
293
+ > - username: Username, for example: lilbieber, can be obtained from the user's homepage link, for example: lilbieber in https://www.threads.net/@lilbieber
294
+ > ### Return:
295
+ > - User information data, including:
296
+ > - pk: User ID
297
+ > - username: Username
298
+ > - full_name: Full name
299
+ > - biography: Biography
300
+ > - profile_pic_url: Profile picture URL
301
+ > - follower_count: Follower count
302
+ > - is_verified: Is verified
303
+ > - etc...
304
+ >
305
+ > # [示例/Example]
306
+ > username = "lilbieber"
307
+
308
+ #### Parameters
309
+
310
+ | Field | In | Type | Required | Description | Default | Example | Enum |
311
+ | --- | --- | --- | --- | --- | --- | --- | --- |
312
+ | username | query | string | Yes | 用户名/Username | None | lilbieber | None |
313
+
314
+ #### Request Body
315
+
316
+ None
317
+
318
+ #### Success Response
319
+
320
+ ##### `200 application/json`
321
+
322
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
323
+
324
+ | Field | Type | Required | Description | Default | Example | Enum |
325
+ | --- | --- | --- | --- | --- | --- | --- |
326
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
327
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
328
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
329
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
330
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
331
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
332
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
333
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
334
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
335
+ | 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 |
336
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
337
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
338
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
339
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
340
+ | data | null | No | The response data \| 响应数据 | None | None | None |
341
+
342
+ <a id="get-api-u1-v1-threads-web-fetch-user-info-by-id"></a>
343
+ ### `GET /api/u1/v1/threads/web/fetch_user_info_by_id`
344
+
345
+ - Summary: 根据用户ID获取用户信息/Get user info by ID
346
+ - Capabilities: profiles / accounts
347
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
348
+ - operationId: `fetch_user_info_by_id_api_v1_threads_web_fetch_user_info_by_id_get`
349
+
350
+ #### Notes
351
+
352
+ > # [中文]
353
+ > ### 用途:
354
+ > - 根据用户ID获取Threads用户信息
355
+ > - 价格:0.002$ / 次
356
+ > ### 参数:
357
+ > - user_id: 用户ID,例如:67027868801,可以从用户主页API或帖子数据中获取。
358
+ > ### 返回:
359
+ > - 用户信息数据,包含:
360
+ > - pk: 用户ID
361
+ > - username: 用户名
362
+ > - full_name: 全名
363
+ > - biography: 个人简介
364
+ > - profile_pic_url: 头像URL
365
+ > - follower_count: 粉丝数
366
+ > - is_verified: 是否认证
367
+ > - 等等...
368
+ >
369
+ > # [English]
370
+ > ### Purpose:
371
+ > - Get Threads user information by user ID
372
+ > - Price: 0.002$ / time
373
+ > ### Parameters:
374
+ > - user_id: User ID, for example: 67027868801, can be obtained from user profile API or post data
375
+ > ### Return:
376
+ > - User information data, including:
377
+ > - pk: User ID
378
+ > - username: Username
379
+ > - full_name: Full name
380
+ > - biography: Biography
381
+ > - profile_pic_url: Profile picture URL
382
+ > - follower_count: Follower count
383
+ > - is_verified: Is verified
384
+ > - etc...
385
+ >
386
+ > # [示例/Example]
387
+ > user_id = "67027868801"
388
+
389
+ #### Parameters
390
+
391
+ | Field | In | Type | Required | Description | Default | Example | Enum |
392
+ | --- | --- | --- | --- | --- | --- | --- | --- |
393
+ | user_id | query | string | Yes | 用户ID/User ID | None | 67027868801 | None |
394
+
395
+ #### Request Body
396
+
397
+ None
398
+
399
+ #### Success Response
400
+
401
+ ##### `200 application/json`
402
+
403
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
404
+
405
+ | Field | Type | Required | Description | Default | Example | Enum |
406
+ | --- | --- | --- | --- | --- | --- | --- |
407
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
408
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
409
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
410
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
411
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
412
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
413
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
414
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
415
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
416
+ | 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 |
417
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
418
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
419
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
420
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
421
+ | data | null | No | The response data \| 响应数据 | None | None | None |
422
+
423
+ <a id="get-api-u1-v1-threads-web-fetch-user-posts"></a>
424
+ ### `GET /api/u1/v1/threads/web/fetch_user_posts`
425
+
426
+ - Summary: 获取用户帖子列表/Get user posts
427
+ - Capabilities: profiles / accounts / content details
428
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
429
+ - operationId: `fetch_user_posts_api_v1_threads_web_fetch_user_posts_get`
430
+
431
+ #### Notes
432
+
433
+ > # [中文]
434
+ > ### 用途:
435
+ > - 获取Threads用户的帖子列表
436
+ > - 价格:0.002$ / 次
437
+ > ### 参数:
438
+ > - user_id: 用户ID,例如:63625256886,可以从用户主页API获取。
439
+ > - end_cursor: 分页游标(可选),用于获取下一页数据
440
+ > ### 返回:
441
+ > - 用户帖子列表数据,包含:
442
+ > - threads: 帖子列表数组
443
+ > - next_cursor: 下一页游标
444
+ > - has_more: 是否有更多数据
445
+ > - 每个帖子包含:
446
+ > - id: 帖子ID
447
+ > - text: 帖子文本内容
448
+ > - user: 发布者信息
449
+ > - image_versions2: 图片信息
450
+ > - video_versions: 视频信息
451
+ > - like_count: 点赞数
452
+ > - text_post_app_info: 帖子应用信息
453
+ > - 等等...
454
+ >
455
+ > # [English]
456
+ > ### Purpose:
457
+ > - Get Threads user's post list
458
+ > - Price: 0.002$ / time
459
+ > ### Parameters:
460
+ > - user_id: User ID, for example: 63625256886, can be obtained from user profile API
461
+ > - end_cursor: Pagination cursor (optional), used to get next page data
462
+ > ### Return:
463
+ > - User post list data, including:
464
+ > - threads: Post list array
465
+ > - next_cursor: Next page cursor
466
+ > - has_more: Has more data
467
+ > - Each post contains:
468
+ > - id: Post ID
469
+ > - text: Post text content
470
+ > - user: Publisher information
471
+ > - image_versions2: Image information
472
+ > - video_versions: Video information
473
+ > - like_count: Like count
474
+ > - text_post_app_info: Post app information
475
+ > - etc...
476
+ >
477
+ > # [示例/Example]
478
+ > user_id = "63625256886"
479
+ > end_cursor = None # or a cursor string from previous response
480
+
481
+ #### Parameters
482
+
483
+ | Field | In | Type | Required | Description | Default | Example | Enum |
484
+ | --- | --- | --- | --- | --- | --- | --- | --- |
485
+ | user_id | query | string | Yes | 用户ID/User ID | None | 63625256886 | None |
486
+ | end_cursor | query | string | No | 分页游标/Pagination cursor (optional) | None | None | None |
487
+
488
+ #### Request Body
489
+
490
+ None
491
+
492
+ #### Success Response
493
+
494
+ ##### `200 application/json`
495
+
496
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
497
+
498
+ | Field | Type | Required | Description | Default | Example | Enum |
499
+ | --- | --- | --- | --- | --- | --- | --- |
500
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
501
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
502
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
503
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
504
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
505
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
506
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
507
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
508
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
509
+ | 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 |
510
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
511
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
512
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
513
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
514
+ | data | null | No | The response data \| 响应数据 | None | None | None |
515
+
516
+ <a id="get-api-u1-v1-threads-web-fetch-user-replies"></a>
517
+ ### `GET /api/u1/v1/threads/web/fetch_user_replies`
518
+
519
+ - Summary: 获取用户回复列表/Get user replies
520
+ - Capabilities: profiles / accounts
521
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
522
+ - operationId: `fetch_user_replies_api_v1_threads_web_fetch_user_replies_get`
523
+
524
+ #### Notes
525
+
526
+ > # [中文]
527
+ > ### 用途:
528
+ > - 获取Threads用户的回复列表
529
+ > - 价格:0.002$ / 次
530
+ > ### 参数:
531
+ > - user_id: 用户ID,例如:63625256886
532
+ > - end_cursor: 分页游标(可选),用于获取下一页数据
533
+ > ### 返回:
534
+ > - 用户回复列表数据,包含:
535
+ > - threads: 回复列表
536
+ > - next_cursor: 下一页游标
537
+ > - has_more: 是否有更多数据
538
+ >
539
+ > # [English]
540
+ > ### Purpose:
541
+ > - Get Threads user's reply list
542
+ > - Price: 0.002$ / time
543
+ > ### Parameters:
544
+ > - user_id: User ID, for example: 63625256886
545
+ > - end_cursor: Pagination cursor (optional), used to get next page data
546
+ > ### Return:
547
+ > - User reply list data, including:
548
+ > - threads: Reply list
549
+ > - next_cursor: Next page cursor
550
+ > - has_more: Has more data
551
+ >
552
+ > # [示例/Example]
553
+ > user_id = "63625256886"
554
+ > end_cursor = None # or a cursor string from previous response
555
+
556
+ #### Parameters
557
+
558
+ | Field | In | Type | Required | Description | Default | Example | Enum |
559
+ | --- | --- | --- | --- | --- | --- | --- | --- |
560
+ | user_id | query | string | Yes | 用户ID/User ID | None | 63625256886 | None |
561
+ | end_cursor | query | string | No | 分页游标/Pagination cursor (optional) | None | None | None |
562
+
563
+ #### Request Body
564
+
565
+ None
566
+
567
+ #### Success Response
568
+
569
+ ##### `200 application/json`
570
+
571
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
572
+
573
+ | Field | Type | Required | Description | Default | Example | Enum |
574
+ | --- | --- | --- | --- | --- | --- | --- |
575
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
576
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
577
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
578
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
579
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
580
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
581
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
582
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
583
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
584
+ | 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 |
585
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
586
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
587
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
588
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
589
+ | data | null | No | The response data \| 响应数据 | None | None | None |
590
+
591
+ <a id="get-api-u1-v1-threads-web-fetch-user-reposts"></a>
592
+ ### `GET /api/u1/v1/threads/web/fetch_user_reposts`
593
+
594
+ - Summary: 获取用户转发列表/Get user reposts
595
+ - Capabilities: profiles / accounts / content details
596
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
597
+ - operationId: `fetch_user_reposts_api_v1_threads_web_fetch_user_reposts_get`
598
+
599
+ #### Notes
600
+
601
+ > # [中文]
602
+ > ### 用途:
603
+ > - 获取Threads用户的转发列表
604
+ > - 价格:0.002$ / 次
605
+ > ### 参数:
606
+ > - user_id: 用户ID,例如:63625256886
607
+ > - end_cursor: 分页游标(可选),用于获取下一页数据
608
+ > ### 返回:
609
+ > - 用户转发列表数据,包含:
610
+ > - threads: 转发列表
611
+ > - next_cursor: 下一页游标
612
+ > - has_more: 是否有更多数据
613
+ >
614
+ > # [English]
615
+ > ### Purpose:
616
+ > - Get Threads user's repost list
617
+ > - Price: 0.002$ / time
618
+ > ### Parameters:
619
+ > - user_id: User ID, for example: 63625256886
620
+ > - end_cursor: Pagination cursor (optional), used to get next page data
621
+ > ### Return:
622
+ > - User repost list data, including:
623
+ > - threads: Repost list
624
+ > - next_cursor: Next page cursor
625
+ > - has_more: Has more data
626
+ >
627
+ > # [示例/Example]
628
+ > user_id = "63625256886"
629
+ > end_cursor = None # or a cursor string from previous response
630
+
631
+ #### Parameters
632
+
633
+ | Field | In | Type | Required | Description | Default | Example | Enum |
634
+ | --- | --- | --- | --- | --- | --- | --- | --- |
635
+ | user_id | query | string | Yes | 用户ID/User ID | None | 63625256886 | None |
636
+ | end_cursor | query | string | No | 分页游标/Pagination cursor (optional) | None | None | None |
637
+
638
+ #### Request Body
639
+
640
+ None
641
+
642
+ #### Success Response
643
+
644
+ ##### `200 application/json`
645
+
646
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
647
+
648
+ | Field | Type | Required | Description | Default | Example | Enum |
649
+ | --- | --- | --- | --- | --- | --- | --- |
650
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
651
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
652
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
653
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
654
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
655
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
656
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
657
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
658
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
659
+ | 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 |
660
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
661
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
662
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
663
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
664
+ | data | null | No | The response data \| 响应数据 | None | None | None |
665
+
666
+ <a id="get-api-u1-v1-threads-web-search-profiles"></a>
667
+ ### `GET /api/u1/v1/threads/web/search_profiles`
668
+
669
+ - Summary: 搜索用户档案/Search profiles
670
+ - Capabilities: search / profiles / accounts
671
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
672
+ - operationId: `search_profiles_api_v1_threads_web_search_profiles_get`
673
+
674
+ #### Notes
675
+
676
+ > # [中文]
677
+ > ### 用途:
678
+ > - 搜索Threads用户档案
679
+ > - 价格:0.002$ / 次
680
+ > ### 参数:
681
+ > - query: 搜索关键词,例如:mark
682
+ > ### 返回:
683
+ > - 搜索结果数据,包含:
684
+ > - users: 用户列表
685
+ > - 每个用户包含:
686
+ > - pk: 用户ID
687
+ > - username: 用户名
688
+ > - full_name: 全名
689
+ > - profile_pic_url: 头像URL
690
+ > - is_verified: 是否认证
691
+ > - follower_count: 粉丝数
692
+ > - 等等...
693
+ >
694
+ > # [English]
695
+ > ### Purpose:
696
+ > - Search Threads user profiles
697
+ > - Price: 0.002$ / time
698
+ > ### Parameters:
699
+ > - query: Search query, for example: mark
700
+ > ### Return:
701
+ > - Search result data, including:
702
+ > - users: User list
703
+ > - Each user contains:
704
+ > - pk: User ID
705
+ > - username: Username
706
+ > - full_name: Full name
707
+ > - profile_pic_url: Profile picture URL
708
+ > - is_verified: Is verified
709
+ > - follower_count: Follower count
710
+ > - etc...
711
+ >
712
+ > # [示例/Example]
713
+ > query = "mark"
714
+
715
+ #### Parameters
716
+
717
+ | Field | In | Type | Required | Description | Default | Example | Enum |
718
+ | --- | --- | --- | --- | --- | --- | --- | --- |
719
+ | query | query | string | Yes | 搜索关键词/Search query | None | mark | None |
720
+
721
+ #### Request Body
722
+
723
+ None
724
+
725
+ #### Success Response
726
+
727
+ ##### `200 application/json`
728
+
729
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
730
+
731
+ | Field | Type | Required | Description | Default | Example | Enum |
732
+ | --- | --- | --- | --- | --- | --- | --- |
733
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
734
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
735
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
736
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
737
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
738
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
739
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
740
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
741
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
742
+ | 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 |
743
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
744
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
745
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
746
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
747
+ | data | null | No | The response data \| 响应数据 | None | None | None |
748
+
749
+ <a id="get-api-u1-v1-threads-web-search-recent"></a>
750
+ ### `GET /api/u1/v1/threads/web/search_recent`
751
+
752
+ - Summary: 搜索最新内容/Search recent content
753
+ - Capabilities: search
754
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
755
+ - operationId: `search_recent_api_v1_threads_web_search_recent_get`
756
+
757
+ #### Notes
758
+
759
+ > # [中文]
760
+ > ### 用途:
761
+ > - 搜索Threads最新内容
762
+ > - 价格:0.002$ / 次
763
+ > ### 参数:
764
+ > - query: 搜索关键词,例如:bitcoin
765
+ > - end_cursor: 分页游标(可选),用于获取下一页数据
766
+ > ### 返回:
767
+ > - 搜索结果数据,包含:
768
+ > - threads: 帖子列表
769
+ > - next_cursor: 下一页游标
770
+ > - has_more: 是否有更多数据
771
+ >
772
+ > # [English]
773
+ > ### Purpose:
774
+ > - Search Threads recent content
775
+ > - Price: 0.002$ / time
776
+ > ### Parameters:
777
+ > - query: Search query, for example: bitcoin
778
+ > - end_cursor: Pagination cursor (optional), used to get next page data
779
+ > ### Return:
780
+ > - Search result data, including:
781
+ > - threads: Post list
782
+ > - next_cursor: Next page cursor
783
+ > - has_more: Has more data
784
+ >
785
+ > # [示例/Example]
786
+ > query = "bitcoin"
787
+ > end_cursor = None # or a cursor string from previous response
788
+
789
+ #### Parameters
790
+
791
+ | Field | In | Type | Required | Description | Default | Example | Enum |
792
+ | --- | --- | --- | --- | --- | --- | --- | --- |
793
+ | query | query | string | Yes | 搜索关键词/Search query | None | bitcoin | None |
794
+ | end_cursor | query | string | No | 分页游标/Pagination cursor (optional) | None | None | None |
795
+
796
+ #### Request Body
797
+
798
+ None
799
+
800
+ #### Success Response
801
+
802
+ ##### `200 application/json`
803
+
804
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
805
+
806
+ | Field | Type | Required | Description | Default | Example | Enum |
807
+ | --- | --- | --- | --- | --- | --- | --- |
808
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
809
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
810
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
811
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
812
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
813
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
814
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
815
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
816
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
817
+ | 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 |
818
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
819
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
820
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
821
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
822
+ | data | null | No | The response data \| 响应数据 | None | None | None |
823
+
824
+ <a id="get-api-u1-v1-threads-web-search-top"></a>
825
+ ### `GET /api/u1/v1/threads/web/search_top`
826
+
827
+ - Summary: 搜索热门内容/Search top content
828
+ - Capabilities: search
829
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
830
+ - operationId: `search_top_api_v1_threads_web_search_top_get`
831
+
832
+ #### Notes
833
+
834
+ > # [中文]
835
+ > ### 用途:
836
+ > - 搜索Threads热门内容
837
+ > - 价格:0.002$ / 次
838
+ > ### 参数:
839
+ > - query: 搜索关键词,例如:bitcoin
840
+ > - end_cursor: 分页游标(可选),用于获取下一页数据
841
+ > ### 返回:
842
+ > - 搜索结果数据,包含:
843
+ > - threads: 帖子列表
844
+ > - next_cursor: 下一页游标
845
+ > - has_more: 是否有更多数据
846
+ >
847
+ > # [English]
848
+ > ### Purpose:
849
+ > - Search Threads top content
850
+ > - Price: 0.002$ / time
851
+ > ### Parameters:
852
+ > - query: Search query, for example: bitcoin
853
+ > - end_cursor: Pagination cursor (optional), used to get next page data
854
+ > ### Return:
855
+ > - Search result data, including:
856
+ > - threads: Post list
857
+ > - next_cursor: Next page cursor
858
+ > - has_more: Has more data
859
+ >
860
+ > # [示例/Example]
861
+ > query = "bitcoin"
862
+ > end_cursor = None # or a cursor string from previous response
863
+
864
+ #### Parameters
865
+
866
+ | Field | In | Type | Required | Description | Default | Example | Enum |
867
+ | --- | --- | --- | --- | --- | --- | --- | --- |
868
+ | query | query | string | Yes | 搜索关键词/Search query | None | bitcoin | None |
869
+ | end_cursor | query | string | No | 分页游标/Pagination cursor (optional) | None | None | None |
870
+
871
+ #### Request Body
872
+
873
+ None
874
+
875
+ #### Success Response
876
+
877
+ ##### `200 application/json`
878
+
879
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
880
+
881
+ | Field | Type | Required | Description | Default | Example | Enum |
882
+ | --- | --- | --- | --- | --- | --- | --- |
883
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
884
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
885
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
886
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
887
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
888
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
889
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
890
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
891
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
892
+ | 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 |
893
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
894
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
895
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
896
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
897
+ | data | null | No | The response data \| 响应数据 | None | None | None |