@tikomni/skills 0.1.2 → 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 (480) 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 -3
  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/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +252 -9
  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 +108 -167
  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/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +6 -2
  30. package/skills/{single-work-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/{creator-analysis → social-media-crawl}/scripts/core/tikomni_common.py +13 -3
  33. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  34. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  36. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  37. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  38. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  39. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  40. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +282 -174
  41. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  42. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +290 -141
  43. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  45. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  46. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  47. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  48. package/skills/creator-analysis/SKILL.md +0 -95
  49. package/skills/creator-analysis/agents/openai.yaml +0 -4
  50. package/skills/creator-analysis/env.example +0 -36
  51. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  52. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  53. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  54. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  55. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  56. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  57. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  59. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  60. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  61. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  63. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  64. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  65. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  66. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  67. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  68. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  69. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  71. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  72. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  73. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  74. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  75. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  76. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  77. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  78. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  79. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  80. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  81. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  82. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  83. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  84. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  85. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  86. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  87. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  88. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  89. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  90. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  91. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  92. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  93. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  94. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  96. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  100. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  101. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  103. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  104. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  105. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  106. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  107. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  108. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  109. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  110. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  113. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  114. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  116. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  117. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  118. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  119. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  120. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  121. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  122. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  123. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  124. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  125. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  126. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  127. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  128. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  129. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  130. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  131. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  132. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  133. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  134. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  135. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  136. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  137. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  138. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  139. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  140. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  141. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  142. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  143. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  144. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  145. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  146. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  147. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  148. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  149. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  153. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  154. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  155. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  156. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  157. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  158. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  159. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  160. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  161. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  162. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  163. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  164. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  165. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  167. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  168. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  169. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  170. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  171. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  172. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  173. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  174. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  175. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  176. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  177. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  178. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  179. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  180. package/skills/creator-analysis/references/workflow.md +0 -23
  181. package/skills/creator-analysis/scripts/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  185. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  186. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  187. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  188. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  189. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  190. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  191. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  194. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  195. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  196. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  197. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  198. package/skills/creator-analysis/scripts/core/progress_report.py +0 -111
  199. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  200. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  202. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  203. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  205. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  207. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  208. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  209. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  210. package/skills/meta-capability/SKILL.md +0 -69
  211. package/skills/meta-capability/agents/openai.yaml +0 -4
  212. package/skills/meta-capability/env.example +0 -42
  213. package/skills/meta-capability/references/api-capability-index.md +0 -92
  214. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  215. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  216. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  217. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  218. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  219. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  220. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  222. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  223. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  224. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  226. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  227. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  228. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  229. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  230. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  231. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  232. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  233. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  234. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  235. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  236. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  237. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  238. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  239. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  240. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  241. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  242. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  243. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  244. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  245. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  246. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  247. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  248. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  249. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  250. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  251. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  252. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  253. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  254. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  255. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  256. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  257. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  258. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  259. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  263. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  264. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  265. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  266. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  267. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  268. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  269. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  270. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  271. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  272. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  273. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  274. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  276. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  277. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  279. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  280. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  281. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  282. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  283. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  284. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  285. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  286. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  287. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  288. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  289. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  290. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  291. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  292. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  293. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  294. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  295. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  296. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  297. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  298. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  299. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  300. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  301. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  302. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  303. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  304. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  305. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  306. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  307. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  308. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  309. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  310. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  311. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  312. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  316. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  317. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  318. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  319. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  320. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  321. package/skills/meta-capability/references/dispatch.md +0 -27
  322. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  323. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  324. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  325. package/skills/meta-capability/scripts/__init__.py +0 -1
  326. package/skills/meta-capability/scripts/call_route.py +0 -141
  327. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  328. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  329. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  330. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  331. package/skills/meta-capability/scripts/test_auth.py +0 -98
  332. package/skills/single-work-analysis/SKILL.md +0 -62
  333. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  334. package/skills/single-work-analysis/env.example +0 -36
  335. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  336. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  337. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  339. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  340. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  341. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  342. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  344. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  345. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  346. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  348. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  349. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  350. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  353. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  354. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  356. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  357. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  358. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  359. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  360. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  361. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  362. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  363. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  364. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  366. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  373. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  375. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  376. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  377. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  378. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  379. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  381. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  385. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  386. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  388. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  389. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  390. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  391. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  392. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  393. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  394. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  395. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  398. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  399. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  401. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  402. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  403. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  404. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  405. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  406. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  407. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  409. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  410. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  411. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  412. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  413. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  414. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  415. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  416. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  417. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  418. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  419. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  420. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  421. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  422. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  423. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  424. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  425. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  426. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  427. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  428. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  429. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  430. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  431. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  432. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  434. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  438. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  439. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  441. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  442. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  443. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -58
  444. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  445. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  446. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  447. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  448. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +0 -28
  449. package/skills/single-work-analysis/references/prompt-contracts/cta.md +0 -24
  450. package/skills/single-work-analysis/references/prompt-contracts/hook.md +0 -25
  451. package/skills/single-work-analysis/references/prompt-contracts/insight.md +0 -47
  452. package/skills/single-work-analysis/references/prompt-contracts/structure.md +0 -25
  453. package/skills/single-work-analysis/references/prompt-contracts/style.md +0 -27
  454. package/skills/single-work-analysis/references/prompt-contracts/summary.md +0 -29
  455. package/skills/single-work-analysis/references/prompt-contracts/topic.md +0 -29
  456. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  457. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  458. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  459. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  460. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -133
  461. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  462. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  463. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -253
  464. package/skills/single-work-analysis/scripts/core/tikomni_common.py +0 -588
  465. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  466. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  468. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  469. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  470. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  471. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  472. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  473. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  474. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  475. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -1402
  476. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  477. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  478. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  479. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  480. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1057 +0,0 @@
1
- # Reddit-APP-API Route Summary
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Current tag file: `api-tags/reddit-app-api.md`
5
- - Full contract: [`api-contracts/reddit-app-api.md`](../api-contracts/reddit-app-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: `24`
9
- - Common capabilities: general / profiles / accounts / content details / comments / search / details
10
- - Default auth: Header `Authorization` Bearer
11
- - Common inputs: `need_format`, `after`, `sort`, `username`, `subreddit_name`, `subreddit_id`, `post_id`, `filter_posts`, `include_comment_id`, `comment_id`
12
- - Tag description: **(Reddit APP数据接口/Reddit-APP-API endpoints)**
13
-
14
- ## Routes
15
-
16
- ### `GET /api/u1/v1/reddit/app/check_subreddit_muted`
17
-
18
- - Summary: 检查版块是否静音/Check if Subreddit is Muted
19
- - Capabilities: general
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `check_subreddit_muted_api_v1_reddit_app_check_subreddit_muted_get`
22
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-check-subreddit-muted`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-check-subreddit-muted)
23
-
24
- #### Parameters
25
-
26
- | Field | In | Type | Required | Description |
27
- | --- | --- | --- | --- | --- |
28
- | subreddit_id | query | string | Yes | 版块ID/Subreddit ID (format: t5_xxxxx) |
29
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
30
-
31
- #### Request Body
32
-
33
- None
34
-
35
- #### Success Response
36
-
37
- ##### `200 application/json`
38
-
39
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
40
-
41
- | Field | Type | Required | Description |
42
- | --- | --- | --- | --- |
43
- | code | integer | No | HTTP status code \| HTTP状态码 |
44
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
45
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
46
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
47
- | support | string | No | Support message \| 支持消息 |
48
- | time | string | No | The time the response was generated \| 生成响应的时间 |
49
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
50
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
51
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
52
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
53
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
54
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
55
-
56
- - Fields truncated: this layer shows only the first `12` rows.
57
-
58
- ### `GET /api/u1/v1/reddit/app/fetch_comment_replies`
59
-
60
- - Summary: 获取Reddit APP评论回复(二级评论)/Fetch Reddit APP Comment Replies (Sub-comments)
61
- - Capabilities: comments
62
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
63
- - operationId: `fetch_comment_replies_api_v1_reddit_app_fetch_comment_replies_get`
64
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-comment-replies`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-comment-replies)
65
-
66
- #### Parameters
67
-
68
- | Field | In | Type | Required | Description |
69
- | --- | --- | --- | --- | --- |
70
- | post_id | query | string | Yes | 帖子ID/Post ID (e.g., t3_1qmup73) |
71
- | cursor | query | string | Yes | 评论游标/Comment cursor from more.cursor field (e.g., commenttree:ex:(RjiJd) |
72
- | sort_type | query | string | No | 排序方式/Sort method: CONFIDENCE, NEW, TOP, HOT, CONTROVERSIAL, OLD, RANDOM |
73
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
74
-
75
- #### Request Body
76
-
77
- None
78
-
79
- #### Success Response
80
-
81
- ##### `200 application/json`
82
-
83
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
84
-
85
- | Field | Type | Required | Description |
86
- | --- | --- | --- | --- |
87
- | code | integer | No | HTTP status code \| HTTP状态码 |
88
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
89
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
90
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
91
- | support | string | No | Support message \| 支持消息 |
92
- | time | string | No | The time the response was generated \| 生成响应的时间 |
93
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
94
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
95
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
96
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
97
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
98
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
99
-
100
- - Fields truncated: this layer shows only the first `12` rows.
101
-
102
- ### `GET /api/u1/v1/reddit/app/fetch_community_highlights`
103
-
104
- - Summary: 获取Reddit APP社区亮点/Fetch Reddit APP Community Highlights
105
- - Capabilities: general
106
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
107
- - operationId: `fetch_community_highlights_api_v1_reddit_app_fetch_community_highlights_get`
108
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-community-highlights`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-community-highlights)
109
-
110
- #### Parameters
111
-
112
- | Field | In | Type | Required | Description |
113
- | --- | --- | --- | --- | --- |
114
- | subreddit_id | query | string | Yes | 版块ID/Subreddit ID (format: t5_xxxxx) |
115
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
116
-
117
- #### Request Body
118
-
119
- None
120
-
121
- #### Success Response
122
-
123
- ##### `200 application/json`
124
-
125
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
126
-
127
- | Field | Type | Required | Description |
128
- | --- | --- | --- | --- |
129
- | code | integer | No | HTTP status code \| HTTP状态码 |
130
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
131
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
132
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
133
- | support | string | No | Support message \| 支持消息 |
134
- | time | string | No | The time the response was generated \| 生成响应的时间 |
135
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
136
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
137
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
138
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
139
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
140
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
141
-
142
- - Fields truncated: this layer shows only the first `12` rows.
143
-
144
- ### `GET /api/u1/v1/reddit/app/fetch_dynamic_search`
145
-
146
- - Summary: 获取Reddit APP动态搜索结果/Fetch Reddit APP Dynamic Search Results
147
- - Capabilities: search
148
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
149
- - operationId: `fetch_dynamic_search_api_v1_reddit_app_fetch_dynamic_search_get`
150
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-dynamic-search`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-dynamic-search)
151
-
152
- #### Parameters
153
-
154
- | Field | In | Type | Required | Description |
155
- | --- | --- | --- | --- | --- |
156
- | query | query | string | Yes | 搜索关键词/Search query |
157
- | search_type | query | string | No | 搜索类型/Search type: post(帖子), community(社区), comment(评论), media(媒体), people(用户) |
158
- | sort | query | string | No | 排序方式(仅适用于post/comment/media)/Sort method (only for post/comment/media): RELEVANCE(相关性), HOT(热门), TOP(最受欢迎), NEW(最新), CO… |
159
- | time_range | query | string | No | 时间范围(仅适用于post/media)/Time range (only for post/media): all(所有时间), year(去年), month(上月), week(上周), day(今天), hour(过去1小时) |
160
- | safe_search | query | string | No | 安全搜索设置/Safe search setting: unset, strict |
161
- | allow_nsfw | query | string | No | 是否允许NSFW内容/Allow NSFW content: 0, 1 |
162
- | after | query | string | No | 分页参数/Pagination parameter |
163
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
164
-
165
- #### Request Body
166
-
167
- None
168
-
169
- #### Success Response
170
-
171
- ##### `200 application/json`
172
-
173
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
174
-
175
- | Field | Type | Required | Description |
176
- | --- | --- | --- | --- |
177
- | code | integer | No | HTTP status code \| HTTP状态码 |
178
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
179
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
180
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
181
- | support | string | No | Support message \| 支持消息 |
182
- | time | string | No | The time the response was generated \| 生成响应的时间 |
183
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
184
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
185
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
186
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
187
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
188
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
189
-
190
- - Fields truncated: this layer shows only the first `12` rows.
191
-
192
- ### `GET /api/u1/v1/reddit/app/fetch_games_feed`
193
-
194
- - Summary: 获取Reddit APP游戏推荐内容/Fetch Reddit APP Games Feed
195
- - Capabilities: general
196
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
197
- - operationId: `fetch_games_feed_api_v1_reddit_app_fetch_games_feed_get`
198
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-games-feed`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-games-feed)
199
-
200
- #### Parameters
201
-
202
- | Field | In | Type | Required | Description |
203
- | --- | --- | --- | --- | --- |
204
- | sort | query | string | No | 排序方式/Sort method: NEW, HOT, TOP, RISING |
205
- | time | query | string | No | 时间范围/Time range: ALL, HOUR, DAY, WEEK, MONTH, YEAR |
206
- | after | query | string | No | 分页参数/Pagination parameter |
207
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
208
-
209
- #### Request Body
210
-
211
- None
212
-
213
- #### Success Response
214
-
215
- ##### `200 application/json`
216
-
217
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
218
-
219
- | Field | Type | Required | Description |
220
- | --- | --- | --- | --- |
221
- | code | integer | No | HTTP status code \| HTTP状态码 |
222
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
223
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
224
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
225
- | support | string | No | Support message \| 支持消息 |
226
- | time | string | No | The time the response was generated \| 生成响应的时间 |
227
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
228
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
229
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
230
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
231
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
232
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
233
-
234
- - Fields truncated: this layer shows only the first `12` rows.
235
-
236
- ### `GET /api/u1/v1/reddit/app/fetch_home_feed`
237
-
238
- - Summary: 获取Reddit APP首页推荐内容/Fetch Reddit APP Home Feed
239
- - Capabilities: profiles / accounts
240
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
241
- - operationId: `fetch_home_feed_api_v1_reddit_app_fetch_home_feed_get`
242
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-home-feed`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-home-feed)
243
-
244
- #### Parameters
245
-
246
- | Field | In | Type | Required | Description |
247
- | --- | --- | --- | --- | --- |
248
- | sort | query | string | No | 排序方式/Sort method: HOT, NEW, TOP, BEST, CONTROVERSIAL |
249
- | filter_posts | query | array<Not declared> | No | 过滤掉指定的帖子ID列表/Filter out specified post IDs |
250
- | after | query | string | No | 分页参数/Pagination parameter for fetching next page |
251
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
252
-
253
- #### Request Body
254
-
255
- None
256
-
257
- #### Success Response
258
-
259
- ##### `200 application/json`
260
-
261
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
262
-
263
- | Field | Type | Required | Description |
264
- | --- | --- | --- | --- |
265
- | code | integer | No | HTTP status code \| HTTP状态码 |
266
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
267
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
268
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
269
- | support | string | No | Support message \| 支持消息 |
270
- | time | string | No | The time the response was generated \| 生成响应的时间 |
271
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
272
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
273
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
274
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
275
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
276
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
277
-
278
- - Fields truncated: this layer shows only the first `12` rows.
279
-
280
- ### `GET /api/u1/v1/reddit/app/fetch_news_feed`
281
-
282
- - Summary: 获取Reddit APP资讯推荐内容/Fetch Reddit APP News Feed
283
- - Capabilities: general
284
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
285
- - operationId: `fetch_news_feed_api_v1_reddit_app_fetch_news_feed_get`
286
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-news-feed`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-news-feed)
287
-
288
- #### Parameters
289
-
290
- | Field | In | Type | Required | Description |
291
- | --- | --- | --- | --- | --- |
292
- | subtopic_ids | query | array<Not declared> | No | 子话题ID列表/Subtopic IDs list |
293
- | after | query | string | No | 分页参数/Pagination parameter |
294
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
295
-
296
- #### Request Body
297
-
298
- None
299
-
300
- #### Success Response
301
-
302
- ##### `200 application/json`
303
-
304
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
305
-
306
- | Field | Type | Required | Description |
307
- | --- | --- | --- | --- |
308
- | code | integer | No | HTTP status code \| HTTP状态码 |
309
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
310
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
311
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
312
- | support | string | No | Support message \| 支持消息 |
313
- | time | string | No | The time the response was generated \| 生成响应的时间 |
314
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
315
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
316
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
317
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
318
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
319
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
320
-
321
- - Fields truncated: this layer shows only the first `12` rows.
322
-
323
- ### `GET /api/u1/v1/reddit/app/fetch_popular_feed`
324
-
325
- - Summary: 获取Reddit APP流行推荐内容/Fetch Reddit APP Popular Feed
326
- - Capabilities: general
327
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
328
- - operationId: `fetch_popular_feed_api_v1_reddit_app_fetch_popular_feed_get`
329
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-popular-feed`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-popular-feed)
330
-
331
- #### Parameters
332
-
333
- | Field | In | Type | Required | Description |
334
- | --- | --- | --- | --- | --- |
335
- | sort | query | string | No | 排序方式/Sort method: BEST, HOT, NEW, TOP, CONTROVERSIAL, RISING |
336
- | time | query | string | No | 时间范围/Time range: ALL, HOUR, DAY, WEEK, MONTH, YEAR |
337
- | filter_posts | query | array<Not declared> | No | 过滤帖子ID列表/Filter post IDs |
338
- | after | query | string | No | 分页参数/Pagination parameter |
339
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
340
-
341
- #### Request Body
342
-
343
- None
344
-
345
- #### Success Response
346
-
347
- ##### `200 application/json`
348
-
349
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
350
-
351
- | Field | Type | Required | Description |
352
- | --- | --- | --- | --- |
353
- | code | integer | No | HTTP status code \| HTTP状态码 |
354
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
355
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
356
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
357
- | support | string | No | Support message \| 支持消息 |
358
- | time | string | No | The time the response was generated \| 生成响应的时间 |
359
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
360
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
361
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
362
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
363
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
364
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
365
-
366
- - Fields truncated: this layer shows only the first `12` rows.
367
-
368
- ### `GET /api/u1/v1/reddit/app/fetch_post_comments`
369
-
370
- - Summary: 获取Reddit APP帖子评论/Fetch Reddit APP Post Comments
371
- - Capabilities: comments / content details
372
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
373
- - operationId: `fetch_post_comments_api_v1_reddit_app_fetch_post_comments_get`
374
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-post-comments`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-post-comments)
375
-
376
- #### Parameters
377
-
378
- | Field | In | Type | Required | Description |
379
- | --- | --- | --- | --- | --- |
380
- | post_id | query | string | Yes | 帖子ID/Post ID |
381
- | sort_type | query | string | No | 排序方式/Sort method: CONFIDENCE, NEW, TOP, HOT, CONTROVERSIAL, OLD, RANDOM |
382
- | after | query | string | No | 分页参数/Pagination parameter for fetching next page |
383
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
384
-
385
- #### Request Body
386
-
387
- None
388
-
389
- #### Success Response
390
-
391
- ##### `200 application/json`
392
-
393
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
394
-
395
- | Field | Type | Required | Description |
396
- | --- | --- | --- | --- |
397
- | code | integer | No | HTTP status code \| HTTP状态码 |
398
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
399
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
400
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
401
- | support | string | No | Support message \| 支持消息 |
402
- | time | string | No | The time the response was generated \| 生成响应的时间 |
403
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
404
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
405
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
406
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
407
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
408
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
409
-
410
- - Fields truncated: this layer shows only the first `12` rows.
411
-
412
- ### `GET /api/u1/v1/reddit/app/fetch_post_details`
413
-
414
- - Summary: 获取单个Reddit帖子详情/Fetch Single Reddit Post Details
415
- - Capabilities: content details / details
416
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
417
- - operationId: `fetch_post_details_api_v1_reddit_app_fetch_post_details_get`
418
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-post-details`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-post-details)
419
-
420
- #### Parameters
421
-
422
- | Field | In | Type | Required | Description |
423
- | --- | --- | --- | --- | --- |
424
- | post_id | query | string | Yes | 帖子ID/Post ID (e.g., t3_1ojnh50) |
425
- | include_comment_id | query | boolean | No | 是否包含特定评论ID/Include specific comment ID |
426
- | comment_id | query | string | No | 评论ID/Comment ID (when include_comment_id is True) |
427
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
428
-
429
- #### Request Body
430
-
431
- None
432
-
433
- #### Success Response
434
-
435
- ##### `200 application/json`
436
-
437
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
438
-
439
- | Field | Type | Required | Description |
440
- | --- | --- | --- | --- |
441
- | code | integer | No | HTTP status code \| HTTP状态码 |
442
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
443
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
444
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
445
- | support | string | No | Support message \| 支持消息 |
446
- | time | string | No | The time the response was generated \| 生成响应的时间 |
447
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
448
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
449
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
450
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
451
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
452
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
453
-
454
- - Fields truncated: this layer shows only the first `12` rows.
455
-
456
- ### `GET /api/u1/v1/reddit/app/fetch_post_details_batch`
457
-
458
- - Summary: 批量获取Reddit帖子详情(最多5条)/Fetch Reddit Post Details in Batch (Max 5)
459
- - Capabilities: content details / details
460
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
461
- - operationId: `fetch_post_details_batch_api_v1_reddit_app_fetch_post_details_batch_get`
462
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-post-details-batch`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-post-details-batch)
463
-
464
- #### Parameters
465
-
466
- | Field | In | Type | Required | Description |
467
- | --- | --- | --- | --- | --- |
468
- | post_ids | query | string | Yes | 帖子ID列表,逗号分隔,最多5条/Post IDs comma-separated, max 5 (e.g., t3_1ojnh50,t3_1ok432f) |
469
- | include_comment_id | query | boolean | No | 是否包含特定评论ID/Include specific comment ID |
470
- | comment_id | query | string | No | 评论ID/Comment ID (when include_comment_id is True) |
471
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
472
-
473
- #### Request Body
474
-
475
- None
476
-
477
- #### Success Response
478
-
479
- ##### `200 application/json`
480
-
481
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
482
-
483
- | Field | Type | Required | Description |
484
- | --- | --- | --- | --- |
485
- | code | integer | No | HTTP status code \| HTTP状态码 |
486
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
487
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
488
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
489
- | support | string | No | Support message \| 支持消息 |
490
- | time | string | No | The time the response was generated \| 生成响应的时间 |
491
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
492
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
493
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
494
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
495
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
496
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
497
-
498
- - Fields truncated: this layer shows only the first `12` rows.
499
-
500
- ### `GET /api/u1/v1/reddit/app/fetch_post_details_batch_large`
501
-
502
- - Summary: 大批量获取Reddit帖子详情(最多30条)/Fetch Reddit Post Details in Large Batch (Max 30)
503
- - Capabilities: content details / details
504
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
505
- - operationId: `fetch_post_details_batch_large_api_v1_reddit_app_fetch_post_details_batch_large_get`
506
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-post-details-batch-large`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-post-details-batch-large)
507
-
508
- #### Parameters
509
-
510
- | Field | In | Type | Required | Description |
511
- | --- | --- | --- | --- | --- |
512
- | post_ids | query | string | Yes | 帖子ID列表,逗号分隔,最多30条/Post IDs comma-separated, max 30 (e.g., t3_1ojnh50,t3_1ok432f,...) |
513
- | include_comment_id | query | boolean | No | 是否包含特定评论ID/Include specific comment ID |
514
- | comment_id | query | string | No | 评论ID/Comment ID (when include_comment_id is True) |
515
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
516
-
517
- #### Request Body
518
-
519
- None
520
-
521
- #### Success Response
522
-
523
- ##### `200 application/json`
524
-
525
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
526
-
527
- | Field | Type | Required | Description |
528
- | --- | --- | --- | --- |
529
- | code | integer | No | HTTP status code \| HTTP状态码 |
530
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
531
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
532
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
533
- | support | string | No | Support message \| 支持消息 |
534
- | time | string | No | The time the response was generated \| 生成响应的时间 |
535
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
536
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
537
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
538
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
539
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
540
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
541
-
542
- - Fields truncated: this layer shows only the first `12` rows.
543
-
544
- ### `GET /api/u1/v1/reddit/app/fetch_search_typeahead`
545
-
546
- - Summary: 获取Reddit APP搜索自动补全建议/Fetch Reddit APP Search Typeahead Suggestions
547
- - Capabilities: search
548
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
549
- - operationId: `fetch_search_typeahead_api_v1_reddit_app_fetch_search_typeahead_get`
550
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-search-typeahead`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-search-typeahead)
551
-
552
- #### Parameters
553
-
554
- | Field | In | Type | Required | Description |
555
- | --- | --- | --- | --- | --- |
556
- | query | query | string | Yes | 搜索关键词/Search query |
557
- | safe_search | query | string | No | 安全搜索设置/Safe search setting: unset, strict |
558
- | allow_nsfw | query | string | No | 是否允许NSFW内容/Allow NSFW content: 0 or 1 |
559
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
560
-
561
- #### Request Body
562
-
563
- None
564
-
565
- #### Success Response
566
-
567
- ##### `200 application/json`
568
-
569
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
570
-
571
- | Field | Type | Required | Description |
572
- | --- | --- | --- | --- |
573
- | code | integer | No | HTTP status code \| HTTP状态码 |
574
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
575
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
576
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
577
- | support | string | No | Support message \| 支持消息 |
578
- | time | string | No | The time the response was generated \| 生成响应的时间 |
579
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
580
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
581
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
582
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
583
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
584
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
585
-
586
- - Fields truncated: this layer shows only the first `12` rows.
587
-
588
- ### `GET /api/u1/v1/reddit/app/fetch_subreddit_feed`
589
-
590
- - Summary: 获取Reddit APP版块Feed内容/Fetch Reddit APP Subreddit Feed
591
- - Capabilities: general
592
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
593
- - operationId: `fetch_subreddit_feed_api_v1_reddit_app_fetch_subreddit_feed_get`
594
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-feed`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-feed)
595
-
596
- #### Parameters
597
-
598
- | Field | In | Type | Required | Description |
599
- | --- | --- | --- | --- | --- |
600
- | subreddit_name | query | string | Yes | 版块名称/Subreddit name |
601
- | sort | query | string | No | 排序方式/Sort method: BEST, HOT, NEW, TOP, CONTROVERSIAL, RISING |
602
- | filter_posts | query | array<Not declared> | No | 过滤帖子ID列表/Filter post IDs |
603
- | after | query | string | No | 分页参数/Pagination parameter |
604
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
605
-
606
- #### Request Body
607
-
608
- None
609
-
610
- #### Success Response
611
-
612
- ##### `200 application/json`
613
-
614
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
615
-
616
- | Field | Type | Required | Description |
617
- | --- | --- | --- | --- |
618
- | code | integer | No | HTTP status code \| HTTP状态码 |
619
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
620
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
621
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
622
- | support | string | No | Support message \| 支持消息 |
623
- | time | string | No | The time the response was generated \| 生成响应的时间 |
624
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
625
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
626
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
627
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
628
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
629
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
630
-
631
- - Fields truncated: this layer shows only the first `12` rows.
632
-
633
- ### `GET /api/u1/v1/reddit/app/fetch_subreddit_info`
634
-
635
- - Summary: 获取Reddit APP版块信息/Fetch Reddit APP Subreddit Info
636
- - Capabilities: general
637
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
638
- - operationId: `fetch_subreddit_info_api_v1_reddit_app_fetch_subreddit_info_get`
639
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-info`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-info)
640
-
641
- #### Parameters
642
-
643
- | Field | In | Type | Required | Description |
644
- | --- | --- | --- | --- | --- |
645
- | subreddit_name | query | string | No | 版块名称/Subreddit name |
646
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
647
-
648
- #### Request Body
649
-
650
- None
651
-
652
- #### Success Response
653
-
654
- ##### `200 application/json`
655
-
656
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
657
-
658
- | Field | Type | Required | Description |
659
- | --- | --- | --- | --- |
660
- | code | integer | No | HTTP status code \| HTTP状态码 |
661
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
662
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
663
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
664
- | support | string | No | Support message \| 支持消息 |
665
- | time | string | No | The time the response was generated \| 生成响应的时间 |
666
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
667
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
668
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
669
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
670
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
671
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
672
-
673
- - Fields truncated: this layer shows only the first `12` rows.
674
-
675
- ### `GET /api/u1/v1/reddit/app/fetch_subreddit_post_channels`
676
-
677
- - Summary: 获取Reddit APP版块帖子频道信息/Fetch Reddit APP Subreddit Post Channels
678
- - Capabilities: profiles / accounts / content details
679
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
680
- - operationId: `fetch_subreddit_post_channels_api_v1_reddit_app_fetch_subreddit_post_channels_get`
681
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-post-channels`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-post-channels)
682
-
683
- #### Parameters
684
-
685
- | Field | In | Type | Required | Description |
686
- | --- | --- | --- | --- | --- |
687
- | subreddit_name | query | string | No | 版块名称/Subreddit name |
688
- | sort | query | string | No | 排序方式/Sort method: HOT, NEW, TOP, CONTROVERSIAL, RISING |
689
- | range | query | string | No | 时间范围/Time range: HOUR, DAY, WEEK, MONTH, YEAR, ALL |
690
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
691
-
692
- #### Request Body
693
-
694
- None
695
-
696
- #### Success Response
697
-
698
- ##### `200 application/json`
699
-
700
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
701
-
702
- | Field | Type | Required | Description |
703
- | --- | --- | --- | --- |
704
- | code | integer | No | HTTP status code \| HTTP状态码 |
705
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
706
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
707
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
708
- | support | string | No | Support message \| 支持消息 |
709
- | time | string | No | The time the response was generated \| 生成响应的时间 |
710
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
711
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
712
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
713
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
714
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
715
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
716
-
717
- - Fields truncated: this layer shows only the first `12` rows.
718
-
719
- ### `GET /api/u1/v1/reddit/app/fetch_subreddit_settings`
720
-
721
- - Summary: 获取Reddit APP版块设置/Fetch Reddit APP Subreddit Settings
722
- - Capabilities: general
723
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
724
- - operationId: `fetch_subreddit_settings_api_v1_reddit_app_fetch_subreddit_settings_get`
725
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-settings`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-settings)
726
-
727
- #### Parameters
728
-
729
- | Field | In | Type | Required | Description |
730
- | --- | --- | --- | --- | --- |
731
- | subreddit_id | query | string | Yes | 版块ID/Subreddit ID (format: t5_xxxxx) |
732
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
733
-
734
- #### Request Body
735
-
736
- None
737
-
738
- #### Success Response
739
-
740
- ##### `200 application/json`
741
-
742
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
743
-
744
- | Field | Type | Required | Description |
745
- | --- | --- | --- | --- |
746
- | code | integer | No | HTTP status code \| HTTP状态码 |
747
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
748
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
749
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
750
- | support | string | No | Support message \| 支持消息 |
751
- | time | string | No | The time the response was generated \| 生成响应的时间 |
752
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
753
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
754
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
755
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
756
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
757
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
758
-
759
- - Fields truncated: this layer shows only the first `12` rows.
760
-
761
- ### `GET /api/u1/v1/reddit/app/fetch_subreddit_style`
762
-
763
- - Summary: 获取Reddit APP版块规则样式信息/Fetch Reddit APP Subreddit Rules and Style Info
764
- - Capabilities: general
765
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
766
- - operationId: `fetch_subreddit_style_api_v1_reddit_app_fetch_subreddit_style_get`
767
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-style`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-subreddit-style)
768
-
769
- #### Parameters
770
-
771
- | Field | In | Type | Required | Description |
772
- | --- | --- | --- | --- | --- |
773
- | subreddit_name | query | string | No | 版块名称/Subreddit name |
774
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
775
-
776
- #### Request Body
777
-
778
- None
779
-
780
- #### Success Response
781
-
782
- ##### `200 application/json`
783
-
784
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
785
-
786
- | Field | Type | Required | Description |
787
- | --- | --- | --- | --- |
788
- | code | integer | No | HTTP status code \| HTTP状态码 |
789
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
790
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
791
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
792
- | support | string | No | Support message \| 支持消息 |
793
- | time | string | No | The time the response was generated \| 生成响应的时间 |
794
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
795
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
796
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
797
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
798
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
799
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
800
-
801
- - Fields truncated: this layer shows only the first `12` rows.
802
-
803
- ### `GET /api/u1/v1/reddit/app/fetch_trending_searches`
804
-
805
- - Summary: 获取Reddit APP今日热门搜索/Fetch Reddit APP Trending Searches
806
- - Capabilities: search / trends / rankings
807
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
808
- - operationId: `fetch_trending_searches_api_v1_reddit_app_fetch_trending_searches_get`
809
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-trending-searches`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-trending-searches)
810
-
811
- #### Parameters
812
-
813
- | Field | In | Type | Required | Description |
814
- | --- | --- | --- | --- | --- |
815
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
816
-
817
- #### Request Body
818
-
819
- None
820
-
821
- #### Success Response
822
-
823
- ##### `200 application/json`
824
-
825
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
826
-
827
- | Field | Type | Required | Description |
828
- | --- | --- | --- | --- |
829
- | code | integer | No | HTTP status code \| HTTP状态码 |
830
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
831
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
832
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
833
- | support | string | No | Support message \| 支持消息 |
834
- | time | string | No | The time the response was generated \| 生成响应的时间 |
835
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
836
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
837
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
838
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
839
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
840
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
841
-
842
- - Fields truncated: this layer shows only the first `12` rows.
843
-
844
- ### `GET /api/u1/v1/reddit/app/fetch_user_active_subreddits`
845
-
846
- - Summary: 获取用户活跃的社区列表/Fetch User's Active Subreddits
847
- - Capabilities: profiles / accounts
848
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
849
- - operationId: `fetch_user_active_subreddits_api_v1_reddit_app_fetch_user_active_subreddits_get`
850
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-active-subreddits`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-active-subreddits)
851
-
852
- #### Parameters
853
-
854
- | Field | In | Type | Required | Description |
855
- | --- | --- | --- | --- | --- |
856
- | username | query | string | Yes | 用户名/Username |
857
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
858
-
859
- #### Request Body
860
-
861
- None
862
-
863
- #### Success Response
864
-
865
- ##### `200 application/json`
866
-
867
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
868
-
869
- | Field | Type | Required | Description |
870
- | --- | --- | --- | --- |
871
- | code | integer | No | HTTP status code \| HTTP状态码 |
872
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
873
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
874
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
875
- | support | string | No | Support message \| 支持消息 |
876
- | time | string | No | The time the response was generated \| 生成响应的时间 |
877
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
878
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
879
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
880
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
881
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
882
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
883
-
884
- - Fields truncated: this layer shows only the first `12` rows.
885
-
886
- ### `GET /api/u1/v1/reddit/app/fetch_user_comments`
887
-
888
- - Summary: 获取用户评论列表/Fetch User Comments
889
- - Capabilities: comments / profiles / accounts
890
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
891
- - operationId: `fetch_user_comments_api_v1_reddit_app_fetch_user_comments_get`
892
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-comments`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-comments)
893
-
894
- #### Parameters
895
-
896
- | Field | In | Type | Required | Description |
897
- | --- | --- | --- | --- | --- |
898
- | username | query | string | Yes | 用户名/Username |
899
- | sort | query | string | No | 排序方式/Sort method: NEW, TOP, HOT, CONTROVERSIAL |
900
- | page_size | query | integer | No | 每页数量/Page size (default: 25) |
901
- | after | query | string | No | 分页参数/Pagination parameter |
902
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
903
-
904
- #### Request Body
905
-
906
- None
907
-
908
- #### Success Response
909
-
910
- ##### `200 application/json`
911
-
912
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
913
-
914
- | Field | Type | Required | Description |
915
- | --- | --- | --- | --- |
916
- | code | integer | No | HTTP status code \| HTTP状态码 |
917
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
918
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
919
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
920
- | support | string | No | Support message \| 支持消息 |
921
- | time | string | No | The time the response was generated \| 生成响应的时间 |
922
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
923
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
924
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
925
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
926
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
927
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
928
-
929
- - Fields truncated: this layer shows only the first `12` rows.
930
-
931
- ### `GET /api/u1/v1/reddit/app/fetch_user_posts`
932
-
933
- - Summary: 获取用户发布的帖子列表/Fetch User Posts
934
- - Capabilities: profiles / accounts / content details
935
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
936
- - operationId: `fetch_user_posts_api_v1_reddit_app_fetch_user_posts_get`
937
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-posts`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-posts)
938
-
939
- #### Parameters
940
-
941
- | Field | In | Type | Required | Description |
942
- | --- | --- | --- | --- | --- |
943
- | username | query | string | Yes | 用户名/Username |
944
- | sort | query | string | No | 排序方式/Sort method: NEW, TOP, HOT, CONTROVERSIAL |
945
- | after | query | string | No | 分页参数/Pagination parameter |
946
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
947
-
948
- #### Request Body
949
-
950
- None
951
-
952
- #### Success Response
953
-
954
- ##### `200 application/json`
955
-
956
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
957
-
958
- | Field | Type | Required | Description |
959
- | --- | --- | --- | --- |
960
- | code | integer | No | HTTP status code \| HTTP状态码 |
961
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
962
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
963
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
964
- | support | string | No | Support message \| 支持消息 |
965
- | time | string | No | The time the response was generated \| 生成响应的时间 |
966
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
967
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
968
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
969
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
970
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
971
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
972
-
973
- - Fields truncated: this layer shows only the first `12` rows.
974
-
975
- ### `GET /api/u1/v1/reddit/app/fetch_user_profile`
976
-
977
- - Summary: 获取Reddit APP用户资料信息/Fetch Reddit APP User Profile
978
- - Capabilities: profiles / accounts
979
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
980
- - operationId: `fetch_user_profile_api_v1_reddit_app_fetch_user_profile_get`
981
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-profile`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-profile)
982
-
983
- #### Parameters
984
-
985
- | Field | In | Type | Required | Description |
986
- | --- | --- | --- | --- | --- |
987
- | username | query | string | Yes | 用户名/Username |
988
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
989
-
990
- #### Request Body
991
-
992
- None
993
-
994
- #### Success Response
995
-
996
- ##### `200 application/json`
997
-
998
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
999
-
1000
- | Field | Type | Required | Description |
1001
- | --- | --- | --- | --- |
1002
- | code | integer | No | HTTP status code \| HTTP状态码 |
1003
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1004
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1005
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1006
- | support | string | No | Support message \| 支持消息 |
1007
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1008
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1009
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1010
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1011
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1012
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1013
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1014
-
1015
- - Fields truncated: this layer shows only the first `12` rows.
1016
-
1017
- ### `GET /api/u1/v1/reddit/app/fetch_user_trophies`
1018
-
1019
- - Summary: 获取用户公开奖杯/Fetch User Public Trophies
1020
- - Capabilities: profiles / accounts
1021
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1022
- - operationId: `fetch_user_trophies_api_v1_reddit_app_fetch_user_trophies_get`
1023
- - Full contract: [`api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-trophies`](../api-contracts/reddit-app-api.md#get-api-u1-v1-reddit-app-fetch-user-trophies)
1024
-
1025
- #### Parameters
1026
-
1027
- | Field | In | Type | Required | Description |
1028
- | --- | --- | --- | --- | --- |
1029
- | username | query | string | Yes | 用户名/Username |
1030
- | need_format | query | boolean | No | 是否需要清洗数据/Whether to clean and format the data |
1031
-
1032
- #### Request Body
1033
-
1034
- None
1035
-
1036
- #### Success Response
1037
-
1038
- ##### `200 application/json`
1039
-
1040
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1041
-
1042
- | Field | Type | Required | Description |
1043
- | --- | --- | --- | --- |
1044
- | code | integer | No | HTTP status code \| HTTP状态码 |
1045
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1046
- | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1047
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1048
- | support | string | No | Support message \| 支持消息 |
1049
- | time | string | No | The time the response was generated \| 生成响应的时间 |
1050
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1051
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1052
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1053
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1054
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1055
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1056
-
1057
- - Fields truncated: this layer shows only the first `12` rows.