@tikomni/skills 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (474) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -5
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +98 -2
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +106 -141
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +3 -1
  30. package/skills/{creator-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  33. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  34. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  36. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  37. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  38. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  39. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +58 -149
  40. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  41. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +30 -119
  42. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  43. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  45. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  46. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  47. package/skills/creator-analysis/SKILL.md +0 -95
  48. package/skills/creator-analysis/agents/openai.yaml +0 -4
  49. package/skills/creator-analysis/env.example +0 -36
  50. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  51. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  52. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  53. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  54. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  55. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  56. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  57. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  59. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  60. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  61. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  63. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  64. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  65. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  66. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  67. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  68. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  69. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  71. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  72. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  73. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  74. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  75. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  76. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  77. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  78. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  79. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  80. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  81. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  82. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  83. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  84. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  85. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  86. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  87. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  88. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  89. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  90. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  91. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  92. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  93. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  94. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  96. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  100. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  101. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  103. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  104. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  105. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  106. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  107. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  108. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  109. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  110. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  113. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  114. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  116. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  117. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  118. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  119. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  120. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  121. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  122. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  123. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  124. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  125. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  126. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  127. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  128. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  129. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  130. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  131. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  132. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  133. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  134. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  135. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  136. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  137. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  138. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  139. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  140. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  141. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  142. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  143. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  144. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  145. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  146. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  147. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  148. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  149. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  153. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  154. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  155. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  156. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  157. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  158. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  159. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  160. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  161. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  162. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  163. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  164. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  165. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  167. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  168. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  169. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  170. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  171. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  172. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  173. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  174. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  175. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  176. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  177. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  178. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  179. package/skills/creator-analysis/references/workflow.md +0 -23
  180. package/skills/creator-analysis/scripts/__init__.py +0 -0
  181. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  185. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  186. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  187. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  188. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  189. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  190. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  191. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  194. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  195. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  196. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  197. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  198. package/skills/creator-analysis/scripts/core/tikomni_common.py +0 -588
  199. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  200. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  202. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  203. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  205. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  207. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  208. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  209. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  210. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  211. package/skills/meta-capability/SKILL.md +0 -69
  212. package/skills/meta-capability/agents/openai.yaml +0 -4
  213. package/skills/meta-capability/env.example +0 -42
  214. package/skills/meta-capability/references/api-capability-index.md +0 -92
  215. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  216. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  217. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  218. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  219. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  220. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  222. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  223. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  224. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  226. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  227. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  228. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  229. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  230. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  231. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  232. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  233. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  234. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  235. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  236. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  237. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  238. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  239. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  240. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  241. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  242. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  243. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  244. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  245. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  246. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  247. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  248. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  249. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  250. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  251. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  252. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  253. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  254. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  255. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  256. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  257. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  258. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  259. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  263. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  264. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  265. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  266. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  267. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  268. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  269. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  270. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  271. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  272. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  273. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  274. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  276. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  277. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  279. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  280. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  281. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  282. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  283. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  284. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  285. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  286. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  287. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  288. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  289. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  290. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  291. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  292. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  293. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  294. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  295. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  296. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  297. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  298. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  299. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  300. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  301. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  302. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  303. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  304. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  305. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  306. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  307. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  308. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  309. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  310. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  311. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  312. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  316. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  317. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  318. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  319. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  320. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  321. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  322. package/skills/meta-capability/references/dispatch.md +0 -27
  323. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  324. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  325. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  326. package/skills/meta-capability/scripts/__init__.py +0 -1
  327. package/skills/meta-capability/scripts/call_route.py +0 -141
  328. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  329. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  330. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  331. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  332. package/skills/meta-capability/scripts/test_auth.py +0 -98
  333. package/skills/single-work-analysis/SKILL.md +0 -62
  334. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  335. package/skills/single-work-analysis/env.example +0 -36
  336. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  337. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  339. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  340. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  341. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  342. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  344. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  345. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  346. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  348. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  349. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  350. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  353. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  354. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  356. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  357. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  358. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  359. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  360. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  361. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  362. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  363. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  364. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  366. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  373. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  375. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  376. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  377. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  378. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  379. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  381. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  385. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  386. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  388. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  389. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  390. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  391. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  392. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  393. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  394. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  395. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  398. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  399. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  401. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  402. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  403. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  404. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  405. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  406. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  407. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  409. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  410. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  411. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  412. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  413. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  414. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  415. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  416. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  417. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  418. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  419. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  420. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  421. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  422. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  423. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  424. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  425. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  426. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  427. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  428. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  429. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  430. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  431. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  432. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  434. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  438. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  439. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  441. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  442. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  443. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  444. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -47
  445. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  446. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  447. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  448. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  449. package/skills/single-work-analysis/references/prompt-contracts/analysis-bundle.md +0 -82
  450. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  451. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  452. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  453. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  454. package/skills/single-work-analysis/scripts/core/analysis_adapter.py +0 -384
  455. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -456
  456. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  457. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  458. package/skills/single-work-analysis/scripts/core/progress_report.py +0 -258
  459. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -220
  460. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  461. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  462. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  463. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  464. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  465. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  466. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  468. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -752
  469. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  470. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  471. /package/skills/{single-work-analysis → social-media-crawl}/scripts/core/tikomni_common.py +0 -0
  472. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  473. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  474. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1088 +0,0 @@
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 |