@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,551 @@
|
|
|
1
|
+
# Kuaishou-Web-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/kuaishou-web-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md`](../api-contracts/kuaishou-web-api.md)
|
|
6
|
+
- Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
|
|
7
|
+
- Fetched at: `2026-03-08T06:54:04+00:00`
|
|
8
|
+
- Route count: `13`
|
|
9
|
+
- Common capabilities: content details / profiles / accounts / trends / rankings / comments / livestream / general
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `pcursor`, `photo_id`, `user_id`, `share_link`, `board_type`, `share_text`, `url`, `root_comment_id`
|
|
12
|
+
- Tag description: **(快手Web数据接口/Kuaishou-Web-API data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_get_user_id`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取用户ID/Fetch user ID
|
|
19
|
+
- Capabilities: profiles / accounts
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_get_user_id_api_v1_kuaishou_web_fetch_get_user_id_get`
|
|
22
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-get-user-id`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-get-user-id)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| share_link | query | string | Yes | None |
|
|
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/kuaishou/web/fetch_kuaishou_hot_list_v1`
|
|
58
|
+
|
|
59
|
+
- Summary: 获取快手热榜 V1/Fetch Kuaishou Hot List V1
|
|
60
|
+
- Capabilities: trends / rankings
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `fetch_kuaishou_hot_list_v1_api_v1_kuaishou_web_fetch_kuaishou_hot_list_v1_get`
|
|
63
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-kuaishou-hot-list-v1`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-kuaishou-hot-list-v1)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
None
|
|
68
|
+
|
|
69
|
+
#### Request Body
|
|
70
|
+
|
|
71
|
+
None
|
|
72
|
+
|
|
73
|
+
#### Success Response
|
|
74
|
+
|
|
75
|
+
##### `200 application/json`
|
|
76
|
+
|
|
77
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
78
|
+
|
|
79
|
+
| Field | Type | Required | Description |
|
|
80
|
+
| --- | --- | --- | --- |
|
|
81
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
82
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
83
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
84
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
85
|
+
| support | string | No | Support message \| 支持消息 |
|
|
86
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
87
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
88
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
89
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
90
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
91
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
92
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
93
|
+
|
|
94
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
95
|
+
|
|
96
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_kuaishou_hot_list_v2`
|
|
97
|
+
|
|
98
|
+
- Summary: 获取快手热榜 V2/Fetch Kuaishou Hot List V2
|
|
99
|
+
- Capabilities: trends / rankings
|
|
100
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
101
|
+
- operationId: `fetch_kuaishou_hot_list_v2_api_v1_kuaishou_web_fetch_kuaishou_hot_list_v2_get`
|
|
102
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-kuaishou-hot-list-v2`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-kuaishou-hot-list-v2)
|
|
103
|
+
|
|
104
|
+
#### Parameters
|
|
105
|
+
|
|
106
|
+
| Field | In | Type | Required | Description |
|
|
107
|
+
| --- | --- | --- | --- | --- |
|
|
108
|
+
| board_type | query | string | No | None |
|
|
109
|
+
|
|
110
|
+
#### Request Body
|
|
111
|
+
|
|
112
|
+
None
|
|
113
|
+
|
|
114
|
+
#### Success Response
|
|
115
|
+
|
|
116
|
+
##### `200 application/json`
|
|
117
|
+
|
|
118
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
119
|
+
|
|
120
|
+
| Field | Type | Required | Description |
|
|
121
|
+
| --- | --- | --- | --- |
|
|
122
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
123
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
124
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
125
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
126
|
+
| support | string | No | Support message \| 支持消息 |
|
|
127
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
128
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
129
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
130
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
131
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
132
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
133
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
134
|
+
|
|
135
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
136
|
+
|
|
137
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video`
|
|
138
|
+
|
|
139
|
+
- Summary: 获取单个作品数据 V1/Get single video data V1
|
|
140
|
+
- Capabilities: content details
|
|
141
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
142
|
+
- operationId: `fetch_one_video_api_v1_kuaishou_web_fetch_one_video_get`
|
|
143
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video)
|
|
144
|
+
|
|
145
|
+
#### Parameters
|
|
146
|
+
|
|
147
|
+
| Field | In | Type | Required | Description |
|
|
148
|
+
| --- | --- | --- | --- | --- |
|
|
149
|
+
| share_text | query | string | Yes | None |
|
|
150
|
+
|
|
151
|
+
#### Request Body
|
|
152
|
+
|
|
153
|
+
None
|
|
154
|
+
|
|
155
|
+
#### Success Response
|
|
156
|
+
|
|
157
|
+
##### `200 application/json`
|
|
158
|
+
|
|
159
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
160
|
+
|
|
161
|
+
| Field | Type | Required | Description |
|
|
162
|
+
| --- | --- | --- | --- |
|
|
163
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
164
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
165
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
166
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
167
|
+
| support | string | No | Support message \| 支持消息 |
|
|
168
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
169
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
170
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
171
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
172
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
173
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
174
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
175
|
+
|
|
176
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
177
|
+
|
|
178
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video_by_url`
|
|
179
|
+
|
|
180
|
+
- Summary: 链接获取作品数据/Fetch single video by URL
|
|
181
|
+
- Capabilities: content details
|
|
182
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
183
|
+
- operationId: `fetch_one_video_by_url_api_v1_kuaishou_web_fetch_one_video_by_url_get`
|
|
184
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video-by-url`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video-by-url)
|
|
185
|
+
|
|
186
|
+
#### Parameters
|
|
187
|
+
|
|
188
|
+
| Field | In | Type | Required | Description |
|
|
189
|
+
| --- | --- | --- | --- | --- |
|
|
190
|
+
| url | query | string | Yes | None |
|
|
191
|
+
|
|
192
|
+
#### Request Body
|
|
193
|
+
|
|
194
|
+
None
|
|
195
|
+
|
|
196
|
+
#### Success Response
|
|
197
|
+
|
|
198
|
+
##### `200 application/json`
|
|
199
|
+
|
|
200
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
201
|
+
|
|
202
|
+
| Field | Type | Required | Description |
|
|
203
|
+
| --- | --- | --- | --- |
|
|
204
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
205
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
206
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
207
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
208
|
+
| support | string | No | Support message \| 支持消息 |
|
|
209
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
210
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
211
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
212
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
213
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
214
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
215
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
216
|
+
|
|
217
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
218
|
+
|
|
219
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video_comment`
|
|
220
|
+
|
|
221
|
+
- Summary: 获取作品一级评论/Fetch video comments
|
|
222
|
+
- Capabilities: comments / content details
|
|
223
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
224
|
+
- operationId: `fetch_one_video_comment_api_v1_kuaishou_web_fetch_one_video_comment_get`
|
|
225
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video-comment`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video-comment)
|
|
226
|
+
|
|
227
|
+
#### Parameters
|
|
228
|
+
|
|
229
|
+
| Field | In | Type | Required | Description |
|
|
230
|
+
| --- | --- | --- | --- | --- |
|
|
231
|
+
| photo_id | query | string | Yes | None |
|
|
232
|
+
| pcursor | query | string | No | None |
|
|
233
|
+
|
|
234
|
+
#### Request Body
|
|
235
|
+
|
|
236
|
+
None
|
|
237
|
+
|
|
238
|
+
#### Success Response
|
|
239
|
+
|
|
240
|
+
##### `200 application/json`
|
|
241
|
+
|
|
242
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
243
|
+
|
|
244
|
+
| Field | Type | Required | Description |
|
|
245
|
+
| --- | --- | --- | --- |
|
|
246
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
247
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
248
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
249
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
250
|
+
| support | string | No | Support message \| 支持消息 |
|
|
251
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
252
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
253
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
254
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
255
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
256
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
257
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
258
|
+
|
|
259
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
260
|
+
|
|
261
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video_sub_comment`
|
|
262
|
+
|
|
263
|
+
- Summary: 获取作品二级评论/Fetch video sub comments
|
|
264
|
+
- Capabilities: comments / content details
|
|
265
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
266
|
+
- operationId: `fetch_one_video_sub_comment_api_v1_kuaishou_web_fetch_one_video_sub_comment_get`
|
|
267
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video-sub-comment`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video-sub-comment)
|
|
268
|
+
|
|
269
|
+
#### Parameters
|
|
270
|
+
|
|
271
|
+
| Field | In | Type | Required | Description |
|
|
272
|
+
| --- | --- | --- | --- | --- |
|
|
273
|
+
| photo_id | query | string | Yes | None |
|
|
274
|
+
| pcursor | query | string | No | None |
|
|
275
|
+
| root_comment_id | query | string | Yes | None |
|
|
276
|
+
|
|
277
|
+
#### Request Body
|
|
278
|
+
|
|
279
|
+
None
|
|
280
|
+
|
|
281
|
+
#### Success Response
|
|
282
|
+
|
|
283
|
+
##### `200 application/json`
|
|
284
|
+
|
|
285
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
286
|
+
|
|
287
|
+
| Field | Type | Required | Description |
|
|
288
|
+
| --- | --- | --- | --- |
|
|
289
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
290
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
291
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
292
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
293
|
+
| support | string | No | Support message \| 支持消息 |
|
|
294
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
295
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
296
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
297
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
298
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
299
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
300
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
301
|
+
|
|
302
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
303
|
+
|
|
304
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video_v2`
|
|
305
|
+
|
|
306
|
+
- Summary: 获取单个作品数据 V2/Get single video data V2
|
|
307
|
+
- Capabilities: content details
|
|
308
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
309
|
+
- operationId: `fetch_one_video_v2_api_v1_kuaishou_web_fetch_one_video_v2_get`
|
|
310
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video-v2`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-one-video-v2)
|
|
311
|
+
|
|
312
|
+
#### Parameters
|
|
313
|
+
|
|
314
|
+
| Field | In | Type | Required | Description |
|
|
315
|
+
| --- | --- | --- | --- | --- |
|
|
316
|
+
| photo_id | query | string | Yes | None |
|
|
317
|
+
|
|
318
|
+
#### Request Body
|
|
319
|
+
|
|
320
|
+
None
|
|
321
|
+
|
|
322
|
+
#### Success Response
|
|
323
|
+
|
|
324
|
+
##### `200 application/json`
|
|
325
|
+
|
|
326
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
327
|
+
|
|
328
|
+
| Field | Type | Required | Description |
|
|
329
|
+
| --- | --- | --- | --- |
|
|
330
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
331
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
332
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
333
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
334
|
+
| support | string | No | Support message \| 支持消息 |
|
|
335
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
336
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
337
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
338
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
339
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
340
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
341
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
342
|
+
|
|
343
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
344
|
+
|
|
345
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_user_collect`
|
|
346
|
+
|
|
347
|
+
- Summary: 获取用户收藏作品/Fetch user collect
|
|
348
|
+
- Capabilities: profiles / accounts
|
|
349
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
350
|
+
- operationId: `fetch_user_collect_api_v1_kuaishou_web_fetch_user_collect_get`
|
|
351
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-user-collect`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-user-collect)
|
|
352
|
+
|
|
353
|
+
#### Parameters
|
|
354
|
+
|
|
355
|
+
| Field | In | Type | Required | Description |
|
|
356
|
+
| --- | --- | --- | --- | --- |
|
|
357
|
+
| user_id | query | string | Yes | None |
|
|
358
|
+
| pcursor | query | string | No | None |
|
|
359
|
+
|
|
360
|
+
#### Request Body
|
|
361
|
+
|
|
362
|
+
None
|
|
363
|
+
|
|
364
|
+
#### Success Response
|
|
365
|
+
|
|
366
|
+
##### `200 application/json`
|
|
367
|
+
|
|
368
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
369
|
+
|
|
370
|
+
| Field | Type | Required | Description |
|
|
371
|
+
| --- | --- | --- | --- |
|
|
372
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
373
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
374
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
375
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
376
|
+
| support | string | No | Support message \| 支持消息 |
|
|
377
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
378
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
379
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
380
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
381
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
382
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
383
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
384
|
+
|
|
385
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
386
|
+
|
|
387
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_user_info`
|
|
388
|
+
|
|
389
|
+
- Summary: 获取用户信息/Fetch user info
|
|
390
|
+
- Capabilities: profiles / accounts
|
|
391
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
392
|
+
- operationId: `fetch_user_info_api_v1_kuaishou_web_fetch_user_info_get`
|
|
393
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-user-info`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-user-info)
|
|
394
|
+
|
|
395
|
+
#### Parameters
|
|
396
|
+
|
|
397
|
+
| Field | In | Type | Required | Description |
|
|
398
|
+
| --- | --- | --- | --- | --- |
|
|
399
|
+
| user_id | query | string | Yes | None |
|
|
400
|
+
|
|
401
|
+
#### Request Body
|
|
402
|
+
|
|
403
|
+
None
|
|
404
|
+
|
|
405
|
+
#### Success Response
|
|
406
|
+
|
|
407
|
+
##### `200 application/json`
|
|
408
|
+
|
|
409
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
410
|
+
|
|
411
|
+
| Field | Type | Required | Description |
|
|
412
|
+
| --- | --- | --- | --- |
|
|
413
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
414
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
415
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
416
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
417
|
+
| support | string | No | Support message \| 支持消息 |
|
|
418
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
419
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
420
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
421
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
422
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
423
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
424
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
425
|
+
|
|
426
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
427
|
+
|
|
428
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_user_live_replay`
|
|
429
|
+
|
|
430
|
+
- Summary: 获取用户直播回放/Fetch user live replay
|
|
431
|
+
- Capabilities: profiles / accounts / livestream
|
|
432
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
433
|
+
- operationId: `fetch_user_live_replay_api_v1_kuaishou_web_fetch_user_live_replay_get`
|
|
434
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-user-live-replay`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-user-live-replay)
|
|
435
|
+
|
|
436
|
+
#### Parameters
|
|
437
|
+
|
|
438
|
+
| Field | In | Type | Required | Description |
|
|
439
|
+
| --- | --- | --- | --- | --- |
|
|
440
|
+
| user_id | query | string | Yes | None |
|
|
441
|
+
| pcursor | query | string | No | None |
|
|
442
|
+
|
|
443
|
+
#### Request Body
|
|
444
|
+
|
|
445
|
+
None
|
|
446
|
+
|
|
447
|
+
#### Success Response
|
|
448
|
+
|
|
449
|
+
##### `200 application/json`
|
|
450
|
+
|
|
451
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
452
|
+
|
|
453
|
+
| Field | Type | Required | Description |
|
|
454
|
+
| --- | --- | --- | --- |
|
|
455
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
456
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
457
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
458
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
459
|
+
| support | string | No | Support message \| 支持消息 |
|
|
460
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
461
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
462
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
463
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
464
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
465
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
466
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
467
|
+
|
|
468
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
469
|
+
|
|
470
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_user_post`
|
|
471
|
+
|
|
472
|
+
- Summary: 获取用户发布作品/Fetch user posts
|
|
473
|
+
- Capabilities: profiles / accounts / content details
|
|
474
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
475
|
+
- operationId: `fetch_user_post_api_v1_kuaishou_web_fetch_user_post_get`
|
|
476
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-user-post`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-fetch-user-post)
|
|
477
|
+
|
|
478
|
+
#### Parameters
|
|
479
|
+
|
|
480
|
+
| Field | In | Type | Required | Description |
|
|
481
|
+
| --- | --- | --- | --- | --- |
|
|
482
|
+
| user_id | query | string | Yes | None |
|
|
483
|
+
| pcursor | query | string | No | None |
|
|
484
|
+
|
|
485
|
+
#### Request Body
|
|
486
|
+
|
|
487
|
+
None
|
|
488
|
+
|
|
489
|
+
#### Success Response
|
|
490
|
+
|
|
491
|
+
##### `200 application/json`
|
|
492
|
+
|
|
493
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
494
|
+
|
|
495
|
+
| Field | Type | Required | Description |
|
|
496
|
+
| --- | --- | --- | --- |
|
|
497
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
498
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
499
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
500
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
501
|
+
| support | string | No | Support message \| 支持消息 |
|
|
502
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
503
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
504
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
505
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
506
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
507
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
508
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
509
|
+
|
|
510
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
511
|
+
|
|
512
|
+
### `GET /api/u1/v1/kuaishou/web/generate_share_short_url`
|
|
513
|
+
|
|
514
|
+
- Summary: 生成分享短连接/Generate share short URL
|
|
515
|
+
- Capabilities: general
|
|
516
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
517
|
+
- operationId: `generate_share_short_url_api_v1_kuaishou_web_generate_share_short_url_get`
|
|
518
|
+
- Full contract: [`api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-generate-share-short-url`](../api-contracts/kuaishou-web-api.md#get-api-u1-v1-kuaishou-web-generate-share-short-url)
|
|
519
|
+
|
|
520
|
+
#### Parameters
|
|
521
|
+
|
|
522
|
+
| Field | In | Type | Required | Description |
|
|
523
|
+
| --- | --- | --- | --- | --- |
|
|
524
|
+
| photo_id | query | string | Yes | None |
|
|
525
|
+
|
|
526
|
+
#### Request Body
|
|
527
|
+
|
|
528
|
+
None
|
|
529
|
+
|
|
530
|
+
#### Success Response
|
|
531
|
+
|
|
532
|
+
##### `200 application/json`
|
|
533
|
+
|
|
534
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
535
|
+
|
|
536
|
+
| Field | Type | Required | Description |
|
|
537
|
+
| --- | --- | --- | --- |
|
|
538
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
539
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
540
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
541
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
542
|
+
| support | string | No | Support message \| 支持消息 |
|
|
543
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
544
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
545
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
546
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
547
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
548
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
549
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
550
|
+
|
|
551
|
+
- Fields truncated: this layer shows only the first `12` rows.
|