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