@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,1209 @@
|
|
|
1
|
+
# Xiaohongshu-Web-V2-API Full Contract
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Back to route summary: [`api-tags/xiaohongshu-web-v2-api.md`](../api-tags/xiaohongshu-web-v2-api.md)
|
|
5
|
+
- Current contract file: `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
|
+
- Default auth: Header `Authorization` Bearer
|
|
10
|
+
- Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
|
|
11
|
+
- Tag description: **(小红书Web V2数据接口/Xiaohongshu-Web-V2-API data endpoints)** - 第三优先/Third choice
|
|
12
|
+
|
|
13
|
+
## Route Contracts
|
|
14
|
+
|
|
15
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes"></a>
|
|
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
|
+
|
|
23
|
+
#### Notes
|
|
24
|
+
|
|
25
|
+
> # [中文]
|
|
26
|
+
> ### 用途:
|
|
27
|
+
> - 获取单一笔记和推荐笔记
|
|
28
|
+
> ### 接口优先级:
|
|
29
|
+
> - 小红书接口推荐优先级: `App V2` > `App` > `Web V2(本接口)` > `Web`
|
|
30
|
+
> ### 参数:
|
|
31
|
+
> - note_id: 笔记ID,可以从小红书的分享链接中获取
|
|
32
|
+
> ### 返回:
|
|
33
|
+
> - 单一笔记和推荐笔记
|
|
34
|
+
>
|
|
35
|
+
> # [English]
|
|
36
|
+
> ### Purpose:
|
|
37
|
+
> - Get one note and feed notes
|
|
38
|
+
> ### API Priority:
|
|
39
|
+
> - Xiaohongshu API priority: `App V2` > `App` > `Web V2 (this)` > `Web`
|
|
40
|
+
> ### Parameters:
|
|
41
|
+
> - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
|
|
42
|
+
> ### Return:
|
|
43
|
+
> - One note and feed notes
|
|
44
|
+
>
|
|
45
|
+
> # [示例/Example]
|
|
46
|
+
> note_id = "66c9cc31000000001f03a4bc"
|
|
47
|
+
|
|
48
|
+
#### Parameters
|
|
49
|
+
|
|
50
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
51
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
52
|
+
| note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
|
|
53
|
+
|
|
54
|
+
#### Request Body
|
|
55
|
+
|
|
56
|
+
None
|
|
57
|
+
|
|
58
|
+
#### Success Response
|
|
59
|
+
|
|
60
|
+
##### `200 application/json`
|
|
61
|
+
|
|
62
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
63
|
+
|
|
64
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
65
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
66
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
67
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
68
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
69
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
70
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
71
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
72
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
73
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
74
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
75
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
76
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
77
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
78
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
79
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
80
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
81
|
+
|
|
82
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v2"></a>
|
|
83
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v2`
|
|
84
|
+
|
|
85
|
+
- Summary: 获取单一笔记和推荐笔记 V2/Fetch one note and feed notes V2(v2稳定, 推荐使用此接口)
|
|
86
|
+
- Capabilities: content details
|
|
87
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
88
|
+
- operationId: `fetch_feed_notes_v2_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v2_get`
|
|
89
|
+
|
|
90
|
+
#### Notes
|
|
91
|
+
|
|
92
|
+
> # [中文]
|
|
93
|
+
> ### 用途:
|
|
94
|
+
> - 获取单一笔记和推荐笔记
|
|
95
|
+
> ### 接口优先级:
|
|
96
|
+
> - 小红书接口推荐优先级: `App V2` > `App` > `Web V2(本接口)` > `Web`
|
|
97
|
+
> ### 参数:
|
|
98
|
+
> - note_id: 笔记ID,可以从小红书的分享链接中获取
|
|
99
|
+
> ### 返回:
|
|
100
|
+
> - 单一笔记和推荐笔记
|
|
101
|
+
>
|
|
102
|
+
> # [English]
|
|
103
|
+
> ### Purpose:
|
|
104
|
+
> - Get one note and feed notes
|
|
105
|
+
> ### API Priority:
|
|
106
|
+
> - Xiaohongshu API priority: `App V2` > `App` > `Web V2 (this)` > `Web`
|
|
107
|
+
> ### Parameters:
|
|
108
|
+
> - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
|
|
109
|
+
> ### Return:
|
|
110
|
+
> - One note and feed notes
|
|
111
|
+
>
|
|
112
|
+
> # [示例/Example]
|
|
113
|
+
> note_id = "66c9cc31000000001f03a4bc"
|
|
114
|
+
|
|
115
|
+
#### Parameters
|
|
116
|
+
|
|
117
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
118
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
119
|
+
| note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
|
|
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 | Default | Example | Enum |
|
|
132
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
133
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
134
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
135
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
136
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
137
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
138
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
139
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
140
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
141
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
142
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
143
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
144
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
145
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
146
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
147
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
148
|
+
|
|
149
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v3"></a>
|
|
150
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v3`
|
|
151
|
+
|
|
152
|
+
- Summary: 获取单一笔记和推荐笔记 V3/Fetch one note and feed notes V3(通过短链获取笔记详情)
|
|
153
|
+
- Capabilities: content details
|
|
154
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
155
|
+
- operationId: `fetch_feed_notes_v3_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v3_get`
|
|
156
|
+
|
|
157
|
+
#### Notes
|
|
158
|
+
|
|
159
|
+
> # [中文]
|
|
160
|
+
> ### 用途:
|
|
161
|
+
> - 获取单一笔记和推荐笔记
|
|
162
|
+
> ### 参数:
|
|
163
|
+
> - short_url: 短链,可以从小红书的分享链接中获取
|
|
164
|
+
> ### 返回:
|
|
165
|
+
> - 单一笔记和推荐笔记
|
|
166
|
+
>
|
|
167
|
+
> # [English]
|
|
168
|
+
> ### Purpose:
|
|
169
|
+
> - Get one note and feed notes
|
|
170
|
+
> ### Parameters:
|
|
171
|
+
> - short_url: Short URL, can be obtained from the sharing link of Xiaohongshu website.
|
|
172
|
+
> ### Return:
|
|
173
|
+
> - One note and feed notes
|
|
174
|
+
>
|
|
175
|
+
> # [示例/Example]
|
|
176
|
+
> short_url = "http://xhslink.com/a/tyoREa3ciaAeb"
|
|
177
|
+
|
|
178
|
+
#### Parameters
|
|
179
|
+
|
|
180
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
181
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
182
|
+
| short_url | query | string | Yes | 短链/Short URL | None | http://xhslink.com/a/tyoREa3ciaAeb | None |
|
|
183
|
+
|
|
184
|
+
#### Request Body
|
|
185
|
+
|
|
186
|
+
None
|
|
187
|
+
|
|
188
|
+
#### Success Response
|
|
189
|
+
|
|
190
|
+
##### `200 application/json`
|
|
191
|
+
|
|
192
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
193
|
+
|
|
194
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
195
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
196
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
197
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
198
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
199
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
200
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
201
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
202
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
203
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
204
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
205
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
206
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
207
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
208
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
209
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
210
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
211
|
+
|
|
212
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v4"></a>
|
|
213
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v4`
|
|
214
|
+
|
|
215
|
+
- Summary: 获取单一笔记和推荐笔记 V4 (互动量有延迟)/Fetch one note and feed notes V4 (interaction volume has a delay)
|
|
216
|
+
- Capabilities: content details
|
|
217
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
218
|
+
- operationId: `fetch_feed_notes_v4_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v4_get`
|
|
219
|
+
|
|
220
|
+
#### Notes
|
|
221
|
+
|
|
222
|
+
> # [中文]
|
|
223
|
+
> ### 用途:
|
|
224
|
+
> - 获取单一笔记和推荐笔记,结构不同互动量有延时
|
|
225
|
+
> ### 参数:
|
|
226
|
+
> - note_id: 笔记ID,可以从小红书的分享链接中获取
|
|
227
|
+
> ### 返回:
|
|
228
|
+
> - 单一笔记和推荐笔记
|
|
229
|
+
>
|
|
230
|
+
> # [English]
|
|
231
|
+
> ### Purpose:
|
|
232
|
+
> - Get one note and feed notes, the structure is different and the interaction volume has a delay
|
|
233
|
+
> ### Parameters:
|
|
234
|
+
> - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
|
|
235
|
+
> ### Return:
|
|
236
|
+
> - One note and feed notes
|
|
237
|
+
>
|
|
238
|
+
> # [示例/Example]
|
|
239
|
+
> note_id = "66c9cc31000000001f03a4bc"
|
|
240
|
+
|
|
241
|
+
#### Parameters
|
|
242
|
+
|
|
243
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
244
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
245
|
+
| note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
|
|
246
|
+
|
|
247
|
+
#### Request Body
|
|
248
|
+
|
|
249
|
+
None
|
|
250
|
+
|
|
251
|
+
#### Success Response
|
|
252
|
+
|
|
253
|
+
##### `200 application/json`
|
|
254
|
+
|
|
255
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
256
|
+
|
|
257
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
258
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
259
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
260
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
261
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
262
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
263
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
264
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
265
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
266
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
267
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
268
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
269
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
270
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
271
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
272
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
273
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
274
|
+
|
|
275
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-feed-notes-v5"></a>
|
|
276
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_feed_notes_v5`
|
|
277
|
+
|
|
278
|
+
- Summary: 获取单一笔记和推荐笔记 V5 (互动量有缺失)/Fetch one note and feed notes V5 (interaction volume has a missing)
|
|
279
|
+
- Capabilities: content details
|
|
280
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
281
|
+
- operationId: `fetch_feed_notes_v5_api_v1_xiaohongshu_web_v2_fetch_feed_notes_v5_get`
|
|
282
|
+
|
|
283
|
+
#### Notes
|
|
284
|
+
|
|
285
|
+
> # [中文]
|
|
286
|
+
> ### 用途:
|
|
287
|
+
> - 获取单一笔记和推荐笔记,结构不同互动量有缺失
|
|
288
|
+
> ### 参数:
|
|
289
|
+
> - note_id: 笔记ID,可以从小红书的分享链接中获取
|
|
290
|
+
> ### 返回:
|
|
291
|
+
> - 单一笔记和推荐笔记
|
|
292
|
+
> ### 备注:
|
|
293
|
+
> - 互动数据仅有点赞数,没有评论数与收藏数
|
|
294
|
+
>
|
|
295
|
+
> # [English]
|
|
296
|
+
> ### Purpose:
|
|
297
|
+
> - Get one note and feed notes, the structure is different and the interaction volume has a missing
|
|
298
|
+
> ### Parameters:
|
|
299
|
+
> - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
|
|
300
|
+
> ### Return:
|
|
301
|
+
> - One note and feed notes
|
|
302
|
+
> ### Notes:
|
|
303
|
+
> - Interaction data only includes likes, without comments and favorites.
|
|
304
|
+
>
|
|
305
|
+
> # [示例/Example]
|
|
306
|
+
> note_id = "66c9cc31000000001f03a4bc"
|
|
307
|
+
|
|
308
|
+
#### Parameters
|
|
309
|
+
|
|
310
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
311
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
312
|
+
| note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
|
|
313
|
+
|
|
314
|
+
#### Request Body
|
|
315
|
+
|
|
316
|
+
None
|
|
317
|
+
|
|
318
|
+
#### Success Response
|
|
319
|
+
|
|
320
|
+
##### `200 application/json`
|
|
321
|
+
|
|
322
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
323
|
+
|
|
324
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
325
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
326
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
327
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
328
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
329
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
330
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
331
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
332
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
333
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
334
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
335
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
336
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
337
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
338
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
339
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
340
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
341
|
+
|
|
342
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-follower-list"></a>
|
|
343
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_follower_list`
|
|
344
|
+
|
|
345
|
+
- Summary: 获取用户粉丝列表/Fetch follower list
|
|
346
|
+
- Capabilities: general
|
|
347
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
348
|
+
- operationId: `fetch_follower_list_api_v1_xiaohongshu_web_v2_fetch_follower_list_get`
|
|
349
|
+
|
|
350
|
+
#### Notes
|
|
351
|
+
|
|
352
|
+
> # [中文]
|
|
353
|
+
> ### 用途:
|
|
354
|
+
> - 获取用户粉丝列表
|
|
355
|
+
> ### 参数:
|
|
356
|
+
> - user_id: 用户ID
|
|
357
|
+
> - cursor: 游标
|
|
358
|
+
> ### 返回:
|
|
359
|
+
> - 用户粉丝列表
|
|
360
|
+
>
|
|
361
|
+
> # [English]
|
|
362
|
+
> ### Purpose:
|
|
363
|
+
> - Get follower list
|
|
364
|
+
> ### Parameters:
|
|
365
|
+
> - user_id: User ID
|
|
366
|
+
> - cursor: Cursor
|
|
367
|
+
> ### Return:
|
|
368
|
+
> - Follower list
|
|
369
|
+
>
|
|
370
|
+
> # [示例/Example]
|
|
371
|
+
> user_id = "604a28420000000001005211"
|
|
372
|
+
> cursor = ""
|
|
373
|
+
|
|
374
|
+
#### Parameters
|
|
375
|
+
|
|
376
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
377
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
378
|
+
| user_id | query | string | Yes | 用户ID/User ID | None | 604a28420000000001005211 | None |
|
|
379
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
380
|
+
|
|
381
|
+
#### Request Body
|
|
382
|
+
|
|
383
|
+
None
|
|
384
|
+
|
|
385
|
+
#### Success Response
|
|
386
|
+
|
|
387
|
+
##### `200 application/json`
|
|
388
|
+
|
|
389
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
390
|
+
|
|
391
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
392
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
393
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
394
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
395
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
396
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
397
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
398
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
399
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
400
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
401
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
402
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
403
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
404
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
405
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
406
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
407
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
408
|
+
|
|
409
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-following-list"></a>
|
|
410
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_following_list`
|
|
411
|
+
|
|
412
|
+
- Summary: 获取用户关注列表/Fetch following list
|
|
413
|
+
- Capabilities: general
|
|
414
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
415
|
+
- operationId: `fetch_following_list_api_v1_xiaohongshu_web_v2_fetch_following_list_get`
|
|
416
|
+
|
|
417
|
+
#### Notes
|
|
418
|
+
|
|
419
|
+
> # [中文]
|
|
420
|
+
> ### 用途:
|
|
421
|
+
> - 获取用户关注列表
|
|
422
|
+
> ### 参数:
|
|
423
|
+
> - user_id: 用户ID
|
|
424
|
+
> - cursor: 游标
|
|
425
|
+
> ### 返回:
|
|
426
|
+
> - 用户关注列表
|
|
427
|
+
>
|
|
428
|
+
> # [English]
|
|
429
|
+
> ### Purpose:
|
|
430
|
+
> - Get following list
|
|
431
|
+
> ### Parameters:
|
|
432
|
+
> - user_id: User ID
|
|
433
|
+
> - cursor: Cursor
|
|
434
|
+
> ### Return:
|
|
435
|
+
> - Following list
|
|
436
|
+
>
|
|
437
|
+
> # [示例/Example]
|
|
438
|
+
> user_id = "604a28420000000001005211"
|
|
439
|
+
> cursor = ""
|
|
440
|
+
|
|
441
|
+
#### Parameters
|
|
442
|
+
|
|
443
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
444
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
445
|
+
| user_id | query | string | Yes | 用户ID/User ID | None | 604a28420000000001005211 | None |
|
|
446
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
447
|
+
|
|
448
|
+
#### Request Body
|
|
449
|
+
|
|
450
|
+
None
|
|
451
|
+
|
|
452
|
+
#### Success Response
|
|
453
|
+
|
|
454
|
+
##### `200 application/json`
|
|
455
|
+
|
|
456
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
457
|
+
|
|
458
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
459
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
460
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
461
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
462
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
463
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
464
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
465
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
466
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
467
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
468
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
469
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
470
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
471
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
472
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
473
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
474
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
475
|
+
|
|
476
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-home-notes"></a>
|
|
477
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_home_notes`
|
|
478
|
+
|
|
479
|
+
- Summary: 获取Web用户主页笔记/Fetch web user profile notes
|
|
480
|
+
- Capabilities: profiles / accounts / content details
|
|
481
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
482
|
+
- operationId: `fetch_home_notes_api_v1_xiaohongshu_web_v2_fetch_home_notes_get`
|
|
483
|
+
|
|
484
|
+
#### Notes
|
|
485
|
+
|
|
486
|
+
> # [中文]
|
|
487
|
+
> ### 用途:
|
|
488
|
+
> - 获取主页笔记
|
|
489
|
+
> ### 参数:
|
|
490
|
+
> - user_id: 用户ID
|
|
491
|
+
> - cursor: 游标
|
|
492
|
+
> ### 返回:
|
|
493
|
+
> - 主页笔记
|
|
494
|
+
>
|
|
495
|
+
> # [English]
|
|
496
|
+
> ### Purpose:
|
|
497
|
+
> - Get home notes
|
|
498
|
+
> ### Parameters:
|
|
499
|
+
> - user_id: User ID
|
|
500
|
+
> - cursor: Cursor
|
|
501
|
+
> ### Return:
|
|
502
|
+
> - Home notes
|
|
503
|
+
>
|
|
504
|
+
> # [示例/Example]
|
|
505
|
+
> user_id = "5f3e0d00000000001f03a4bc"
|
|
506
|
+
> cursor = ""
|
|
507
|
+
|
|
508
|
+
#### Parameters
|
|
509
|
+
|
|
510
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
511
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
512
|
+
| user_id | query | string | Yes | 用户ID/User ID | None | 5e3a8ee700000000010070c6 | None |
|
|
513
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
514
|
+
|
|
515
|
+
#### Request Body
|
|
516
|
+
|
|
517
|
+
None
|
|
518
|
+
|
|
519
|
+
#### Success Response
|
|
520
|
+
|
|
521
|
+
##### `200 application/json`
|
|
522
|
+
|
|
523
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
524
|
+
|
|
525
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
526
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
527
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
528
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
529
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
530
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
531
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
532
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
533
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
534
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
535
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
536
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
537
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
538
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
539
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
540
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
541
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
542
|
+
|
|
543
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-home-notes-app"></a>
|
|
544
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_home_notes_app`
|
|
545
|
+
|
|
546
|
+
- Summary: 获取App用户主页笔记/Fetch App user home notes
|
|
547
|
+
- Capabilities: profiles / accounts / content details
|
|
548
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
549
|
+
- operationId: `fetch_home_notes_app_api_v1_xiaohongshu_web_v2_fetch_home_notes_app_get`
|
|
550
|
+
|
|
551
|
+
#### Notes
|
|
552
|
+
|
|
553
|
+
> # [中文]
|
|
554
|
+
> ### 用途:
|
|
555
|
+
> - 获取App主页笔记
|
|
556
|
+
> ### 参数:
|
|
557
|
+
> - user_id: 用户ID
|
|
558
|
+
> - cursor: 游标
|
|
559
|
+
> ### 返回:
|
|
560
|
+
> - 主页笔记
|
|
561
|
+
>
|
|
562
|
+
> # [English]
|
|
563
|
+
> ### Purpose:
|
|
564
|
+
> - Get home notes
|
|
565
|
+
> ### Parameters:
|
|
566
|
+
> - user_id: User ID
|
|
567
|
+
> - cursor: Cursor
|
|
568
|
+
> ### Return:
|
|
569
|
+
> - Home notes
|
|
570
|
+
>
|
|
571
|
+
> # [示例/Example]
|
|
572
|
+
> user_id = "5f3e0d00000000001f03a4bc"
|
|
573
|
+
|
|
574
|
+
#### Parameters
|
|
575
|
+
|
|
576
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
577
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
578
|
+
| user_id | query | string | Yes | 用户ID/User ID | None | 5e3a8ee700000000010070c6 | None |
|
|
579
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
580
|
+
|
|
581
|
+
#### Request Body
|
|
582
|
+
|
|
583
|
+
None
|
|
584
|
+
|
|
585
|
+
#### Success Response
|
|
586
|
+
|
|
587
|
+
##### `200 application/json`
|
|
588
|
+
|
|
589
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
590
|
+
|
|
591
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
592
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
593
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
594
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
595
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
596
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
597
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
598
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
599
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
600
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
601
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
602
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
603
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
604
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
605
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
606
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
607
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
608
|
+
|
|
609
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-hot-list"></a>
|
|
610
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_hot_list`
|
|
611
|
+
|
|
612
|
+
- Summary: 获取小红书热榜/Fetch Xiaohongshu hot list
|
|
613
|
+
- Capabilities: trends / rankings
|
|
614
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
615
|
+
- operationId: `fetch_hot_list_api_v1_xiaohongshu_web_v2_fetch_hot_list_get`
|
|
616
|
+
|
|
617
|
+
#### Notes
|
|
618
|
+
|
|
619
|
+
> # [中文]
|
|
620
|
+
> ### 用途:
|
|
621
|
+
> - 获取小红书热榜
|
|
622
|
+
> ### 返回:
|
|
623
|
+
> - 小红书热榜
|
|
624
|
+
>
|
|
625
|
+
> # [English]
|
|
626
|
+
> ### Purpose:
|
|
627
|
+
> - Get Xiaohongshu hot list
|
|
628
|
+
> ### Return:
|
|
629
|
+
> - Xiaohongshu hot list
|
|
630
|
+
>
|
|
631
|
+
> # [示例/Example]
|
|
632
|
+
|
|
633
|
+
#### Parameters
|
|
634
|
+
|
|
635
|
+
None
|
|
636
|
+
|
|
637
|
+
#### Request Body
|
|
638
|
+
|
|
639
|
+
None
|
|
640
|
+
|
|
641
|
+
#### Success Response
|
|
642
|
+
|
|
643
|
+
##### `200 application/json`
|
|
644
|
+
|
|
645
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
646
|
+
|
|
647
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
648
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
649
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
650
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
651
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
652
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
653
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
654
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
655
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
656
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
657
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
658
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
659
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
660
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
661
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
662
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
663
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
664
|
+
|
|
665
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-note-comments"></a>
|
|
666
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_note_comments`
|
|
667
|
+
|
|
668
|
+
- Summary: 获取笔记评论/Fetch note comments
|
|
669
|
+
- Capabilities: comments / content details
|
|
670
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
671
|
+
- operationId: `fetch_note_comments_api_v1_xiaohongshu_web_v2_fetch_note_comments_get`
|
|
672
|
+
|
|
673
|
+
#### Notes
|
|
674
|
+
|
|
675
|
+
> # [中文]
|
|
676
|
+
> ### 用途:
|
|
677
|
+
> - 获取笔记评论
|
|
678
|
+
> ### 参数:
|
|
679
|
+
> - note_id: 笔记ID
|
|
680
|
+
> - cursor: 游标
|
|
681
|
+
> ### 返回:
|
|
682
|
+
> - 笔记评论
|
|
683
|
+
>
|
|
684
|
+
> # [English]
|
|
685
|
+
> ### Purpose:
|
|
686
|
+
> - Get note comments
|
|
687
|
+
> ### Parameters:
|
|
688
|
+
> - note_id: Note ID
|
|
689
|
+
> - cursor: Cursor
|
|
690
|
+
> ### Return:
|
|
691
|
+
> - Note comments
|
|
692
|
+
>
|
|
693
|
+
> # [示例/Example]
|
|
694
|
+
> note_id = "651ccaa9000000001f03d7f7"
|
|
695
|
+
> cursor = ""
|
|
696
|
+
|
|
697
|
+
#### Parameters
|
|
698
|
+
|
|
699
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
700
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
701
|
+
| note_id | query | string | Yes | 笔记ID/Note ID | None | 651ccaa9000000001f03d7f7 | None |
|
|
702
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
703
|
+
|
|
704
|
+
#### Request Body
|
|
705
|
+
|
|
706
|
+
None
|
|
707
|
+
|
|
708
|
+
#### Success Response
|
|
709
|
+
|
|
710
|
+
##### `200 application/json`
|
|
711
|
+
|
|
712
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
713
|
+
|
|
714
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
715
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
716
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
717
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
718
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
719
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
720
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
721
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
722
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
723
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
724
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
725
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
726
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
727
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
728
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
729
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
730
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
731
|
+
|
|
732
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-note-image"></a>
|
|
733
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_note_image`
|
|
734
|
+
|
|
735
|
+
- Summary: 获取小红书笔记图片/Fetch Xiaohongshu note image
|
|
736
|
+
- Capabilities: content details
|
|
737
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
738
|
+
- operationId: `fetch_note_image_api_v1_xiaohongshu_web_v2_fetch_note_image_get`
|
|
739
|
+
|
|
740
|
+
#### Notes
|
|
741
|
+
|
|
742
|
+
> # [中文]
|
|
743
|
+
> ### 用途:
|
|
744
|
+
> - 获取小红书笔记图片
|
|
745
|
+
> ### 参数:
|
|
746
|
+
> - note_id: 笔记ID,可以从小红书的分享链接中获取
|
|
747
|
+
> ### 返回:
|
|
748
|
+
> - 小红书笔记图片
|
|
749
|
+
>
|
|
750
|
+
> # [English]
|
|
751
|
+
> ### Purpose:
|
|
752
|
+
> - Get Xiaohongshu note image
|
|
753
|
+
> ### Parameters:
|
|
754
|
+
> - note_id: Note ID, can be obtained from the sharing link of Xiaohongshu website.
|
|
755
|
+
> ### Return:
|
|
756
|
+
> - Xiaohongshu note image
|
|
757
|
+
>
|
|
758
|
+
> # [示例/Example]
|
|
759
|
+
> note_id = "66c9cc31000000001f03a4bc"
|
|
760
|
+
|
|
761
|
+
#### Parameters
|
|
762
|
+
|
|
763
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
764
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
765
|
+
| note_id | query | string | Yes | 笔记ID/Note ID | None | 66c9cc31000000001f03a4bc | None |
|
|
766
|
+
|
|
767
|
+
#### Request Body
|
|
768
|
+
|
|
769
|
+
None
|
|
770
|
+
|
|
771
|
+
#### Success Response
|
|
772
|
+
|
|
773
|
+
##### `200 application/json`
|
|
774
|
+
|
|
775
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
776
|
+
|
|
777
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
778
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
779
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
780
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
781
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
782
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
783
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
784
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
785
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
786
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
787
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
788
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
789
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
790
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
791
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
792
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
793
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
794
|
+
|
|
795
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-product-list"></a>
|
|
796
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_product_list`
|
|
797
|
+
|
|
798
|
+
- Summary: 获取小红书商品列表/Fetch Xiaohongshu product list
|
|
799
|
+
- Capabilities: commerce
|
|
800
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
801
|
+
- operationId: `fetch_product_list_api_v1_xiaohongshu_web_v2_fetch_product_list_get`
|
|
802
|
+
|
|
803
|
+
#### Notes
|
|
804
|
+
|
|
805
|
+
> # [中文]
|
|
806
|
+
> ### 用途:
|
|
807
|
+
> - 获取小红书商品列表
|
|
808
|
+
> ### 参数:
|
|
809
|
+
> - user_id: 用户ID
|
|
810
|
+
> - page: 页码
|
|
811
|
+
> ### 返回:
|
|
812
|
+
> - 小红书商品列表
|
|
813
|
+
>
|
|
814
|
+
> # [English]
|
|
815
|
+
> ### Purpose:
|
|
816
|
+
> - Get Xiaohongshu product list
|
|
817
|
+
> ### Parameters:
|
|
818
|
+
> - user_id: User ID
|
|
819
|
+
> - page: Page number
|
|
820
|
+
> ### Return:
|
|
821
|
+
> - Xiaohongshu product list
|
|
822
|
+
>
|
|
823
|
+
> # [示例/Example]
|
|
824
|
+
> user_id = "627e35aa00000000210275ae"
|
|
825
|
+
> page = "1"
|
|
826
|
+
|
|
827
|
+
#### Parameters
|
|
828
|
+
|
|
829
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
830
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
831
|
+
| user_id | query | string | Yes | 用户ID/User ID | None | 627e35aa00000000210275ae | None |
|
|
832
|
+
| page | query | string | No | 页码/Page number | 1 | None | None |
|
|
833
|
+
|
|
834
|
+
#### Request Body
|
|
835
|
+
|
|
836
|
+
None
|
|
837
|
+
|
|
838
|
+
#### Success Response
|
|
839
|
+
|
|
840
|
+
##### `200 application/json`
|
|
841
|
+
|
|
842
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
843
|
+
|
|
844
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
845
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
846
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
847
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
848
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
849
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
850
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
851
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
852
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
853
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
854
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
855
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
856
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
857
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
858
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
859
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
860
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
861
|
+
|
|
862
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-search-notes"></a>
|
|
863
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_search_notes`
|
|
864
|
+
|
|
865
|
+
- Summary: 获取搜索笔记/Fetch search notes
|
|
866
|
+
- Capabilities: search / content details
|
|
867
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
868
|
+
- operationId: `fetch_search_notes_api_v1_xiaohongshu_web_v2_fetch_search_notes_get`
|
|
869
|
+
|
|
870
|
+
#### Notes
|
|
871
|
+
|
|
872
|
+
> # [中文]
|
|
873
|
+
> ### 用途:
|
|
874
|
+
> - 获取搜索笔记
|
|
875
|
+
> ### 参数:
|
|
876
|
+
> - keywords:搜索关键词
|
|
877
|
+
> - sort_type:排序方式
|
|
878
|
+
> - general:综合
|
|
879
|
+
> - time_descending:最新
|
|
880
|
+
> - popularity_descending:最热
|
|
881
|
+
> - note_type: 笔记类型
|
|
882
|
+
> - 0:全部
|
|
883
|
+
> - 1:视频
|
|
884
|
+
> - 2:图文
|
|
885
|
+
> ### 返回:
|
|
886
|
+
> - 搜索笔记
|
|
887
|
+
>
|
|
888
|
+
> # [English]
|
|
889
|
+
> ### Purpose:
|
|
890
|
+
> - Get search notes
|
|
891
|
+
> ### Parameters:
|
|
892
|
+
> - keywords: Search keywords
|
|
893
|
+
> - sort_type: Sort type
|
|
894
|
+
> - general: General
|
|
895
|
+
> - time_descending: Latest
|
|
896
|
+
> - popularity_descending: Popular
|
|
897
|
+
> - note_type: Note type
|
|
898
|
+
> - 0: All
|
|
899
|
+
> - 1: Video
|
|
900
|
+
> - 2: Note
|
|
901
|
+
> ### Return:
|
|
902
|
+
> - Search notes
|
|
903
|
+
>
|
|
904
|
+
> # [示例/Example]
|
|
905
|
+
> keywords = "口红"
|
|
906
|
+
> page = 1
|
|
907
|
+
> sort_type = "general"
|
|
908
|
+
> note_type = "1"
|
|
909
|
+
|
|
910
|
+
#### Parameters
|
|
911
|
+
|
|
912
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
913
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
914
|
+
| keywords | query | string | Yes | 搜索关键词/Search keywords | None | 口红 | None |
|
|
915
|
+
| page | query | integer | No | 页码/Page number | 1 | None | None |
|
|
916
|
+
| sort_type | query | string | No | 排序方式/Sort type | general | None | None |
|
|
917
|
+
| note_type | query | string | No | 笔记类型/Note type | 0 | None | None |
|
|
918
|
+
|
|
919
|
+
#### Request Body
|
|
920
|
+
|
|
921
|
+
None
|
|
922
|
+
|
|
923
|
+
#### Success Response
|
|
924
|
+
|
|
925
|
+
##### `200 application/json`
|
|
926
|
+
|
|
927
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
928
|
+
|
|
929
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
930
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
931
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
932
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
933
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
934
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
935
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
936
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
937
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
938
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
939
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
940
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
941
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
942
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
943
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
944
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
945
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
946
|
+
|
|
947
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-search-users"></a>
|
|
948
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_search_users`
|
|
949
|
+
|
|
950
|
+
- Summary: 获取搜索用户/Fetch search users
|
|
951
|
+
- Capabilities: search / profiles / accounts
|
|
952
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
953
|
+
- operationId: `fetch_search_notes_api_v1_xiaohongshu_web_v2_fetch_search_users_get`
|
|
954
|
+
|
|
955
|
+
#### Notes
|
|
956
|
+
|
|
957
|
+
> # [中文]
|
|
958
|
+
> ### 用途:
|
|
959
|
+
> - 获取搜索用户
|
|
960
|
+
> ### 参数:
|
|
961
|
+
> - keywords:搜索关键词
|
|
962
|
+
> - page:页码
|
|
963
|
+
> ### 返回:
|
|
964
|
+
> - 搜索用户
|
|
965
|
+
>
|
|
966
|
+
> # [English]
|
|
967
|
+
> ### Purpose:
|
|
968
|
+
> - Get search users
|
|
969
|
+
> ### Parameters:
|
|
970
|
+
> - keywords: Search keywords
|
|
971
|
+
> - page: Page number
|
|
972
|
+
> ### Return:
|
|
973
|
+
> - Search users
|
|
974
|
+
>
|
|
975
|
+
> # [示例/Example]
|
|
976
|
+
> keywords = "口红"
|
|
977
|
+
> page = 1
|
|
978
|
+
|
|
979
|
+
#### Parameters
|
|
980
|
+
|
|
981
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
982
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
983
|
+
| keywords | query | string | Yes | 搜索关键词/Search keywords | None | 口红 | None |
|
|
984
|
+
| page | query | integer | No | 页码/Page number | 1 | None | None |
|
|
985
|
+
|
|
986
|
+
#### Request Body
|
|
987
|
+
|
|
988
|
+
None
|
|
989
|
+
|
|
990
|
+
#### Success Response
|
|
991
|
+
|
|
992
|
+
##### `200 application/json`
|
|
993
|
+
|
|
994
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
995
|
+
|
|
996
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
997
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
998
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
999
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1000
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1001
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1002
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1003
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1004
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1005
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1006
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1007
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1008
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1009
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1010
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1011
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1012
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1013
|
+
|
|
1014
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-sub-comments"></a>
|
|
1015
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_sub_comments`
|
|
1016
|
+
|
|
1017
|
+
- Summary: 获取子评论/Fetch sub comments
|
|
1018
|
+
- Capabilities: comments
|
|
1019
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1020
|
+
- operationId: `fetch_sub_comments_api_v1_xiaohongshu_web_v2_fetch_sub_comments_get`
|
|
1021
|
+
|
|
1022
|
+
#### Notes
|
|
1023
|
+
|
|
1024
|
+
> # [中文]
|
|
1025
|
+
> ### 用途:
|
|
1026
|
+
> - 获取子评论
|
|
1027
|
+
> ### 参数:
|
|
1028
|
+
> - note_id: 笔记ID
|
|
1029
|
+
> - comment_id: 评论ID
|
|
1030
|
+
> - cursor: 游标
|
|
1031
|
+
> ### 返回:
|
|
1032
|
+
> - 子评论
|
|
1033
|
+
>
|
|
1034
|
+
> # [English]
|
|
1035
|
+
> ### Purpose:
|
|
1036
|
+
> - Get sub comments
|
|
1037
|
+
> ### Parameters:
|
|
1038
|
+
> - note_id: Note ID
|
|
1039
|
+
> - comment_id: Comment ID
|
|
1040
|
+
> - cursor: Cursor
|
|
1041
|
+
> ### Return:
|
|
1042
|
+
> - Sub comments
|
|
1043
|
+
>
|
|
1044
|
+
> # [示例/Example]
|
|
1045
|
+
> note_id = "673c894c0000000007033f92"
|
|
1046
|
+
> comment_id = "673ecdfc000000001503bf8b"
|
|
1047
|
+
> cursor = ""
|
|
1048
|
+
|
|
1049
|
+
#### Parameters
|
|
1050
|
+
|
|
1051
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1052
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1053
|
+
| note_id | query | string | Yes | 笔记ID/Note ID | None | 673c894c0000000007033f92 | None |
|
|
1054
|
+
| comment_id | query | string | Yes | 评论ID/Comment ID | None | 673ecdfc000000001503bf8b | None |
|
|
1055
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
1056
|
+
|
|
1057
|
+
#### Request Body
|
|
1058
|
+
|
|
1059
|
+
None
|
|
1060
|
+
|
|
1061
|
+
#### Success Response
|
|
1062
|
+
|
|
1063
|
+
##### `200 application/json`
|
|
1064
|
+
|
|
1065
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1066
|
+
|
|
1067
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1068
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1069
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1070
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1071
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1072
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1073
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1074
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1075
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1076
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1077
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1078
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1079
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1080
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1081
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1082
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1083
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1084
|
+
|
|
1085
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-user-info"></a>
|
|
1086
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_user_info`
|
|
1087
|
+
|
|
1088
|
+
- Summary: 获取用户信息/Fetch user info
|
|
1089
|
+
- Capabilities: profiles / accounts
|
|
1090
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1091
|
+
- operationId: `fetch_user_info_api_v1_xiaohongshu_web_v2_fetch_user_info_get`
|
|
1092
|
+
|
|
1093
|
+
#### Notes
|
|
1094
|
+
|
|
1095
|
+
> # [中文]
|
|
1096
|
+
> ### 用途:
|
|
1097
|
+
> - 获取用户信息
|
|
1098
|
+
> ### 参数:
|
|
1099
|
+
> - user_id: 用户ID
|
|
1100
|
+
> ### 返回:
|
|
1101
|
+
> - 用户信息
|
|
1102
|
+
>
|
|
1103
|
+
> # [English]
|
|
1104
|
+
> ### Purpose:
|
|
1105
|
+
> - Get user info
|
|
1106
|
+
> ### Parameters:
|
|
1107
|
+
> - user_id: User ID
|
|
1108
|
+
> ### Return:
|
|
1109
|
+
> - User info
|
|
1110
|
+
>
|
|
1111
|
+
> # [示例/Example]
|
|
1112
|
+
> user_id = "5e3a8ee700000000010070c6"
|
|
1113
|
+
|
|
1114
|
+
#### Parameters
|
|
1115
|
+
|
|
1116
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1117
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1118
|
+
| user_id | query | string | Yes | 用户ID/User ID | None | 5e3a8ee700000000010070c6 | None |
|
|
1119
|
+
|
|
1120
|
+
#### Request Body
|
|
1121
|
+
|
|
1122
|
+
None
|
|
1123
|
+
|
|
1124
|
+
#### Success Response
|
|
1125
|
+
|
|
1126
|
+
##### `200 application/json`
|
|
1127
|
+
|
|
1128
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1129
|
+
|
|
1130
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1131
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1132
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1133
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1134
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1135
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1136
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1137
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1138
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1139
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1140
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1141
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1142
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1143
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1144
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1145
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1146
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1147
|
+
|
|
1148
|
+
<a id="get-api-u1-v1-xiaohongshu-web-v2-fetch-user-info-app"></a>
|
|
1149
|
+
### `GET /api/u1/v1/xiaohongshu/web_v2/fetch_user_info_app`
|
|
1150
|
+
|
|
1151
|
+
- Summary: 获取App用户信息/Fetch App user info
|
|
1152
|
+
- Capabilities: profiles / accounts
|
|
1153
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1154
|
+
- operationId: `fetch_user_info_api_v1_xiaohongshu_web_v2_fetch_user_info_app_get`
|
|
1155
|
+
|
|
1156
|
+
#### Notes
|
|
1157
|
+
|
|
1158
|
+
> # [中文]
|
|
1159
|
+
> ### 用途:
|
|
1160
|
+
> - 获取用户信息
|
|
1161
|
+
> ### 参数:
|
|
1162
|
+
> - user_id: 用户ID
|
|
1163
|
+
> ### 返回:
|
|
1164
|
+
> - 用户信息
|
|
1165
|
+
>
|
|
1166
|
+
> # [English]
|
|
1167
|
+
> ### Purpose:
|
|
1168
|
+
> - Get user info
|
|
1169
|
+
> ### Parameters:
|
|
1170
|
+
> - user_id: User ID
|
|
1171
|
+
> ### Return:
|
|
1172
|
+
> - User info
|
|
1173
|
+
>
|
|
1174
|
+
> # [示例/Example]
|
|
1175
|
+
> user_id = "5e3a8ee700000000010070c6"
|
|
1176
|
+
|
|
1177
|
+
#### Parameters
|
|
1178
|
+
|
|
1179
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1180
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1181
|
+
| user_id | query | string | Yes | 用户ID/User ID | None | 5e3a8ee700000000010070c6 | None |
|
|
1182
|
+
|
|
1183
|
+
#### Request Body
|
|
1184
|
+
|
|
1185
|
+
None
|
|
1186
|
+
|
|
1187
|
+
#### Success Response
|
|
1188
|
+
|
|
1189
|
+
##### `200 application/json`
|
|
1190
|
+
|
|
1191
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1192
|
+
|
|
1193
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1194
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1195
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1196
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1197
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1198
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1199
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1200
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1201
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1202
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1203
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1204
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1205
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1206
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1207
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1208
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1209
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|