@tikomni/skills 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,1088 @@
1
+ # Lemon8-App-API Full Contract
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Back to route summary: [`api-tags/lemon8-app-api.md`](../api-tags/lemon8-app-api.md)
5
+ - Current contract file: `api-contracts/lemon8-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: `16`
9
+ - Default auth: Header `Authorization` Bearer
10
+ - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
+ - Tag description: **(Lemon8 APP数据接口/Lemon8-APP-API data endpoints)**
12
+
13
+ ## Route Contracts
14
+
15
+ <a id="get-api-u1-v1-lemon8-app-fetch-discover-banners"></a>
16
+ ### `GET /api/u1/v1/lemon8/app/fetch_discover_banners`
17
+
18
+ - Summary: 获取发现页Banner/Get banners of discover page
19
+ - Capabilities: general
20
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
+ - operationId: `fetch_discover_banners_api_v1_lemon8_app_fetch_discover_banners_get`
22
+
23
+ #### Notes
24
+
25
+ > # [中文]
26
+ > ### 用途:
27
+ > - 获取发现页Banner(搜索页上方的滚动内容)
28
+ > ### 返回:
29
+ > - Banner列表
30
+ >
31
+ > # [English]
32
+ > ### Purpose:
33
+ > - Get banners of discover page
34
+ > ### Return:
35
+ > - Banners list
36
+ >
37
+ > # [示例/Example]
38
+
39
+ #### Parameters
40
+
41
+ None
42
+
43
+ #### Request Body
44
+
45
+ None
46
+
47
+ #### Success Response
48
+
49
+ ##### `200 application/json`
50
+
51
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
52
+
53
+ | Field | Type | Required | Description | Default | Example | Enum |
54
+ | --- | --- | --- | --- | --- | --- | --- |
55
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
56
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
57
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
58
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
59
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
60
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
61
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
62
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
63
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
64
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
65
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
66
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
67
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
68
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
69
+ | data | null | No | The response data \| 响应数据 | None | None | None |
70
+
71
+ <a id="get-api-u1-v1-lemon8-app-fetch-discover-tab"></a>
72
+ ### `GET /api/u1/v1/lemon8/app/fetch_discover_tab`
73
+
74
+ - Summary: 获取发现页主体内容/Get main content of discover page
75
+ - Capabilities: general
76
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
77
+ - operationId: `fetch_discover_tab_api_v1_lemon8_app_fetch_discover_tab_get`
78
+
79
+ #### Notes
80
+
81
+ > # [中文]
82
+ > ### 用途:
83
+ > - 获取发现页(搜索页主体内容)
84
+ > ### 返回:
85
+ > - 主体内容
86
+ >
87
+ > # [English]
88
+ > ### Purpose:
89
+ > - Get main content of discover page
90
+ > ### Return:
91
+ > - Main content
92
+ >
93
+ > # [示例/Example]
94
+
95
+ #### Parameters
96
+
97
+ None
98
+
99
+ #### Request Body
100
+
101
+ None
102
+
103
+ #### Success Response
104
+
105
+ ##### `200 application/json`
106
+
107
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
108
+
109
+ | Field | Type | Required | Description | Default | Example | Enum |
110
+ | --- | --- | --- | --- | --- | --- | --- |
111
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
112
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
113
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
114
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
115
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
116
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
117
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
118
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
119
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
120
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
121
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
122
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
123
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
124
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
125
+ | data | null | No | The response data \| 响应数据 | None | None | None |
126
+
127
+ <a id="get-api-u1-v1-lemon8-app-fetch-discover-tab-information-tabs"></a>
128
+ ### `GET /api/u1/v1/lemon8/app/fetch_discover_tab_information_tabs`
129
+
130
+ - Summary: 获取发现页的 Editor's Picks/Get Editor's Picks of discover page
131
+ - Capabilities: general
132
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
133
+ - operationId: `fetch_discover_tab_information_tabs_api_v1_lemon8_app_fetch_discover_tab_information_tabs_get`
134
+
135
+ #### Notes
136
+
137
+ > # [中文]
138
+ > ### 用途:
139
+ > - 获取发现页(搜索页下方的推荐内容 - Editor's Picks)
140
+ > ### 返回:
141
+ > - 推荐内容
142
+ >
143
+ > # [English]
144
+ > ### Purpose:
145
+ > - Get Editor's Picks of discover page
146
+ > ### Return:
147
+ > - Editor's Picks
148
+ >
149
+ > # [示例/Example]
150
+
151
+ #### Parameters
152
+
153
+ None
154
+
155
+ #### Request Body
156
+
157
+ None
158
+
159
+ #### Success Response
160
+
161
+ ##### `200 application/json`
162
+
163
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
164
+
165
+ | Field | Type | Required | Description | Default | Example | Enum |
166
+ | --- | --- | --- | --- | --- | --- | --- |
167
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
168
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
169
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
170
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
171
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
172
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
173
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
174
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
175
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
176
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
177
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
178
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
179
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
180
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
181
+ | data | null | No | The response data \| 响应数据 | None | None | None |
182
+
183
+ <a id="get-api-u1-v1-lemon8-app-fetch-hot-search-keywords"></a>
184
+ ### `GET /api/u1/v1/lemon8/app/fetch_hot_search_keywords`
185
+
186
+ - Summary: 获取热搜关键词/Get hot search keywords
187
+ - Capabilities: search / trends / rankings
188
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
189
+ - operationId: `fetch_hot_search_keywords_api_v1_lemon8_app_fetch_hot_search_keywords_get`
190
+
191
+ #### Notes
192
+
193
+ > # [中文]
194
+ > ### 用途:
195
+ > - 获取热搜关键词
196
+ > ### 返回:
197
+ > - 热搜关键词列表
198
+ >
199
+ > # [English]
200
+ > ### Purpose:
201
+ > - Get hot search keywords
202
+ > ### Return:
203
+ > - Hot search keywords list
204
+ >
205
+ > # [示例/Example]
206
+
207
+ #### Parameters
208
+
209
+ None
210
+
211
+ #### Request Body
212
+
213
+ None
214
+
215
+ #### Success Response
216
+
217
+ ##### `200 application/json`
218
+
219
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
220
+
221
+ | Field | Type | Required | Description | Default | Example | Enum |
222
+ | --- | --- | --- | --- | --- | --- | --- |
223
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
224
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
225
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
226
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
227
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
228
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
229
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
230
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
231
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
232
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
233
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
234
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
235
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
236
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
237
+ | data | null | No | The response data \| 响应数据 | None | None | None |
238
+
239
+ <a id="get-api-u1-v1-lemon8-app-fetch-post-comment-list"></a>
240
+ ### `GET /api/u1/v1/lemon8/app/fetch_post_comment_list`
241
+
242
+ - Summary: 获取指定作品的评论列表/Get comments list of specified post
243
+ - Capabilities: comments / content details
244
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
245
+ - operationId: `fetch_post_comment_list_api_v1_lemon8_app_fetch_post_comment_list_get`
246
+
247
+ #### Notes
248
+
249
+ > # [中文]
250
+ > ### 用途:
251
+ > - 获取指定作品的评论列表
252
+ > ### 参数:
253
+ > - group_id: 作品的group_id,可以从接口`/lemon8/app/fetch_post_detail`获取
254
+ > - item_id: 作品的item_id,可以从接口`/lemon8/app/fetch_post_detail` 或 `/lemon8/app/get_item_id`获取
255
+ > - media_id: 作品的media_id,可以从接口`/lemon8/app/fetch_post_detail`获取
256
+ > - offset: 翻页参数,可以从上一次请求的返回结果中获取,第一次请求为空,后续请求使用上一次请求返回的offset进行翻页。
257
+ > ### 返回:
258
+ > - 评论列表
259
+ >
260
+ > # [English]
261
+ > ### Purpose:
262
+ > - Get comments list of specified post
263
+ > ### Parameters:
264
+ > - group_id: Post's group_id, can be obtained from the interface `/lemon8/app/fetch_post_detail`
265
+ > - item_id: Post's item_id, can be obtained from the interface `/lemon8/app/fetch_post_detail` or `/lemon8/app/get_item_id`
266
+ > - media_id: Post's media_id, can be obtained from the interface `/lemon8/app/fetch_post_detail`
267
+ > - offset: Pagination parameter, can be obtained from the return result of the last request. It is empty for the first request, and the offset returned by the last request is used for subsequent requests.
268
+ > ### Return:
269
+ > - Comments list
270
+ >
271
+ > # [示例/Example]
272
+ > group_id = "7361926875709129222"
273
+ > item_id = "7361926875709129222"
274
+ > media_id = "7428056850216862763"
275
+
276
+ #### Parameters
277
+
278
+ | Field | In | Type | Required | Description | Default | Example | Enum |
279
+ | --- | --- | --- | --- | --- | --- | --- | --- |
280
+ | group_id | query | string | Yes | 作品的group_id/Post's group_id | None | 7361926875709129222 | None |
281
+ | item_id | query | string | Yes | 作品的item_id/Post's item_id | None | 7361926875709129222 | None |
282
+ | media_id | query | string | Yes | 作品的media_id/Post's media_id | None | 7428056850216862763 | None |
283
+ | offset | query | string | No | 翻页参数/Pagination parameter | 0 | 0 | None |
284
+
285
+ #### Request Body
286
+
287
+ None
288
+
289
+ #### Success Response
290
+
291
+ ##### `200 application/json`
292
+
293
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
294
+
295
+ | Field | Type | Required | Description | Default | Example | Enum |
296
+ | --- | --- | --- | --- | --- | --- | --- |
297
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
298
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
299
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
300
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
301
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
302
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
303
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
304
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
305
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
306
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
307
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
308
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
309
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
310
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
311
+ | data | null | No | The response data \| 响应数据 | None | None | None |
312
+
313
+ <a id="get-api-u1-v1-lemon8-app-fetch-post-detail"></a>
314
+ ### `GET /api/u1/v1/lemon8/app/fetch_post_detail`
315
+
316
+ - Summary: 获取指定作品的信息/Get information of specified post
317
+ - Capabilities: content details / details
318
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
319
+ - operationId: `fetch_post_detail_api_v1_lemon8_app_fetch_post_detail_get`
320
+
321
+ #### Notes
322
+
323
+ > # [中文]
324
+ > ### 用途:
325
+ > - 获取指定作品的信息
326
+ > ### 参数:
327
+ > - item_id: 作品ID,可以从接口`/lemon8/app/get_item_id`获取
328
+ > ### 返回:
329
+ > - 作品信息
330
+ >
331
+ > # [English]
332
+ > ### Purpose:
333
+ > - Get information of specified post
334
+ > ### Parameters:
335
+ > - item_id: Post ID, can be obtained from the interface `/lemon8/app/get_item_id`
336
+ > ### Return:
337
+ > - Post information
338
+ >
339
+ > # [示例/Example]
340
+ > item_id = "7361926875709129222"
341
+
342
+ #### Parameters
343
+
344
+ | Field | In | Type | Required | Description | Default | Example | Enum |
345
+ | --- | --- | --- | --- | --- | --- | --- | --- |
346
+ | item_id | query | string | Yes | 作品ID/Post ID | None | 7361926875709129222 | None |
347
+
348
+ #### Request Body
349
+
350
+ None
351
+
352
+ #### Success Response
353
+
354
+ ##### `200 application/json`
355
+
356
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
357
+
358
+ | Field | Type | Required | Description | Default | Example | Enum |
359
+ | --- | --- | --- | --- | --- | --- | --- |
360
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
361
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
362
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
363
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
364
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
365
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
366
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
367
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
368
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
369
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
370
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
371
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
372
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
373
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
374
+ | data | null | No | The response data \| 响应数据 | None | None | None |
375
+
376
+ <a id="get-api-u1-v1-lemon8-app-fetch-search"></a>
377
+ ### `GET /api/u1/v1/lemon8/app/fetch_search`
378
+
379
+ - Summary: 搜索接口/Search API
380
+ - Capabilities: search
381
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
382
+ - operationId: `fetch_search_api_v1_lemon8_app_fetch_search_get`
383
+
384
+ #### Notes
385
+
386
+ > # [中文]
387
+ > ### 用途:
388
+ > - 搜索接口
389
+ > ### 参数:
390
+ > - query: 搜索关键词
391
+ > - max_cursor: 翻页参数,可以从上一次请求的返回结果中获取,第一次请求为空,后续请求使用上一次请求返回的`max_cursor`进行翻页,可以通过返回结果的`has_more`字段判断是否还有更多数据。
392
+ > - filter_type: 搜索过滤类型,默认为空字符串,可选值如下:
393
+ > - 空字符串:All(全部,默认使用此参数搜索)
394
+ > - video:只搜索视频作品
395
+ > - posts:只搜索文章作品
396
+ > - order_by: 搜索排序方式,默认为空字符串,可选值如下:
397
+ > - 空字符串:Relevance(相关度,默认使用此参数排序)
398
+ > - popular:流行度排序
399
+ > - recent:从新到旧排序
400
+ > - search_tab: 搜索类型,默认为`main`,可选值如下:
401
+ > - main:APP中显示为 `Top`(综合搜索,默认使用此参数搜索)
402
+ > - user:APP中显示为 `Accounts` (搜索用户账号)
403
+ > - hashtag:APP中显示为 `Hashtags`(搜索话题)
404
+ > - article:APP中显示为 `Posts`(搜索文章)
405
+ > ### 返回:
406
+ > - 搜索结果
407
+ >
408
+ > # [English]
409
+ > ### Purpose:
410
+ > - Search API
411
+ > ### Parameters:
412
+ > - query: Search keyword
413
+ > - max_cursor: Pagination parameter, can be obtained from the return result of the last request. It is empty for the first request, and the `max_cursor` returned by the last request is used for subsequent requests. You can judge whether there is more data by the `has_more` field in the return result.
414
+ > - filter_type: Search filter type, default is an empty string, optional values are as follows:
415
+ > - Empty string: All (default using this parameter to search)
416
+ > - video: Search only video
417
+ > - posts: Search only posts
418
+ > - order_by: Search sort type, default is an empty string, optional values are as follows:
419
+ > - Empty string: Relevance (default using this parameter to sort)
420
+ > - popular: Sort by popularity
421
+ > - recent: Sort from new to old
422
+ > - search_tab: Search type, default is `main`, optional values are as follows:
423
+ > - main: Display as `Top` in the APP (comprehensive search, default using this parameter to search)
424
+ > - user: Display as `Accounts` in the APP (search user accounts)
425
+ > - hashtag: Display as `Hashtags` in the APP (search hashtags)
426
+ > - article: Display as `Posts` in the APP (search articles)
427
+ > ### Return:
428
+ > - Search results
429
+ >
430
+ > # [示例/Example]
431
+ > query = "lemon8"
432
+ > max_cursor = ""
433
+ > filter_type = ""
434
+ > order_by = ""
435
+ > search_tab = "main"
436
+
437
+ #### Parameters
438
+
439
+ | Field | In | Type | Required | Description | Default | Example | Enum |
440
+ | --- | --- | --- | --- | --- | --- | --- | --- |
441
+ | query | query | string | Yes | 搜索关键词/Search keyword | None | lemon8 | None |
442
+ | max_cursor | query | string | No | 翻页参数/Pagination parameter | None | None | None |
443
+ | filter_type | query | string | No | 搜索过滤类型/Search filter type | None | None | None |
444
+ | order_by | query | string | No | 搜索排序方式/Search sort type | None | None | None |
445
+ | search_tab | query | string | No | 搜索类型/Search type | main | main | None |
446
+
447
+ #### Request Body
448
+
449
+ None
450
+
451
+ #### Success Response
452
+
453
+ ##### `200 application/json`
454
+
455
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
456
+
457
+ | Field | Type | Required | Description | Default | Example | Enum |
458
+ | --- | --- | --- | --- | --- | --- | --- |
459
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
460
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
461
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
462
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
463
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
464
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
465
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
466
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
467
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
468
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
469
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
470
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
471
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
472
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
473
+ | data | null | No | The response data \| 响应数据 | None | None | None |
474
+
475
+ <a id="get-api-u1-v1-lemon8-app-fetch-topic-info"></a>
476
+ ### `GET /api/u1/v1/lemon8/app/fetch_topic_info`
477
+
478
+ - Summary: 获取话题信息/Get topic information
479
+ - Capabilities: topics
480
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
481
+ - operationId: `fetch_topic_info_api_v1_lemon8_app_fetch_topic_info_get`
482
+
483
+ #### Notes
484
+
485
+ > # [中文]
486
+ > ### 用途:
487
+ > - 获取话题信息
488
+ > ### 参数:
489
+ > - forum_id: 话题ID,可以从下面的接口获取
490
+ > - 获取指定作品的信息:`/lemon8/app/fetch_post_detail`
491
+ > - 获取发现页的 Editor's Picks:`/lemon8/app/fetch_discover_tab_information_tabs`
492
+ > - 通过接口搜索 Hashtag:`/lemon8/app/fetch_search?search_tab=hashtag&keyword=lemon8`
493
+ > ### 返回:
494
+ > - 话题信息
495
+ >
496
+ > # [English]
497
+ > ### Purpose:
498
+ > - Get topic information
499
+ > ### Parameters:
500
+ > - forum_id: Topic ID, can be obtained from the following interfaces
501
+ > - Get information of specified post: `/lemon8/app/fetch_post_detail`
502
+ > - Get Editor's Picks of discover page: `/lemon8/app/fetch_discover_tab_information_tabs`
503
+ > - Search Hashtag through interface: `/lemon8/app/fetch_search?search_tab=hashtag&keyword=lemon8`
504
+ > ### Return:
505
+ > - Topic information
506
+ >
507
+ > # [示例/Example]
508
+ > forum_id = "7174447913778593798"
509
+
510
+ #### Parameters
511
+
512
+ | Field | In | Type | Required | Description | Default | Example | Enum |
513
+ | --- | --- | --- | --- | --- | --- | --- | --- |
514
+ | forum_id | query | string | Yes | 话题ID/Topic ID | None | 7174447913778593798 | None |
515
+
516
+ #### Request Body
517
+
518
+ None
519
+
520
+ #### Success Response
521
+
522
+ ##### `200 application/json`
523
+
524
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
525
+
526
+ | Field | Type | Required | Description | Default | Example | Enum |
527
+ | --- | --- | --- | --- | --- | --- | --- |
528
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
529
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
530
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
531
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
532
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
533
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
534
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
535
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
536
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
537
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
538
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
539
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
540
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
541
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
542
+ | data | null | No | The response data \| 响应数据 | None | None | None |
543
+
544
+ <a id="get-api-u1-v1-lemon8-app-fetch-topic-post-list"></a>
545
+ ### `GET /api/u1/v1/lemon8/app/fetch_topic_post_list`
546
+
547
+ - Summary: 获取话题作品列表/Get topic post list
548
+ - Capabilities: content details / topics
549
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
550
+ - operationId: `fetch_topic_post_list_api_v1_lemon8_app_fetch_topic_post_list_get`
551
+
552
+ #### Notes
553
+
554
+ > # [中文]
555
+ > ### 用途:
556
+ > - 获取话题作品列表
557
+ > ### 参数:
558
+ > - category: 话题分类 ID,可以从接口`/lemon8/app/fetch_topic_info`获取
559
+ > - max_behot_time: 翻页参数,可以从上一次请求的返回结果中获取,第一次请求为空,后续请求使用上一次请求返回的max_behot_time进行翻页。
560
+ > - category_parameter: 分类参数ID,可以从接口`/lemon8/app/fetch_topic_info`获取
561
+ > - hashtag_name: Hashtag名称,可以从接口`/lemon8/app/fetch_topic_info`获取
562
+ > - sort_type: 排序方式,0为默认排序,当前只支持使用默认排序,请不要传入其他值。
563
+ > ### 返回:
564
+ > - 作品列表
565
+ >
566
+ > # [English]
567
+ > ### Purpose:
568
+ > - Get topic post list
569
+ > ### Parameters:
570
+ > - category: Topic category ID, can be obtained from the interface `/lemon8/app/fetch_topic_info`
571
+ > - max_behot_time: Pagination parameter, can be obtained from the return result of the last request. It is empty for the first request, and the max_behot_time returned by the last request is used for subsequent requests.
572
+ > - category_parameter: Category parameter ID, can be obtained from the interface `/lemon8/app/fetch_topic_info`
573
+ > - hashtag_name: Hashtag name, can be obtained from the interface `/lemon8/app/fetch_topic_info`
574
+ > - sort_type: Sort type, 0 for default sort, currently only support default sort, please do not pass other values.
575
+ > ### Return:
576
+ > - Post list
577
+ >
578
+ > # [示例/Example]
579
+ > category = "590"
580
+ > max_behot_time = ""
581
+ > category_parameter = "7174447913778593798"
582
+ > hashtag_name = "lemon8christmas"
583
+ > sort_type = "0"
584
+
585
+ #### Parameters
586
+
587
+ | Field | In | Type | Required | Description | Default | Example | Enum |
588
+ | --- | --- | --- | --- | --- | --- | --- | --- |
589
+ | category | query | string | Yes | 话题分类 ID/Topic category ID | None | 590 | None |
590
+ | max_behot_time | query | string | No | 翻页参数/Pagination parameter | None | None | None |
591
+ | category_parameter | query | string | Yes | 分类参数/Category parameter | None | 7174447913778593798 | None |
592
+ | hashtag_name | query | string | Yes | Hashtag名称/Hashtag name | None | lemon8christmas | None |
593
+ | sort_type | query | string | No | 排序方式/Sort type | 0 | None | None |
594
+
595
+ #### Request Body
596
+
597
+ None
598
+
599
+ #### Success Response
600
+
601
+ ##### `200 application/json`
602
+
603
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
604
+
605
+ | Field | Type | Required | Description | Default | Example | Enum |
606
+ | --- | --- | --- | --- | --- | --- | --- |
607
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
608
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
609
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
610
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
611
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
612
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
613
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
614
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
615
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
616
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
617
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
618
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
619
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
620
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
621
+ | data | null | No | The response data \| 响应数据 | None | None | None |
622
+
623
+ <a id="get-api-u1-v1-lemon8-app-fetch-user-follower-list"></a>
624
+ ### `GET /api/u1/v1/lemon8/app/fetch_user_follower_list`
625
+
626
+ - Summary: 获取指定用户的粉丝列表/Get fans list of specified user
627
+ - Capabilities: profiles / accounts
628
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
629
+ - operationId: `fetch_user_follower_list_api_v1_lemon8_app_fetch_user_follower_list_get`
630
+
631
+ #### Notes
632
+
633
+ > # [中文]
634
+ > ### 用途:
635
+ > - 获取指定用户的粉丝列表
636
+ > ### 参数:
637
+ > - user_id: 用户ID,可以从接口`/lemon8/app/get_user_id`获取
638
+ > - cursor: 翻页参数,可以从上一次请求的返回结果中获取,第一次请求为空,后续请求使用上一次请求返回的cursor进行翻页。
639
+ > ### 返回:
640
+ > - 粉丝列表
641
+ >
642
+ > # [English]
643
+ > ### Purpose:
644
+ > - Get fans list of specified user
645
+ > ### Parameters:
646
+ > - user_id: User ID, can be obtained from the interface `/lemon8/app/get_user_id`
647
+ > - cursor: Pagination parameter, can be obtained from the return result of the last request. It is empty for the first request, and the cursor returned by the last request is used for subsequent requests.
648
+ > ### Return:
649
+ > - Fans list
650
+ >
651
+ > # [示例/Example]
652
+ > user_id = "7428056850216862763"
653
+
654
+ #### Parameters
655
+
656
+ | Field | In | Type | Required | Description | Default | Example | Enum |
657
+ | --- | --- | --- | --- | --- | --- | --- | --- |
658
+ | user_id | query | string | Yes | 用户ID/User ID | None | 7428056850216862763 | None |
659
+ | cursor | query | string | No | 翻页参数/Pagination parameter | None | None | None |
660
+
661
+ #### Request Body
662
+
663
+ None
664
+
665
+ #### Success Response
666
+
667
+ ##### `200 application/json`
668
+
669
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
670
+
671
+ | Field | Type | Required | Description | Default | Example | Enum |
672
+ | --- | --- | --- | --- | --- | --- | --- |
673
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
674
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
675
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
676
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
677
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
678
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
679
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
680
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
681
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
682
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
683
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
684
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
685
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
686
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
687
+ | data | null | No | The response data \| 响应数据 | None | None | None |
688
+
689
+ <a id="get-api-u1-v1-lemon8-app-fetch-user-following-list"></a>
690
+ ### `GET /api/u1/v1/lemon8/app/fetch_user_following_list`
691
+
692
+ - Summary: 获取指定用户的关注列表/Get following list of specified user
693
+ - Capabilities: profiles / accounts
694
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
695
+ - operationId: `fetch_user_following_list_api_v1_lemon8_app_fetch_user_following_list_get`
696
+
697
+ #### Notes
698
+
699
+ > # [中文]
700
+ > ### 用途:
701
+ > - 获取指定用户的关注列表
702
+ > ### 参数:
703
+ > - user_id: 用户ID,可以从接口`/lemon8/app/get_user_id`获取
704
+ > - cursor: 翻页参数,可以从上一次请求的返回结果中获取,第一次请求为空,后续请求使用上一次请求返回的cursor进行翻页。
705
+ > ### 返回:
706
+ > - 关注列表
707
+ >
708
+ > # [English]
709
+ > ### Purpose:
710
+ > - Get following list of specified user
711
+ > ### Parameters:
712
+ > - user_id: User ID, can be obtained from the interface `/lemon8/app/get_user_id`
713
+ > - cursor: Pagination parameter, can be obtained from the return result of the last request. It is empty for the first request, and the cursor returned by the last request is used for subsequent requests.
714
+ > ### Return:
715
+ > - Following list
716
+ >
717
+ > # [示例/Example]
718
+ > user_id = "7428056850216862763"
719
+
720
+ #### Parameters
721
+
722
+ | Field | In | Type | Required | Description | Default | Example | Enum |
723
+ | --- | --- | --- | --- | --- | --- | --- | --- |
724
+ | user_id | query | string | Yes | 用户ID/User ID | None | 7428056850216862763 | None |
725
+ | cursor | query | string | No | 翻页参数/Pagination parameter | None | None | None |
726
+
727
+ #### Request Body
728
+
729
+ None
730
+
731
+ #### Success Response
732
+
733
+ ##### `200 application/json`
734
+
735
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
736
+
737
+ | Field | Type | Required | Description | Default | Example | Enum |
738
+ | --- | --- | --- | --- | --- | --- | --- |
739
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
740
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
741
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
742
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
743
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
744
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
745
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
746
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
747
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
748
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
749
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
750
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
751
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
752
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
753
+ | data | null | No | The response data \| 响应数据 | None | None | None |
754
+
755
+ <a id="get-api-u1-v1-lemon8-app-fetch-user-profile"></a>
756
+ ### `GET /api/u1/v1/lemon8/app/fetch_user_profile`
757
+
758
+ - Summary: 获取指定用户的信息/Get information of specified user
759
+ - Capabilities: profiles / accounts
760
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
761
+ - operationId: `handler_user_profile_api_v1_lemon8_app_fetch_user_profile_get`
762
+
763
+ #### Notes
764
+
765
+ > # [中文]
766
+ > ### 用途:
767
+ > - 获取指定用户的信息
768
+ > ### 参数:
769
+ > - user_id: 用户ID,可以从接口`/lemon8/app/get_user_id`获取
770
+ > ### 返回:
771
+ > - 用户信息
772
+ >
773
+ > # [English]
774
+ > ### Purpose:
775
+ > - Get information of specified user
776
+ > ### Parameters:
777
+ > - user_id: User ID, can be obtained from the interface `/lemon8/app/get_user_id`
778
+ > ### Return:
779
+ > - User information
780
+ >
781
+ > # [示例/Example]
782
+ > user_id = "7217844966059656197"
783
+
784
+ #### Parameters
785
+
786
+ | Field | In | Type | Required | Description | Default | Example | Enum |
787
+ | --- | --- | --- | --- | --- | --- | --- | --- |
788
+ | user_id | query | string | Yes | 用户ID/User ID | None | 7217844966059656197 | None |
789
+
790
+ #### Request Body
791
+
792
+ None
793
+
794
+ #### Success Response
795
+
796
+ ##### `200 application/json`
797
+
798
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
799
+
800
+ | Field | Type | Required | Description | Default | Example | Enum |
801
+ | --- | --- | --- | --- | --- | --- | --- |
802
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
803
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
804
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
805
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
806
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
807
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
808
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
809
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
810
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
811
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
812
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
813
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
814
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
815
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
816
+ | data | null | No | The response data \| 响应数据 | None | None | None |
817
+
818
+ <a id="get-api-u1-v1-lemon8-app-get-item-id"></a>
819
+ ### `GET /api/u1/v1/lemon8/app/get_item_id`
820
+
821
+ - Summary: 通过分享链接获取作品ID/Get post ID through sharing link
822
+ - Capabilities: general
823
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
824
+ - operationId: `get_item_id_api_v1_lemon8_app_get_item_id_get`
825
+
826
+ #### Notes
827
+
828
+ > # [中文]
829
+ > ### 用途:
830
+ > - 通过分享链接获取作品ID
831
+ > ### 参数:
832
+ > - share_text: 分享链接,支持长链接和短链接,可以从网页端以及APP中的分享按钮获取并复制。
833
+ > ### 返回:
834
+ > - 作品ID
835
+ >
836
+ > # [English]
837
+ > ### Purpose:
838
+ > - Get post ID through sharing link
839
+ > ### Parameters:
840
+ > - share_text: Share link, supports long links and short links, can be obtained and copied from the share button on the web and APP.
841
+ > ### Return:
842
+ > - Post ID
843
+ >
844
+ > # [示例/Example]
845
+ > share_text = "https://www.lemon8-app.com/@deathlabs_/7445613324903006766"
846
+ > share_text = "https://v.lemon8-app.com/al/OghwFTppx"
847
+
848
+ #### Parameters
849
+
850
+ | Field | In | Type | Required | Description | Default | Example | Enum |
851
+ | --- | --- | --- | --- | --- | --- | --- | --- |
852
+ | share_text | query | string | Yes | 分享链接/Share link | None | https://v.lemon8-app.com/al/OghwFTppx | None |
853
+
854
+ #### Request Body
855
+
856
+ None
857
+
858
+ #### Success Response
859
+
860
+ ##### `200 application/json`
861
+
862
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
863
+
864
+ | Field | Type | Required | Description | Default | Example | Enum |
865
+ | --- | --- | --- | --- | --- | --- | --- |
866
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
867
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
868
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
869
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
870
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
871
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
872
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
873
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
874
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
875
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
876
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
877
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
878
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
879
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
880
+ | data | null | No | The response data \| 响应数据 | None | None | None |
881
+
882
+ <a id="post-api-u1-v1-lemon8-app-get-item-ids"></a>
883
+ ### `POST /api/u1/v1/lemon8/app/get_item_ids`
884
+
885
+ - Summary: 通过分享链接批量获取作品ID/Get post IDs in batch through sharing links
886
+ - Capabilities: general
887
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
888
+ - operationId: `get_item_ids_api_v1_lemon8_app_get_item_ids_post`
889
+
890
+ #### Notes
891
+
892
+ > # [中文]
893
+ > ### 用途:
894
+ > - 通过分享链接批量获取作品ID,一次最多获取10个
895
+ > ### 参数:
896
+ > - share_texts: 分享链接列表,支持长链接和短链接,可以从网页端以及APP中的分享按钮获取并复制。
897
+ > ### 返回:
898
+ > - 作品ID列表
899
+ >
900
+ > # [English]
901
+ > ### Purpose:
902
+ > - Get post IDs in batch through sharing links, up to 10 at a time
903
+ > ### Parameters:
904
+ > - share_texts: Share links list, supports long links and short links, can be obtained and copied from the share button on the web and APP.
905
+ > ### Return:
906
+ > - Post IDs list
907
+ >
908
+ > # [示例/Example]
909
+ > share_texts = [
910
+ > "https://www.lemon8-app.com/@deathlabs_/7445613324903006766",
911
+ > "https://v.lemon8-app.com/al/OghwFTppx"
912
+ > ]
913
+
914
+ #### Parameters
915
+
916
+ None
917
+
918
+ #### Request Body
919
+
920
+ - required: Yes
921
+
922
+ ##### `application/json`
923
+
924
+ - Schema summary: [Not declared]
925
+
926
+ | Field | Type | Required | Description | Default | Example | Enum |
927
+ | --- | --- | --- | --- | --- | --- | --- |
928
+ | [] | array<Not declared> | Yes | 分享链接列表/Share links list | None | None | None |
929
+
930
+ #### Success Response
931
+
932
+ ##### `200 application/json`
933
+
934
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
935
+
936
+ | Field | Type | Required | Description | Default | Example | Enum |
937
+ | --- | --- | --- | --- | --- | --- | --- |
938
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
939
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
940
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
941
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
942
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
943
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
944
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
945
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
946
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
947
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
948
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
949
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
950
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
951
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
952
+ | data | null | No | The response data \| 响应数据 | None | None | None |
953
+
954
+ <a id="get-api-u1-v1-lemon8-app-get-user-id"></a>
955
+ ### `GET /api/u1/v1/lemon8/app/get_user_id`
956
+
957
+ - Summary: 通过分享链接获取用户ID/Get user ID through sharing link
958
+ - Capabilities: profiles / accounts
959
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
960
+ - operationId: `get_user_id_api_v1_lemon8_app_get_user_id_get`
961
+
962
+ #### Notes
963
+
964
+ > # [中文]
965
+ > ### 用途:
966
+ > - 通过分享链接获取用户ID
967
+ > ### 参数:
968
+ > - share_text: 分享链接,支持长链接和短链接,可以从网页端以及APP中的分享按钮获取并复制。
969
+ > ### 返回:
970
+ > - 用户ID
971
+ >
972
+ > # [English]
973
+ > ### Purpose:
974
+ > - Get user ID through sharing link
975
+ > ### Parameters:
976
+ > - share_text: Share link, supports long links and short links, can be obtained and copied from the share button on the web and APP.
977
+ > ### Return:
978
+ > - User ID
979
+ >
980
+ > # [示例/Example]
981
+ > share_text = "https://www.lemon8-app.com/lemon8cars?region=us"
982
+ > share_text = "https://v.lemon8-app.com/al/OgZrsUppx"
983
+
984
+ #### Parameters
985
+
986
+ | Field | In | Type | Required | Description | Default | Example | Enum |
987
+ | --- | --- | --- | --- | --- | --- | --- | --- |
988
+ | share_text | query | string | Yes | 分享链接/Share link | None | https://v.lemon8-app.com/al/OgZrsUppx | None |
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 | Default | Example | Enum |
1001
+ | --- | --- | --- | --- | --- | --- | --- |
1002
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1003
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1004
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1005
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1006
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1007
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1008
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1009
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1010
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1011
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1012
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1013
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1014
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1015
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1016
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1017
+
1018
+ <a id="post-api-u1-v1-lemon8-app-get-user-ids"></a>
1019
+ ### `POST /api/u1/v1/lemon8/app/get_user_ids`
1020
+
1021
+ - Summary: 通过分享链接批量获取用户ID/Get user IDs in batch through sharing links
1022
+ - Capabilities: profiles / accounts
1023
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1024
+ - operationId: `get_user_ids_api_v1_lemon8_app_get_user_ids_post`
1025
+
1026
+ #### Notes
1027
+
1028
+ > # [中文]
1029
+ > ### 用途:
1030
+ > - 通过分享链接批量获取用户ID,一次最多获取10个
1031
+ > ### 参数:
1032
+ > - share_texts: 分享链接列表,支持长链接和短链接,可以从网页端以及APP中的分享按钮获取并复制。
1033
+ > ### 返回:
1034
+ > - 用户ID列表
1035
+ >
1036
+ > # [English]
1037
+ > ### Purpose:
1038
+ > - Get user IDs in batch through sharing links, up to 10 at a time
1039
+ > ### Parameters:
1040
+ > - share_texts: Share links list, supports long links and short links, can be obtained and copied from the share button on the web and APP.
1041
+ > ### Return:
1042
+ > - User IDs list
1043
+ >
1044
+ > # [示例/Example]
1045
+ > share_texts = [
1046
+ > "https://www.lemon8-app.com/lemon8cars?region=us",
1047
+ > "https://v.lemon8-app.com/al/OgZrsUppx"
1048
+ > ]
1049
+
1050
+ #### Parameters
1051
+
1052
+ None
1053
+
1054
+ #### Request Body
1055
+
1056
+ - required: Yes
1057
+
1058
+ ##### `application/json`
1059
+
1060
+ - Schema summary: [Not declared]
1061
+
1062
+ | Field | Type | Required | Description | Default | Example | Enum |
1063
+ | --- | --- | --- | --- | --- | --- | --- |
1064
+ | [] | array<Not declared> | Yes | 分享链接列表/Share links list | None | None | None |
1065
+
1066
+ #### Success Response
1067
+
1068
+ ##### `200 application/json`
1069
+
1070
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1071
+
1072
+ | Field | Type | Required | Description | Default | Example | Enum |
1073
+ | --- | --- | --- | --- | --- | --- | --- |
1074
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1075
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1076
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1077
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1078
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1079
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1080
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1081
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1082
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1083
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1084
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1085
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1086
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1087
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1088
+ | data | null | No | The response data \| 响应数据 | None | None | None |