@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,762 @@
|
|
|
1
|
+
# Xiaohongshu-Web-V2-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/xiaohongshu-web-v2-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md`](../api-contracts/xiaohongshu-web-v2-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: `18`
|
|
9
|
+
- Common capabilities: content details / profiles / accounts / general / comments / search / trends / rankings
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `note_id`, `user_id`, `cursor`, `page`, `keywords`, `short_url`, `sort_type`, `note_type`, `comment_id`
|
|
12
|
+
- Tag description: **(小红书Web V2数据接口/Xiaohongshu-Web-V2-API data endpoints)** - 第三优先/Third choice
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取单一笔记和推荐笔记 V1 (已弃用)/Fetch one note and feed notes V1 (deprecated)
|
|
19
|
+
- Capabilities: content details
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_feed_notes_api_v1_xiaohongshu_web_v2_fetch_feed_notes_get`
|
|
22
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
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/xiaohongshu/web_v2/fetch_feed_notes_v2`
|
|
58
|
+
|
|
59
|
+
- Summary: 获取单一笔记和推荐笔记 V2/Fetch one note and feed notes V2(v2稳定, 推荐使用此接口)
|
|
60
|
+
- Capabilities: content details
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `fetch_feed_notes_v2_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v2_get`
|
|
63
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v2`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v2)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
| Field | In | Type | Required | Description |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| note_id | query | string | Yes | 笔记ID/Note 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/xiaohongshu/web_v2/fetch_feed_notes_v3`
|
|
99
|
+
|
|
100
|
+
- Summary: 获取单一笔记和推荐笔记 V3/Fetch one note and feed notes V3(通过短链获取笔记详情)
|
|
101
|
+
- Capabilities: content details
|
|
102
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
103
|
+
- operationId: `fetch_feed_notes_v3_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v3_get`
|
|
104
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v3`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v3)
|
|
105
|
+
|
|
106
|
+
#### Parameters
|
|
107
|
+
|
|
108
|
+
| Field | In | Type | Required | Description |
|
|
109
|
+
| --- | --- | --- | --- | --- |
|
|
110
|
+
| short_url | query | string | Yes | 短链/Short URL |
|
|
111
|
+
|
|
112
|
+
#### Request Body
|
|
113
|
+
|
|
114
|
+
None
|
|
115
|
+
|
|
116
|
+
#### Success Response
|
|
117
|
+
|
|
118
|
+
##### `200 application/json`
|
|
119
|
+
|
|
120
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
121
|
+
|
|
122
|
+
| Field | Type | Required | Description |
|
|
123
|
+
| --- | --- | --- | --- |
|
|
124
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
125
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
126
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
127
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
128
|
+
| support | string | No | Support message \| 支持消息 |
|
|
129
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
130
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
131
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
132
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
133
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
134
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
135
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
136
|
+
|
|
137
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
138
|
+
|
|
139
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v4`
|
|
140
|
+
|
|
141
|
+
- Summary: 获取单一笔记和推荐笔记 V4 (互动量有延迟)/Fetch one note and feed notes V4 (interaction volume has a delay)
|
|
142
|
+
- Capabilities: content details
|
|
143
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
144
|
+
- operationId: `fetch_feed_notes_v4_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v4_get`
|
|
145
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v4`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v4)
|
|
146
|
+
|
|
147
|
+
#### Parameters
|
|
148
|
+
|
|
149
|
+
| Field | In | Type | Required | Description |
|
|
150
|
+
| --- | --- | --- | --- | --- |
|
|
151
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
152
|
+
|
|
153
|
+
#### Request Body
|
|
154
|
+
|
|
155
|
+
None
|
|
156
|
+
|
|
157
|
+
#### Success Response
|
|
158
|
+
|
|
159
|
+
##### `200 application/json`
|
|
160
|
+
|
|
161
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
162
|
+
|
|
163
|
+
| Field | Type | Required | Description |
|
|
164
|
+
| --- | --- | --- | --- |
|
|
165
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
166
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
167
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
168
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
169
|
+
| support | string | No | Support message \| 支持消息 |
|
|
170
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
171
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
172
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
173
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
174
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
175
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
176
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
177
|
+
|
|
178
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
179
|
+
|
|
180
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v5`
|
|
181
|
+
|
|
182
|
+
- Summary: 获取单一笔记和推荐笔记 V5 (互动量有缺失)/Fetch one note and feed notes V5 (interaction volume has a missing)
|
|
183
|
+
- Capabilities: content details
|
|
184
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
185
|
+
- operationId: `fetch_feed_notes_v5_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v5_get`
|
|
186
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v5`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v5)
|
|
187
|
+
|
|
188
|
+
#### Parameters
|
|
189
|
+
|
|
190
|
+
| Field | In | Type | Required | Description |
|
|
191
|
+
| --- | --- | --- | --- | --- |
|
|
192
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
193
|
+
|
|
194
|
+
#### Request Body
|
|
195
|
+
|
|
196
|
+
None
|
|
197
|
+
|
|
198
|
+
#### Success Response
|
|
199
|
+
|
|
200
|
+
##### `200 application/json`
|
|
201
|
+
|
|
202
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
203
|
+
|
|
204
|
+
| Field | Type | Required | Description |
|
|
205
|
+
| --- | --- | --- | --- |
|
|
206
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
207
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
208
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
209
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
210
|
+
| support | string | No | Support message \| 支持消息 |
|
|
211
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
212
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
213
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
214
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
215
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
216
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
217
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
218
|
+
|
|
219
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
220
|
+
|
|
221
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_follower_list`
|
|
222
|
+
|
|
223
|
+
- Summary: 获取用户粉丝列表/Fetch follower list
|
|
224
|
+
- Capabilities: general
|
|
225
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
226
|
+
- operationId: `fetch_follower_list_api_v1_xiaohongshu_web_v2_fetch_follower_list_get`
|
|
227
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-follower-list`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-follower-list)
|
|
228
|
+
|
|
229
|
+
#### Parameters
|
|
230
|
+
|
|
231
|
+
| Field | In | Type | Required | Description |
|
|
232
|
+
| --- | --- | --- | --- | --- |
|
|
233
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
234
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
235
|
+
|
|
236
|
+
#### Request Body
|
|
237
|
+
|
|
238
|
+
None
|
|
239
|
+
|
|
240
|
+
#### Success Response
|
|
241
|
+
|
|
242
|
+
##### `200 application/json`
|
|
243
|
+
|
|
244
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
245
|
+
|
|
246
|
+
| Field | Type | Required | Description |
|
|
247
|
+
| --- | --- | --- | --- |
|
|
248
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
249
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
250
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
251
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
252
|
+
| support | string | No | Support message \| 支持消息 |
|
|
253
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
254
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
255
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
256
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
257
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
258
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
259
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
260
|
+
|
|
261
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
262
|
+
|
|
263
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_following_list`
|
|
264
|
+
|
|
265
|
+
- Summary: 获取用户关注列表/Fetch following list
|
|
266
|
+
- Capabilities: general
|
|
267
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
268
|
+
- operationId: `fetch_following_list_api_v1_xiaohongshu_web_v2_fetch_following_list_get`
|
|
269
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-following-list`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-following-list)
|
|
270
|
+
|
|
271
|
+
#### Parameters
|
|
272
|
+
|
|
273
|
+
| Field | In | Type | Required | Description |
|
|
274
|
+
| --- | --- | --- | --- | --- |
|
|
275
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
276
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
277
|
+
|
|
278
|
+
#### Request Body
|
|
279
|
+
|
|
280
|
+
None
|
|
281
|
+
|
|
282
|
+
#### Success Response
|
|
283
|
+
|
|
284
|
+
##### `200 application/json`
|
|
285
|
+
|
|
286
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
287
|
+
|
|
288
|
+
| Field | Type | Required | Description |
|
|
289
|
+
| --- | --- | --- | --- |
|
|
290
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
291
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
292
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
293
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
294
|
+
| support | string | No | Support message \| 支持消息 |
|
|
295
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
296
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
297
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
298
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
299
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
300
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
301
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
302
|
+
|
|
303
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
304
|
+
|
|
305
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_home_notes`
|
|
306
|
+
|
|
307
|
+
- Summary: 获取Web用户主页笔记/Fetch web user profile notes
|
|
308
|
+
- Capabilities: profiles / accounts / content details
|
|
309
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
310
|
+
- operationId: `fetch_home_notes_api_v1_xiaohongshu_web_v2_fetch_home_notes_get`
|
|
311
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-home-notes`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-home-notes)
|
|
312
|
+
|
|
313
|
+
#### Parameters
|
|
314
|
+
|
|
315
|
+
| Field | In | Type | Required | Description |
|
|
316
|
+
| --- | --- | --- | --- | --- |
|
|
317
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
318
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
319
|
+
|
|
320
|
+
#### Request Body
|
|
321
|
+
|
|
322
|
+
None
|
|
323
|
+
|
|
324
|
+
#### Success Response
|
|
325
|
+
|
|
326
|
+
##### `200 application/json`
|
|
327
|
+
|
|
328
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
329
|
+
|
|
330
|
+
| Field | Type | Required | Description |
|
|
331
|
+
| --- | --- | --- | --- |
|
|
332
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
333
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
334
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
335
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
336
|
+
| support | string | No | Support message \| 支持消息 |
|
|
337
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
338
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
339
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
340
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
341
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
342
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
343
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
344
|
+
|
|
345
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
346
|
+
|
|
347
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_home_notes_app`
|
|
348
|
+
|
|
349
|
+
- Summary: 获取App用户主页笔记/Fetch App user home notes
|
|
350
|
+
- Capabilities: profiles / accounts / content details
|
|
351
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
352
|
+
- operationId: `fetch_home_notes_app_api_v1_xiaohongshu_web_v2_fetch_home_notes_app_get`
|
|
353
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-home-notes-app`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-home-notes-app)
|
|
354
|
+
|
|
355
|
+
#### Parameters
|
|
356
|
+
|
|
357
|
+
| Field | In | Type | Required | Description |
|
|
358
|
+
| --- | --- | --- | --- | --- |
|
|
359
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
360
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
361
|
+
|
|
362
|
+
#### Request Body
|
|
363
|
+
|
|
364
|
+
None
|
|
365
|
+
|
|
366
|
+
#### Success Response
|
|
367
|
+
|
|
368
|
+
##### `200 application/json`
|
|
369
|
+
|
|
370
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
371
|
+
|
|
372
|
+
| Field | Type | Required | Description |
|
|
373
|
+
| --- | --- | --- | --- |
|
|
374
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
375
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
376
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
377
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
378
|
+
| support | string | No | Support message \| 支持消息 |
|
|
379
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
380
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
381
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
382
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
383
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
384
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
385
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
386
|
+
|
|
387
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
388
|
+
|
|
389
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_hot_list`
|
|
390
|
+
|
|
391
|
+
- Summary: 获取小红书热榜/Fetch Xiaohongshu hot list
|
|
392
|
+
- Capabilities: trends / rankings
|
|
393
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
394
|
+
- operationId: `fetch_hot_list_api_v1_xiaohongshu_web_v2_fetch_hot_list_get`
|
|
395
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-hot-list`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-hot-list)
|
|
396
|
+
|
|
397
|
+
#### Parameters
|
|
398
|
+
|
|
399
|
+
None
|
|
400
|
+
|
|
401
|
+
#### Request Body
|
|
402
|
+
|
|
403
|
+
None
|
|
404
|
+
|
|
405
|
+
#### Success Response
|
|
406
|
+
|
|
407
|
+
##### `200 application/json`
|
|
408
|
+
|
|
409
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
410
|
+
|
|
411
|
+
| Field | Type | Required | Description |
|
|
412
|
+
| --- | --- | --- | --- |
|
|
413
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
414
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
415
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
416
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
417
|
+
| support | string | No | Support message \| 支持消息 |
|
|
418
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
419
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
420
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
421
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
422
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
423
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
424
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
425
|
+
|
|
426
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
427
|
+
|
|
428
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_note_comments`
|
|
429
|
+
|
|
430
|
+
- Summary: 获取笔记评论/Fetch note comments
|
|
431
|
+
- Capabilities: comments / content details
|
|
432
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
433
|
+
- operationId: `fetch_note_comments_api_v1_xiaohongshu_web_v2_fetch_note_comments_get`
|
|
434
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-note-comments`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-note-comments)
|
|
435
|
+
|
|
436
|
+
#### Parameters
|
|
437
|
+
|
|
438
|
+
| Field | In | Type | Required | Description |
|
|
439
|
+
| --- | --- | --- | --- | --- |
|
|
440
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
441
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
442
|
+
|
|
443
|
+
#### Request Body
|
|
444
|
+
|
|
445
|
+
None
|
|
446
|
+
|
|
447
|
+
#### Success Response
|
|
448
|
+
|
|
449
|
+
##### `200 application/json`
|
|
450
|
+
|
|
451
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
452
|
+
|
|
453
|
+
| Field | Type | Required | Description |
|
|
454
|
+
| --- | --- | --- | --- |
|
|
455
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
456
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
457
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
458
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
459
|
+
| support | string | No | Support message \| 支持消息 |
|
|
460
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
461
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
462
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
463
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
464
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
465
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
466
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
467
|
+
|
|
468
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
469
|
+
|
|
470
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_note_image`
|
|
471
|
+
|
|
472
|
+
- Summary: 获取小红书笔记图片/Fetch Xiaohongshu note image
|
|
473
|
+
- Capabilities: content details
|
|
474
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
475
|
+
- operationId: `fetch_note_image_api_v1_xiaohongshu_web_v2_fetch_note_image_get`
|
|
476
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-note-image`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-note-image)
|
|
477
|
+
|
|
478
|
+
#### Parameters
|
|
479
|
+
|
|
480
|
+
| Field | In | Type | Required | Description |
|
|
481
|
+
| --- | --- | --- | --- | --- |
|
|
482
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
483
|
+
|
|
484
|
+
#### Request Body
|
|
485
|
+
|
|
486
|
+
None
|
|
487
|
+
|
|
488
|
+
#### Success Response
|
|
489
|
+
|
|
490
|
+
##### `200 application/json`
|
|
491
|
+
|
|
492
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
493
|
+
|
|
494
|
+
| Field | Type | Required | Description |
|
|
495
|
+
| --- | --- | --- | --- |
|
|
496
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
497
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
498
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
499
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
500
|
+
| support | string | No | Support message \| 支持消息 |
|
|
501
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
502
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
503
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
504
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
505
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
506
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
507
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
508
|
+
|
|
509
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
510
|
+
|
|
511
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_product_list`
|
|
512
|
+
|
|
513
|
+
- Summary: 获取小红书商品列表/Fetch Xiaohongshu product list
|
|
514
|
+
- Capabilities: commerce
|
|
515
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
516
|
+
- operationId: `fetch_product_list_api_v1_xiaohongshu_web_v2_fetch_product_list_get`
|
|
517
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-product-list`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-product-list)
|
|
518
|
+
|
|
519
|
+
#### Parameters
|
|
520
|
+
|
|
521
|
+
| Field | In | Type | Required | Description |
|
|
522
|
+
| --- | --- | --- | --- | --- |
|
|
523
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
524
|
+
| page | query | string | No | 页码/Page number |
|
|
525
|
+
|
|
526
|
+
#### Request Body
|
|
527
|
+
|
|
528
|
+
None
|
|
529
|
+
|
|
530
|
+
#### Success Response
|
|
531
|
+
|
|
532
|
+
##### `200 application/json`
|
|
533
|
+
|
|
534
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
535
|
+
|
|
536
|
+
| Field | Type | Required | Description |
|
|
537
|
+
| --- | --- | --- | --- |
|
|
538
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
539
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
540
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
541
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
542
|
+
| support | string | No | Support message \| 支持消息 |
|
|
543
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
544
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
545
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
546
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
547
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
548
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
549
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
550
|
+
|
|
551
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
552
|
+
|
|
553
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_search_notes`
|
|
554
|
+
|
|
555
|
+
- Summary: 获取搜索笔记/Fetch search notes
|
|
556
|
+
- Capabilities: search / content details
|
|
557
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
558
|
+
- operationId: `fetch_search_notes_api_v1_xiaohongshu_web_v2_fetch_search_notes_get`
|
|
559
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-search-notes`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-search-notes)
|
|
560
|
+
|
|
561
|
+
#### Parameters
|
|
562
|
+
|
|
563
|
+
| Field | In | Type | Required | Description |
|
|
564
|
+
| --- | --- | --- | --- | --- |
|
|
565
|
+
| keywords | query | string | Yes | 搜索关键词/Search keywords |
|
|
566
|
+
| page | query | integer | No | 页码/Page number |
|
|
567
|
+
| sort_type | query | string | No | 排序方式/Sort type |
|
|
568
|
+
| note_type | query | string | No | 笔记类型/Note type |
|
|
569
|
+
|
|
570
|
+
#### Request Body
|
|
571
|
+
|
|
572
|
+
None
|
|
573
|
+
|
|
574
|
+
#### Success Response
|
|
575
|
+
|
|
576
|
+
##### `200 application/json`
|
|
577
|
+
|
|
578
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
579
|
+
|
|
580
|
+
| Field | Type | Required | Description |
|
|
581
|
+
| --- | --- | --- | --- |
|
|
582
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
583
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
584
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
585
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
586
|
+
| support | string | No | Support message \| 支持消息 |
|
|
587
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
588
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
589
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
590
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
591
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
592
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
593
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
594
|
+
|
|
595
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
596
|
+
|
|
597
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_search_users`
|
|
598
|
+
|
|
599
|
+
- Summary: 获取搜索用户/Fetch search users
|
|
600
|
+
- Capabilities: search / profiles / accounts
|
|
601
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
602
|
+
- operationId: `fetch_search_notes_api_v1_xiaohongshu_web_v2_fetch_search_users_get`
|
|
603
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-search-users`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-search-users)
|
|
604
|
+
|
|
605
|
+
#### Parameters
|
|
606
|
+
|
|
607
|
+
| Field | In | Type | Required | Description |
|
|
608
|
+
| --- | --- | --- | --- | --- |
|
|
609
|
+
| keywords | query | string | Yes | 搜索关键词/Search keywords |
|
|
610
|
+
| page | query | integer | No | 页码/Page number |
|
|
611
|
+
|
|
612
|
+
#### Request Body
|
|
613
|
+
|
|
614
|
+
None
|
|
615
|
+
|
|
616
|
+
#### Success Response
|
|
617
|
+
|
|
618
|
+
##### `200 application/json`
|
|
619
|
+
|
|
620
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
621
|
+
|
|
622
|
+
| Field | Type | Required | Description |
|
|
623
|
+
| --- | --- | --- | --- |
|
|
624
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
625
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
626
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
627
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
628
|
+
| support | string | No | Support message \| 支持消息 |
|
|
629
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
630
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
631
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
632
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
633
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
634
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
635
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
636
|
+
|
|
637
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
638
|
+
|
|
639
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_sub_comments`
|
|
640
|
+
|
|
641
|
+
- Summary: 获取子评论/Fetch sub comments
|
|
642
|
+
- Capabilities: comments
|
|
643
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
644
|
+
- operationId: `fetch_sub_comments_api_v1_xiaohongshu_web_v2_fetch_sub_comments_get`
|
|
645
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-sub-comments`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-sub-comments)
|
|
646
|
+
|
|
647
|
+
#### Parameters
|
|
648
|
+
|
|
649
|
+
| Field | In | Type | Required | Description |
|
|
650
|
+
| --- | --- | --- | --- | --- |
|
|
651
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
652
|
+
| comment_id | query | string | Yes | 评论ID/Comment ID |
|
|
653
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
654
|
+
|
|
655
|
+
#### Request Body
|
|
656
|
+
|
|
657
|
+
None
|
|
658
|
+
|
|
659
|
+
#### Success Response
|
|
660
|
+
|
|
661
|
+
##### `200 application/json`
|
|
662
|
+
|
|
663
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
664
|
+
|
|
665
|
+
| Field | Type | Required | Description |
|
|
666
|
+
| --- | --- | --- | --- |
|
|
667
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
668
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
669
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
670
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
671
|
+
| support | string | No | Support message \| 支持消息 |
|
|
672
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
673
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
674
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
675
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
676
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
677
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
678
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
679
|
+
|
|
680
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
681
|
+
|
|
682
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_user_info`
|
|
683
|
+
|
|
684
|
+
- Summary: 获取用户信息/Fetch user info
|
|
685
|
+
- Capabilities: profiles / accounts
|
|
686
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
687
|
+
- operationId: `fetch_user_info_api_v1_xiaohongshu_web_v2_fetch_user_info_get`
|
|
688
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-user-info`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-user-info)
|
|
689
|
+
|
|
690
|
+
#### Parameters
|
|
691
|
+
|
|
692
|
+
| Field | In | Type | Required | Description |
|
|
693
|
+
| --- | --- | --- | --- | --- |
|
|
694
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
695
|
+
|
|
696
|
+
#### Request Body
|
|
697
|
+
|
|
698
|
+
None
|
|
699
|
+
|
|
700
|
+
#### Success Response
|
|
701
|
+
|
|
702
|
+
##### `200 application/json`
|
|
703
|
+
|
|
704
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
705
|
+
|
|
706
|
+
| Field | Type | Required | Description |
|
|
707
|
+
| --- | --- | --- | --- |
|
|
708
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
709
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
710
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
711
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
712
|
+
| support | string | No | Support message \| 支持消息 |
|
|
713
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
714
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
715
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
716
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
717
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
718
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
719
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
720
|
+
|
|
721
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
722
|
+
|
|
723
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_user_info_app`
|
|
724
|
+
|
|
725
|
+
- Summary: 获取App用户信息/Fetch App user info
|
|
726
|
+
- Capabilities: profiles / accounts
|
|
727
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
728
|
+
- operationId: `fetch_user_info_api_v1_xiaohongshu_web_v2_fetch_user_info_app_get`
|
|
729
|
+
- Full contract: [`api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-user-info-app`](../api-contracts/xiaohongshu-web-v2-api.md#get-api-u1-v1-xiaohongshu-web-v2-fetch-user-info-app)
|
|
730
|
+
|
|
731
|
+
#### Parameters
|
|
732
|
+
|
|
733
|
+
| Field | In | Type | Required | Description |
|
|
734
|
+
| --- | --- | --- | --- | --- |
|
|
735
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
736
|
+
|
|
737
|
+
#### Request Body
|
|
738
|
+
|
|
739
|
+
None
|
|
740
|
+
|
|
741
|
+
#### Success Response
|
|
742
|
+
|
|
743
|
+
##### `200 application/json`
|
|
744
|
+
|
|
745
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
746
|
+
|
|
747
|
+
| Field | Type | Required | Description |
|
|
748
|
+
| --- | --- | --- | --- |
|
|
749
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
750
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
751
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
752
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
753
|
+
| support | string | No | Support message \| 支持消息 |
|
|
754
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
755
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
756
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
757
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
758
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
759
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
760
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
761
|
+
|
|
762
|
+
- Fields truncated: this layer shows only the first `12` rows.
|