@tikomni/skills 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.skill-package-allowlist.txt +4 -0
- package/LICENSE +21 -0
- package/README.md +167 -0
- package/README.zh-CN.md +167 -0
- package/bin/tikomni-skills.js +127 -0
- package/env.example +160 -0
- package/lib/installer.js +176 -0
- package/package.json +44 -0
- package/skills/creator-analysis/SKILL.md +71 -0
- package/skills/creator-analysis/agents/openai.yaml +4 -0
- package/skills/creator-analysis/env.example +36 -0
- package/skills/creator-analysis/references/api-capability-index.md +92 -0
- package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
- package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/creator-analysis/references/asr-orchestration.md +33 -0
- package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
- package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
- package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
- package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
- package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
- package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
- package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
- package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
- package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
- package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
- package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/creator-analysis/references/workflow.md +18 -0
- package/skills/creator-analysis/scripts/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
- package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
- package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
- package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
- package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
- package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
- package/skills/creator-analysis/scripts/core/__init__.py +0 -0
- package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
- package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
- package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
- package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
- package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
- package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
- package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
- package/skills/meta-capability/SKILL.md +69 -0
- package/skills/meta-capability/agents/openai.yaml +4 -0
- package/skills/meta-capability/env.example +42 -0
- package/skills/meta-capability/references/api-capability-index.md +92 -0
- package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
- package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
- package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
- package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
- package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
- package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
- package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
- package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/meta-capability/references/api-tags/health-check.md +40 -0
- package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
- package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
- package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
- package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
- package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
- package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
- package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
- package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
- package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
- package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
- package/skills/meta-capability/references/dispatch.md +27 -0
- package/skills/meta-capability/references/execution-guidelines.md +25 -0
- package/skills/meta-capability/references/implemented-route-map.md +177 -0
- package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/meta-capability/scripts/__init__.py +1 -0
- package/skills/meta-capability/scripts/call_route.py +141 -0
- package/skills/meta-capability/scripts/core/__init__.py +1 -0
- package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
- package/skills/meta-capability/scripts/core/config_loader.py +204 -0
- package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
- package/skills/meta-capability/scripts/test_auth.py +98 -0
- package/skills/single-work-analysis/SKILL.md +62 -0
- package/skills/single-work-analysis/agents/openai.yaml +4 -0
- package/skills/single-work-analysis/env.example +36 -0
- package/skills/single-work-analysis/references/api-capability-index.md +92 -0
- package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
- package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
- package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
- package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
- package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
- package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
- package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
- package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/single-work-analysis/scripts/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
- package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
- package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
- package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
- package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
- package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
|
@@ -0,0 +1,687 @@
|
|
|
1
|
+
# Lemon8-App-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/lemon8-app-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/lemon8-app-api.md`](../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
|
+
- Common capabilities: general / profiles / accounts / content details / search / topics / trends / rankings
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `user_id`, `item_id`, `cursor`, `share_text`, `group_id`, `media_id`, `offset`, `query`, `max_cursor`, `filter_type`
|
|
12
|
+
- Tag description: **(Lemon8 APP数据接口/Lemon8-APP-API data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
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
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-discover-banners`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-discover-banners)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
None
|
|
27
|
+
|
|
28
|
+
#### Request Body
|
|
29
|
+
|
|
30
|
+
None
|
|
31
|
+
|
|
32
|
+
#### Success Response
|
|
33
|
+
|
|
34
|
+
##### `200 application/json`
|
|
35
|
+
|
|
36
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
37
|
+
|
|
38
|
+
| Field | Type | Required | Description |
|
|
39
|
+
| --- | --- | --- | --- |
|
|
40
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
41
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
42
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
43
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
44
|
+
| support | string | No | Support message \| 支持消息 |
|
|
45
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
46
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
47
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
48
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
49
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
50
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
51
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
52
|
+
|
|
53
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
54
|
+
|
|
55
|
+
### `GET /api/u1/v1/lemon8/app/fetch_discover_tab`
|
|
56
|
+
|
|
57
|
+
- Summary: 获取发现页主体内容/Get main content of discover page
|
|
58
|
+
- Capabilities: general
|
|
59
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
60
|
+
- operationId: `fetch_discover_tab_api_v1_lemon8_app_fetch_discover_tab_get`
|
|
61
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-discover-tab`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-discover-tab)
|
|
62
|
+
|
|
63
|
+
#### Parameters
|
|
64
|
+
|
|
65
|
+
None
|
|
66
|
+
|
|
67
|
+
#### Request Body
|
|
68
|
+
|
|
69
|
+
None
|
|
70
|
+
|
|
71
|
+
#### Success Response
|
|
72
|
+
|
|
73
|
+
##### `200 application/json`
|
|
74
|
+
|
|
75
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
76
|
+
|
|
77
|
+
| Field | Type | Required | Description |
|
|
78
|
+
| --- | --- | --- | --- |
|
|
79
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
80
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
81
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
82
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
83
|
+
| support | string | No | Support message \| 支持消息 |
|
|
84
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
85
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
86
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
87
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
88
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
89
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
90
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
91
|
+
|
|
92
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
93
|
+
|
|
94
|
+
### `GET /api/u1/v1/lemon8/app/fetch_discover_tab_information_tabs`
|
|
95
|
+
|
|
96
|
+
- Summary: 获取发现页的 Editor's Picks/Get Editor's Picks of discover page
|
|
97
|
+
- Capabilities: general
|
|
98
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
99
|
+
- operationId: `fetch_discover_tab_information_tabs_api_v1_lemon8_app_fetch_discover_tab_information_tabs_get`
|
|
100
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-discover-tab-information-tabs`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-discover-tab-information-tabs)
|
|
101
|
+
|
|
102
|
+
#### Parameters
|
|
103
|
+
|
|
104
|
+
None
|
|
105
|
+
|
|
106
|
+
#### Request Body
|
|
107
|
+
|
|
108
|
+
None
|
|
109
|
+
|
|
110
|
+
#### Success Response
|
|
111
|
+
|
|
112
|
+
##### `200 application/json`
|
|
113
|
+
|
|
114
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
115
|
+
|
|
116
|
+
| Field | Type | Required | Description |
|
|
117
|
+
| --- | --- | --- | --- |
|
|
118
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
119
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
120
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
121
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
122
|
+
| support | string | No | Support message \| 支持消息 |
|
|
123
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
124
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
125
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
126
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
127
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
128
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
129
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
130
|
+
|
|
131
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
132
|
+
|
|
133
|
+
### `GET /api/u1/v1/lemon8/app/fetch_hot_search_keywords`
|
|
134
|
+
|
|
135
|
+
- Summary: 获取热搜关键词/Get hot search keywords
|
|
136
|
+
- Capabilities: search / trends / rankings
|
|
137
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
138
|
+
- operationId: `fetch_hot_search_keywords_api_v1_lemon8_app_fetch_hot_search_keywords_get`
|
|
139
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-hot-search-keywords`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-hot-search-keywords)
|
|
140
|
+
|
|
141
|
+
#### Parameters
|
|
142
|
+
|
|
143
|
+
None
|
|
144
|
+
|
|
145
|
+
#### Request Body
|
|
146
|
+
|
|
147
|
+
None
|
|
148
|
+
|
|
149
|
+
#### Success Response
|
|
150
|
+
|
|
151
|
+
##### `200 application/json`
|
|
152
|
+
|
|
153
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
154
|
+
|
|
155
|
+
| Field | Type | Required | Description |
|
|
156
|
+
| --- | --- | --- | --- |
|
|
157
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
158
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
159
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
160
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
161
|
+
| support | string | No | Support message \| 支持消息 |
|
|
162
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
163
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
164
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
165
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
166
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
167
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
168
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
169
|
+
|
|
170
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
171
|
+
|
|
172
|
+
### `GET /api/u1/v1/lemon8/app/fetch_post_comment_list`
|
|
173
|
+
|
|
174
|
+
- Summary: 获取指定作品的评论列表/Get comments list of specified post
|
|
175
|
+
- Capabilities: comments / content details
|
|
176
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
177
|
+
- operationId: `fetch_post_comment_list_api_v1_lemon8_app_fetch_post_comment_list_get`
|
|
178
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-post-comment-list`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-post-comment-list)
|
|
179
|
+
|
|
180
|
+
#### Parameters
|
|
181
|
+
|
|
182
|
+
| Field | In | Type | Required | Description |
|
|
183
|
+
| --- | --- | --- | --- | --- |
|
|
184
|
+
| group_id | query | string | Yes | 作品的group_id/Post's group_id |
|
|
185
|
+
| item_id | query | string | Yes | 作品的item_id/Post's item_id |
|
|
186
|
+
| media_id | query | string | Yes | 作品的media_id/Post's media_id |
|
|
187
|
+
| offset | query | string | No | 翻页参数/Pagination parameter |
|
|
188
|
+
|
|
189
|
+
#### Request Body
|
|
190
|
+
|
|
191
|
+
None
|
|
192
|
+
|
|
193
|
+
#### Success Response
|
|
194
|
+
|
|
195
|
+
##### `200 application/json`
|
|
196
|
+
|
|
197
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
198
|
+
|
|
199
|
+
| Field | Type | Required | Description |
|
|
200
|
+
| --- | --- | --- | --- |
|
|
201
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
202
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
203
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
204
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
205
|
+
| support | string | No | Support message \| 支持消息 |
|
|
206
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
207
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
208
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
209
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
210
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
211
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
212
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
213
|
+
|
|
214
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
215
|
+
|
|
216
|
+
### `GET /api/u1/v1/lemon8/app/fetch_post_detail`
|
|
217
|
+
|
|
218
|
+
- Summary: 获取指定作品的信息/Get information of specified post
|
|
219
|
+
- Capabilities: content details / details
|
|
220
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
221
|
+
- operationId: `fetch_post_detail_api_v1_lemon8_app_fetch_post_detail_get`
|
|
222
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-post-detail`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-post-detail)
|
|
223
|
+
|
|
224
|
+
#### Parameters
|
|
225
|
+
|
|
226
|
+
| Field | In | Type | Required | Description |
|
|
227
|
+
| --- | --- | --- | --- | --- |
|
|
228
|
+
| item_id | query | string | Yes | 作品ID/Post ID |
|
|
229
|
+
|
|
230
|
+
#### Request Body
|
|
231
|
+
|
|
232
|
+
None
|
|
233
|
+
|
|
234
|
+
#### Success Response
|
|
235
|
+
|
|
236
|
+
##### `200 application/json`
|
|
237
|
+
|
|
238
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
239
|
+
|
|
240
|
+
| Field | Type | Required | Description |
|
|
241
|
+
| --- | --- | --- | --- |
|
|
242
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
243
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
244
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
245
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
246
|
+
| support | string | No | Support message \| 支持消息 |
|
|
247
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
248
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
249
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
250
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
251
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
252
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
253
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
254
|
+
|
|
255
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
256
|
+
|
|
257
|
+
### `GET /api/u1/v1/lemon8/app/fetch_search`
|
|
258
|
+
|
|
259
|
+
- Summary: 搜索接口/Search API
|
|
260
|
+
- Capabilities: search
|
|
261
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
262
|
+
- operationId: `fetch_search_api_v1_lemon8_app_fetch_search_get`
|
|
263
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-search`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-search)
|
|
264
|
+
|
|
265
|
+
#### Parameters
|
|
266
|
+
|
|
267
|
+
| Field | In | Type | Required | Description |
|
|
268
|
+
| --- | --- | --- | --- | --- |
|
|
269
|
+
| query | query | string | Yes | 搜索关键词/Search keyword |
|
|
270
|
+
| max_cursor | query | string | No | 翻页参数/Pagination parameter |
|
|
271
|
+
| filter_type | query | string | No | 搜索过滤类型/Search filter type |
|
|
272
|
+
| order_by | query | string | No | 搜索排序方式/Search sort type |
|
|
273
|
+
| search_tab | query | string | No | 搜索类型/Search type |
|
|
274
|
+
|
|
275
|
+
#### Request Body
|
|
276
|
+
|
|
277
|
+
None
|
|
278
|
+
|
|
279
|
+
#### Success Response
|
|
280
|
+
|
|
281
|
+
##### `200 application/json`
|
|
282
|
+
|
|
283
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
284
|
+
|
|
285
|
+
| Field | Type | Required | Description |
|
|
286
|
+
| --- | --- | --- | --- |
|
|
287
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
288
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
289
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
290
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
291
|
+
| support | string | No | Support message \| 支持消息 |
|
|
292
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
293
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
294
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
295
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
296
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
297
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
298
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
299
|
+
|
|
300
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
301
|
+
|
|
302
|
+
### `GET /api/u1/v1/lemon8/app/fetch_topic_info`
|
|
303
|
+
|
|
304
|
+
- Summary: 获取话题信息/Get topic information
|
|
305
|
+
- Capabilities: topics
|
|
306
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
307
|
+
- operationId: `fetch_topic_info_api_v1_lemon8_app_fetch_topic_info_get`
|
|
308
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-topic-info`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-topic-info)
|
|
309
|
+
|
|
310
|
+
#### Parameters
|
|
311
|
+
|
|
312
|
+
| Field | In | Type | Required | Description |
|
|
313
|
+
| --- | --- | --- | --- | --- |
|
|
314
|
+
| forum_id | query | string | Yes | 话题ID/Topic ID |
|
|
315
|
+
|
|
316
|
+
#### Request Body
|
|
317
|
+
|
|
318
|
+
None
|
|
319
|
+
|
|
320
|
+
#### Success Response
|
|
321
|
+
|
|
322
|
+
##### `200 application/json`
|
|
323
|
+
|
|
324
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
325
|
+
|
|
326
|
+
| Field | Type | Required | Description |
|
|
327
|
+
| --- | --- | --- | --- |
|
|
328
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
329
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
330
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
331
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
332
|
+
| support | string | No | Support message \| 支持消息 |
|
|
333
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
334
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
335
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
336
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
337
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
338
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
339
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
340
|
+
|
|
341
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
342
|
+
|
|
343
|
+
### `GET /api/u1/v1/lemon8/app/fetch_topic_post_list`
|
|
344
|
+
|
|
345
|
+
- Summary: 获取话题作品列表/Get topic post list
|
|
346
|
+
- Capabilities: content details / topics
|
|
347
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
348
|
+
- operationId: `fetch_topic_post_list_api_v1_lemon8_app_fetch_topic_post_list_get`
|
|
349
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-topic-post-list`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-topic-post-list)
|
|
350
|
+
|
|
351
|
+
#### Parameters
|
|
352
|
+
|
|
353
|
+
| Field | In | Type | Required | Description |
|
|
354
|
+
| --- | --- | --- | --- | --- |
|
|
355
|
+
| category | query | string | Yes | 话题分类 ID/Topic category ID |
|
|
356
|
+
| max_behot_time | query | string | No | 翻页参数/Pagination parameter |
|
|
357
|
+
| category_parameter | query | string | Yes | 分类参数/Category parameter |
|
|
358
|
+
| hashtag_name | query | string | Yes | Hashtag名称/Hashtag name |
|
|
359
|
+
| sort_type | query | string | No | 排序方式/Sort type |
|
|
360
|
+
|
|
361
|
+
#### Request Body
|
|
362
|
+
|
|
363
|
+
None
|
|
364
|
+
|
|
365
|
+
#### Success Response
|
|
366
|
+
|
|
367
|
+
##### `200 application/json`
|
|
368
|
+
|
|
369
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
370
|
+
|
|
371
|
+
| Field | Type | Required | Description |
|
|
372
|
+
| --- | --- | --- | --- |
|
|
373
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
374
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
375
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
376
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
377
|
+
| support | string | No | Support message \| 支持消息 |
|
|
378
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
379
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
380
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
381
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
382
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
383
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
384
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
385
|
+
|
|
386
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
387
|
+
|
|
388
|
+
### `GET /api/u1/v1/lemon8/app/fetch_user_follower_list`
|
|
389
|
+
|
|
390
|
+
- Summary: 获取指定用户的粉丝列表/Get fans list of specified user
|
|
391
|
+
- Capabilities: profiles / accounts
|
|
392
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
393
|
+
- operationId: `fetch_user_follower_list_api_v1_lemon8_app_fetch_user_follower_list_get`
|
|
394
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-user-follower-list`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-user-follower-list)
|
|
395
|
+
|
|
396
|
+
#### Parameters
|
|
397
|
+
|
|
398
|
+
| Field | In | Type | Required | Description |
|
|
399
|
+
| --- | --- | --- | --- | --- |
|
|
400
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
401
|
+
| cursor | query | string | No | 翻页参数/Pagination parameter |
|
|
402
|
+
|
|
403
|
+
#### Request Body
|
|
404
|
+
|
|
405
|
+
None
|
|
406
|
+
|
|
407
|
+
#### Success Response
|
|
408
|
+
|
|
409
|
+
##### `200 application/json`
|
|
410
|
+
|
|
411
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
412
|
+
|
|
413
|
+
| Field | Type | Required | Description |
|
|
414
|
+
| --- | --- | --- | --- |
|
|
415
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
416
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
417
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
418
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
419
|
+
| support | string | No | Support message \| 支持消息 |
|
|
420
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
421
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
422
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
423
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
424
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
425
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
426
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
427
|
+
|
|
428
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
429
|
+
|
|
430
|
+
### `GET /api/u1/v1/lemon8/app/fetch_user_following_list`
|
|
431
|
+
|
|
432
|
+
- Summary: 获取指定用户的关注列表/Get following list of specified user
|
|
433
|
+
- Capabilities: profiles / accounts
|
|
434
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
435
|
+
- operationId: `fetch_user_following_list_api_v1_lemon8_app_fetch_user_following_list_get`
|
|
436
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-user-following-list`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-user-following-list)
|
|
437
|
+
|
|
438
|
+
#### Parameters
|
|
439
|
+
|
|
440
|
+
| Field | In | Type | Required | Description |
|
|
441
|
+
| --- | --- | --- | --- | --- |
|
|
442
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
443
|
+
| cursor | query | string | No | 翻页参数/Pagination parameter |
|
|
444
|
+
|
|
445
|
+
#### Request Body
|
|
446
|
+
|
|
447
|
+
None
|
|
448
|
+
|
|
449
|
+
#### Success Response
|
|
450
|
+
|
|
451
|
+
##### `200 application/json`
|
|
452
|
+
|
|
453
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
454
|
+
|
|
455
|
+
| Field | Type | Required | Description |
|
|
456
|
+
| --- | --- | --- | --- |
|
|
457
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
458
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
459
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
460
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
461
|
+
| support | string | No | Support message \| 支持消息 |
|
|
462
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
463
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
464
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
465
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
466
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
467
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
468
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
469
|
+
|
|
470
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
471
|
+
|
|
472
|
+
### `GET /api/u1/v1/lemon8/app/fetch_user_profile`
|
|
473
|
+
|
|
474
|
+
- Summary: 获取指定用户的信息/Get information of specified user
|
|
475
|
+
- Capabilities: profiles / accounts
|
|
476
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
477
|
+
- operationId: `handler_user_profile_api_v1_lemon8_app_fetch_user_profile_get`
|
|
478
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-user-profile`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-fetch-user-profile)
|
|
479
|
+
|
|
480
|
+
#### Parameters
|
|
481
|
+
|
|
482
|
+
| Field | In | Type | Required | Description |
|
|
483
|
+
| --- | --- | --- | --- | --- |
|
|
484
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
485
|
+
|
|
486
|
+
#### Request Body
|
|
487
|
+
|
|
488
|
+
None
|
|
489
|
+
|
|
490
|
+
#### Success Response
|
|
491
|
+
|
|
492
|
+
##### `200 application/json`
|
|
493
|
+
|
|
494
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
495
|
+
|
|
496
|
+
| Field | Type | Required | Description |
|
|
497
|
+
| --- | --- | --- | --- |
|
|
498
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
499
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
500
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
501
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
502
|
+
| support | string | No | Support message \| 支持消息 |
|
|
503
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
504
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
505
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
506
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
507
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
508
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
509
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
510
|
+
|
|
511
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
512
|
+
|
|
513
|
+
### `GET /api/u1/v1/lemon8/app/get_item_id`
|
|
514
|
+
|
|
515
|
+
- Summary: 通过分享链接获取作品ID/Get post ID through sharing link
|
|
516
|
+
- Capabilities: general
|
|
517
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
518
|
+
- operationId: `get_item_id_api_v1_lemon8_app_get_item_id_get`
|
|
519
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-get-item-id`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-get-item-id)
|
|
520
|
+
|
|
521
|
+
#### Parameters
|
|
522
|
+
|
|
523
|
+
| Field | In | Type | Required | Description |
|
|
524
|
+
| --- | --- | --- | --- | --- |
|
|
525
|
+
| share_text | query | string | Yes | 分享链接/Share link |
|
|
526
|
+
|
|
527
|
+
#### Request Body
|
|
528
|
+
|
|
529
|
+
None
|
|
530
|
+
|
|
531
|
+
#### Success Response
|
|
532
|
+
|
|
533
|
+
##### `200 application/json`
|
|
534
|
+
|
|
535
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
536
|
+
|
|
537
|
+
| Field | Type | Required | Description |
|
|
538
|
+
| --- | --- | --- | --- |
|
|
539
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
540
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
541
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
542
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
543
|
+
| support | string | No | Support message \| 支持消息 |
|
|
544
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
545
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
546
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
547
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
548
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
549
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
550
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
551
|
+
|
|
552
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
553
|
+
|
|
554
|
+
### `POST /api/u1/v1/lemon8/app/get_item_ids`
|
|
555
|
+
|
|
556
|
+
- Summary: 通过分享链接批量获取作品ID/Get post IDs in batch through sharing links
|
|
557
|
+
- Capabilities: general
|
|
558
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
559
|
+
- operationId: `get_item_ids_api_v1_lemon8_app_get_item_ids_post`
|
|
560
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#post-api-u1-v1-lemon8-app-get-item-ids`](../api-contracts/lemon8-app-api.md#post-api-u1-v1-lemon8-app-get-item-ids)
|
|
561
|
+
|
|
562
|
+
#### Parameters
|
|
563
|
+
|
|
564
|
+
None
|
|
565
|
+
|
|
566
|
+
#### Request Body
|
|
567
|
+
|
|
568
|
+
- required: Yes
|
|
569
|
+
|
|
570
|
+
##### `application/json`
|
|
571
|
+
|
|
572
|
+
- Schema summary: [Not declared]
|
|
573
|
+
|
|
574
|
+
| Field | Type | Required | Description |
|
|
575
|
+
| --- | --- | --- | --- |
|
|
576
|
+
| [] | array<Not declared> | Yes | 分享链接列表/Share links list |
|
|
577
|
+
|
|
578
|
+
#### Success Response
|
|
579
|
+
|
|
580
|
+
##### `200 application/json`
|
|
581
|
+
|
|
582
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
583
|
+
|
|
584
|
+
| Field | Type | Required | Description |
|
|
585
|
+
| --- | --- | --- | --- |
|
|
586
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
587
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
588
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
589
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
590
|
+
| support | string | No | Support message \| 支持消息 |
|
|
591
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
592
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
593
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
594
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
595
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
596
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
597
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
598
|
+
|
|
599
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
600
|
+
|
|
601
|
+
### `GET /api/u1/v1/lemon8/app/get_user_id`
|
|
602
|
+
|
|
603
|
+
- Summary: 通过分享链接获取用户ID/Get user ID through sharing link
|
|
604
|
+
- Capabilities: profiles / accounts
|
|
605
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
606
|
+
- operationId: `get_user_id_api_v1_lemon8_app_get_user_id_get`
|
|
607
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-get-user-id`](../api-contracts/lemon8-app-api.md#get-api-u1-v1-lemon8-app-get-user-id)
|
|
608
|
+
|
|
609
|
+
#### Parameters
|
|
610
|
+
|
|
611
|
+
| Field | In | Type | Required | Description |
|
|
612
|
+
| --- | --- | --- | --- | --- |
|
|
613
|
+
| share_text | query | string | Yes | 分享链接/Share link |
|
|
614
|
+
|
|
615
|
+
#### Request Body
|
|
616
|
+
|
|
617
|
+
None
|
|
618
|
+
|
|
619
|
+
#### Success Response
|
|
620
|
+
|
|
621
|
+
##### `200 application/json`
|
|
622
|
+
|
|
623
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
624
|
+
|
|
625
|
+
| Field | Type | Required | Description |
|
|
626
|
+
| --- | --- | --- | --- |
|
|
627
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
628
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
629
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
630
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
631
|
+
| support | string | No | Support message \| 支持消息 |
|
|
632
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
633
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
634
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
635
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
636
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
637
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
638
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
639
|
+
|
|
640
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
641
|
+
|
|
642
|
+
### `POST /api/u1/v1/lemon8/app/get_user_ids`
|
|
643
|
+
|
|
644
|
+
- Summary: 通过分享链接批量获取用户ID/Get user IDs in batch through sharing links
|
|
645
|
+
- Capabilities: profiles / accounts
|
|
646
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
647
|
+
- operationId: `get_user_ids_api_v1_lemon8_app_get_user_ids_post`
|
|
648
|
+
- Full contract: [`api-contracts/lemon8-app-api.md#post-api-u1-v1-lemon8-app-get-user-ids`](../api-contracts/lemon8-app-api.md#post-api-u1-v1-lemon8-app-get-user-ids)
|
|
649
|
+
|
|
650
|
+
#### Parameters
|
|
651
|
+
|
|
652
|
+
None
|
|
653
|
+
|
|
654
|
+
#### Request Body
|
|
655
|
+
|
|
656
|
+
- required: Yes
|
|
657
|
+
|
|
658
|
+
##### `application/json`
|
|
659
|
+
|
|
660
|
+
- Schema summary: [Not declared]
|
|
661
|
+
|
|
662
|
+
| Field | Type | Required | Description |
|
|
663
|
+
| --- | --- | --- | --- |
|
|
664
|
+
| [] | array<Not declared> | Yes | 分享链接列表/Share links list |
|
|
665
|
+
|
|
666
|
+
#### Success Response
|
|
667
|
+
|
|
668
|
+
##### `200 application/json`
|
|
669
|
+
|
|
670
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
671
|
+
|
|
672
|
+
| Field | Type | Required | Description |
|
|
673
|
+
| --- | --- | --- | --- |
|
|
674
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
675
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
676
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
677
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
678
|
+
| support | string | No | Support message \| 支持消息 |
|
|
679
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
680
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
681
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
682
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
683
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
684
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
685
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
686
|
+
|
|
687
|
+
- Fields truncated: this layer shows only the first `12` rows.
|