@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,934 @@
|
|
|
1
|
+
# Xiaohongshu-App-V2-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/xiaohongshu-app-v2-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md`](../api-contracts/xiaohongshu-app-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: `21`
|
|
9
|
+
- Common capabilities: content details / commerce / search / details / profiles / accounts / creators
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `source`, `share_text`, `cursor`, `note_id`, `page`, `keyword`, `search_id`, `sku_id`, `user_id`, `tab`
|
|
12
|
+
- Tag description: **(小红书App V2数据接口/Xiaohongshu-App-V2-API data endpoints)** ⭐ 推荐优先使用/Recommended first choice - 稳定性最高、功能最全/Most stable and feature-rich
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_creator_hot_inspiration_feed`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取创作者热点灵感列表/Get creator hot inspiration feed
|
|
19
|
+
- Capabilities: trends / rankings / creators
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `get_creator_hot_inspiration_feed_api_v1_xiaohongshu_app_v2_get_creator_hot_inspiration_feed_get`
|
|
22
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-creator-hot-inspiration-feed`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-creator-hot-inspiration-feed)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| cursor | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
|
|
29
|
+
|
|
30
|
+
#### Request Body
|
|
31
|
+
|
|
32
|
+
None
|
|
33
|
+
|
|
34
|
+
#### Success Response
|
|
35
|
+
|
|
36
|
+
##### `200 application/json`
|
|
37
|
+
|
|
38
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
39
|
+
|
|
40
|
+
| Field | Type | Required | Description |
|
|
41
|
+
| --- | --- | --- | --- |
|
|
42
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
43
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
44
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
45
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
46
|
+
| support | string | No | Support message \| 支持消息 |
|
|
47
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
48
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
49
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
50
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
51
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
52
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
53
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
54
|
+
|
|
55
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
56
|
+
|
|
57
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_creator_inspiration_feed`
|
|
58
|
+
|
|
59
|
+
- Summary: 获取创作者推荐灵感列表/Get creator inspiration feed
|
|
60
|
+
- Capabilities: creators
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `get_creator_inspiration_feed_api_v1_xiaohongshu_app_v2_get_creator_inspiration_feed_get`
|
|
63
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-creator-inspiration-feed`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-creator-inspiration-feed)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
| Field | In | Type | Required | Description |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| cursor | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
|
|
70
|
+
| tab | query | integer | No | 标签类型/Tab type |
|
|
71
|
+
| source | query | string | No | 来源/Source |
|
|
72
|
+
|
|
73
|
+
#### Request Body
|
|
74
|
+
|
|
75
|
+
None
|
|
76
|
+
|
|
77
|
+
#### Success Response
|
|
78
|
+
|
|
79
|
+
##### `200 application/json`
|
|
80
|
+
|
|
81
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
82
|
+
|
|
83
|
+
| Field | Type | Required | Description |
|
|
84
|
+
| --- | --- | --- | --- |
|
|
85
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
86
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
87
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
88
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
89
|
+
| support | string | No | Support message \| 支持消息 |
|
|
90
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
91
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
92
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
93
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
94
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
95
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
96
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
97
|
+
|
|
98
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
99
|
+
|
|
100
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_image_note_detail`
|
|
101
|
+
|
|
102
|
+
- Summary: 获取图文笔记详情/Get image note detail
|
|
103
|
+
- Capabilities: content details / details
|
|
104
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
105
|
+
- operationId: `get_image_note_detail_api_v1_xiaohongshu_app_v2_get_image_note_detail_get`
|
|
106
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-image-note-detail`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-image-note-detail)
|
|
107
|
+
|
|
108
|
+
#### Parameters
|
|
109
|
+
|
|
110
|
+
| Field | In | Type | Required | Description |
|
|
111
|
+
| --- | --- | --- | --- | --- |
|
|
112
|
+
| note_id | query | string | No | 笔记ID/Note ID |
|
|
113
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
114
|
+
|
|
115
|
+
#### Request Body
|
|
116
|
+
|
|
117
|
+
None
|
|
118
|
+
|
|
119
|
+
#### Success Response
|
|
120
|
+
|
|
121
|
+
##### `200 application/json`
|
|
122
|
+
|
|
123
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
124
|
+
|
|
125
|
+
| Field | Type | Required | Description |
|
|
126
|
+
| --- | --- | --- | --- |
|
|
127
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
128
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
129
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
130
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
131
|
+
| support | string | No | Support message \| 支持消息 |
|
|
132
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
133
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
134
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
135
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
136
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
137
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
138
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
139
|
+
|
|
140
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
141
|
+
|
|
142
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_mixed_note_detail`
|
|
143
|
+
|
|
144
|
+
- Summary: 获取首页推荐流笔记详情/Get mixed note detail from feed
|
|
145
|
+
- Capabilities: content details / details
|
|
146
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
147
|
+
- operationId: `get_mixed_note_detail_api_v1_xiaohongshu_app_v2_get_mixed_note_detail_get`
|
|
148
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-mixed-note-detail`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-mixed-note-detail)
|
|
149
|
+
|
|
150
|
+
#### Parameters
|
|
151
|
+
|
|
152
|
+
| Field | In | Type | Required | Description |
|
|
153
|
+
| --- | --- | --- | --- | --- |
|
|
154
|
+
| note_id | query | string | No | 笔记ID/Note ID |
|
|
155
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
156
|
+
|
|
157
|
+
#### Request Body
|
|
158
|
+
|
|
159
|
+
None
|
|
160
|
+
|
|
161
|
+
#### Success Response
|
|
162
|
+
|
|
163
|
+
##### `200 application/json`
|
|
164
|
+
|
|
165
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
166
|
+
|
|
167
|
+
| Field | Type | Required | Description |
|
|
168
|
+
| --- | --- | --- | --- |
|
|
169
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
170
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
171
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
172
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
173
|
+
| support | string | No | Support message \| 支持消息 |
|
|
174
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
175
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
176
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
177
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
178
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
179
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
180
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
181
|
+
|
|
182
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
183
|
+
|
|
184
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_note_comments`
|
|
185
|
+
|
|
186
|
+
- Summary: 获取笔记评论列表/Get note comments
|
|
187
|
+
- Capabilities: comments / content details
|
|
188
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
189
|
+
- operationId: `get_note_comments_api_v1_xiaohongshu_app_v2_get_note_comments_get`
|
|
190
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-note-comments`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-note-comments)
|
|
191
|
+
|
|
192
|
+
#### Parameters
|
|
193
|
+
|
|
194
|
+
| Field | In | Type | Required | Description |
|
|
195
|
+
| --- | --- | --- | --- | --- |
|
|
196
|
+
| note_id | query | string | No | 笔记ID/Note ID |
|
|
197
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
198
|
+
| cursor | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
|
|
199
|
+
| index | query | integer | No | 评论索引,首次请求传0/Comment index, pass 0 for first request |
|
|
200
|
+
| sort_strategy | query | string | No | 排序策略/Sort strategy: default, latest_v2, like_count |
|
|
201
|
+
|
|
202
|
+
#### Request Body
|
|
203
|
+
|
|
204
|
+
None
|
|
205
|
+
|
|
206
|
+
#### Success Response
|
|
207
|
+
|
|
208
|
+
##### `200 application/json`
|
|
209
|
+
|
|
210
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
211
|
+
|
|
212
|
+
| Field | Type | Required | Description |
|
|
213
|
+
| --- | --- | --- | --- |
|
|
214
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
215
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
216
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
217
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
218
|
+
| support | string | No | Support message \| 支持消息 |
|
|
219
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
220
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
221
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
222
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
223
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
224
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
225
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
226
|
+
|
|
227
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
228
|
+
|
|
229
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_note_sub_comments`
|
|
230
|
+
|
|
231
|
+
- Summary: 获取笔记二级评论列表/Get note sub comments
|
|
232
|
+
- Capabilities: comments / content details
|
|
233
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
234
|
+
- operationId: `get_note_sub_comments_api_v1_xiaohongshu_app_v2_get_note_sub_comments_get`
|
|
235
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-note-sub-comments`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-note-sub-comments)
|
|
236
|
+
|
|
237
|
+
#### Parameters
|
|
238
|
+
|
|
239
|
+
| Field | In | Type | Required | Description |
|
|
240
|
+
| --- | --- | --- | --- | --- |
|
|
241
|
+
| note_id | query | string | No | 笔记ID/Note ID |
|
|
242
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
243
|
+
| comment_id | query | string | Yes | 父评论ID/Parent comment ID |
|
|
244
|
+
| cursor | query | string | No | 分页游标,首次留空,翻页时从$.data.data.cursor中提取cursor值/Pagination cursor, leave empty for first request, extract cursor from $.data… |
|
|
245
|
+
| index | query | integer | No | 分页索引,首次传1,翻页时从$.data.data.cursor中提取index值/Pagination index, pass 1 for first request, extract index from $.data.cursor… |
|
|
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 |
|
|
258
|
+
| --- | --- | --- | --- |
|
|
259
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
260
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
261
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
262
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
263
|
+
| support | string | No | Support message \| 支持消息 |
|
|
264
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
265
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
266
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
267
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
268
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
269
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
270
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
271
|
+
|
|
272
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
273
|
+
|
|
274
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_product_detail`
|
|
275
|
+
|
|
276
|
+
- Summary: 获取商品详情/Get product detail
|
|
277
|
+
- Capabilities: details / commerce
|
|
278
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
279
|
+
- operationId: `get_product_detail_api_v1_xiaohongshu_app_v2_get_product_detail_get`
|
|
280
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-detail`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-detail)
|
|
281
|
+
|
|
282
|
+
#### Parameters
|
|
283
|
+
|
|
284
|
+
| Field | In | Type | Required | Description |
|
|
285
|
+
| --- | --- | --- | --- | --- |
|
|
286
|
+
| sku_id | query | string | Yes | 商品SKU ID/Product SKU ID |
|
|
287
|
+
| source | query | string | No | 来源/Source |
|
|
288
|
+
| pre_page | query | string | No | 前置页面/Previous page |
|
|
289
|
+
|
|
290
|
+
#### Request Body
|
|
291
|
+
|
|
292
|
+
None
|
|
293
|
+
|
|
294
|
+
#### Success Response
|
|
295
|
+
|
|
296
|
+
##### `200 application/json`
|
|
297
|
+
|
|
298
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
299
|
+
|
|
300
|
+
| Field | Type | Required | Description |
|
|
301
|
+
| --- | --- | --- | --- |
|
|
302
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
303
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
304
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
305
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
306
|
+
| support | string | No | Support message \| 支持消息 |
|
|
307
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
308
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
309
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
310
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
311
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
312
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
313
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
314
|
+
|
|
315
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
316
|
+
|
|
317
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_product_recommendations`
|
|
318
|
+
|
|
319
|
+
- Summary: 获取商品推荐列表/Get product recommendations
|
|
320
|
+
- Capabilities: commerce
|
|
321
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
322
|
+
- operationId: `get_product_recommendations_api_v1_xiaohongshu_app_v2_get_product_recommendations_get`
|
|
323
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-recommendations`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-recommendations)
|
|
324
|
+
|
|
325
|
+
#### Parameters
|
|
326
|
+
|
|
327
|
+
| Field | In | Type | Required | Description |
|
|
328
|
+
| --- | --- | --- | --- | --- |
|
|
329
|
+
| sku_id | query | string | Yes | 商品SKU ID/Product SKU ID |
|
|
330
|
+
| cursor_score | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
|
|
331
|
+
| region | query | string | No | 地区/Region |
|
|
332
|
+
|
|
333
|
+
#### Request Body
|
|
334
|
+
|
|
335
|
+
None
|
|
336
|
+
|
|
337
|
+
#### Success Response
|
|
338
|
+
|
|
339
|
+
##### `200 application/json`
|
|
340
|
+
|
|
341
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
342
|
+
|
|
343
|
+
| Field | Type | Required | Description |
|
|
344
|
+
| --- | --- | --- | --- |
|
|
345
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
346
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
347
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
348
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
349
|
+
| support | string | No | Support message \| 支持消息 |
|
|
350
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
351
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
352
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
353
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
354
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
355
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
356
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
357
|
+
|
|
358
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
359
|
+
|
|
360
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_product_review_overview`
|
|
361
|
+
|
|
362
|
+
- Summary: 获取商品评论总览/Get product review overview
|
|
363
|
+
- Capabilities: commerce
|
|
364
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
365
|
+
- operationId: `get_product_review_overview_api_v1_xiaohongshu_app_v2_get_product_review_overview_get`
|
|
366
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-review-overview`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-review-overview)
|
|
367
|
+
|
|
368
|
+
#### Parameters
|
|
369
|
+
|
|
370
|
+
| Field | In | Type | Required | Description |
|
|
371
|
+
| --- | --- | --- | --- | --- |
|
|
372
|
+
| sku_id | query | string | Yes | 商品SKU ID/Product SKU ID |
|
|
373
|
+
| tab | query | integer | No | 标签类型/Tab type |
|
|
374
|
+
|
|
375
|
+
#### Request Body
|
|
376
|
+
|
|
377
|
+
None
|
|
378
|
+
|
|
379
|
+
#### Success Response
|
|
380
|
+
|
|
381
|
+
##### `200 application/json`
|
|
382
|
+
|
|
383
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
384
|
+
|
|
385
|
+
| Field | Type | Required | Description |
|
|
386
|
+
| --- | --- | --- | --- |
|
|
387
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
388
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
389
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
390
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
391
|
+
| support | string | No | Support message \| 支持消息 |
|
|
392
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
393
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
394
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
395
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
396
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
397
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
398
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
399
|
+
|
|
400
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
401
|
+
|
|
402
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_product_reviews`
|
|
403
|
+
|
|
404
|
+
- Summary: 获取商品评论列表/Get product reviews
|
|
405
|
+
- Capabilities: commerce
|
|
406
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
407
|
+
- operationId: `get_product_reviews_api_v1_xiaohongshu_app_v2_get_product_reviews_get`
|
|
408
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-reviews`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-product-reviews)
|
|
409
|
+
|
|
410
|
+
#### Parameters
|
|
411
|
+
|
|
412
|
+
| Field | In | Type | Required | Description |
|
|
413
|
+
| --- | --- | --- | --- | --- |
|
|
414
|
+
| sku_id | query | string | Yes | 商品SKU ID/Product SKU ID |
|
|
415
|
+
| page | query | integer | No | 页码,从0开始/Page number, start from 0 |
|
|
416
|
+
| sort_strategy_type | query | integer | No | 排序策略:0=综合排序, 1=最新排序/Sort strategy: 0=general, 1=latest |
|
|
417
|
+
| share_pics_only | query | integer | No | 仅看有图评论:0=否, 1=是/Show reviews with images only: 0=no, 1=yes |
|
|
418
|
+
| from_page | query | string | No | 来源页面/From page |
|
|
419
|
+
|
|
420
|
+
#### Request Body
|
|
421
|
+
|
|
422
|
+
None
|
|
423
|
+
|
|
424
|
+
#### Success Response
|
|
425
|
+
|
|
426
|
+
##### `200 application/json`
|
|
427
|
+
|
|
428
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
429
|
+
|
|
430
|
+
| Field | Type | Required | Description |
|
|
431
|
+
| --- | --- | --- | --- |
|
|
432
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
433
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
434
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
435
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
436
|
+
| support | string | No | Support message \| 支持消息 |
|
|
437
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
438
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
439
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
440
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
441
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
442
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
443
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
444
|
+
|
|
445
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
446
|
+
|
|
447
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_topic_feed`
|
|
448
|
+
|
|
449
|
+
- Summary: 获取话题笔记列表/Get topic feed
|
|
450
|
+
- Capabilities: topics
|
|
451
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
452
|
+
- operationId: `get_topic_feed_api_v1_xiaohongshu_app_v2_get_topic_feed_get`
|
|
453
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-topic-feed`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-topic-feed)
|
|
454
|
+
|
|
455
|
+
#### Parameters
|
|
456
|
+
|
|
457
|
+
| Field | In | Type | Required | Description |
|
|
458
|
+
| --- | --- | --- | --- | --- |
|
|
459
|
+
| page_id | query | string | Yes | 话题页面ID/Topic page ID |
|
|
460
|
+
| sort | query | string | No | 排序方式/Sort: trend(最热), time(最新) |
|
|
461
|
+
| cursor_score | query | string | No | 分页游标分数,翻页时传入/Pagination cursor score for next page |
|
|
462
|
+
| last_note_id | query | string | No | 上一页最后一条笔记ID,翻页时传入/Last note ID from previous page |
|
|
463
|
+
| last_note_ct | query | string | No | 上一页最后一条笔记创建时间,翻页时传入/Last note create time from previous page |
|
|
464
|
+
| session_id | query | string | No | 会话ID,翻页时保持一致/Session ID, keep consistent for pagination |
|
|
465
|
+
| first_load_time | query | string | No | 首次加载时间戳,翻页时保持一致/First load timestamp, keep consistent for pagination |
|
|
466
|
+
| source | query | string | No | 来源/Source |
|
|
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/app_v2/get_topic_info`
|
|
496
|
+
|
|
497
|
+
- Summary: 获取话题详情/Get topic info
|
|
498
|
+
- Capabilities: topics
|
|
499
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
500
|
+
- operationId: `get_topic_info_api_v1_xiaohongshu_app_v2_get_topic_info_get`
|
|
501
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-topic-info`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-topic-info)
|
|
502
|
+
|
|
503
|
+
#### Parameters
|
|
504
|
+
|
|
505
|
+
| Field | In | Type | Required | Description |
|
|
506
|
+
| --- | --- | --- | --- | --- |
|
|
507
|
+
| page_id | query | string | Yes | 话题页面ID/Topic page ID |
|
|
508
|
+
| source | query | string | No | 来源/Source |
|
|
509
|
+
| note_id | query | string | No | 来源笔记ID,从笔记跳转到话题时传入/Source note ID, pass when jumping from note to topic |
|
|
510
|
+
|
|
511
|
+
#### Request Body
|
|
512
|
+
|
|
513
|
+
None
|
|
514
|
+
|
|
515
|
+
#### Success Response
|
|
516
|
+
|
|
517
|
+
##### `200 application/json`
|
|
518
|
+
|
|
519
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
520
|
+
|
|
521
|
+
| Field | Type | Required | Description |
|
|
522
|
+
| --- | --- | --- | --- |
|
|
523
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
524
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
525
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
526
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
527
|
+
| support | string | No | Support message \| 支持消息 |
|
|
528
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
529
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
530
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
531
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
532
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
533
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
534
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
535
|
+
|
|
536
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
537
|
+
|
|
538
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_user_faved_notes`
|
|
539
|
+
|
|
540
|
+
- Summary: 获取用户收藏笔记列表/Get user faved notes
|
|
541
|
+
- Capabilities: profiles / accounts / content details
|
|
542
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
543
|
+
- operationId: `get_user_faved_notes_api_v1_xiaohongshu_app_v2_get_user_faved_notes_get`
|
|
544
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-faved-notes`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-faved-notes)
|
|
545
|
+
|
|
546
|
+
#### Parameters
|
|
547
|
+
|
|
548
|
+
| Field | In | Type | Required | Description |
|
|
549
|
+
| --- | --- | --- | --- | --- |
|
|
550
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
551
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
552
|
+
| cursor | query | string | No | 分页游标,首次请求留空,翻页时传入上一页最后一条笔记的note_id/Pagination cursor, leave empty for first request, pass last note_id from previous pa… |
|
|
553
|
+
|
|
554
|
+
#### Request Body
|
|
555
|
+
|
|
556
|
+
None
|
|
557
|
+
|
|
558
|
+
#### Success Response
|
|
559
|
+
|
|
560
|
+
##### `200 application/json`
|
|
561
|
+
|
|
562
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
563
|
+
|
|
564
|
+
| Field | Type | Required | Description |
|
|
565
|
+
| --- | --- | --- | --- |
|
|
566
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
567
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
568
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
569
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
570
|
+
| support | string | No | Support message \| 支持消息 |
|
|
571
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
572
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
573
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
574
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
575
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
576
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
577
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
578
|
+
|
|
579
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
580
|
+
|
|
581
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_user_info`
|
|
582
|
+
|
|
583
|
+
- Summary: 获取用户信息/Get user info
|
|
584
|
+
- Capabilities: profiles / accounts
|
|
585
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
586
|
+
- operationId: `get_user_info_api_v1_xiaohongshu_app_v2_get_user_info_get`
|
|
587
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-info`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-info)
|
|
588
|
+
|
|
589
|
+
#### Parameters
|
|
590
|
+
|
|
591
|
+
| Field | In | Type | Required | Description |
|
|
592
|
+
| --- | --- | --- | --- | --- |
|
|
593
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
594
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
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/app_v2/get_user_posted_notes`
|
|
624
|
+
|
|
625
|
+
- Summary: 获取用户笔记列表/Get user posted notes
|
|
626
|
+
- Capabilities: profiles / accounts / content details
|
|
627
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
628
|
+
- operationId: `get_user_posted_notes_api_v1_xiaohongshu_app_v2_get_user_posted_notes_get`
|
|
629
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-posted-notes`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-user-posted-notes)
|
|
630
|
+
|
|
631
|
+
#### Parameters
|
|
632
|
+
|
|
633
|
+
| Field | In | Type | Required | Description |
|
|
634
|
+
| --- | --- | --- | --- | --- |
|
|
635
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
636
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
637
|
+
| cursor | query | string | No | 分页游标,首次请求留空/Pagination cursor, leave empty for first request |
|
|
638
|
+
|
|
639
|
+
#### Request Body
|
|
640
|
+
|
|
641
|
+
None
|
|
642
|
+
|
|
643
|
+
#### Success Response
|
|
644
|
+
|
|
645
|
+
##### `200 application/json`
|
|
646
|
+
|
|
647
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
648
|
+
|
|
649
|
+
| Field | Type | Required | Description |
|
|
650
|
+
| --- | --- | --- | --- |
|
|
651
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
652
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
653
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
654
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
655
|
+
| support | string | No | Support message \| 支持消息 |
|
|
656
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
657
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
658
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
659
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
660
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
661
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
662
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
663
|
+
|
|
664
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
665
|
+
|
|
666
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/get_video_note_detail`
|
|
667
|
+
|
|
668
|
+
- Summary: 获取视频笔记详情/Get video note detail
|
|
669
|
+
- Capabilities: content details / details
|
|
670
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
671
|
+
- operationId: `get_video_note_detail_api_v1_xiaohongshu_app_v2_get_video_note_detail_get`
|
|
672
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-video-note-detail`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-get-video-note-detail)
|
|
673
|
+
|
|
674
|
+
#### Parameters
|
|
675
|
+
|
|
676
|
+
| Field | In | Type | Required | Description |
|
|
677
|
+
| --- | --- | --- | --- | --- |
|
|
678
|
+
| note_id | query | string | No | 笔记ID/Note ID |
|
|
679
|
+
| share_text | query | string | No | 分享链接/Share link |
|
|
680
|
+
|
|
681
|
+
#### Request Body
|
|
682
|
+
|
|
683
|
+
None
|
|
684
|
+
|
|
685
|
+
#### Success Response
|
|
686
|
+
|
|
687
|
+
##### `200 application/json`
|
|
688
|
+
|
|
689
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
690
|
+
|
|
691
|
+
| Field | Type | Required | Description |
|
|
692
|
+
| --- | --- | --- | --- |
|
|
693
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
694
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
695
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
696
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
697
|
+
| support | string | No | Support message \| 支持消息 |
|
|
698
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
699
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
700
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
701
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
702
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
703
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
704
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
705
|
+
|
|
706
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
707
|
+
|
|
708
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/search_groups`
|
|
709
|
+
|
|
710
|
+
- Summary: 搜索群聊/Search groups
|
|
711
|
+
- Capabilities: search
|
|
712
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
713
|
+
- operationId: `search_groups_api_v1_xiaohongshu_app_v2_search_groups_get`
|
|
714
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-groups`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-groups)
|
|
715
|
+
|
|
716
|
+
#### Parameters
|
|
717
|
+
|
|
718
|
+
| Field | In | Type | Required | Description |
|
|
719
|
+
| --- | --- | --- | --- | --- |
|
|
720
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
721
|
+
| page_no | query | integer | No | 页码,从0开始/Page number, start from 0 |
|
|
722
|
+
| search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
|
|
723
|
+
| source | query | string | No | 来源/Source |
|
|
724
|
+
| is_recommend | query | integer | No | 是否推荐:0=否, 1=是/Is recommend: 0=no, 1=yes |
|
|
725
|
+
|
|
726
|
+
#### Request Body
|
|
727
|
+
|
|
728
|
+
None
|
|
729
|
+
|
|
730
|
+
#### Success Response
|
|
731
|
+
|
|
732
|
+
##### `200 application/json`
|
|
733
|
+
|
|
734
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
735
|
+
|
|
736
|
+
| Field | Type | Required | Description |
|
|
737
|
+
| --- | --- | --- | --- |
|
|
738
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
739
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
740
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
741
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
742
|
+
| support | string | No | Support message \| 支持消息 |
|
|
743
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
744
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
745
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
746
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
747
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
748
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
749
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
750
|
+
|
|
751
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
752
|
+
|
|
753
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/search_images`
|
|
754
|
+
|
|
755
|
+
- Summary: 搜索图片/Search images
|
|
756
|
+
- Capabilities: search
|
|
757
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
758
|
+
- operationId: `search_images_api_v1_xiaohongshu_app_v2_search_images_get`
|
|
759
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-images`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-images)
|
|
760
|
+
|
|
761
|
+
#### Parameters
|
|
762
|
+
|
|
763
|
+
| Field | In | Type | Required | Description |
|
|
764
|
+
| --- | --- | --- | --- | --- |
|
|
765
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
766
|
+
| page | query | integer | No | 页码,从1开始/Page number, start from 1 |
|
|
767
|
+
| search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
|
|
768
|
+
| search_session_id | query | string | No | 搜索会话ID,翻页时传入首次搜索返回的值/Search session ID for pagination |
|
|
769
|
+
| word_request_id | query | string | No | 词请求ID,翻页时传入首次搜索返回的值/Word request ID for pagination |
|
|
770
|
+
| source | query | string | No | 来源/Source |
|
|
771
|
+
|
|
772
|
+
#### Request Body
|
|
773
|
+
|
|
774
|
+
None
|
|
775
|
+
|
|
776
|
+
#### Success Response
|
|
777
|
+
|
|
778
|
+
##### `200 application/json`
|
|
779
|
+
|
|
780
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
781
|
+
|
|
782
|
+
| Field | Type | Required | Description |
|
|
783
|
+
| --- | --- | --- | --- |
|
|
784
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
785
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
786
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
787
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
788
|
+
| support | string | No | Support message \| 支持消息 |
|
|
789
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
790
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
791
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
792
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
793
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
794
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
795
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
796
|
+
|
|
797
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
798
|
+
|
|
799
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/search_notes`
|
|
800
|
+
|
|
801
|
+
- Summary: 搜索笔记/Search notes
|
|
802
|
+
- Capabilities: search / content details
|
|
803
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
804
|
+
- operationId: `search_notes_api_v1_xiaohongshu_app_v2_search_notes_get`
|
|
805
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-notes`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-notes)
|
|
806
|
+
|
|
807
|
+
#### Parameters
|
|
808
|
+
|
|
809
|
+
| Field | In | Type | Required | Description |
|
|
810
|
+
| --- | --- | --- | --- | --- |
|
|
811
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
812
|
+
| page | query | integer | No | 页码,从1开始/Page number, start from 1 |
|
|
813
|
+
| sort_type | query | string | No | 排序方式/Sort type |
|
|
814
|
+
| note_type | query | string | No | 笔记类型/Note type: 不限, 视频笔记, 普通笔记, 直播笔记 |
|
|
815
|
+
| time_filter | query | string | No | 发布时间筛选/Time filter: 不限, 一天内, 一周内, 半年内 |
|
|
816
|
+
| search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
|
|
817
|
+
| search_session_id | query | string | No | 搜索会话ID,翻页时传入首次搜索返回的值/Search session ID for pagination |
|
|
818
|
+
| source | query | string | No | 来源/Source |
|
|
819
|
+
| ai_mode | query | integer | No | AI模式:0=关闭, 1=开启/AI mode: 0=off, 1=on |
|
|
820
|
+
|
|
821
|
+
#### Request Body
|
|
822
|
+
|
|
823
|
+
None
|
|
824
|
+
|
|
825
|
+
#### Success Response
|
|
826
|
+
|
|
827
|
+
##### `200 application/json`
|
|
828
|
+
|
|
829
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
830
|
+
|
|
831
|
+
| Field | Type | Required | Description |
|
|
832
|
+
| --- | --- | --- | --- |
|
|
833
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
834
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
835
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
836
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
837
|
+
| support | string | No | Support message \| 支持消息 |
|
|
838
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
839
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
840
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
841
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
842
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
843
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
844
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
845
|
+
|
|
846
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
847
|
+
|
|
848
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/search_products`
|
|
849
|
+
|
|
850
|
+
- Summary: 搜索商品/Search products
|
|
851
|
+
- Capabilities: search / commerce
|
|
852
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
853
|
+
- operationId: `search_products_api_v1_xiaohongshu_app_v2_search_products_get`
|
|
854
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-products`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-products)
|
|
855
|
+
|
|
856
|
+
#### Parameters
|
|
857
|
+
|
|
858
|
+
| Field | In | Type | Required | Description |
|
|
859
|
+
| --- | --- | --- | --- | --- |
|
|
860
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
861
|
+
| page | query | integer | No | 页码,从1开始/Page number, start from 1 |
|
|
862
|
+
| search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
|
|
863
|
+
| source | query | string | No | 来源/Source |
|
|
864
|
+
|
|
865
|
+
#### Request Body
|
|
866
|
+
|
|
867
|
+
None
|
|
868
|
+
|
|
869
|
+
#### Success Response
|
|
870
|
+
|
|
871
|
+
##### `200 application/json`
|
|
872
|
+
|
|
873
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
874
|
+
|
|
875
|
+
| Field | Type | Required | Description |
|
|
876
|
+
| --- | --- | --- | --- |
|
|
877
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
878
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
879
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
880
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
881
|
+
| support | string | No | Support message \| 支持消息 |
|
|
882
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
883
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
884
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
885
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
886
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
887
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
888
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
889
|
+
|
|
890
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
891
|
+
|
|
892
|
+
### `GET /api/u1/v1/xiaohongshu/app_v2/search_users`
|
|
893
|
+
|
|
894
|
+
- Summary: 搜索用户/Search users
|
|
895
|
+
- Capabilities: search / profiles / accounts
|
|
896
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
897
|
+
- operationId: `search_users_api_v1_xiaohongshu_app_v2_search_users_get`
|
|
898
|
+
- Full contract: [`api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-users`](../api-contracts/xiaohongshu-app-v2-api.md#get-api-u1-v1-xiaohongshu-app-v2-search-users)
|
|
899
|
+
|
|
900
|
+
#### Parameters
|
|
901
|
+
|
|
902
|
+
| Field | In | Type | Required | Description |
|
|
903
|
+
| --- | --- | --- | --- | --- |
|
|
904
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
905
|
+
| page | query | integer | No | 页码,从1开始/Page number, start from 1 |
|
|
906
|
+
| search_id | query | string | No | 搜索ID,翻页时传入首次搜索返回的值/Search ID for pagination |
|
|
907
|
+
| source | query | string | No | 来源/Source |
|
|
908
|
+
|
|
909
|
+
#### Request Body
|
|
910
|
+
|
|
911
|
+
None
|
|
912
|
+
|
|
913
|
+
#### Success Response
|
|
914
|
+
|
|
915
|
+
##### `200 application/json`
|
|
916
|
+
|
|
917
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
918
|
+
|
|
919
|
+
| Field | Type | Required | Description |
|
|
920
|
+
| --- | --- | --- | --- |
|
|
921
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
922
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
923
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
924
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
925
|
+
| support | string | No | Support message \| 支持消息 |
|
|
926
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
927
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
928
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
929
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
930
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
931
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
932
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
933
|
+
|
|
934
|
+
- Fields truncated: this layer shows only the first `12` rows.
|