@tikomni/skills 0.1.2 → 0.1.4

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