@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,534 @@
|
|
|
1
|
+
# Xiaohongshu-App-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/xiaohongshu-app-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md`](../api-contracts/xiaohongshu-app-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: `12`
|
|
9
|
+
- Common capabilities: content details / profiles / accounts / comments / commerce / search / general
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `note_id`, `session_id`, `share_link`, `start`, `share_text`, `sort`, `user_id`, `keyword`, `page`, `search_id`
|
|
12
|
+
- Tag description: **(小红书App数据接口/Xiaohongshu-App-API data endpoints)** - 第二优先/Second choice
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/xiaohongshu/app/extract_share_info`
|
|
17
|
+
|
|
18
|
+
- Summary: 提取分享链接信息/Extract share link info
|
|
19
|
+
- Capabilities: general
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `extract_share_info_api_v1_xiaohongshu_app_extract_share_info_get`
|
|
22
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-extract-share-info`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-extract-share-info)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| share_link | query | string | Yes | 分享链接/Share link |
|
|
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/get_note_comments`
|
|
58
|
+
|
|
59
|
+
- Summary: 获取笔记评论/Get note comments
|
|
60
|
+
- Capabilities: comments / content details
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `get_note_comments_api_v1_xiaohongshu_app_get_note_comments_get`
|
|
63
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-note-comments`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-note-comments)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
| Field | In | Type | Required | Description |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
70
|
+
| start | query | string | No | 翻页游标/Pagination cursor |
|
|
71
|
+
| sort_strategy | query | integer | No | 排序策略:1-默认排序,2-最新评论/Sort strategy: 1-default, 2-latest |
|
|
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/get_note_info`
|
|
101
|
+
|
|
102
|
+
- Summary: 获取笔记信息 V1/Get note info V1
|
|
103
|
+
- Capabilities: content details
|
|
104
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
105
|
+
- operationId: `get_note_info_v1_api_v1_xiaohongshu_app_get_note_info_get`
|
|
106
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-note-info`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-note-info)
|
|
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/get_note_info_v2`
|
|
143
|
+
|
|
144
|
+
- Summary: 获取笔记信息 V2 (蒲公英商家后台)/Get note info V2 (Pugongying Business Backend)
|
|
145
|
+
- Capabilities: content details
|
|
146
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
147
|
+
- operationId: `get_note_info_v2_api_v1_xiaohongshu_app_get_note_info_v2_get`
|
|
148
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-note-info-v2`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-note-info-v2)
|
|
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/get_notes_by_topic`
|
|
185
|
+
|
|
186
|
+
- Summary: [已弃用/Deprecated] 根据话题标签获取作品/Get notes by topic
|
|
187
|
+
- Capabilities: content details / topics
|
|
188
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
189
|
+
- operationId: `get_notes_by_topic_api_v1_xiaohongshu_app_get_notes_by_topic_get`
|
|
190
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-notes-by-topic`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-notes-by-topic)
|
|
191
|
+
|
|
192
|
+
#### Parameters
|
|
193
|
+
|
|
194
|
+
| Field | In | Type | Required | Description |
|
|
195
|
+
| --- | --- | --- | --- | --- |
|
|
196
|
+
| page_id | query | string | Yes | 话题标签ID/Topic tag ID |
|
|
197
|
+
| first_load_time | query | string | Yes | 首次请求时间戳(毫秒)/First load timestamp (ms) |
|
|
198
|
+
| sort | query | string | No | 排序方式:hot-综合,time-最新,trend-最热/Sort: hot-comprehensive, time-latest, trend-trending |
|
|
199
|
+
| session_id | query | string | No | 会话ID/Session ID |
|
|
200
|
+
| last_note_ct | query | string | No | 最后一条笔记创建时间/Last note create time |
|
|
201
|
+
| last_note_id | query | string | No | 最后一条笔记ID/Last note ID |
|
|
202
|
+
| cursor_score | query | string | No | 游标分数/Cursor score |
|
|
203
|
+
|
|
204
|
+
#### Request Body
|
|
205
|
+
|
|
206
|
+
None
|
|
207
|
+
|
|
208
|
+
#### Success Response
|
|
209
|
+
|
|
210
|
+
##### `200 application/json`
|
|
211
|
+
|
|
212
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
213
|
+
|
|
214
|
+
| Field | Type | Required | Description |
|
|
215
|
+
| --- | --- | --- | --- |
|
|
216
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
217
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
218
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
219
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
220
|
+
| support | string | No | Support message \| 支持消息 |
|
|
221
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
222
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
223
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
224
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
225
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
226
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
227
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
228
|
+
|
|
229
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
230
|
+
|
|
231
|
+
### `GET /api/u1/v1/xiaohongshu/app/get_product_detail`
|
|
232
|
+
|
|
233
|
+
- Summary: 获取商品详情/Get product detail
|
|
234
|
+
- Capabilities: details / commerce
|
|
235
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
236
|
+
- operationId: `get_product_detail_api_v1_xiaohongshu_app_get_product_detail_get`
|
|
237
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-product-detail`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-product-detail)
|
|
238
|
+
|
|
239
|
+
#### Parameters
|
|
240
|
+
|
|
241
|
+
| Field | In | Type | Required | Description |
|
|
242
|
+
| --- | --- | --- | --- | --- |
|
|
243
|
+
| sku_id | query | string | Yes | 商品skuId/Product SKU ID |
|
|
244
|
+
|
|
245
|
+
#### Request Body
|
|
246
|
+
|
|
247
|
+
None
|
|
248
|
+
|
|
249
|
+
#### Success Response
|
|
250
|
+
|
|
251
|
+
##### `200 application/json`
|
|
252
|
+
|
|
253
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
254
|
+
|
|
255
|
+
| Field | Type | Required | Description |
|
|
256
|
+
| --- | --- | --- | --- |
|
|
257
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
258
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
259
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
260
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
261
|
+
| support | string | No | Support message \| 支持消息 |
|
|
262
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
263
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
264
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
265
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
266
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
267
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
268
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
269
|
+
|
|
270
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
271
|
+
|
|
272
|
+
### `GET /api/u1/v1/xiaohongshu/app/get_sub_comments`
|
|
273
|
+
|
|
274
|
+
- Summary: 获取子评论/Get sub comments
|
|
275
|
+
- Capabilities: comments
|
|
276
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
277
|
+
- operationId: `get_sub_comments_api_v1_xiaohongshu_app_get_sub_comments_get`
|
|
278
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-sub-comments`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-sub-comments)
|
|
279
|
+
|
|
280
|
+
#### Parameters
|
|
281
|
+
|
|
282
|
+
| Field | In | Type | Required | Description |
|
|
283
|
+
| --- | --- | --- | --- | --- |
|
|
284
|
+
| note_id | query | string | Yes | 笔记ID/Note ID |
|
|
285
|
+
| comment_id | query | string | Yes | 一级评论ID/Parent comment ID |
|
|
286
|
+
| start | query | string | No | 翻页游标/Pagination cursor |
|
|
287
|
+
|
|
288
|
+
#### Request Body
|
|
289
|
+
|
|
290
|
+
None
|
|
291
|
+
|
|
292
|
+
#### Success Response
|
|
293
|
+
|
|
294
|
+
##### `200 application/json`
|
|
295
|
+
|
|
296
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
297
|
+
|
|
298
|
+
| Field | Type | Required | Description |
|
|
299
|
+
| --- | --- | --- | --- |
|
|
300
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
301
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
302
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
303
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
304
|
+
| support | string | No | Support message \| 支持消息 |
|
|
305
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
306
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
307
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
308
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
309
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
310
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
311
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
312
|
+
|
|
313
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
314
|
+
|
|
315
|
+
### `GET /api/u1/v1/xiaohongshu/app/get_user_id_and_xsec_token`
|
|
316
|
+
|
|
317
|
+
- Summary: 从分享链接中提取用户ID和xsec_token/Extract user ID and xsec_token from share link
|
|
318
|
+
- Capabilities: profiles / accounts
|
|
319
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
320
|
+
- operationId: `get_user_id_and_xsec_token_api_v1_xiaohongshu_app_get_user_id_and_xsec_token_get`
|
|
321
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-user-id-and-xsec-token`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-user-id-and-xsec-token)
|
|
322
|
+
|
|
323
|
+
#### Parameters
|
|
324
|
+
|
|
325
|
+
| Field | In | Type | Required | Description |
|
|
326
|
+
| --- | --- | --- | --- | --- |
|
|
327
|
+
| share_link | query | string | Yes | 用户分享链接/User share link |
|
|
328
|
+
|
|
329
|
+
#### Request Body
|
|
330
|
+
|
|
331
|
+
None
|
|
332
|
+
|
|
333
|
+
#### Success Response
|
|
334
|
+
|
|
335
|
+
##### `200 application/json`
|
|
336
|
+
|
|
337
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
338
|
+
|
|
339
|
+
| Field | Type | Required | Description |
|
|
340
|
+
| --- | --- | --- | --- |
|
|
341
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
342
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
343
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
344
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
345
|
+
| support | string | No | Support message \| 支持消息 |
|
|
346
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
347
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
348
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
349
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
350
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
351
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
352
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
353
|
+
|
|
354
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
355
|
+
|
|
356
|
+
### `GET /api/u1/v1/xiaohongshu/app/get_user_info`
|
|
357
|
+
|
|
358
|
+
- Summary: 获取用户信息/Get user info
|
|
359
|
+
- Capabilities: profiles / accounts
|
|
360
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
361
|
+
- operationId: `get_user_info_api_v1_xiaohongshu_app_get_user_info_get`
|
|
362
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-user-info`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-user-info)
|
|
363
|
+
|
|
364
|
+
#### Parameters
|
|
365
|
+
|
|
366
|
+
| Field | In | Type | Required | Description |
|
|
367
|
+
| --- | --- | --- | --- | --- |
|
|
368
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
369
|
+
|
|
370
|
+
#### Request Body
|
|
371
|
+
|
|
372
|
+
None
|
|
373
|
+
|
|
374
|
+
#### Success Response
|
|
375
|
+
|
|
376
|
+
##### `200 application/json`
|
|
377
|
+
|
|
378
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
379
|
+
|
|
380
|
+
| Field | Type | Required | Description |
|
|
381
|
+
| --- | --- | --- | --- |
|
|
382
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
383
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
384
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
385
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
386
|
+
| support | string | No | Support message \| 支持消息 |
|
|
387
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
388
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
389
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
390
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
391
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
392
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
393
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
394
|
+
|
|
395
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
396
|
+
|
|
397
|
+
### `GET /api/u1/v1/xiaohongshu/app/get_user_notes`
|
|
398
|
+
|
|
399
|
+
- Summary: 获取用户作品列表/Get user notes
|
|
400
|
+
- Capabilities: profiles / accounts / content details
|
|
401
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
402
|
+
- operationId: `get_user_notes_api_v1_xiaohongshu_app_get_user_notes_get`
|
|
403
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-user-notes`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-get-user-notes)
|
|
404
|
+
|
|
405
|
+
#### Parameters
|
|
406
|
+
|
|
407
|
+
| Field | In | Type | Required | Description |
|
|
408
|
+
| --- | --- | --- | --- | --- |
|
|
409
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
410
|
+
| cursor | query | string | No | 翻页游标/Pagination cursor |
|
|
411
|
+
|
|
412
|
+
#### Request Body
|
|
413
|
+
|
|
414
|
+
None
|
|
415
|
+
|
|
416
|
+
#### Success Response
|
|
417
|
+
|
|
418
|
+
##### `200 application/json`
|
|
419
|
+
|
|
420
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
421
|
+
|
|
422
|
+
| Field | Type | Required | Description |
|
|
423
|
+
| --- | --- | --- | --- |
|
|
424
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
425
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
426
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
427
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
428
|
+
| support | string | No | Support message \| 支持消息 |
|
|
429
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
430
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
431
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
432
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
433
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
434
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
435
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
436
|
+
|
|
437
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
438
|
+
|
|
439
|
+
### `GET /api/u1/v1/xiaohongshu/app/search_notes`
|
|
440
|
+
|
|
441
|
+
- Summary: 搜索笔记/Search notes
|
|
442
|
+
- Capabilities: search / content details
|
|
443
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
444
|
+
- operationId: `search_notes_api_v1_xiaohongshu_app_search_notes_get`
|
|
445
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-search-notes`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-search-notes)
|
|
446
|
+
|
|
447
|
+
#### Parameters
|
|
448
|
+
|
|
449
|
+
| Field | In | Type | Required | Description |
|
|
450
|
+
| --- | --- | --- | --- | --- |
|
|
451
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
452
|
+
| page | query | integer | Yes | 页码(从1开始)/Page number (start from 1) |
|
|
453
|
+
| search_id | query | string | No | 搜索ID,翻页时使用/Search ID for pagination |
|
|
454
|
+
| session_id | query | string | No | 会话ID,翻页时使用/Session ID for pagination |
|
|
455
|
+
| sort_type | query | string | No | 排序方式/Sort type |
|
|
456
|
+
| filter_note_type | query | string | No | 笔记类型筛选:不限、视频笔记、普通笔记/Note type filter |
|
|
457
|
+
| filter_note_time | query | string | No | 发布时间筛选:不限、一天内、一周内、半年内/Time filter |
|
|
458
|
+
|
|
459
|
+
#### Request Body
|
|
460
|
+
|
|
461
|
+
None
|
|
462
|
+
|
|
463
|
+
#### Success Response
|
|
464
|
+
|
|
465
|
+
##### `200 application/json`
|
|
466
|
+
|
|
467
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
468
|
+
|
|
469
|
+
| Field | Type | Required | Description |
|
|
470
|
+
| --- | --- | --- | --- |
|
|
471
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
472
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
473
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
474
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
475
|
+
| support | string | No | Support message \| 支持消息 |
|
|
476
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
477
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
478
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
479
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
480
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
481
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
482
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
483
|
+
|
|
484
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
485
|
+
|
|
486
|
+
### `GET /api/u1/v1/xiaohongshu/app/search_products`
|
|
487
|
+
|
|
488
|
+
- Summary: 搜索商品/Search products
|
|
489
|
+
- Capabilities: search / commerce
|
|
490
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
491
|
+
- operationId: `search_products_api_v1_xiaohongshu_app_search_products_get`
|
|
492
|
+
- Full contract: [`api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-search-products`](../api-contracts/xiaohongshu-app-api.md#get-api-u1-v1-xiaohongshu-app-search-products)
|
|
493
|
+
|
|
494
|
+
#### Parameters
|
|
495
|
+
|
|
496
|
+
| Field | In | Type | Required | Description |
|
|
497
|
+
| --- | --- | --- | --- | --- |
|
|
498
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
499
|
+
| page | query | integer | Yes | 页码(从1开始)/Page number (start from 1) |
|
|
500
|
+
| search_id | query | string | No | 搜索ID,翻页时使用/Search ID for pagination |
|
|
501
|
+
| session_id | query | string | No | 会话ID,翻页时使用/Session ID for pagination |
|
|
502
|
+
| sort | query | string | No | 排序规则:sales_qty-销量、price_asc-价格升序、price_desc-价格降序/Sort: sales_qty, price_asc, price_desc |
|
|
503
|
+
| scope | query | string | No | 搜索范围:purchased-买过的店、following-关注的店/Scope: purchased, following |
|
|
504
|
+
| service_guarantee | query | string | No | 物流权益,多选用英文逗号分割/Service guarantee, comma separated |
|
|
505
|
+
| min_price | query | string | No | 最低价/Min price |
|
|
506
|
+
| max_price | query | string | No | 最高价/Max price |
|
|
507
|
+
| super_promotion | query | string | No | 标签ID/Promotion tag ID |
|
|
508
|
+
|
|
509
|
+
#### Request Body
|
|
510
|
+
|
|
511
|
+
None
|
|
512
|
+
|
|
513
|
+
#### Success Response
|
|
514
|
+
|
|
515
|
+
##### `200 application/json`
|
|
516
|
+
|
|
517
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
518
|
+
|
|
519
|
+
| Field | Type | Required | Description |
|
|
520
|
+
| --- | --- | --- | --- |
|
|
521
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
522
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
523
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
524
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
525
|
+
| support | string | No | Support message \| 支持消息 |
|
|
526
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
527
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
528
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
529
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
530
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
531
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
532
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
533
|
+
|
|
534
|
+
- Fields truncated: this layer shows only the first `12` rows.
|