@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,1384 @@
|
|
|
1
|
+
# Zhihu-Web-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/zhihu-web-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/zhihu-web-api.md`](../api-contracts/zhihu-web-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: `32`
|
|
9
|
+
- Common capabilities: search / profiles / accounts / content details / general / comments / trends / rankings
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `offset`, `limit`, `keyword`, `user_url_token`, `search_hash_id`, `article_id`, `order_by`, `message_content`, `message_id`, `show_all_topics`
|
|
12
|
+
- Tag description: **(知乎Web数据接口/Zhihu-Web-API endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/zhihu/web/fetch_ai_search`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取知乎AI搜索/Get Zhihu AI Search
|
|
19
|
+
- Capabilities: search
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_ai_search_api_v1_zhihu_web_fetch_ai_search_get`
|
|
22
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ai-search`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ai-search)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| message_content | query | string | Yes | 搜索内容/Search Content |
|
|
29
|
+
|
|
30
|
+
#### Request Body
|
|
31
|
+
|
|
32
|
+
None
|
|
33
|
+
|
|
34
|
+
#### Success Response
|
|
35
|
+
|
|
36
|
+
##### `200 application/json`
|
|
37
|
+
|
|
38
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
39
|
+
|
|
40
|
+
| Field | Type | Required | Description |
|
|
41
|
+
| --- | --- | --- | --- |
|
|
42
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
43
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
44
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
45
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
46
|
+
| support | string | No | Support message \| 支持消息 |
|
|
47
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
48
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
49
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
50
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
51
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
52
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
53
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
54
|
+
|
|
55
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
56
|
+
|
|
57
|
+
### `GET /api/u1/v1/zhihu/web/fetch_ai_search_result`
|
|
58
|
+
|
|
59
|
+
- Summary: 获取知乎AI搜索结果/Get Zhihu AI Search Result
|
|
60
|
+
- Capabilities: search
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `fetch_ai_search_result_api_v1_zhihu_web_fetch_ai_search_result_get`
|
|
63
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ai-search-result`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ai-search-result)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
| Field | In | Type | Required | Description |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| message_id | query | string | Yes | 消息ID/Message ID |
|
|
70
|
+
|
|
71
|
+
#### Request Body
|
|
72
|
+
|
|
73
|
+
None
|
|
74
|
+
|
|
75
|
+
#### Success Response
|
|
76
|
+
|
|
77
|
+
##### `200 application/json`
|
|
78
|
+
|
|
79
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
80
|
+
|
|
81
|
+
| Field | Type | Required | Description |
|
|
82
|
+
| --- | --- | --- | --- |
|
|
83
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
84
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
85
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
86
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
87
|
+
| support | string | No | Support message \| 支持消息 |
|
|
88
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
89
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
90
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
91
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
92
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
93
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
94
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
95
|
+
|
|
96
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
97
|
+
|
|
98
|
+
### `GET /api/u1/v1/zhihu/web/fetch_article_search_v3`
|
|
99
|
+
|
|
100
|
+
- Summary: 获取知乎文章搜索V3/Get Zhihu Article Search V3
|
|
101
|
+
- Capabilities: search / content details
|
|
102
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
103
|
+
- operationId: `fetch_article_search_v3_api_v1_zhihu_web_fetch_article_search_v3_get`
|
|
104
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-article-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-article-search-v3)
|
|
105
|
+
|
|
106
|
+
#### Parameters
|
|
107
|
+
|
|
108
|
+
| Field | In | Type | Required | Description |
|
|
109
|
+
| --- | --- | --- | --- | --- |
|
|
110
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
111
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
112
|
+
| limit | query | string | No | 每页文章数量/Number of articles per page |
|
|
113
|
+
| show_all_topics | query | integer | No | 显示所有主题/Show all topics |
|
|
114
|
+
| search_source | query | string | No | 搜索来源/Search Source |
|
|
115
|
+
| search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
|
|
116
|
+
| vertical | query | string | No | 垂类/Vertical Type |
|
|
117
|
+
| sort | query | string | No | 排序/Sort |
|
|
118
|
+
| time_interval | query | string | No | 时间间隔/Time Interval |
|
|
119
|
+
| vertical_info | query | string | No | 垂类信息/Vertical Info |
|
|
120
|
+
|
|
121
|
+
#### Request Body
|
|
122
|
+
|
|
123
|
+
None
|
|
124
|
+
|
|
125
|
+
#### Success Response
|
|
126
|
+
|
|
127
|
+
##### `200 application/json`
|
|
128
|
+
|
|
129
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
130
|
+
|
|
131
|
+
| Field | Type | Required | Description |
|
|
132
|
+
| --- | --- | --- | --- |
|
|
133
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
134
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
135
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
136
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
137
|
+
| support | string | No | Support message \| 支持消息 |
|
|
138
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
139
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
140
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
141
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
142
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
143
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
144
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
145
|
+
|
|
146
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
147
|
+
|
|
148
|
+
### `GET /api/u1/v1/zhihu/web/fetch_column_article_detail`
|
|
149
|
+
|
|
150
|
+
- Summary: 获取知乎专栏文章详情/Get Zhihu Column Article Detail
|
|
151
|
+
- Capabilities: content details / details
|
|
152
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
153
|
+
- operationId: `fetch_column_article_detail_api_v1_zhihu_web_fetch_column_article_detail_get`
|
|
154
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-article-detail`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-article-detail)
|
|
155
|
+
|
|
156
|
+
#### Parameters
|
|
157
|
+
|
|
158
|
+
| Field | In | Type | Required | Description |
|
|
159
|
+
| --- | --- | --- | --- | --- |
|
|
160
|
+
| article_id | query | string | Yes | 文章ID/Article ID |
|
|
161
|
+
|
|
162
|
+
#### Request Body
|
|
163
|
+
|
|
164
|
+
None
|
|
165
|
+
|
|
166
|
+
#### Success Response
|
|
167
|
+
|
|
168
|
+
##### `200 application/json`
|
|
169
|
+
|
|
170
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
171
|
+
|
|
172
|
+
| Field | Type | Required | Description |
|
|
173
|
+
| --- | --- | --- | --- |
|
|
174
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
175
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
176
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
177
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
178
|
+
| support | string | No | Support message \| 支持消息 |
|
|
179
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
180
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
181
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
182
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
183
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
184
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
185
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
186
|
+
|
|
187
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
188
|
+
|
|
189
|
+
### `GET /api/u1/v1/zhihu/web/fetch_column_articles`
|
|
190
|
+
|
|
191
|
+
- Summary: 获取知乎专栏文章列表/Get Zhihu Column Articles
|
|
192
|
+
- Capabilities: content details
|
|
193
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
194
|
+
- operationId: `fetch_column_articles_api_v1_zhihu_web_fetch_column_articles_get`
|
|
195
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-articles`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-articles)
|
|
196
|
+
|
|
197
|
+
#### Parameters
|
|
198
|
+
|
|
199
|
+
| Field | In | Type | Required | Description |
|
|
200
|
+
| --- | --- | --- | --- | --- |
|
|
201
|
+
| column_id | query | string | Yes | 专栏ID/Column ID |
|
|
202
|
+
| limit | query | string | No | 每页文章数量/Number of articles per page |
|
|
203
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
204
|
+
|
|
205
|
+
#### Request Body
|
|
206
|
+
|
|
207
|
+
None
|
|
208
|
+
|
|
209
|
+
#### Success Response
|
|
210
|
+
|
|
211
|
+
##### `200 application/json`
|
|
212
|
+
|
|
213
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
214
|
+
|
|
215
|
+
| Field | Type | Required | Description |
|
|
216
|
+
| --- | --- | --- | --- |
|
|
217
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
218
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
219
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
220
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
221
|
+
| support | string | No | Support message \| 支持消息 |
|
|
222
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
223
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
224
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
225
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
226
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
227
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
228
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
229
|
+
|
|
230
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
231
|
+
|
|
232
|
+
### `GET /api/u1/v1/zhihu/web/fetch_column_comment_config`
|
|
233
|
+
|
|
234
|
+
- Summary: 获取知乎专栏评论区配置/Get Zhihu Column Comment Config
|
|
235
|
+
- Capabilities: comments
|
|
236
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
237
|
+
- operationId: `fetch_column_comment_config_api_v1_zhihu_web_fetch_column_comment_config_get`
|
|
238
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-comment-config`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-comment-config)
|
|
239
|
+
|
|
240
|
+
#### Parameters
|
|
241
|
+
|
|
242
|
+
| Field | In | Type | Required | Description |
|
|
243
|
+
| --- | --- | --- | --- | --- |
|
|
244
|
+
| article_id | query | string | Yes | 文章ID/Article ID |
|
|
245
|
+
|
|
246
|
+
#### Request Body
|
|
247
|
+
|
|
248
|
+
None
|
|
249
|
+
|
|
250
|
+
#### Success Response
|
|
251
|
+
|
|
252
|
+
##### `200 application/json`
|
|
253
|
+
|
|
254
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
255
|
+
|
|
256
|
+
| Field | Type | Required | Description |
|
|
257
|
+
| --- | --- | --- | --- |
|
|
258
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
259
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
260
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
261
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
262
|
+
| support | string | No | Support message \| 支持消息 |
|
|
263
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
264
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
265
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
266
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
267
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
268
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
269
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
270
|
+
|
|
271
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
272
|
+
|
|
273
|
+
### `GET /api/u1/v1/zhihu/web/fetch_column_recommend`
|
|
274
|
+
|
|
275
|
+
- Summary: 获取知乎相似专栏推荐/Get Zhihu Similar Column Recommend
|
|
276
|
+
- Capabilities: general
|
|
277
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
278
|
+
- operationId: `fetch_column_recommend_api_v1_zhihu_web_fetch_column_recommend_get`
|
|
279
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-recommend`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-recommend)
|
|
280
|
+
|
|
281
|
+
#### Parameters
|
|
282
|
+
|
|
283
|
+
| Field | In | Type | Required | Description |
|
|
284
|
+
| --- | --- | --- | --- | --- |
|
|
285
|
+
| article_id | query | string | Yes | 文章ID/Article ID |
|
|
286
|
+
| limit | query | string | No | 每页专栏数量/Number of columns per page |
|
|
287
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
288
|
+
|
|
289
|
+
#### Request Body
|
|
290
|
+
|
|
291
|
+
None
|
|
292
|
+
|
|
293
|
+
#### Success Response
|
|
294
|
+
|
|
295
|
+
##### `200 application/json`
|
|
296
|
+
|
|
297
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
298
|
+
|
|
299
|
+
| Field | Type | Required | Description |
|
|
300
|
+
| --- | --- | --- | --- |
|
|
301
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
302
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
303
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
304
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
305
|
+
| support | string | No | Support message \| 支持消息 |
|
|
306
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
307
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
308
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
309
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
310
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
311
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
312
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
313
|
+
|
|
314
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
315
|
+
|
|
316
|
+
### `GET /api/u1/v1/zhihu/web/fetch_column_relationship`
|
|
317
|
+
|
|
318
|
+
- Summary: 获取知乎专栏文章互动关系/Get Zhihu Column Article Relationship
|
|
319
|
+
- Capabilities: general
|
|
320
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
321
|
+
- operationId: `fetch_column_relationship_api_v1_zhihu_web_fetch_column_relationship_get`
|
|
322
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-relationship`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-relationship)
|
|
323
|
+
|
|
324
|
+
#### Parameters
|
|
325
|
+
|
|
326
|
+
| Field | In | Type | Required | Description |
|
|
327
|
+
| --- | --- | --- | --- | --- |
|
|
328
|
+
| article_id | query | string | Yes | 文章ID/Article ID |
|
|
329
|
+
|
|
330
|
+
#### Request Body
|
|
331
|
+
|
|
332
|
+
None
|
|
333
|
+
|
|
334
|
+
#### Success Response
|
|
335
|
+
|
|
336
|
+
##### `200 application/json`
|
|
337
|
+
|
|
338
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
339
|
+
|
|
340
|
+
| Field | Type | Required | Description |
|
|
341
|
+
| --- | --- | --- | --- |
|
|
342
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
343
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
344
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
345
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
346
|
+
| support | string | No | Support message \| 支持消息 |
|
|
347
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
348
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
349
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
350
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
351
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
352
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
353
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
354
|
+
|
|
355
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
356
|
+
|
|
357
|
+
### `GET /api/u1/v1/zhihu/web/fetch_column_search_v3`
|
|
358
|
+
|
|
359
|
+
- Summary: 获取知乎专栏搜索V3/Get Zhihu Column Search V3
|
|
360
|
+
- Capabilities: search
|
|
361
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
362
|
+
- operationId: `fetch_column_search_v3_api_v1_zhihu_web_fetch_column_search_v3_get`
|
|
363
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-column-search-v3)
|
|
364
|
+
|
|
365
|
+
#### Parameters
|
|
366
|
+
|
|
367
|
+
| Field | In | Type | Required | Description |
|
|
368
|
+
| --- | --- | --- | --- | --- |
|
|
369
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
370
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
371
|
+
| limit | query | string | No | 每页专栏数量/Number of columns per page |
|
|
372
|
+
| search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
|
|
373
|
+
|
|
374
|
+
#### Request Body
|
|
375
|
+
|
|
376
|
+
None
|
|
377
|
+
|
|
378
|
+
#### Success Response
|
|
379
|
+
|
|
380
|
+
##### `200 application/json`
|
|
381
|
+
|
|
382
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
383
|
+
|
|
384
|
+
| Field | Type | Required | Description |
|
|
385
|
+
| --- | --- | --- | --- |
|
|
386
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
387
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
388
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
389
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
390
|
+
| support | string | No | Support message \| 支持消息 |
|
|
391
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
392
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
393
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
394
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
395
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
396
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
397
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
398
|
+
|
|
399
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
400
|
+
|
|
401
|
+
### `GET /api/u1/v1/zhihu/web/fetch_comment_v5`
|
|
402
|
+
|
|
403
|
+
- Summary: 获取知乎评论区V5/Get Zhihu Comment V5
|
|
404
|
+
- Capabilities: comments
|
|
405
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
406
|
+
- operationId: `fetch_comment_v5_api_v1_zhihu_web_fetch_comment_v5_get`
|
|
407
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-comment-v5`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-comment-v5)
|
|
408
|
+
|
|
409
|
+
#### Parameters
|
|
410
|
+
|
|
411
|
+
| Field | In | Type | Required | Description |
|
|
412
|
+
| --- | --- | --- | --- | --- |
|
|
413
|
+
| answer_id | query | string | Yes | 回答ID/Answer ID |
|
|
414
|
+
| order_by | query | string | No | 排序/Sort |
|
|
415
|
+
| limit | query | string | No | 每页评论数量/Number of comments per page |
|
|
416
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
417
|
+
|
|
418
|
+
#### Request Body
|
|
419
|
+
|
|
420
|
+
None
|
|
421
|
+
|
|
422
|
+
#### Success Response
|
|
423
|
+
|
|
424
|
+
##### `200 application/json`
|
|
425
|
+
|
|
426
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
427
|
+
|
|
428
|
+
| Field | Type | Required | Description |
|
|
429
|
+
| --- | --- | --- | --- |
|
|
430
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
431
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
432
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
433
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
434
|
+
| support | string | No | Support message \| 支持消息 |
|
|
435
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
436
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
437
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
438
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
439
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
440
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
441
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
442
|
+
|
|
443
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
444
|
+
|
|
445
|
+
### `GET /api/u1/v1/zhihu/web/fetch_ebook_search_v3`
|
|
446
|
+
|
|
447
|
+
- Summary: 获取知乎电子书搜索V3/Get Zhihu Ebook Search V3
|
|
448
|
+
- Capabilities: search
|
|
449
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
450
|
+
- operationId: `fetch_ebook_search_v3_api_v1_zhihu_web_fetch_ebook_search_v3_get`
|
|
451
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ebook-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-ebook-search-v3)
|
|
452
|
+
|
|
453
|
+
#### Parameters
|
|
454
|
+
|
|
455
|
+
| Field | In | Type | Required | Description |
|
|
456
|
+
| --- | --- | --- | --- | --- |
|
|
457
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
458
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
459
|
+
| limit | query | string | No | 每页电子书数量/Number of ebooks per page |
|
|
460
|
+
| search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
|
|
461
|
+
|
|
462
|
+
#### Request Body
|
|
463
|
+
|
|
464
|
+
None
|
|
465
|
+
|
|
466
|
+
#### Success Response
|
|
467
|
+
|
|
468
|
+
##### `200 application/json`
|
|
469
|
+
|
|
470
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
471
|
+
|
|
472
|
+
| Field | Type | Required | Description |
|
|
473
|
+
| --- | --- | --- | --- |
|
|
474
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
475
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
476
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
477
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
478
|
+
| support | string | No | Support message \| 支持消息 |
|
|
479
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
480
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
481
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
482
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
483
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
484
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
485
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
486
|
+
|
|
487
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
488
|
+
|
|
489
|
+
### `GET /api/u1/v1/zhihu/web/fetch_hot_list`
|
|
490
|
+
|
|
491
|
+
- Summary: 获取知乎首页热榜/Get Zhihu Hot List
|
|
492
|
+
- Capabilities: trends / rankings
|
|
493
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
494
|
+
- operationId: `fetch_hot_list_api_v1_zhihu_web_fetch_hot_list_get`
|
|
495
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-hot-list`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-hot-list)
|
|
496
|
+
|
|
497
|
+
#### Parameters
|
|
498
|
+
|
|
499
|
+
| Field | In | Type | Required | Description |
|
|
500
|
+
| --- | --- | --- | --- | --- |
|
|
501
|
+
| limit | query | string | No | 每页文章数量/Number of articles per page |
|
|
502
|
+
| desktop | query | string | No | 是否为桌面端/Is it a desktop |
|
|
503
|
+
|
|
504
|
+
#### Request Body
|
|
505
|
+
|
|
506
|
+
None
|
|
507
|
+
|
|
508
|
+
#### Success Response
|
|
509
|
+
|
|
510
|
+
##### `200 application/json`
|
|
511
|
+
|
|
512
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
513
|
+
|
|
514
|
+
| Field | Type | Required | Description |
|
|
515
|
+
| --- | --- | --- | --- |
|
|
516
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
517
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
518
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
519
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
520
|
+
| support | string | No | Support message \| 支持消息 |
|
|
521
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
522
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
523
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
524
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
525
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
526
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
527
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
528
|
+
|
|
529
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
530
|
+
|
|
531
|
+
### `GET /api/u1/v1/zhihu/web/fetch_hot_recommend`
|
|
532
|
+
|
|
533
|
+
- Summary: 获取知乎首页推荐/Get Zhihu Hot Recommend
|
|
534
|
+
- Capabilities: trends / rankings
|
|
535
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
536
|
+
- operationId: `fetch_hot_recommend_api_v1_zhihu_web_fetch_hot_recommend_get`
|
|
537
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-hot-recommend`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-hot-recommend)
|
|
538
|
+
|
|
539
|
+
#### Parameters
|
|
540
|
+
|
|
541
|
+
| Field | In | Type | Required | Description |
|
|
542
|
+
| --- | --- | --- | --- | --- |
|
|
543
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
544
|
+
| page_number | query | string | No | 页码/Page Number |
|
|
545
|
+
| session_token | query | string | No | 会话令牌/Session Token |
|
|
546
|
+
|
|
547
|
+
#### Request Body
|
|
548
|
+
|
|
549
|
+
None
|
|
550
|
+
|
|
551
|
+
#### Success Response
|
|
552
|
+
|
|
553
|
+
##### `200 application/json`
|
|
554
|
+
|
|
555
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
556
|
+
|
|
557
|
+
| Field | Type | Required | Description |
|
|
558
|
+
| --- | --- | --- | --- |
|
|
559
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
560
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
561
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
562
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
563
|
+
| support | string | No | Support message \| 支持消息 |
|
|
564
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
565
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
566
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
567
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
568
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
569
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
570
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
571
|
+
|
|
572
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
573
|
+
|
|
574
|
+
### `GET /api/u1/v1/zhihu/web/fetch_preset_search`
|
|
575
|
+
|
|
576
|
+
- Summary: 获取知乎搜索预设词/Get Zhihu Preset Search
|
|
577
|
+
- Capabilities: search
|
|
578
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
579
|
+
- operationId: `fetch_preset_search_api_v1_zhihu_web_fetch_preset_search_get`
|
|
580
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-preset-search`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-preset-search)
|
|
581
|
+
|
|
582
|
+
#### Parameters
|
|
583
|
+
|
|
584
|
+
None
|
|
585
|
+
|
|
586
|
+
#### Request Body
|
|
587
|
+
|
|
588
|
+
None
|
|
589
|
+
|
|
590
|
+
#### Success Response
|
|
591
|
+
|
|
592
|
+
##### `200 application/json`
|
|
593
|
+
|
|
594
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
595
|
+
|
|
596
|
+
| Field | Type | Required | Description |
|
|
597
|
+
| --- | --- | --- | --- |
|
|
598
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
599
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
600
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
601
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
602
|
+
| support | string | No | Support message \| 支持消息 |
|
|
603
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
604
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
605
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
606
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
607
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
608
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
609
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
610
|
+
|
|
611
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
612
|
+
|
|
613
|
+
### `GET /api/u1/v1/zhihu/web/fetch_question_answers`
|
|
614
|
+
|
|
615
|
+
- Summary: 获取知乎问题回答列表/Get Zhihu Question Answers
|
|
616
|
+
- Capabilities: general
|
|
617
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
618
|
+
- operationId: `fetch_question_answers_api_v1_zhihu_web_fetch_question_answers_get`
|
|
619
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-question-answers`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-question-answers)
|
|
620
|
+
|
|
621
|
+
#### Parameters
|
|
622
|
+
|
|
623
|
+
| Field | In | Type | Required | Description |
|
|
624
|
+
| --- | --- | --- | --- | --- |
|
|
625
|
+
| question_id | query | string | Yes | 问题ID/Question ID |
|
|
626
|
+
| cursor | query | string | No | 分页游标/Pagination cursor |
|
|
627
|
+
| limit | query | integer | No | 每页回答数量/Number of answers per page |
|
|
628
|
+
| offset | query | integer | No | 偏移量/Offset |
|
|
629
|
+
| order | query | string | No | 排序方式:default=默认排序,updated=按时间排序/Sort order: default=default sort, updated=sort by time |
|
|
630
|
+
| session_id | query | string | No | 会话ID/Session ID |
|
|
631
|
+
|
|
632
|
+
#### Request Body
|
|
633
|
+
|
|
634
|
+
None
|
|
635
|
+
|
|
636
|
+
#### Success Response
|
|
637
|
+
|
|
638
|
+
##### `200 application/json`
|
|
639
|
+
|
|
640
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
641
|
+
|
|
642
|
+
| Field | Type | Required | Description |
|
|
643
|
+
| --- | --- | --- | --- |
|
|
644
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
645
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
646
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
647
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
648
|
+
| support | string | No | Support message \| 支持消息 |
|
|
649
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
650
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
651
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
652
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
653
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
654
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
655
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
656
|
+
|
|
657
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
658
|
+
|
|
659
|
+
### `GET /api/u1/v1/zhihu/web/fetch_recommend_followees`
|
|
660
|
+
|
|
661
|
+
- Summary: 获取知乎推荐关注列表/Get Zhihu Recommend Followees
|
|
662
|
+
- Capabilities: general
|
|
663
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
664
|
+
- operationId: `fetch_recommend_followees_api_v1_zhihu_web_fetch_recommend_followees_get`
|
|
665
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-recommend-followees`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-recommend-followees)
|
|
666
|
+
|
|
667
|
+
#### Parameters
|
|
668
|
+
|
|
669
|
+
None
|
|
670
|
+
|
|
671
|
+
#### Request Body
|
|
672
|
+
|
|
673
|
+
None
|
|
674
|
+
|
|
675
|
+
#### Success Response
|
|
676
|
+
|
|
677
|
+
##### `200 application/json`
|
|
678
|
+
|
|
679
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
680
|
+
|
|
681
|
+
| Field | Type | Required | Description |
|
|
682
|
+
| --- | --- | --- | --- |
|
|
683
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
684
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
685
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
686
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
687
|
+
| support | string | No | Support message \| 支持消息 |
|
|
688
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
689
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
690
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
691
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
692
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
693
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
694
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
695
|
+
|
|
696
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
697
|
+
|
|
698
|
+
### `GET /api/u1/v1/zhihu/web/fetch_salt_search_v3`
|
|
699
|
+
|
|
700
|
+
- Summary: 获取知乎盐选内容搜索V3/Get Zhihu Salt Search V3
|
|
701
|
+
- Capabilities: search
|
|
702
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
703
|
+
- operationId: `fetch_salt_search_v3_api_v1_zhihu_web_fetch_salt_search_v3_get`
|
|
704
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-salt-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-salt-search-v3)
|
|
705
|
+
|
|
706
|
+
#### Parameters
|
|
707
|
+
|
|
708
|
+
| Field | In | Type | Required | Description |
|
|
709
|
+
| --- | --- | --- | --- | --- |
|
|
710
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
711
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
712
|
+
| limit | query | string | No | 每页内容数量/Number of contents per page |
|
|
713
|
+
| search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
|
|
714
|
+
|
|
715
|
+
#### Request Body
|
|
716
|
+
|
|
717
|
+
None
|
|
718
|
+
|
|
719
|
+
#### Success Response
|
|
720
|
+
|
|
721
|
+
##### `200 application/json`
|
|
722
|
+
|
|
723
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
724
|
+
|
|
725
|
+
| Field | Type | Required | Description |
|
|
726
|
+
| --- | --- | --- | --- |
|
|
727
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
728
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
729
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
730
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
731
|
+
| support | string | No | Support message \| 支持消息 |
|
|
732
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
733
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
734
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
735
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
736
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
737
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
738
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
739
|
+
|
|
740
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
741
|
+
|
|
742
|
+
### `POST /api/u1/v1/zhihu/web/fetch_scholar_search_v3`
|
|
743
|
+
|
|
744
|
+
- Summary: 获取知乎论文搜索V3/Get Zhihu Scholar Search V3
|
|
745
|
+
- Capabilities: search
|
|
746
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
747
|
+
- operationId: `fetch_scholar_search_v3_api_v1_zhihu_web_fetch_scholar_search_v3_post`
|
|
748
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#post-api-u1-v1-zhihu-web-fetch-scholar-search-v3`](../api-contracts/zhihu-web-api.md#post-api-u1-v1-zhihu-web-fetch-scholar-search-v3)
|
|
749
|
+
|
|
750
|
+
#### Parameters
|
|
751
|
+
|
|
752
|
+
| Field | In | Type | Required | Description |
|
|
753
|
+
| --- | --- | --- | --- | --- |
|
|
754
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
755
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
756
|
+
| limit | query | string | No | 每页论文数量/Number of papers per page |
|
|
757
|
+
|
|
758
|
+
#### Request Body
|
|
759
|
+
|
|
760
|
+
- required: No
|
|
761
|
+
|
|
762
|
+
##### `application/json`
|
|
763
|
+
|
|
764
|
+
- Schema summary: dynamic object
|
|
765
|
+
|
|
766
|
+
No field table
|
|
767
|
+
|
|
768
|
+
#### Success Response
|
|
769
|
+
|
|
770
|
+
##### `200 application/json`
|
|
771
|
+
|
|
772
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
773
|
+
|
|
774
|
+
| Field | Type | Required | Description |
|
|
775
|
+
| --- | --- | --- | --- |
|
|
776
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
777
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
778
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
779
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
780
|
+
| support | string | No | Support message \| 支持消息 |
|
|
781
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
782
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
783
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
784
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
785
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
786
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
787
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
788
|
+
|
|
789
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
790
|
+
|
|
791
|
+
### `GET /api/u1/v1/zhihu/web/fetch_search_recommend`
|
|
792
|
+
|
|
793
|
+
- Summary: 获取知乎搜索发现/Get Zhihu Search Recommend
|
|
794
|
+
- Capabilities: search
|
|
795
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
796
|
+
- operationId: `fetch_search_recommend_api_v1_zhihu_web_fetch_search_recommend_get`
|
|
797
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-search-recommend`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-search-recommend)
|
|
798
|
+
|
|
799
|
+
#### Parameters
|
|
800
|
+
|
|
801
|
+
None
|
|
802
|
+
|
|
803
|
+
#### Request Body
|
|
804
|
+
|
|
805
|
+
None
|
|
806
|
+
|
|
807
|
+
#### Success Response
|
|
808
|
+
|
|
809
|
+
##### `200 application/json`
|
|
810
|
+
|
|
811
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
812
|
+
|
|
813
|
+
| Field | Type | Required | Description |
|
|
814
|
+
| --- | --- | --- | --- |
|
|
815
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
816
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
817
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
818
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
819
|
+
| support | string | No | Support message \| 支持消息 |
|
|
820
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
821
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
822
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
823
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
824
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
825
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
826
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
827
|
+
|
|
828
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
829
|
+
|
|
830
|
+
### `GET /api/u1/v1/zhihu/web/fetch_search_suggest`
|
|
831
|
+
|
|
832
|
+
- Summary: 知乎搜索预测词/Get Zhihu Search Suggest
|
|
833
|
+
- Capabilities: search
|
|
834
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
835
|
+
- operationId: `fetch_search_suggest_api_v1_zhihu_web_fetch_search_suggest_get`
|
|
836
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-search-suggest`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-search-suggest)
|
|
837
|
+
|
|
838
|
+
#### Parameters
|
|
839
|
+
|
|
840
|
+
| Field | In | Type | Required | Description |
|
|
841
|
+
| --- | --- | --- | --- | --- |
|
|
842
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
843
|
+
|
|
844
|
+
#### Request Body
|
|
845
|
+
|
|
846
|
+
None
|
|
847
|
+
|
|
848
|
+
#### Success Response
|
|
849
|
+
|
|
850
|
+
##### `200 application/json`
|
|
851
|
+
|
|
852
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
853
|
+
|
|
854
|
+
| Field | Type | Required | Description |
|
|
855
|
+
| --- | --- | --- | --- |
|
|
856
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
857
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
858
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
859
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
860
|
+
| support | string | No | Support message \| 支持消息 |
|
|
861
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
862
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
863
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
864
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
865
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
866
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
867
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
868
|
+
|
|
869
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
870
|
+
|
|
871
|
+
### `GET /api/u1/v1/zhihu/web/fetch_sub_comment_v5`
|
|
872
|
+
|
|
873
|
+
- Summary: 获取知乎子评论区V5/Get Zhihu Sub Comment V5
|
|
874
|
+
- Capabilities: comments
|
|
875
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
876
|
+
- operationId: `fetch_sub_comment_v5_api_v1_zhihu_web_fetch_sub_comment_v5_get`
|
|
877
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-sub-comment-v5`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-sub-comment-v5)
|
|
878
|
+
|
|
879
|
+
#### Parameters
|
|
880
|
+
|
|
881
|
+
| Field | In | Type | Required | Description |
|
|
882
|
+
| --- | --- | --- | --- | --- |
|
|
883
|
+
| comment_id | query | string | Yes | 评论ID/Comment ID |
|
|
884
|
+
| order_by | query | string | No | 排序/Sort |
|
|
885
|
+
| limit | query | string | No | 每页评论数量/Number of comments per page |
|
|
886
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
887
|
+
|
|
888
|
+
#### Request Body
|
|
889
|
+
|
|
890
|
+
None
|
|
891
|
+
|
|
892
|
+
#### Success Response
|
|
893
|
+
|
|
894
|
+
##### `200 application/json`
|
|
895
|
+
|
|
896
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
897
|
+
|
|
898
|
+
| Field | Type | Required | Description |
|
|
899
|
+
| --- | --- | --- | --- |
|
|
900
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
901
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
902
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
903
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
904
|
+
| support | string | No | Support message \| 支持消息 |
|
|
905
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
906
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
907
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
908
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
909
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
910
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
911
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
912
|
+
|
|
913
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
914
|
+
|
|
915
|
+
### `GET /api/u1/v1/zhihu/web/fetch_topic_search_v3`
|
|
916
|
+
|
|
917
|
+
- Summary: 获取知乎话题搜索V3/Get Zhihu Topic Search V3
|
|
918
|
+
- Capabilities: search / topics
|
|
919
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
920
|
+
- operationId: `fetch_topic_search_v3_api_v1_zhihu_web_fetch_topic_search_v3_get`
|
|
921
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-topic-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-topic-search-v3)
|
|
922
|
+
|
|
923
|
+
#### Parameters
|
|
924
|
+
|
|
925
|
+
| Field | In | Type | Required | Description |
|
|
926
|
+
| --- | --- | --- | --- | --- |
|
|
927
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
928
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
929
|
+
| limit | query | string | No | 每页话题数量/Number of topics per page |
|
|
930
|
+
|
|
931
|
+
#### Request Body
|
|
932
|
+
|
|
933
|
+
None
|
|
934
|
+
|
|
935
|
+
#### Success Response
|
|
936
|
+
|
|
937
|
+
##### `200 application/json`
|
|
938
|
+
|
|
939
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
940
|
+
|
|
941
|
+
| Field | Type | Required | Description |
|
|
942
|
+
| --- | --- | --- | --- |
|
|
943
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
944
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
945
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
946
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
947
|
+
| support | string | No | Support message \| 支持消息 |
|
|
948
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
949
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
950
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
951
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
952
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
953
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
954
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
955
|
+
|
|
956
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
957
|
+
|
|
958
|
+
### `GET /api/u1/v1/zhihu/web/fetch_user_follow_collections`
|
|
959
|
+
|
|
960
|
+
- Summary: 获取知乎用户关注的收藏/Get Zhihu User Follow Collections
|
|
961
|
+
- Capabilities: profiles / accounts
|
|
962
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
963
|
+
- operationId: `fetch_user_follow_collections_api_v1_zhihu_web_fetch_user_follow_collections_get`
|
|
964
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-collections`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-collections)
|
|
965
|
+
|
|
966
|
+
#### Parameters
|
|
967
|
+
|
|
968
|
+
| Field | In | Type | Required | Description |
|
|
969
|
+
| --- | --- | --- | --- | --- |
|
|
970
|
+
| user_url_token | query | string | Yes | 用户ID/User ID |
|
|
971
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
972
|
+
| limit | query | string | No | 每页收藏数量/Number of collections per page |
|
|
973
|
+
|
|
974
|
+
#### Request Body
|
|
975
|
+
|
|
976
|
+
None
|
|
977
|
+
|
|
978
|
+
#### Success Response
|
|
979
|
+
|
|
980
|
+
##### `200 application/json`
|
|
981
|
+
|
|
982
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
983
|
+
|
|
984
|
+
| Field | Type | Required | Description |
|
|
985
|
+
| --- | --- | --- | --- |
|
|
986
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
987
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
988
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
989
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
990
|
+
| support | string | No | Support message \| 支持消息 |
|
|
991
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
992
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
993
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
994
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
995
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
996
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
997
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
998
|
+
|
|
999
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1000
|
+
|
|
1001
|
+
### `GET /api/u1/v1/zhihu/web/fetch_user_follow_columns`
|
|
1002
|
+
|
|
1003
|
+
- Summary: 获取知乎用户订阅的专栏/Get Zhihu User Columns
|
|
1004
|
+
- Capabilities: profiles / accounts
|
|
1005
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1006
|
+
- operationId: `fetch_user_follow_columns_api_v1_zhihu_web_fetch_user_follow_columns_get`
|
|
1007
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-columns`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-columns)
|
|
1008
|
+
|
|
1009
|
+
#### Parameters
|
|
1010
|
+
|
|
1011
|
+
| Field | In | Type | Required | Description |
|
|
1012
|
+
| --- | --- | --- | --- | --- |
|
|
1013
|
+
| user_url_token | query | string | Yes | 用户ID/User ID |
|
|
1014
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
1015
|
+
| limit | query | string | No | 每页专栏数量/Number of columns per page |
|
|
1016
|
+
|
|
1017
|
+
#### Request Body
|
|
1018
|
+
|
|
1019
|
+
None
|
|
1020
|
+
|
|
1021
|
+
#### Success Response
|
|
1022
|
+
|
|
1023
|
+
##### `200 application/json`
|
|
1024
|
+
|
|
1025
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1026
|
+
|
|
1027
|
+
| Field | Type | Required | Description |
|
|
1028
|
+
| --- | --- | --- | --- |
|
|
1029
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1030
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1031
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1032
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1033
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1034
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1035
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1036
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1037
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1038
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1039
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1040
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1041
|
+
|
|
1042
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1043
|
+
|
|
1044
|
+
### `GET /api/u1/v1/zhihu/web/fetch_user_follow_questions`
|
|
1045
|
+
|
|
1046
|
+
- Summary: 获取知乎用户关注的问题/Get Zhihu User Follow Questions
|
|
1047
|
+
- Capabilities: profiles / accounts
|
|
1048
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1049
|
+
- operationId: `fetch_user_follow_questions_api_v1_zhihu_web_fetch_user_follow_questions_get`
|
|
1050
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-questions`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-questions)
|
|
1051
|
+
|
|
1052
|
+
#### Parameters
|
|
1053
|
+
|
|
1054
|
+
| Field | In | Type | Required | Description |
|
|
1055
|
+
| --- | --- | --- | --- | --- |
|
|
1056
|
+
| user_url_token | query | string | Yes | 用户ID/User ID |
|
|
1057
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
1058
|
+
| limit | query | string | No | 每页问题数量/Number of questions per page |
|
|
1059
|
+
|
|
1060
|
+
#### Request Body
|
|
1061
|
+
|
|
1062
|
+
None
|
|
1063
|
+
|
|
1064
|
+
#### Success Response
|
|
1065
|
+
|
|
1066
|
+
##### `200 application/json`
|
|
1067
|
+
|
|
1068
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1069
|
+
|
|
1070
|
+
| Field | Type | Required | Description |
|
|
1071
|
+
| --- | --- | --- | --- |
|
|
1072
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1073
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1074
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1075
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1076
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1077
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1078
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1079
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1080
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1081
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1082
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1083
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1084
|
+
|
|
1085
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1086
|
+
|
|
1087
|
+
### `GET /api/u1/v1/zhihu/web/fetch_user_follow_topics`
|
|
1088
|
+
|
|
1089
|
+
- Summary: 获取知乎用户关注的话题/Get Zhihu User Follow Topics
|
|
1090
|
+
- Capabilities: profiles / accounts / topics
|
|
1091
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1092
|
+
- operationId: `fetch_user_follow_topics_api_v1_zhihu_web_fetch_user_follow_topics_get`
|
|
1093
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-topics`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-follow-topics)
|
|
1094
|
+
|
|
1095
|
+
#### Parameters
|
|
1096
|
+
|
|
1097
|
+
| Field | In | Type | Required | Description |
|
|
1098
|
+
| --- | --- | --- | --- | --- |
|
|
1099
|
+
| user_url_token | query | string | Yes | 用户ID/User ID |
|
|
1100
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
1101
|
+
| limit | query | string | No | 每页话题数量/Number of topics per page |
|
|
1102
|
+
|
|
1103
|
+
#### Request Body
|
|
1104
|
+
|
|
1105
|
+
None
|
|
1106
|
+
|
|
1107
|
+
#### Success Response
|
|
1108
|
+
|
|
1109
|
+
##### `200 application/json`
|
|
1110
|
+
|
|
1111
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1112
|
+
|
|
1113
|
+
| Field | Type | Required | Description |
|
|
1114
|
+
| --- | --- | --- | --- |
|
|
1115
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1116
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1117
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1118
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1119
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1120
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1121
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1122
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1123
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1124
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1125
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1126
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1127
|
+
|
|
1128
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1129
|
+
|
|
1130
|
+
### `GET /api/u1/v1/zhihu/web/fetch_user_followees`
|
|
1131
|
+
|
|
1132
|
+
- Summary: 获取知乎用户关注列表/Get Zhihu User Following
|
|
1133
|
+
- Capabilities: profiles / accounts
|
|
1134
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1135
|
+
- operationId: `fetch_user_followees_api_v1_zhihu_web_fetch_user_followees_get`
|
|
1136
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-followees`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-followees)
|
|
1137
|
+
|
|
1138
|
+
#### Parameters
|
|
1139
|
+
|
|
1140
|
+
| Field | In | Type | Required | Description |
|
|
1141
|
+
| --- | --- | --- | --- | --- |
|
|
1142
|
+
| user_url_token | query | string | Yes | 用户ID/User ID |
|
|
1143
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
1144
|
+
| limit | query | string | No | 每页用户数量/Number of users per page |
|
|
1145
|
+
|
|
1146
|
+
#### Request Body
|
|
1147
|
+
|
|
1148
|
+
None
|
|
1149
|
+
|
|
1150
|
+
#### Success Response
|
|
1151
|
+
|
|
1152
|
+
##### `200 application/json`
|
|
1153
|
+
|
|
1154
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1155
|
+
|
|
1156
|
+
| Field | Type | Required | Description |
|
|
1157
|
+
| --- | --- | --- | --- |
|
|
1158
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1159
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1160
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1161
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1162
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1163
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1164
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1165
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1166
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1167
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1168
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1169
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1170
|
+
|
|
1171
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1172
|
+
|
|
1173
|
+
### `GET /api/u1/v1/zhihu/web/fetch_user_followers`
|
|
1174
|
+
|
|
1175
|
+
- Summary: 获取知乎用户粉丝列表/Get Zhihu User Followers
|
|
1176
|
+
- Capabilities: profiles / accounts
|
|
1177
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1178
|
+
- operationId: `fetch_user_followers_api_v1_zhihu_web_fetch_user_followers_get`
|
|
1179
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-followers`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-followers)
|
|
1180
|
+
|
|
1181
|
+
#### Parameters
|
|
1182
|
+
|
|
1183
|
+
| Field | In | Type | Required | Description |
|
|
1184
|
+
| --- | --- | --- | --- | --- |
|
|
1185
|
+
| user_url_token | query | string | Yes | 用户ID/User ID |
|
|
1186
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
1187
|
+
| limit | query | string | No | 每页用户数量/Number of users per page |
|
|
1188
|
+
|
|
1189
|
+
#### Request Body
|
|
1190
|
+
|
|
1191
|
+
None
|
|
1192
|
+
|
|
1193
|
+
#### Success Response
|
|
1194
|
+
|
|
1195
|
+
##### `200 application/json`
|
|
1196
|
+
|
|
1197
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1198
|
+
|
|
1199
|
+
| Field | Type | Required | Description |
|
|
1200
|
+
| --- | --- | --- | --- |
|
|
1201
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1202
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1203
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1204
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1205
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1206
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1207
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1208
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1209
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1210
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1211
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1212
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1213
|
+
|
|
1214
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1215
|
+
|
|
1216
|
+
### `GET /api/u1/v1/zhihu/web/fetch_user_info`
|
|
1217
|
+
|
|
1218
|
+
- Summary: 获取知乎用户信息/Get Zhihu User Info
|
|
1219
|
+
- Capabilities: profiles / accounts
|
|
1220
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1221
|
+
- operationId: `fetch_user_info_api_v1_zhihu_web_fetch_user_info_get`
|
|
1222
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-info`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-info)
|
|
1223
|
+
|
|
1224
|
+
#### Parameters
|
|
1225
|
+
|
|
1226
|
+
| Field | In | Type | Required | Description |
|
|
1227
|
+
| --- | --- | --- | --- | --- |
|
|
1228
|
+
| user_url_token | query | string | Yes | 用户ID/User ID |
|
|
1229
|
+
|
|
1230
|
+
#### Request Body
|
|
1231
|
+
|
|
1232
|
+
None
|
|
1233
|
+
|
|
1234
|
+
#### Success Response
|
|
1235
|
+
|
|
1236
|
+
##### `200 application/json`
|
|
1237
|
+
|
|
1238
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1239
|
+
|
|
1240
|
+
| Field | Type | Required | Description |
|
|
1241
|
+
| --- | --- | --- | --- |
|
|
1242
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1243
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1244
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1245
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1246
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1247
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1248
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1249
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1250
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1251
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1252
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1253
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1254
|
+
|
|
1255
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1256
|
+
|
|
1257
|
+
### `GET /api/u1/v1/zhihu/web/fetch_user_search_v3`
|
|
1258
|
+
|
|
1259
|
+
- Summary: 获取知乎用户搜索V3/Get Zhihu User Search V3
|
|
1260
|
+
- Capabilities: search / profiles / accounts
|
|
1261
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1262
|
+
- operationId: `fetch_user_search_v3_api_v1_zhihu_web_fetch_user_search_v3_get`
|
|
1263
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-user-search-v3)
|
|
1264
|
+
|
|
1265
|
+
#### Parameters
|
|
1266
|
+
|
|
1267
|
+
| Field | In | Type | Required | Description |
|
|
1268
|
+
| --- | --- | --- | --- | --- |
|
|
1269
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
1270
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
1271
|
+
| limit | query | string | No | 每页用户数量/Number of users per page |
|
|
1272
|
+
|
|
1273
|
+
#### Request Body
|
|
1274
|
+
|
|
1275
|
+
None
|
|
1276
|
+
|
|
1277
|
+
#### Success Response
|
|
1278
|
+
|
|
1279
|
+
##### `200 application/json`
|
|
1280
|
+
|
|
1281
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1282
|
+
|
|
1283
|
+
| Field | Type | Required | Description |
|
|
1284
|
+
| --- | --- | --- | --- |
|
|
1285
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1286
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1287
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1288
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1289
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1290
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1291
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1292
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1293
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1294
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1295
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1296
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1297
|
+
|
|
1298
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1299
|
+
|
|
1300
|
+
### `GET /api/u1/v1/zhihu/web/fetch_video_list`
|
|
1301
|
+
|
|
1302
|
+
- Summary: 获取知乎首页视频榜/Get Zhihu Video List
|
|
1303
|
+
- Capabilities: content details
|
|
1304
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1305
|
+
- operationId: `fetch_video_list_api_v1_zhihu_web_fetch_video_list_get`
|
|
1306
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-video-list`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-video-list)
|
|
1307
|
+
|
|
1308
|
+
#### Parameters
|
|
1309
|
+
|
|
1310
|
+
| Field | In | Type | Required | Description |
|
|
1311
|
+
| --- | --- | --- | --- | --- |
|
|
1312
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
1313
|
+
| limit | query | string | No | 每页视频数量/Number of videos per page |
|
|
1314
|
+
|
|
1315
|
+
#### Request Body
|
|
1316
|
+
|
|
1317
|
+
None
|
|
1318
|
+
|
|
1319
|
+
#### Success Response
|
|
1320
|
+
|
|
1321
|
+
##### `200 application/json`
|
|
1322
|
+
|
|
1323
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1324
|
+
|
|
1325
|
+
| Field | Type | Required | Description |
|
|
1326
|
+
| --- | --- | --- | --- |
|
|
1327
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1328
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1329
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1330
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1331
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1332
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1333
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1334
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1335
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1336
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1337
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1338
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1339
|
+
|
|
1340
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1341
|
+
|
|
1342
|
+
### `GET /api/u1/v1/zhihu/web/fetch_video_search_v3`
|
|
1343
|
+
|
|
1344
|
+
- Summary: 获取知乎视频搜索V3/Get Zhihu Video Search V3
|
|
1345
|
+
- Capabilities: search / content details
|
|
1346
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1347
|
+
- operationId: `fetch_video_search_v3_api_v1_zhihu_web_fetch_video_search_v3_get`
|
|
1348
|
+
- Full contract: [`api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-video-search-v3`](../api-contracts/zhihu-web-api.md#get-api-u1-v1-zhihu-web-fetch-video-search-v3)
|
|
1349
|
+
|
|
1350
|
+
#### Parameters
|
|
1351
|
+
|
|
1352
|
+
| Field | In | Type | Required | Description |
|
|
1353
|
+
| --- | --- | --- | --- | --- |
|
|
1354
|
+
| keyword | query | string | Yes | 搜索关键词/Search Keywords |
|
|
1355
|
+
| limit | query | string | No | 每页视频数量/Number of videos per page |
|
|
1356
|
+
| offset | query | string | No | 偏移量/Offset |
|
|
1357
|
+
| search_hash_id | query | string | No | 搜索哈希ID/Search Hash ID |
|
|
1358
|
+
|
|
1359
|
+
#### Request Body
|
|
1360
|
+
|
|
1361
|
+
None
|
|
1362
|
+
|
|
1363
|
+
#### Success Response
|
|
1364
|
+
|
|
1365
|
+
##### `200 application/json`
|
|
1366
|
+
|
|
1367
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1368
|
+
|
|
1369
|
+
| Field | Type | Required | Description |
|
|
1370
|
+
| --- | --- | --- | --- |
|
|
1371
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1372
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1373
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1374
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1375
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1376
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1377
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1378
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1379
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1380
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1381
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1382
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1383
|
+
|
|
1384
|
+
- Fields truncated: this layer shows only the first `12` rows.
|