@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,757 @@
|
|
|
1
|
+
# Xiaohongshu-Web-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/xiaohongshu-web-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md`](../api-contracts/xiaohongshu-web-api.md)
|
|
6
|
+
- Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
|
|
7
|
+
- Fetched at: `2026-03-08T06:54:04+00:00`
|
|
8
|
+
- Route count: `17`
|
|
9
|
+
- Common capabilities: content details / profiles / accounts / search / comments / general / commerce
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `note_id`, `share_text`, `cookie`, `proxy`, `lastCursor`, `user_id`, `keyword`, `page`, `xsec_token`, `sort`
|
|
12
|
+
- Tag description: **(小红书Web数据接口/Xiaohongshu-Web-API data endpoints)** - 第四优先/Fourth choice
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `POST /api/u1/v1/xiaohongshu/web/get_home_recommend`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取首页推荐/Get home recommend
|
|
19
|
+
- Capabilities: profiles / accounts
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `get_home_recommend_api_v1_xiaohongshu_web_get_home_recommend_post`
|
|
22
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#post-api-u1-v1-xiaohongshu-web-get-home-recommend`](../api-contracts/xiaohongshu-web-api.md#post-api-u1-v1-xiaohongshu-web-get-home-recommend)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
None
|
|
27
|
+
|
|
28
|
+
#### Request Body
|
|
29
|
+
|
|
30
|
+
- required: Yes
|
|
31
|
+
|
|
32
|
+
##### `application/json`
|
|
33
|
+
|
|
34
|
+
- Schema summary: `feed_type`:string, `need_filter_image`:boolean, `cursor_score`:string, `cookie`:string, `proxy`:string
|
|
35
|
+
|
|
36
|
+
| Field | Type | Required | Description |
|
|
37
|
+
| --- | --- | --- | --- |
|
|
38
|
+
| feed_type | string | No | 推荐类型/Feed type |
|
|
39
|
+
| need_filter_image | boolean | No | 是否只看图文笔记/Whether to view only image notes |
|
|
40
|
+
| cursor_score | string | No | 分页游标/Cursor for pagination |
|
|
41
|
+
| cookie | string | No | 用户自行提供的已登录的网页Cookie/User provided logged-in web Cookie |
|
|
42
|
+
| proxy | string | No | 代理,格式:http://用户名:密码@IP:端口/Proxy, format: http://username:password@IP:port |
|
|
43
|
+
|
|
44
|
+
#### Success Response
|
|
45
|
+
|
|
46
|
+
##### `200 application/json`
|
|
47
|
+
|
|
48
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
49
|
+
|
|
50
|
+
| Field | Type | Required | Description |
|
|
51
|
+
| --- | --- | --- | --- |
|
|
52
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
53
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
54
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
55
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
56
|
+
| support | string | No | Support message \| 支持消息 |
|
|
57
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
58
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
59
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
60
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
61
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
62
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
63
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
64
|
+
|
|
65
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
66
|
+
|
|
67
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_note_comment_replies`
|
|
68
|
+
|
|
69
|
+
- Summary: 获取笔记评论回复 V1/Get note comment replies V1
|
|
70
|
+
- Capabilities: comments / content details
|
|
71
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
72
|
+
- operationId: `get_note_comment_replies_api_v1_xiaohongshu_web_get_note_comment_replies_get`
|
|
73
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-comment-replies`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-comment-replies)
|
|
74
|
+
|
|
75
|
+
#### Parameters
|
|
76
|
+
|
|
77
|
+
| Field | In | Type | Required | Description |
|
|
78
|
+
| --- | --- | --- | --- | --- |
|
|
79
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
80
|
+
| comment_id | query | string | Yes | 评论ID/Comment ID |
|
|
81
|
+
| lastCursor | query | string | No | 上一页的游标/Last cursor |
|
|
82
|
+
|
|
83
|
+
#### Request Body
|
|
84
|
+
|
|
85
|
+
None
|
|
86
|
+
|
|
87
|
+
#### Success Response
|
|
88
|
+
|
|
89
|
+
##### `200 application/json`
|
|
90
|
+
|
|
91
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
92
|
+
|
|
93
|
+
| Field | Type | Required | Description |
|
|
94
|
+
| --- | --- | --- | --- |
|
|
95
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
96
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
97
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
98
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
99
|
+
| support | string | No | Support message \| 支持消息 |
|
|
100
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
101
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
102
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
103
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
104
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
105
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
106
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
107
|
+
|
|
108
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
109
|
+
|
|
110
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_note_comments`
|
|
111
|
+
|
|
112
|
+
- Summary: 获取笔记评论 V1/Get note comments V1
|
|
113
|
+
- Capabilities: comments / content details
|
|
114
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
115
|
+
- operationId: `get_note_comments_api_v1_xiaohongshu_web_get_note_comments_get`
|
|
116
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-comments`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-comments)
|
|
117
|
+
|
|
118
|
+
#### Parameters
|
|
119
|
+
|
|
120
|
+
| Field | In | Type | Required | Description |
|
|
121
|
+
| --- | --- | --- | --- | --- |
|
|
122
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
123
|
+
| lastCursor | query | string | No | 上一页的游标/Last cursor |
|
|
124
|
+
|
|
125
|
+
#### Request Body
|
|
126
|
+
|
|
127
|
+
None
|
|
128
|
+
|
|
129
|
+
#### Success Response
|
|
130
|
+
|
|
131
|
+
##### `200 application/json`
|
|
132
|
+
|
|
133
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
134
|
+
|
|
135
|
+
| Field | Type | Required | Description |
|
|
136
|
+
| --- | --- | --- | --- |
|
|
137
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
138
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
139
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
140
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
141
|
+
| support | string | No | Support message \| 支持消息 |
|
|
142
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
143
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
144
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
145
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
146
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
147
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
148
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
149
|
+
|
|
150
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
151
|
+
|
|
152
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_note_id_and_xsec_token`
|
|
153
|
+
|
|
154
|
+
- Summary: 通过分享链接获取小红书的Note ID 和 xsec_token/Get Xiaohongshu Note ID and xsec_token by share link
|
|
155
|
+
- Capabilities: content details
|
|
156
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
157
|
+
- operationId: `get_note_id_and_xsec_token_api_v1_xiaohongshu_web_get_note_id_and_xsec_token_get`
|
|
158
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-id-and-xsec-token`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-id-and-xsec-token)
|
|
159
|
+
|
|
160
|
+
#### Parameters
|
|
161
|
+
|
|
162
|
+
| Field | In | Type | Required | Description |
|
|
163
|
+
| --- | --- | --- | --- | --- |
|
|
164
|
+
| share_text | query | string | Yes | 分享链接/Share link |
|
|
165
|
+
|
|
166
|
+
#### Request Body
|
|
167
|
+
|
|
168
|
+
None
|
|
169
|
+
|
|
170
|
+
#### Success Response
|
|
171
|
+
|
|
172
|
+
##### `200 application/json`
|
|
173
|
+
|
|
174
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
175
|
+
|
|
176
|
+
| Field | Type | Required | Description |
|
|
177
|
+
| --- | --- | --- | --- |
|
|
178
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
179
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
180
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
181
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
182
|
+
| support | string | No | Support message \| 支持消息 |
|
|
183
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
184
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
185
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
186
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
187
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
188
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
189
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
190
|
+
|
|
191
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
192
|
+
|
|
193
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_note_info_v2`
|
|
194
|
+
|
|
195
|
+
- Summary: 获取笔记信息 V2/Get note info V2
|
|
196
|
+
- Capabilities: content details
|
|
197
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
198
|
+
- operationId: `get_note_info_v2_api_v1_xiaohongshu_web_get_note_info_v2_get`
|
|
199
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-info-v2`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-info-v2)
|
|
200
|
+
|
|
201
|
+
#### Parameters
|
|
202
|
+
|
|
203
|
+
| Field | In | Type | Required | Description |
|
|
204
|
+
| --- | --- | --- | --- | --- |
|
|
205
|
+
| note_id | query | string | No | 笔记ID/Note ID |
|
|
206
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
207
|
+
|
|
208
|
+
#### Request Body
|
|
209
|
+
|
|
210
|
+
None
|
|
211
|
+
|
|
212
|
+
#### Success Response
|
|
213
|
+
|
|
214
|
+
##### `200 application/json`
|
|
215
|
+
|
|
216
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
217
|
+
|
|
218
|
+
| Field | Type | Required | Description |
|
|
219
|
+
| --- | --- | --- | --- |
|
|
220
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
221
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
222
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
223
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
224
|
+
| support | string | No | Support message \| 支持消息 |
|
|
225
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
226
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
227
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
228
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
229
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
230
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
231
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
232
|
+
|
|
233
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
234
|
+
|
|
235
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_note_info_v4`
|
|
236
|
+
|
|
237
|
+
- Summary: 获取笔记信息 V4/Get note info V4
|
|
238
|
+
- Capabilities: content details
|
|
239
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
240
|
+
- operationId: `get_note_info_v4_api_v1_xiaohongshu_web_get_note_info_v4_get`
|
|
241
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-info-v4`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-info-v4)
|
|
242
|
+
|
|
243
|
+
#### Parameters
|
|
244
|
+
|
|
245
|
+
| Field | In | Type | Required | Description |
|
|
246
|
+
| --- | --- | --- | --- | --- |
|
|
247
|
+
| note_id | query | string | No | 笔记ID/Note ID |
|
|
248
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
249
|
+
|
|
250
|
+
#### Request Body
|
|
251
|
+
|
|
252
|
+
None
|
|
253
|
+
|
|
254
|
+
#### Success Response
|
|
255
|
+
|
|
256
|
+
##### `200 application/json`
|
|
257
|
+
|
|
258
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
259
|
+
|
|
260
|
+
| Field | Type | Required | Description |
|
|
261
|
+
| --- | --- | --- | --- |
|
|
262
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
263
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
264
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
265
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
266
|
+
| support | string | No | Support message \| 支持消息 |
|
|
267
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
268
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
269
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
270
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
271
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
272
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
273
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
274
|
+
|
|
275
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
276
|
+
|
|
277
|
+
### `POST /api/u1/v1/xiaohongshu/web/get_note_info_v5`
|
|
278
|
+
|
|
279
|
+
- Summary: 获取笔记信息 V5 (自带Cookie)/Get note info V5 (Self-provided Cookie)
|
|
280
|
+
- Capabilities: content details
|
|
281
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
282
|
+
- operationId: `get_note_info_v5_api_v1_xiaohongshu_web_get_note_info_v5_post`
|
|
283
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#post-api-u1-v1-xiaohongshu-web-get-note-info-v5`](../api-contracts/xiaohongshu-web-api.md#post-api-u1-v1-xiaohongshu-web-get-note-info-v5)
|
|
284
|
+
|
|
285
|
+
#### Parameters
|
|
286
|
+
|
|
287
|
+
None
|
|
288
|
+
|
|
289
|
+
#### Request Body
|
|
290
|
+
|
|
291
|
+
- required: Yes
|
|
292
|
+
|
|
293
|
+
##### `application/json`
|
|
294
|
+
|
|
295
|
+
- Schema summary: `note_id`:string, `xsec_token`:string, `cookie`:string, `proxy`:string
|
|
296
|
+
|
|
297
|
+
| Field | Type | Required | Description |
|
|
298
|
+
| --- | --- | --- | --- |
|
|
299
|
+
| note_id | string | No | 笔记ID/Note ID |
|
|
300
|
+
| xsec_token | string | No | X-Sec-Token,可以从搜索接口中获取/X-Sec-Token, can be obtained from the search interface |
|
|
301
|
+
| cookie | string | No | 用户自行提供的已登录的网页Cookie/User provided logged-in web Cookie |
|
|
302
|
+
| proxy | string | No | 代理,格式:http://用户名:密码@IP:端口/Proxy, format: http://username:password@IP:port |
|
|
303
|
+
|
|
304
|
+
#### Success Response
|
|
305
|
+
|
|
306
|
+
##### `200 application/json`
|
|
307
|
+
|
|
308
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
309
|
+
|
|
310
|
+
| Field | Type | Required | Description |
|
|
311
|
+
| --- | --- | --- | --- |
|
|
312
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
313
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
314
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
315
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
316
|
+
| support | string | No | Support message \| 支持消息 |
|
|
317
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
318
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
319
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
320
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
321
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
322
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
323
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
324
|
+
|
|
325
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
326
|
+
|
|
327
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_note_info_v7`
|
|
328
|
+
|
|
329
|
+
- Summary: 获取笔记信息 V7/Get note info V7
|
|
330
|
+
- Capabilities: content details
|
|
331
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
332
|
+
- operationId: `get_note_info_v7_api_v1_xiaohongshu_web_get_note_info_v7_get`
|
|
333
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-info-v7`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-note-info-v7)
|
|
334
|
+
|
|
335
|
+
#### Parameters
|
|
336
|
+
|
|
337
|
+
| Field | In | Type | Required | Description |
|
|
338
|
+
| --- | --- | --- | --- | --- |
|
|
339
|
+
| note_id | query | string | No | 笔记ID/Note ID |
|
|
340
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
341
|
+
|
|
342
|
+
#### Request Body
|
|
343
|
+
|
|
344
|
+
None
|
|
345
|
+
|
|
346
|
+
#### Success Response
|
|
347
|
+
|
|
348
|
+
##### `200 application/json`
|
|
349
|
+
|
|
350
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
351
|
+
|
|
352
|
+
| Field | Type | Required | Description |
|
|
353
|
+
| --- | --- | --- | --- |
|
|
354
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
355
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
356
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
357
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
358
|
+
| support | string | No | Support message \| 支持消息 |
|
|
359
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
360
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
361
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
362
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
363
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
364
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
365
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
366
|
+
|
|
367
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
368
|
+
|
|
369
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_product_info`
|
|
370
|
+
|
|
371
|
+
- Summary: 获取小红书商品信息/Get Xiaohongshu product info
|
|
372
|
+
- Capabilities: commerce
|
|
373
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
374
|
+
- operationId: `get_product_info_api_v1_xiaohongshu_web_get_product_info_get`
|
|
375
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-product-info`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-product-info)
|
|
376
|
+
|
|
377
|
+
#### Parameters
|
|
378
|
+
|
|
379
|
+
| Field | In | Type | Required | Description |
|
|
380
|
+
| --- | --- | --- | --- | --- |
|
|
381
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
382
|
+
| item_id | query | string | No | 商品ID/Item ID |
|
|
383
|
+
| xsec_token | query | string | No | X-Sec-Token |
|
|
384
|
+
|
|
385
|
+
#### Request Body
|
|
386
|
+
|
|
387
|
+
None
|
|
388
|
+
|
|
389
|
+
#### Success Response
|
|
390
|
+
|
|
391
|
+
##### `200 application/json`
|
|
392
|
+
|
|
393
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
394
|
+
|
|
395
|
+
| Field | Type | Required | Description |
|
|
396
|
+
| --- | --- | --- | --- |
|
|
397
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
398
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
399
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
400
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
401
|
+
| support | string | No | Support message \| 支持消息 |
|
|
402
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
403
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
404
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
405
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
406
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
407
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
408
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
409
|
+
|
|
410
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
411
|
+
|
|
412
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_user_info`
|
|
413
|
+
|
|
414
|
+
- Summary: 获取用户信息 V1/Get user info V1
|
|
415
|
+
- Capabilities: profiles / accounts
|
|
416
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
417
|
+
- operationId: `get_user_info_api_v1_xiaohongshu_web_get_user_info_get`
|
|
418
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-user-info`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-user-info)
|
|
419
|
+
|
|
420
|
+
#### Parameters
|
|
421
|
+
|
|
422
|
+
| Field | In | Type | Required | Description |
|
|
423
|
+
| --- | --- | --- | --- | --- |
|
|
424
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
425
|
+
|
|
426
|
+
#### Request Body
|
|
427
|
+
|
|
428
|
+
None
|
|
429
|
+
|
|
430
|
+
#### Success Response
|
|
431
|
+
|
|
432
|
+
##### `200 application/json`
|
|
433
|
+
|
|
434
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
435
|
+
|
|
436
|
+
| Field | Type | Required | Description |
|
|
437
|
+
| --- | --- | --- | --- |
|
|
438
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
439
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
440
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
441
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
442
|
+
| support | string | No | Support message \| 支持消息 |
|
|
443
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
444
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
445
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
446
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
447
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
448
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
449
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
450
|
+
|
|
451
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
452
|
+
|
|
453
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_user_info_v2`
|
|
454
|
+
|
|
455
|
+
- Summary: 获取用户信息 V2/Get user info V2
|
|
456
|
+
- Capabilities: profiles / accounts
|
|
457
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
458
|
+
- operationId: `get_user_info_v2_api_v1_xiaohongshu_web_get_user_info_v2_get`
|
|
459
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-user-info-v2`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-user-info-v2)
|
|
460
|
+
|
|
461
|
+
#### Parameters
|
|
462
|
+
|
|
463
|
+
| Field | In | Type | Required | Description |
|
|
464
|
+
| --- | --- | --- | --- | --- |
|
|
465
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
466
|
+
| share_text | query | string | No | 分享文本或链接/Share text or link |
|
|
467
|
+
|
|
468
|
+
#### Request Body
|
|
469
|
+
|
|
470
|
+
None
|
|
471
|
+
|
|
472
|
+
#### Success Response
|
|
473
|
+
|
|
474
|
+
##### `200 application/json`
|
|
475
|
+
|
|
476
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
477
|
+
|
|
478
|
+
| Field | Type | Required | Description |
|
|
479
|
+
| --- | --- | --- | --- |
|
|
480
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
481
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
482
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
483
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
484
|
+
| support | string | No | Support message \| 支持消息 |
|
|
485
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
486
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
487
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
488
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
489
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
490
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
491
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
492
|
+
|
|
493
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
494
|
+
|
|
495
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_user_notes_v2`
|
|
496
|
+
|
|
497
|
+
- Summary: 获取用户的笔记 V2/Get user notes V2
|
|
498
|
+
- Capabilities: profiles / accounts / content details
|
|
499
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
500
|
+
- operationId: `get_user_notes_api_v1_xiaohongshu_web_get_user_notes_v2_get`
|
|
501
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-user-notes-v2`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-user-notes-v2)
|
|
502
|
+
|
|
503
|
+
#### Parameters
|
|
504
|
+
|
|
505
|
+
| Field | In | Type | Required | Description |
|
|
506
|
+
| --- | --- | --- | --- | --- |
|
|
507
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
508
|
+
| lastCursor | query | string | No | 上一页的游标/Last cursor |
|
|
509
|
+
|
|
510
|
+
#### Request Body
|
|
511
|
+
|
|
512
|
+
None
|
|
513
|
+
|
|
514
|
+
#### Success Response
|
|
515
|
+
|
|
516
|
+
##### `200 application/json`
|
|
517
|
+
|
|
518
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
519
|
+
|
|
520
|
+
| Field | Type | Required | Description |
|
|
521
|
+
| --- | --- | --- | --- |
|
|
522
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
523
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
524
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
525
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
526
|
+
| support | string | No | Support message \| 支持消息 |
|
|
527
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
528
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
529
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
530
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
531
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
532
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
533
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
534
|
+
|
|
535
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
536
|
+
|
|
537
|
+
### `GET /api/u1/v1/xiaohongshu/web/get_visitor_cookie`
|
|
538
|
+
|
|
539
|
+
- Summary: 获取游客Cookie/Get visitor cookie
|
|
540
|
+
- Capabilities: general
|
|
541
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
542
|
+
- operationId: `get_visitor_cookie_api_v1_xiaohongshu_web_get_visitor_cookie_get`
|
|
543
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-visitor-cookie`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-get-visitor-cookie)
|
|
544
|
+
|
|
545
|
+
#### Parameters
|
|
546
|
+
|
|
547
|
+
| Field | In | Type | Required | Description |
|
|
548
|
+
| --- | --- | --- | --- | --- |
|
|
549
|
+
| proxy | query | string | No | 代理/Proxy |
|
|
550
|
+
|
|
551
|
+
#### Request Body
|
|
552
|
+
|
|
553
|
+
None
|
|
554
|
+
|
|
555
|
+
#### Success Response
|
|
556
|
+
|
|
557
|
+
##### `200 application/json`
|
|
558
|
+
|
|
559
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
560
|
+
|
|
561
|
+
| Field | Type | Required | Description |
|
|
562
|
+
| --- | --- | --- | --- |
|
|
563
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
564
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
565
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
566
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
567
|
+
| support | string | No | Support message \| 支持消息 |
|
|
568
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
569
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
570
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
571
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
572
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
573
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
574
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
575
|
+
|
|
576
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
577
|
+
|
|
578
|
+
### `GET /api/u1/v1/xiaohongshu/web/search_notes`
|
|
579
|
+
|
|
580
|
+
- Summary: 搜索笔记/Search notes
|
|
581
|
+
- Capabilities: search / content details
|
|
582
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
583
|
+
- operationId: `search_notes_api_v1_xiaohongshu_web_search_notes_get`
|
|
584
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-search-notes`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-search-notes)
|
|
585
|
+
|
|
586
|
+
#### Parameters
|
|
587
|
+
|
|
588
|
+
| Field | In | Type | Required | Description |
|
|
589
|
+
| --- | --- | --- | --- | --- |
|
|
590
|
+
| keyword | query | string | Yes | 搜索关键词/Keyword |
|
|
591
|
+
| page | query | integer | No | 页码/Page |
|
|
592
|
+
| sort | query | string | No | 排序方式/Sort |
|
|
593
|
+
| noteType | query | string | No | 笔记类型/Note type |
|
|
594
|
+
| noteTime | query | string | No | 发布时间/Release time |
|
|
595
|
+
|
|
596
|
+
#### Request Body
|
|
597
|
+
|
|
598
|
+
None
|
|
599
|
+
|
|
600
|
+
#### Success Response
|
|
601
|
+
|
|
602
|
+
##### `200 application/json`
|
|
603
|
+
|
|
604
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
605
|
+
|
|
606
|
+
| Field | Type | Required | Description |
|
|
607
|
+
| --- | --- | --- | --- |
|
|
608
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
609
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
610
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
611
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
612
|
+
| support | string | No | Support message \| 支持消息 |
|
|
613
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
614
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
615
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
616
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
617
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
618
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
619
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
620
|
+
|
|
621
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
622
|
+
|
|
623
|
+
### `GET /api/u1/v1/xiaohongshu/web/search_notes_v3`
|
|
624
|
+
|
|
625
|
+
- Summary: 搜索笔记 V3/Search notes V3
|
|
626
|
+
- Capabilities: search / content details
|
|
627
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
628
|
+
- operationId: `search_notes_v3_api_v1_xiaohongshu_web_search_notes_v3_get`
|
|
629
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-search-notes-v3`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-search-notes-v3)
|
|
630
|
+
|
|
631
|
+
#### Parameters
|
|
632
|
+
|
|
633
|
+
| Field | In | Type | Required | Description |
|
|
634
|
+
| --- | --- | --- | --- | --- |
|
|
635
|
+
| keyword | query | string | Yes | 搜索关键词/Keyword |
|
|
636
|
+
| page | query | integer | No | 页码/Page |
|
|
637
|
+
| sort | query | string | No | 排序方式/Sort |
|
|
638
|
+
| noteType | query | string | No | 笔记类型/Note type |
|
|
639
|
+
| noteTime | query | string | No | 发布时间/Release time |
|
|
640
|
+
|
|
641
|
+
#### Request Body
|
|
642
|
+
|
|
643
|
+
None
|
|
644
|
+
|
|
645
|
+
#### Success Response
|
|
646
|
+
|
|
647
|
+
##### `200 application/json`
|
|
648
|
+
|
|
649
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
650
|
+
|
|
651
|
+
| Field | Type | Required | Description |
|
|
652
|
+
| --- | --- | --- | --- |
|
|
653
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
654
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
655
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
656
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
657
|
+
| support | string | No | Support message \| 支持消息 |
|
|
658
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
659
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
660
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
661
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
662
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
663
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
664
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
665
|
+
|
|
666
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
667
|
+
|
|
668
|
+
### `GET /api/u1/v1/xiaohongshu/web/search_users`
|
|
669
|
+
|
|
670
|
+
- Summary: 搜索用户/Search users
|
|
671
|
+
- Capabilities: search / profiles / accounts
|
|
672
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
673
|
+
- operationId: `search_users_api_v1_xiaohongshu_web_search_users_get`
|
|
674
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-search-users`](../api-contracts/xiaohongshu-web-api.md#get-api-u1-v1-xiaohongshu-web-search-users)
|
|
675
|
+
|
|
676
|
+
#### Parameters
|
|
677
|
+
|
|
678
|
+
| Field | In | Type | Required | Description |
|
|
679
|
+
| --- | --- | --- | --- | --- |
|
|
680
|
+
| keyword | query | string | Yes | 搜索关键词/Keyword |
|
|
681
|
+
| page | query | integer | No | 页码/Page |
|
|
682
|
+
|
|
683
|
+
#### Request Body
|
|
684
|
+
|
|
685
|
+
None
|
|
686
|
+
|
|
687
|
+
#### Success Response
|
|
688
|
+
|
|
689
|
+
##### `200 application/json`
|
|
690
|
+
|
|
691
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
692
|
+
|
|
693
|
+
| Field | Type | Required | Description |
|
|
694
|
+
| --- | --- | --- | --- |
|
|
695
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
696
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
697
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
698
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
699
|
+
| support | string | No | Support message \| 支持消息 |
|
|
700
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
701
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
702
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
703
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
704
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
705
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
706
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
707
|
+
|
|
708
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
709
|
+
|
|
710
|
+
### `POST /api/u1/v1/xiaohongshu/web/sign`
|
|
711
|
+
|
|
712
|
+
- Summary: 小红书Web签名/Xiaohongshu Web sign
|
|
713
|
+
- Capabilities: general
|
|
714
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
715
|
+
- operationId: `sign_api_v1_xiaohongshu_web_sign_post`
|
|
716
|
+
- Full contract: [`api-contracts/xiaohongshu-web-api.md#post-api-u1-v1-xiaohongshu-web-sign`](../api-contracts/xiaohongshu-web-api.md#post-api-u1-v1-xiaohongshu-web-sign)
|
|
717
|
+
|
|
718
|
+
#### Parameters
|
|
719
|
+
|
|
720
|
+
None
|
|
721
|
+
|
|
722
|
+
#### Request Body
|
|
723
|
+
|
|
724
|
+
- required: Yes
|
|
725
|
+
|
|
726
|
+
##### `application/json`
|
|
727
|
+
|
|
728
|
+
- Schema summary: `path`:string, `data`{...}, `cookie`:string
|
|
729
|
+
|
|
730
|
+
| Field | Type | Required | Description |
|
|
731
|
+
| --- | --- | --- | --- |
|
|
732
|
+
| path | string | No | 请求接口的路径/Request API path |
|
|
733
|
+
| data | object | No | 请求API的荷载数据/Payload data of request API |
|
|
734
|
+
| cookie | string | No | 请求接口的Cookie/Request API cookie |
|
|
735
|
+
|
|
736
|
+
#### Success Response
|
|
737
|
+
|
|
738
|
+
##### `200 application/json`
|
|
739
|
+
|
|
740
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
741
|
+
|
|
742
|
+
| Field | Type | Required | Description |
|
|
743
|
+
| --- | --- | --- | --- |
|
|
744
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
745
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
746
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
747
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
748
|
+
| support | string | No | Support message \| 支持消息 |
|
|
749
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
750
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
751
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
752
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
753
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
754
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
755
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
756
|
+
|
|
757
|
+
- Fields truncated: this layer shows only the first `12` rows.
|