@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,1242 @@
|
|
|
1
|
+
# Kuaishou-Web-API Full Contract
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Back to route summary: [`api-tags/kuaishou-web-api.md`](../api-tags/kuaishou-web-api.md)
|
|
5
|
+
- Current contract file: `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
|
+
- Default auth: Header `Authorization` Bearer
|
|
10
|
+
- Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
|
|
11
|
+
- Tag description: **(快手Web数据接口/Kuaishou-Web-API data endpoints)**
|
|
12
|
+
|
|
13
|
+
## Route Contracts
|
|
14
|
+
|
|
15
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-get-user-id"></a>
|
|
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
|
+
|
|
23
|
+
#### Notes
|
|
24
|
+
|
|
25
|
+
> # [中文]
|
|
26
|
+
> ### 用途:
|
|
27
|
+
> - 通过用户分享链接获取用户ID
|
|
28
|
+
> ### 参数:
|
|
29
|
+
> - share_link: 用户分享链接
|
|
30
|
+
> ### 返回:
|
|
31
|
+
> - 用户ID
|
|
32
|
+
>
|
|
33
|
+
> # [English]
|
|
34
|
+
> ### Purpose:
|
|
35
|
+
> - Fetch user ID via user share link
|
|
36
|
+
> ### Parameters:
|
|
37
|
+
> - share_link: User share link
|
|
38
|
+
> ### Returns:
|
|
39
|
+
> - User ID
|
|
40
|
+
>
|
|
41
|
+
> # [示例/Example]
|
|
42
|
+
> share_link = "https://v.kuaishou.com/KcdKDwFp"
|
|
43
|
+
>
|
|
44
|
+
> share_link = "https://c.kuaishou.com/fw/user/3xcuu5habgc8z29"
|
|
45
|
+
>
|
|
46
|
+
> share_link = "https://live.kuaishou.com/profile/3xcuu5habgc8z29?fid=2357689552&cc=share_copylink"
|
|
47
|
+
>
|
|
48
|
+
> # [返回示例/Example Response]
|
|
49
|
+
> ```json
|
|
50
|
+
> ```
|
|
51
|
+
|
|
52
|
+
#### Parameters
|
|
53
|
+
|
|
54
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
55
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
56
|
+
| share_link | query | string | Yes | None | None | https://v.kuaishou.com/KcdKDwFp | None |
|
|
57
|
+
|
|
58
|
+
#### Request Body
|
|
59
|
+
|
|
60
|
+
None
|
|
61
|
+
|
|
62
|
+
#### Success Response
|
|
63
|
+
|
|
64
|
+
##### `200 application/json`
|
|
65
|
+
|
|
66
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
67
|
+
|
|
68
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
69
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
70
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
71
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
72
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
73
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
74
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
75
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
76
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
77
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
78
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
79
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
80
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
81
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
82
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
83
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
84
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
85
|
+
|
|
86
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-kuaishou-hot-list-v1"></a>
|
|
87
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_kuaishou_hot_list_v1`
|
|
88
|
+
|
|
89
|
+
- Summary: 获取快手热榜 V1/Fetch Kuaishou Hot List V1
|
|
90
|
+
- Capabilities: trends / rankings
|
|
91
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
92
|
+
- operationId: `fetch_kuaishou_hot_list_v1_api_v1_kuaishou_web_fetch_kuaishou_hot_list_v1_get`
|
|
93
|
+
|
|
94
|
+
#### Notes
|
|
95
|
+
|
|
96
|
+
> # [中文]
|
|
97
|
+
> ### 用途:
|
|
98
|
+
> - 获取快手热榜 V1
|
|
99
|
+
> ### 参数:
|
|
100
|
+
> - 无
|
|
101
|
+
> ### 返回:
|
|
102
|
+
> - 快手热榜 V1 列表
|
|
103
|
+
>
|
|
104
|
+
> # [English]
|
|
105
|
+
> ### Purpose:
|
|
106
|
+
> - Fetch Kuaishou Hot List V1
|
|
107
|
+
> ### Parameters:
|
|
108
|
+
> - None
|
|
109
|
+
> ### Returns:
|
|
110
|
+
> - Kuaishou Hot List V1
|
|
111
|
+
>
|
|
112
|
+
> # [示例/Example]
|
|
113
|
+
>
|
|
114
|
+
> # [返回示例/Example Response]
|
|
115
|
+
> ```json
|
|
116
|
+
>
|
|
117
|
+
> ```
|
|
118
|
+
|
|
119
|
+
#### Parameters
|
|
120
|
+
|
|
121
|
+
None
|
|
122
|
+
|
|
123
|
+
#### Request Body
|
|
124
|
+
|
|
125
|
+
None
|
|
126
|
+
|
|
127
|
+
#### Success Response
|
|
128
|
+
|
|
129
|
+
##### `200 application/json`
|
|
130
|
+
|
|
131
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
132
|
+
|
|
133
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
134
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
135
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
136
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
137
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
138
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
139
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
140
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
141
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
142
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
143
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
144
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
145
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
146
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
147
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
148
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
149
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
150
|
+
|
|
151
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-kuaishou-hot-list-v2"></a>
|
|
152
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_kuaishou_hot_list_v2`
|
|
153
|
+
|
|
154
|
+
- Summary: 获取快手热榜 V2/Fetch Kuaishou Hot List V2
|
|
155
|
+
- Capabilities: trends / rankings
|
|
156
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
157
|
+
- operationId: `fetch_kuaishou_hot_list_v2_api_v1_kuaishou_web_fetch_kuaishou_hot_list_v2_get`
|
|
158
|
+
|
|
159
|
+
#### Notes
|
|
160
|
+
|
|
161
|
+
> # [中文]
|
|
162
|
+
> ### 用途:
|
|
163
|
+
> - 获取快手热榜 V2
|
|
164
|
+
> ### 参数:
|
|
165
|
+
> - board_type 榜单类型,默认值为 1:
|
|
166
|
+
> 1 - 热榜
|
|
167
|
+
> 2 - 文娱
|
|
168
|
+
> 3 - 社会
|
|
169
|
+
> 4 - 有用
|
|
170
|
+
> 5 - 挑战
|
|
171
|
+
> 6 - 搜索
|
|
172
|
+
> ### 返回:
|
|
173
|
+
> - 快手热榜 V2 列表
|
|
174
|
+
>
|
|
175
|
+
> # [English]
|
|
176
|
+
> ### Purpose:
|
|
177
|
+
> - Fetch Kuaishou Hot List V2
|
|
178
|
+
> ### Parameters:
|
|
179
|
+
> - board_type: Board Type, default is 1:
|
|
180
|
+
> 1 - Hot List
|
|
181
|
+
> 2 - Entertainment
|
|
182
|
+
> 3 - Society
|
|
183
|
+
> 4 - Useful
|
|
184
|
+
> 5 - Challenge
|
|
185
|
+
> 6 - Search
|
|
186
|
+
> ### Returns:
|
|
187
|
+
> - Kuaishou Hot List V2
|
|
188
|
+
>
|
|
189
|
+
> # [示例/Example]
|
|
190
|
+
>
|
|
191
|
+
> # [返回示例/Example Response]
|
|
192
|
+
> ```json
|
|
193
|
+
>
|
|
194
|
+
> ```
|
|
195
|
+
|
|
196
|
+
#### Parameters
|
|
197
|
+
|
|
198
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
199
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
200
|
+
| board_type | query | string | No | None | 1 | 1 | None |
|
|
201
|
+
|
|
202
|
+
#### Request Body
|
|
203
|
+
|
|
204
|
+
None
|
|
205
|
+
|
|
206
|
+
#### Success Response
|
|
207
|
+
|
|
208
|
+
##### `200 application/json`
|
|
209
|
+
|
|
210
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
211
|
+
|
|
212
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
213
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
214
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
215
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
216
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
217
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
218
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
219
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
220
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
221
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
222
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
223
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
224
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
225
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
226
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
227
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
228
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
229
|
+
|
|
230
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-one-video"></a>
|
|
231
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video`
|
|
232
|
+
|
|
233
|
+
- Summary: 获取单个作品数据 V1/Get single video data V1
|
|
234
|
+
- Capabilities: content details
|
|
235
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
236
|
+
- operationId: `fetch_one_video_api_v1_kuaishou_web_fetch_one_video_get`
|
|
237
|
+
|
|
238
|
+
#### Notes
|
|
239
|
+
|
|
240
|
+
> # [中文]
|
|
241
|
+
> ### 用途:
|
|
242
|
+
> - 获取单个作品数据,此接口不支持图文作品。
|
|
243
|
+
> ### 参数:
|
|
244
|
+
> - share_text: 作品分享链接
|
|
245
|
+
> ### 返回:
|
|
246
|
+
> - 视频数据
|
|
247
|
+
>
|
|
248
|
+
> # [English]
|
|
249
|
+
> ### Purpose:
|
|
250
|
+
> - Fetch single video data, this interface does not support photo only posts.
|
|
251
|
+
> ### Parameters:
|
|
252
|
+
> - share_text: Photo share link
|
|
253
|
+
> ### Returns:
|
|
254
|
+
> - Video data
|
|
255
|
+
>
|
|
256
|
+
> # [示例/Example]
|
|
257
|
+
> share_text = "https://www.kuaishou.com/f/X-f2k5KJpiXN1SY"
|
|
258
|
+
|
|
259
|
+
#### Parameters
|
|
260
|
+
|
|
261
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
262
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
263
|
+
| share_text | query | string | Yes | None | None | https://www.kuaishou.com/f/X-f2k5KJpiXN1SY | None |
|
|
264
|
+
|
|
265
|
+
#### Request Body
|
|
266
|
+
|
|
267
|
+
None
|
|
268
|
+
|
|
269
|
+
#### Success Response
|
|
270
|
+
|
|
271
|
+
##### `200 application/json`
|
|
272
|
+
|
|
273
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
274
|
+
|
|
275
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
276
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
277
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
278
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
279
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
280
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
281
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
282
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
283
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
284
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
285
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
286
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
287
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
288
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
289
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
290
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
291
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
292
|
+
|
|
293
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-one-video-by-url"></a>
|
|
294
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video_by_url`
|
|
295
|
+
|
|
296
|
+
- Summary: 链接获取作品数据/Fetch single video by URL
|
|
297
|
+
- Capabilities: content details
|
|
298
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
299
|
+
- operationId: `fetch_one_video_by_url_api_v1_kuaishou_web_fetch_one_video_by_url_get`
|
|
300
|
+
|
|
301
|
+
#### Notes
|
|
302
|
+
|
|
303
|
+
> # [中文]
|
|
304
|
+
> ### 用途:
|
|
305
|
+
> - 根据链接获取单个作品数据
|
|
306
|
+
> ### 参数:
|
|
307
|
+
> - url: 作品链接
|
|
308
|
+
> ### 返回:
|
|
309
|
+
> - 视频数据
|
|
310
|
+
>
|
|
311
|
+
> # [English]
|
|
312
|
+
> ### Purpose:
|
|
313
|
+
> - Fetch single video by URL
|
|
314
|
+
> ### Parameters:
|
|
315
|
+
> - url: Photo URL
|
|
316
|
+
> ### Returns:
|
|
317
|
+
> - Video data
|
|
318
|
+
>
|
|
319
|
+
> # [示例/Example]
|
|
320
|
+
> url = "https://v.kuaishou.com/GKTpYm"
|
|
321
|
+
|
|
322
|
+
#### Parameters
|
|
323
|
+
|
|
324
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
325
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
326
|
+
| url | query | string | Yes | None | None | https://v.kuaishou.com/GKTpYm | None |
|
|
327
|
+
|
|
328
|
+
#### Request Body
|
|
329
|
+
|
|
330
|
+
None
|
|
331
|
+
|
|
332
|
+
#### Success Response
|
|
333
|
+
|
|
334
|
+
##### `200 application/json`
|
|
335
|
+
|
|
336
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
337
|
+
|
|
338
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
339
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
340
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
341
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
342
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
343
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
344
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
345
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
346
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
347
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
348
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
349
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
350
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
351
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
352
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
353
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
354
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
355
|
+
|
|
356
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-one-video-comment"></a>
|
|
357
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video_comment`
|
|
358
|
+
|
|
359
|
+
- Summary: 获取作品一级评论/Fetch video comments
|
|
360
|
+
- Capabilities: comments / content details
|
|
361
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
362
|
+
- operationId: `fetch_one_video_comment_api_v1_kuaishou_web_fetch_one_video_comment_get`
|
|
363
|
+
|
|
364
|
+
#### Notes
|
|
365
|
+
|
|
366
|
+
> # [中文]
|
|
367
|
+
> ### 用途:
|
|
368
|
+
> - 获取单个作品评论数据
|
|
369
|
+
> ### 参数:
|
|
370
|
+
> - photo_id: 作品ID
|
|
371
|
+
> - pcursor: 评论游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
|
|
372
|
+
> ### 返回:
|
|
373
|
+
> - 评论数据
|
|
374
|
+
>
|
|
375
|
+
> # [English]
|
|
376
|
+
> ### Purpose:
|
|
377
|
+
> - Fetch single video comment data
|
|
378
|
+
> ### Parameters:
|
|
379
|
+
> - photo_id: Photo ID
|
|
380
|
+
> - pcursor: Comment cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
|
|
381
|
+
> ### Returns:
|
|
382
|
+
> - Comments data
|
|
383
|
+
>
|
|
384
|
+
> # [示例/Example]
|
|
385
|
+
> photo_id = "3x7gxp2zhgjv832"
|
|
386
|
+
> pcursor = None
|
|
387
|
+
|
|
388
|
+
#### Parameters
|
|
389
|
+
|
|
390
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
391
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
392
|
+
| photo_id | query | string | Yes | None | None | 3x7gxp2zhgjv832 | None |
|
|
393
|
+
| pcursor | query | string | No | None | None | None | None |
|
|
394
|
+
|
|
395
|
+
#### Request Body
|
|
396
|
+
|
|
397
|
+
None
|
|
398
|
+
|
|
399
|
+
#### Success Response
|
|
400
|
+
|
|
401
|
+
##### `200 application/json`
|
|
402
|
+
|
|
403
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
404
|
+
|
|
405
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
406
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
407
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
408
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
409
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
410
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
411
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
412
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
413
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
414
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
415
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
416
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
417
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
418
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
419
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
420
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
421
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
422
|
+
|
|
423
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-one-video-sub-comment"></a>
|
|
424
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video_sub_comment`
|
|
425
|
+
|
|
426
|
+
- Summary: 获取作品二级评论/Fetch video sub comments
|
|
427
|
+
- Capabilities: comments / content details
|
|
428
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
429
|
+
- operationId: `fetch_one_video_sub_comment_api_v1_kuaishou_web_fetch_one_video_sub_comment_get`
|
|
430
|
+
|
|
431
|
+
#### Notes
|
|
432
|
+
|
|
433
|
+
> # [中文]
|
|
434
|
+
> ### 用途:
|
|
435
|
+
> - 获取单个作品二级评论数据
|
|
436
|
+
> ### 参数:
|
|
437
|
+
> - photo_id: 作品ID
|
|
438
|
+
> - pcursor: 评论游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
|
|
439
|
+
> - root_comment_id: 根评论ID
|
|
440
|
+
> ### 返回:
|
|
441
|
+
> - 评论数据
|
|
442
|
+
>
|
|
443
|
+
> # [English]
|
|
444
|
+
> ### Purpose:
|
|
445
|
+
> - Fetch single video comment data
|
|
446
|
+
> ### Parameters:
|
|
447
|
+
> - photo_id: Photo ID
|
|
448
|
+
> - pcursor: Comment cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
|
|
449
|
+
> - root_comment_id: Root comment ID
|
|
450
|
+
> ### Returns:
|
|
451
|
+
> - Comments data
|
|
452
|
+
>
|
|
453
|
+
> # [示例/Example]
|
|
454
|
+
> photo_id = "3xgarycnydawq3g"
|
|
455
|
+
> pcursor = "909377053156"
|
|
456
|
+
> root_comment_id = "908850553827"
|
|
457
|
+
|
|
458
|
+
#### Parameters
|
|
459
|
+
|
|
460
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
461
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
462
|
+
| photo_id | query | string | Yes | None | None | 3xgarycnydawq3g | None |
|
|
463
|
+
| pcursor | query | string | No | None | None | 909377053156 | None |
|
|
464
|
+
| root_comment_id | query | string | Yes | None | None | 908850553827 | None |
|
|
465
|
+
|
|
466
|
+
#### Request Body
|
|
467
|
+
|
|
468
|
+
None
|
|
469
|
+
|
|
470
|
+
#### Success Response
|
|
471
|
+
|
|
472
|
+
##### `200 application/json`
|
|
473
|
+
|
|
474
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
475
|
+
|
|
476
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
477
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
478
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
479
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
480
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
481
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
482
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
483
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
484
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
485
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
486
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
487
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
488
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
489
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
490
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
491
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
492
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
493
|
+
|
|
494
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-one-video-v2"></a>
|
|
495
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_one_video_v2`
|
|
496
|
+
|
|
497
|
+
- Summary: 获取单个作品数据 V2/Get single video data V2
|
|
498
|
+
- Capabilities: content details
|
|
499
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
500
|
+
- operationId: `fetch_one_video_v2_api_v1_kuaishou_web_fetch_one_video_v2_get`
|
|
501
|
+
|
|
502
|
+
#### Notes
|
|
503
|
+
|
|
504
|
+
> # [中文]
|
|
505
|
+
> ### 用途:
|
|
506
|
+
> - 快手单一视频查询接口V2
|
|
507
|
+
> ### 参数:
|
|
508
|
+
> - photo_id: 作品ID,作品ID可以从作品链接中提取
|
|
509
|
+
> ### 返回:
|
|
510
|
+
> - 视频数据
|
|
511
|
+
>
|
|
512
|
+
> # [English]
|
|
513
|
+
> ### Purpose:
|
|
514
|
+
> - Kuaishou single video query API V2
|
|
515
|
+
> ### Parameters:
|
|
516
|
+
> - photo_id: Photo ID, the photo ID can be extracted from the photo link
|
|
517
|
+
> ### Returns:
|
|
518
|
+
> - Video data
|
|
519
|
+
>
|
|
520
|
+
> # [示例/Example]
|
|
521
|
+
> photo_id = "3xtdqvdnqd3psuc"
|
|
522
|
+
|
|
523
|
+
#### Parameters
|
|
524
|
+
|
|
525
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
526
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
527
|
+
| photo_id | query | string | Yes | None | None | 3xtdqvdnqd3psuc | None |
|
|
528
|
+
|
|
529
|
+
#### Request Body
|
|
530
|
+
|
|
531
|
+
None
|
|
532
|
+
|
|
533
|
+
#### Success Response
|
|
534
|
+
|
|
535
|
+
##### `200 application/json`
|
|
536
|
+
|
|
537
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
538
|
+
|
|
539
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
540
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
541
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
542
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
543
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
544
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
545
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
546
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
547
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
548
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
549
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
550
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
551
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
552
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
553
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
554
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
555
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
556
|
+
|
|
557
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-user-collect"></a>
|
|
558
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_user_collect`
|
|
559
|
+
|
|
560
|
+
- Summary: 获取用户收藏作品/Fetch user collect
|
|
561
|
+
- Capabilities: profiles / accounts
|
|
562
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
563
|
+
- operationId: `fetch_user_collect_api_v1_kuaishou_web_fetch_user_collect_get`
|
|
564
|
+
|
|
565
|
+
#### Notes
|
|
566
|
+
|
|
567
|
+
> # [中文]
|
|
568
|
+
> ### 用途:
|
|
569
|
+
> - 获取用户收藏作品
|
|
570
|
+
> ### 参数:
|
|
571
|
+
> - user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
|
|
572
|
+
> - 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
|
|
573
|
+
> - 备注:不支持使用uid也就是纯数字的用户ID查询
|
|
574
|
+
> - pcursor: 作品游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
|
|
575
|
+
> ### 返回:
|
|
576
|
+
> - 用户收藏作品列表
|
|
577
|
+
>
|
|
578
|
+
> # [English]
|
|
579
|
+
> ### Purpose:
|
|
580
|
+
> - Fetch user favorite
|
|
581
|
+
> - Note: This API requires the user's eid, which can be extracted from the user's profile URL.
|
|
582
|
+
> - For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
|
|
583
|
+
> - Note: Querying with uid (pure numeric user ID) is not supported.
|
|
584
|
+
> ### Parameters:
|
|
585
|
+
> - user_id: User ID
|
|
586
|
+
> - pcursor: Post cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
|
|
587
|
+
> ### Returns:
|
|
588
|
+
> - User favorite list
|
|
589
|
+
>
|
|
590
|
+
> # [示例/Example]
|
|
591
|
+
> user_id = "3xz63mn6fngqtiq"
|
|
592
|
+
> pcursor = None
|
|
593
|
+
>
|
|
594
|
+
> # [返回示例/Example Response]
|
|
595
|
+
> ```json
|
|
596
|
+
>
|
|
597
|
+
> ```
|
|
598
|
+
|
|
599
|
+
#### Parameters
|
|
600
|
+
|
|
601
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
602
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
603
|
+
| user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
|
|
604
|
+
| pcursor | query | string | No | None | None | None | None |
|
|
605
|
+
|
|
606
|
+
#### Request Body
|
|
607
|
+
|
|
608
|
+
None
|
|
609
|
+
|
|
610
|
+
#### Success Response
|
|
611
|
+
|
|
612
|
+
##### `200 application/json`
|
|
613
|
+
|
|
614
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
615
|
+
|
|
616
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
617
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
618
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
619
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
620
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
621
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
622
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
623
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
624
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
625
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
626
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
627
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
628
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
629
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
630
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
631
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
632
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
633
|
+
|
|
634
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-user-info"></a>
|
|
635
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_user_info`
|
|
636
|
+
|
|
637
|
+
- Summary: 获取用户信息/Fetch user info
|
|
638
|
+
- Capabilities: profiles / accounts
|
|
639
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
640
|
+
- operationId: `fetch_user_info_api_v1_kuaishou_web_fetch_user_info_get`
|
|
641
|
+
|
|
642
|
+
#### Notes
|
|
643
|
+
|
|
644
|
+
> # [中文]
|
|
645
|
+
> ### 用途:
|
|
646
|
+
> - 获取用户信息
|
|
647
|
+
> - 备注:
|
|
648
|
+
> - 此接口在请求时请将超时时间设置为30秒以上,否则可能会导致客户端未及时收到请求响应并且导致计费。
|
|
649
|
+
> - 此接口由于风控的特殊性,我们尽可能保持稳定,但仍然无法保证100%稳定,如果遇到请求失败,请稍后重试。
|
|
650
|
+
> - 推荐一直重复请求,直到成功为止,并且超时时间设置为30秒以上。
|
|
651
|
+
> ### 参数:
|
|
652
|
+
> - user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
|
|
653
|
+
> - 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
|
|
654
|
+
> - 备注:不支持使用uid也就是纯数字的用户ID查询
|
|
655
|
+
> ### 返回:
|
|
656
|
+
> - 用户信息,包括昵称、头像、粉丝数、关注数、获赞数、性别等
|
|
657
|
+
>
|
|
658
|
+
> # [English]
|
|
659
|
+
> ### Purpose:
|
|
660
|
+
> - Fetch user info
|
|
661
|
+
> - Note: This API requires the user's eid, which can be extracted from the user's profile URL.
|
|
662
|
+
> - For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
|
|
663
|
+
> - Note: Querying with uid (pure numeric user ID) is not supported.
|
|
664
|
+
> - Note: Please set the timeout to more than 30 seconds when making requests to this API, otherwise it may cause the client to not receive the response in time and result in billing.
|
|
665
|
+
> - Due to the special nature of risk control for this API, we try to keep it stable, but we still cannot guarantee 100% stability. If you encounter a request failure, please try again later.
|
|
666
|
+
> - It is recommended to keep retrying until successful, and set the timeout to more than 30 seconds.
|
|
667
|
+
> ### Parameters:
|
|
668
|
+
> - user_id: User ID
|
|
669
|
+
> ### Returns:
|
|
670
|
+
> - User info, including nickname, avatar, number of followers, number of followings, number
|
|
671
|
+
>
|
|
672
|
+
> # [示例/Example]
|
|
673
|
+
> user_id = "3xz63mn6fngqtiq"
|
|
674
|
+
>
|
|
675
|
+
> # [返回示例/Example Response]
|
|
676
|
+
> ```json
|
|
677
|
+
> {
|
|
678
|
+
> "code": 200,
|
|
679
|
+
> "request_id": "782e6fa2-4c8e-4fac-b151-78db03c10b8d",
|
|
680
|
+
> "router": "/api/v1/kuaishou/web/fetch_user_info",
|
|
681
|
+
> "params": {
|
|
682
|
+
> "user_id": "3xz63mn6fngqtiq"
|
|
683
|
+
> },
|
|
684
|
+
> "data": {
|
|
685
|
+
> "result": 1,
|
|
686
|
+
> "userProfile": {
|
|
687
|
+
> "profile": {
|
|
688
|
+
> "user_profile_bg_url": "//s2-10623.kwimgs.com/kos/nlav10623/vision_images/profile_background.5bc08b1bf4fba1f4.svg",
|
|
689
|
+
> "user_id": "3xz63mn6fngqtiq",
|
|
690
|
+
> "user_name": "权少爱吃小汉堡🍔",
|
|
691
|
+
> "headurl": "https://p66-pro.a.yximgs.com/uhead/AB/2025/08/11/21/BMjAyNTA4MTEyMTEyNDlfMjI4OTA1ODAyXzFfaGQ5ODdfODg4_s.jpg",
|
|
692
|
+
> "user_text": "感谢你的关注木木哒 我玩得游戏叫:Gmod
|
|
693
|
+
>
|
|
694
|
+
> 禁止冒充搬运视频 违者必究"
|
|
695
|
+
> },
|
|
696
|
+
> "gender": "M",
|
|
697
|
+
> "showCollectTab": false,
|
|
698
|
+
> "livingInfo": {
|
|
699
|
+
> "living": false,
|
|
700
|
+
> "livingId": null,
|
|
701
|
+
> "iconType": 0
|
|
702
|
+
> },
|
|
703
|
+
> "ownerCount": {
|
|
704
|
+
> "fan": 4300985,
|
|
705
|
+
> "like": 37676016,
|
|
706
|
+
> "follow": 198,
|
|
707
|
+
> "photo_public": 237
|
|
708
|
+
> },
|
|
709
|
+
> "userDefineId": "quanshaogmod",
|
|
710
|
+
> "isFollowing": false,
|
|
711
|
+
> "isUserIsolated": false
|
|
712
|
+
> },
|
|
713
|
+
> "host-name": "public-bjzey-c3-kce-node67.idchb1az3.hb1.kwaidc.com"
|
|
714
|
+
> }
|
|
715
|
+
> }
|
|
716
|
+
> ```
|
|
717
|
+
|
|
718
|
+
#### Parameters
|
|
719
|
+
|
|
720
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
721
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
722
|
+
| user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
|
|
723
|
+
|
|
724
|
+
#### Request Body
|
|
725
|
+
|
|
726
|
+
None
|
|
727
|
+
|
|
728
|
+
#### Success Response
|
|
729
|
+
|
|
730
|
+
##### `200 application/json`
|
|
731
|
+
|
|
732
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
733
|
+
|
|
734
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
735
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
736
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
737
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
738
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
739
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
740
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
741
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
742
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
743
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
744
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
745
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
746
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
747
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
748
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
749
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
750
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
751
|
+
|
|
752
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-user-live-replay"></a>
|
|
753
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_user_live_replay`
|
|
754
|
+
|
|
755
|
+
- Summary: 获取用户直播回放/Fetch user live replay
|
|
756
|
+
- Capabilities: profiles / accounts / livestream
|
|
757
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
758
|
+
- operationId: `fetch_user_live_replay_api_v1_kuaishou_web_fetch_user_live_replay_get`
|
|
759
|
+
|
|
760
|
+
#### Notes
|
|
761
|
+
|
|
762
|
+
> # [中文]
|
|
763
|
+
> ### 用途:
|
|
764
|
+
> - 获取用户直播回放列表
|
|
765
|
+
> ### 参数:
|
|
766
|
+
> - user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
|
|
767
|
+
> - 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
|
|
768
|
+
> - 备注:不支持使用uid也就是纯数字的用户ID查询
|
|
769
|
+
> - pcursor: 作品游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
|
|
770
|
+
> ### 返回:
|
|
771
|
+
> - 用户直播回放列表
|
|
772
|
+
>
|
|
773
|
+
> # [English]
|
|
774
|
+
> ### Purpose:
|
|
775
|
+
> - Fetch user live replay
|
|
776
|
+
> - Note: This API requires the user's eid, which can be extracted from the user's profile URL.
|
|
777
|
+
> - For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
|
|
778
|
+
> - Note: Querying with uid (pure numeric user ID) is not supported.
|
|
779
|
+
> ### Parameters:
|
|
780
|
+
> - user_id: User ID
|
|
781
|
+
> - pcursor: Post cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
|
|
782
|
+
> ### Returns:
|
|
783
|
+
> - User live replay list
|
|
784
|
+
>
|
|
785
|
+
> # [示例/Example]
|
|
786
|
+
> user_id = "3xz63mn6fngqtiq"
|
|
787
|
+
> pcursor = None
|
|
788
|
+
>
|
|
789
|
+
> # [返回示例/Example Response]
|
|
790
|
+
> ```json
|
|
791
|
+
>
|
|
792
|
+
> ```
|
|
793
|
+
|
|
794
|
+
#### Parameters
|
|
795
|
+
|
|
796
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
797
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
798
|
+
| user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
|
|
799
|
+
| pcursor | query | string | No | None | None | None | None |
|
|
800
|
+
|
|
801
|
+
#### Request Body
|
|
802
|
+
|
|
803
|
+
None
|
|
804
|
+
|
|
805
|
+
#### Success Response
|
|
806
|
+
|
|
807
|
+
##### `200 application/json`
|
|
808
|
+
|
|
809
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
810
|
+
|
|
811
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
812
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
813
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
814
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
815
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
816
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
817
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
818
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
819
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
820
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
821
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
822
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
823
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
824
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
825
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
826
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
827
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
828
|
+
|
|
829
|
+
<a id="get-api-u1-v1-kuaishou-web-fetch-user-post"></a>
|
|
830
|
+
### `GET /api/u1/v1/kuaishou/web/fetch_user_post`
|
|
831
|
+
|
|
832
|
+
- Summary: 获取用户发布作品/Fetch user posts
|
|
833
|
+
- Capabilities: profiles / accounts / content details
|
|
834
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
835
|
+
- operationId: `fetch_user_post_api_v1_kuaishou_web_fetch_user_post_get`
|
|
836
|
+
|
|
837
|
+
#### Notes
|
|
838
|
+
|
|
839
|
+
> # [中文]
|
|
840
|
+
> ### 用途:
|
|
841
|
+
> - 获取用户作品列表
|
|
842
|
+
> ### 参数:
|
|
843
|
+
> - user_id: 用户ID,这个接口需要传入用户的 eid,可以从用户主页链接中提取
|
|
844
|
+
> - 例如:https://www.kuaishou.com/profile/3xz63mn6fngqtiq 其中 3xz63mn6fngqtiq 即为用户的 eid
|
|
845
|
+
> - 备注:
|
|
846
|
+
> - 不支持使用uid也就是纯数字的用户ID查询
|
|
847
|
+
> - 此接口在请求时请将超时时间设置为30秒以上,否则可能会导致客户端未及时收到请求响应并且导致计费。
|
|
848
|
+
> - 此接口由于风控的特殊性,我们尽可能保持稳定,但仍然无法保证100%稳定,如果遇到请求失败,请稍后重试。
|
|
849
|
+
> - 推荐一直重复请求,直到成功为止,并且超时时间设置为30秒以上。
|
|
850
|
+
> - pcursor: 作品游标,第一次请求为空,后续请求使用返回响应中的pcursor值进行翻页。
|
|
851
|
+
> ### 返回:
|
|
852
|
+
> - 用户作品列表
|
|
853
|
+
>
|
|
854
|
+
> # [English]
|
|
855
|
+
> ### Purpose:
|
|
856
|
+
> - Fetch user posts
|
|
857
|
+
> - Note: This API requires the user's eid, which can be extracted from the user's profile URL.
|
|
858
|
+
> - For example: In the URL https://www.kuaishou.com/profile/3xz63mn6fngqtiq, the eid is 3xz63mn6fngqtiq.
|
|
859
|
+
> - Note:
|
|
860
|
+
> - Querying with uid (pure numeric user ID) is not supported.
|
|
861
|
+
> - Note: Please set the timeout to more than 30 seconds when making requests to this API, otherwise it may cause the client to not receive the response in time and result in billing.
|
|
862
|
+
> - Due to the special nature of risk control for this API, we try to keep it
|
|
863
|
+
> - stable, but we still cannot guarantee 100% stability. If you encounter a request failure, please try again later.
|
|
864
|
+
> - It is recommended to keep retrying until successful, and set the timeout to more than 30 seconds.
|
|
865
|
+
> ### Parameters:
|
|
866
|
+
> - user_id: User ID
|
|
867
|
+
> - pcursor: Post cursor, empty for the first request, and use the pcursor value in the returned response for subsequent requests.
|
|
868
|
+
> ### Returns:
|
|
869
|
+
> - User posts list
|
|
870
|
+
>
|
|
871
|
+
> # [示例/Example]
|
|
872
|
+
> user_id = "3xz63mn6fngqtiq"
|
|
873
|
+
> pcursor = None
|
|
874
|
+
>
|
|
875
|
+
> # [部分返回示例/Part Example Response]
|
|
876
|
+
> ```json
|
|
877
|
+
> {
|
|
878
|
+
> "code": 200,
|
|
879
|
+
> "request_id": "de055431-bf7d-4a24-a332-9cc1654ab247",
|
|
880
|
+
> "router": "/api/v1/kuaishou/web/fetch_user_post",
|
|
881
|
+
> "params": {
|
|
882
|
+
> "user_id": "3xz63mn6fngqtiq",
|
|
883
|
+
> "pcursor": "1.698748219278E12"
|
|
884
|
+
> },
|
|
885
|
+
> "data": {
|
|
886
|
+
> "result": 1,
|
|
887
|
+
> "pcursor": "1.692702206373E12",
|
|
888
|
+
> "feeds": [
|
|
889
|
+
> {
|
|
890
|
+
> "type": 1,
|
|
891
|
+
> "photo": {
|
|
892
|
+
> "manifestH265": {
|
|
893
|
+
> "version": "1.0.0",
|
|
894
|
+
> "businessType": 2,
|
|
895
|
+
> "mediaType": 2,
|
|
896
|
+
> "videoId": "b1a31deb8e75e7be",
|
|
897
|
+
> "hideAuto": false,
|
|
898
|
+
> "manualDefaultSelect": false,
|
|
899
|
+
> "stereoType": 0,
|
|
900
|
+
> "adaptationSet": [
|
|
901
|
+
> {
|
|
902
|
+
> "id": 1,
|
|
903
|
+
> "duration": 84937,
|
|
904
|
+
> "representation": [
|
|
905
|
+
> {
|
|
906
|
+
> "id": 1,
|
|
907
|
+
> "url": "https://k0u2ayecy7bycz.djvod.ndcimgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_hd15_Bfb2327ef432b8e22bee0565c052210d0.mp4?tag=1-1756664181-unknown-0-4pez7u9yx4-11bcd04505e80c93&provider=self&clientCacheKey=3xezqrk27gdc5a4_hd15.mp4&di=3da39dcf&bp=14734&x-ks-ptid=116174197553&kwai-not-alloc=self-cdn&kcdntag=p:Henan;i:ChinaUnicom;ft:UNKNOWN;h:COLD;pn:kuaishouVideoProjection&ocid=300000173&tt=hd15&ss=vpm",
|
|
908
|
+
> "backupUrl": [
|
|
909
|
+
> "https://v1.kwaicdn.com/ksc2/WsLapasbDJwa_d5-gSoI2EwR1RYcYI6MpzWrlOzqoBPJ1eG7TRpv8UtWiNxv2xy-tsiAXr2VvmiqAJQmxNCMawMQCe7orKomsXk6v-GJKt55XiiE9GdcOTmXM0Uj_MN1np_i8ffWmDHyxrrCfhiIKRMXGETtR5BcJTIxz5hg3BgWZAEVV8VxRcZ2PwP4phUM.mp4?pkey=AAWWdaRz9xwLglSkzE1QAdM0NoasskNdA0fRCgDJSWyTPo4tra_0jYCqgP_ieXHG4ky9vMQafXhiVaetL-iijtgENHHeQG2YMY8NxTVz_PjB8T1hTNmOXW8mQTnf2NHOa0k&tag=1-1756664181-unknown-1-0vq1m73bcl-d99c4fa7dba7dbf0&clientCacheKey=3xezqrk27gdc5a4_hd15.mp4&di=3da39dcf&bp=14734&kwai-not-alloc=0&tt=hd15&ss=vpm"
|
|
910
|
+
> ],
|
|
911
|
+
> "maxBitrate": 3000,
|
|
912
|
+
> "avgBitrate": 1622,
|
|
913
|
+
> "width": 1280,
|
|
914
|
+
> "height": 720,
|
|
915
|
+
> "frameRate": 60.0,
|
|
916
|
+
> "quality": 1.5,
|
|
917
|
+
> "kvqScore": {
|
|
918
|
+
> "FR": -1.0,
|
|
919
|
+
> "NR": 3.4632160663604736,
|
|
920
|
+
> "FRPost": -1.0,
|
|
921
|
+
> "NRPost": -1.0,
|
|
922
|
+
> "sharpness": 0.4285,
|
|
923
|
+
> "blur": 0.2377
|
|
924
|
+
> },
|
|
925
|
+
> "qualityType": "720p",
|
|
926
|
+
> "qualityLabel": "高清",
|
|
927
|
+
> "featureP2sp": false,
|
|
928
|
+
> "p2spCode": "{"fRsn":0,"fixOpt":-1,"schTask":"","schCode":-1,"schRes":"","pushTask":"v=0&p=0&s=0&d=0","pushCode":-1}",
|
|
929
|
+
> "hidden": false,
|
|
930
|
+
> "disableAdaptive": false,
|
|
931
|
+
> "defaultSelect": false,
|
|
932
|
+
> "comment": "videoId=b1a31deb8e75e7be/ttExplain=HEVC_Turbo2_720P_高码率/tt=hd15",
|
|
933
|
+
> "hdrType": 0,
|
|
934
|
+
> "fileSize": 17227811,
|
|
935
|
+
> "agc": false,
|
|
936
|
+
> "mute": false,
|
|
937
|
+
> "oriLoudness": 0.0,
|
|
938
|
+
> "makeupGain": 0.0,
|
|
939
|
+
> "realLoudness": -9.532,
|
|
940
|
+
> "realNormalizeGain": 1.0,
|
|
941
|
+
> "normalizeGain": 0.0
|
|
942
|
+
> }
|
|
943
|
+
> ]
|
|
944
|
+
> }
|
|
945
|
+
> ],
|
|
946
|
+
> "playInfo": {
|
|
947
|
+
> "bizType": 0,
|
|
948
|
+
> "cdnTimeRangeLevel": 0
|
|
949
|
+
> },
|
|
950
|
+
> "videoFeature": {
|
|
951
|
+
> "blurProbability": 0.02436523512005806,
|
|
952
|
+
> "blockyProbability": 0.5486664772033691,
|
|
953
|
+
> "avgEntropy": 11.74826078414917,
|
|
954
|
+
> "mosScore": 0.6893717646598816
|
|
955
|
+
> }
|
|
956
|
+
> },
|
|
957
|
+
> "photoUrls": [
|
|
958
|
+
> {
|
|
959
|
+
> "cdn": "k0u2ayecy7bycz.djvod.ndcimgs.com",
|
|
960
|
+
> "url": "https://k0u2ayecy7bycz.djvod.ndcimgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_b_Baea19a439f265123a9b5c73a99b387c9.mp4?tag=1-1756664181-unknown-0-ngtc9b5fkw-400249aac756fa3c&provider=self&clientCacheKey=3xezqrk27gdc5a4_b.mp4&di=3da39dcf&bp=14734&x-ks-ptid=116174197553&kwai-not-alloc=self-cdn&kcdntag=p:Henan;i:ChinaUnicom;ft:UNKNOWN;h:COLD;pn:kuaishouVideoProjection&ocid=300000173&tt=b&ss=vps"
|
|
961
|
+
> },
|
|
962
|
+
> {
|
|
963
|
+
> "cdn": "v2.kwaicdn.com",
|
|
964
|
+
> "url": "https://v2.kwaicdn.com/ksc2/PtGMNZW1atApoKjZtdZAeYBv_Hk3rukAMsduvp-BRuBp66aB3ZFXpDnlTON3Xy5ehrz5fc5c4ys3g0Nays7EXtftXSi7JkRjPKFMN-vbPXVZ68800hSKYaFZejJUW1GKp2ttjc9vIgAKHkCkn1E8e709mnQxJz6nzJRRixcAEvJ6PxVraa3OqiGkiA12zLt0.mp4?pkey=AAVID_YMrWOJ06oySpzkfx8i-z7z8Iyx34JyeXW13PQLMfVfPDvy1b0cEQh_2ri0Bs7F_GvTuADCNUK0SR0f0zes8DixR10HM6lJQkpQ64nHhqlVoxHkP9DQGPvgr1nZ-l4&tag=1-1756664181-unknown-1-cpfxvlhxnd-8304a252b8387036&clientCacheKey=3xezqrk27gdc5a4_b.mp4&di=3da39dcf&bp=14734&kwai-not-alloc=0&tt=b&ss=vps"
|
|
965
|
+
> }
|
|
966
|
+
> ],
|
|
967
|
+
> "manifest": {
|
|
968
|
+
> "version": "1.0.0",
|
|
969
|
+
> "businessType": 2,
|
|
970
|
+
> "mediaType": 2,
|
|
971
|
+
> "videoId": "b1a31deb8e75e7be",
|
|
972
|
+
> "hideAuto": false,
|
|
973
|
+
> "manualDefaultSelect": false,
|
|
974
|
+
> "stereoType": 0,
|
|
975
|
+
> "adaptationSet": [
|
|
976
|
+
> {
|
|
977
|
+
> "id": 1,
|
|
978
|
+
> "duration": 84937,
|
|
979
|
+
> "representation": [
|
|
980
|
+
> {
|
|
981
|
+
> "id": 1,
|
|
982
|
+
> "url": "https://k0u2ayecy7bycz.djvod.ndcimgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_b_Baea19a439f265123a9b5c73a99b387c9.mp4?tag=1-1756664181-unknown-0-raca8mq3p7-df6cf126f2ba1979&provider=self&clientCacheKey=3xezqrk27gdc5a4_b.mp4&di=3da39dcf&bp=14734&x-ks-ptid=116174197553&kwai-not-alloc=self-cdn&kcdntag=p:Henan;i:ChinaUnicom;ft:UNKNOWN;h:COLD;pn:kuaishouVideoProjection&ocid=300000173&tt=b&ss=vpm",
|
|
983
|
+
> "backupUrl": [
|
|
984
|
+
> "https://v2.kwaicdn.com/ksc2/PtGMNZW1atApoKjZtdZAeYBv_Hk3rukAMsduvp-BRuBp66aB3ZFXpDnlTON3Xy5ehrz5fc5c4ys3g0Nays7EXtftXSi7JkRjPKFMN-vbPXVZ68800hSKYaFZejJUW1GKp2ttjc9vIgAKHkCkn1E8e709mnQxJz6nzJRRixcAEvJ6PxVraa3OqiGkiA12zLt0.mp4?pkey=AAUkTComC4sD_jFDy6Q8DZvnU7bttEcUKZYUyPGThMFjvLORo0aHnSv2Y7qhYldRnSBe9H1NRLi9yC1zprgWULvlD6mm7Q8pWup3vG3BabToQqpNmpHI2hwzk6m0UE-8j38&tag=1-1756664181-unknown-1-frwqzvnubq-3aeb9dc39d8958ed&clientCacheKey=3xezqrk27gdc5a4_b.mp4&di=3da39dcf&bp=14734&kwai-not-alloc=0&tt=b&ss=vpm"
|
|
985
|
+
> ],
|
|
986
|
+
> "maxBitrate": 4900,
|
|
987
|
+
> "avgBitrate": 3482,
|
|
988
|
+
> "width": 1280,
|
|
989
|
+
> "height": 720,
|
|
990
|
+
> "frameRate": 60.0,
|
|
991
|
+
> "quality": 1.5,
|
|
992
|
+
> "kvqScore": {
|
|
993
|
+
> "FR": -1.0,
|
|
994
|
+
> "NR": 3.5491535663604736,
|
|
995
|
+
> "FRPost": -1.0,
|
|
996
|
+
> "NRPost": -1.0,
|
|
997
|
+
> "sharpness": 0.3316,
|
|
998
|
+
> "blur": 0.2374
|
|
999
|
+
> },
|
|
1000
|
+
> "qualityType": "720p",
|
|
1001
|
+
> "qualityLabel": "高清",
|
|
1002
|
+
> "featureP2sp": false,
|
|
1003
|
+
> "p2spCode": "{"fRsn":0,"fixOpt":-1,"schTask":"","schCode":-1,"schRes":"","pushTask":"v=0&p=0&s=0&d=0","pushCode":-1}",
|
|
1004
|
+
> "hidden": false,
|
|
1005
|
+
> "disableAdaptive": false,
|
|
1006
|
+
> "defaultSelect": false,
|
|
1007
|
+
> "comment": "videoId=b1a31deb8e75e7be/ttExplain=AVC_VeryFast_720P_高码率_Basic/tt=b",
|
|
1008
|
+
> "hdrType": 0,
|
|
1009
|
+
> "fileSize": 36976273,
|
|
1010
|
+
> "bitratePattern": [
|
|
1011
|
+
> 5000,
|
|
1012
|
+
> 3471,
|
|
1013
|
+
> 6733,
|
|
1014
|
+
> 481,
|
|
1015
|
+
> 1569
|
|
1016
|
+
> ],
|
|
1017
|
+
> "agc": false,
|
|
1018
|
+
> "mute": false,
|
|
1019
|
+
> "oriLoudness": 0.0,
|
|
1020
|
+
> "makeupGain": 0.0,
|
|
1021
|
+
> "realLoudness": -9.532,
|
|
1022
|
+
> "realNormalizeGain": 1.0,
|
|
1023
|
+
> "normalizeGain": 0.0
|
|
1024
|
+
> }
|
|
1025
|
+
> ]
|
|
1026
|
+
> }
|
|
1027
|
+
> ],
|
|
1028
|
+
> "playInfo": {
|
|
1029
|
+
> "bizType": 0,
|
|
1030
|
+
> "cdnTimeRangeLevel": 0
|
|
1031
|
+
> },
|
|
1032
|
+
> "videoFeature": {
|
|
1033
|
+
> "blurProbability": 0.02436523512005806,
|
|
1034
|
+
> "blockyProbability": 0.5486664772033691,
|
|
1035
|
+
> "avgEntropy": 11.74826078414917,
|
|
1036
|
+
> "mosScore": 0.6893717646598816
|
|
1037
|
+
> }
|
|
1038
|
+
> },
|
|
1039
|
+
> "photoH265Urls": [
|
|
1040
|
+
> {
|
|
1041
|
+
> "cdn": "k0u2ayecy7bycz.djvod.ndcimgs.com",
|
|
1042
|
+
> "url": "https://k0u2ayecy7bycz.djvod.ndcimgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_hd15_Bfb2327ef432b8e22bee0565c052210d0.mp4?tag=1-1756664181-unknown-0-ra3mc5pqwz-b5d377ade7d0a512&provider=self&clientCacheKey=3xezqrk27gdc5a4_hd15.mp4&di=3da39dcf&bp=14734&x-ks-ptid=116174197553&kwai-not-alloc=self-cdn&kcdntag=p:Henan;i:ChinaUnicom;ft:UNKNOWN;h:COLD;pn:kuaishouVideoProjection&ocid=300000173&tt=hd15&ss=vps"
|
|
1043
|
+
> },
|
|
1044
|
+
> {
|
|
1045
|
+
> "cdn": "v1.kwaicdn.com",
|
|
1046
|
+
> "url": "https://v1.kwaicdn.com/ksc2/WsLapasbDJwa_d5-gSoI2EwR1RYcYI6MpzWrlOzqoBPJ1eG7TRpv8UtWiNxv2xy-tsiAXr2VvmiqAJQmxNCMawMQCe7orKomsXk6v-GJKt55XiiE9GdcOTmXM0Uj_MN1np_i8ffWmDHyxrrCfhiIKRMXGETtR5BcJTIxz5hg3BgWZAEVV8VxRcZ2PwP4phUM.mp4?pkey=AAVktrin9oeeededNfrZf8LaIR1CvEQJ8FlSEH5iw-Azi03uiv1Eh297Xfd7f6yLLkZNDEyqFg4KqNphKlDhQmAw3TKsBqJYmLfLtR3cRWzJ5VY6FadrIRrGZvuCwgCob4A&tag=1-1756664181-unknown-1-tx8vx8qkhx-44a6a7306fccf2ff&clientCacheKey=3xezqrk27gdc5a4_hd15.mp4&di=3da39dcf&bp=14734&kwai-not-alloc=0&tt=hd15&ss=vps"
|
|
1047
|
+
> }
|
|
1048
|
+
> ],
|
|
1049
|
+
> "viewCount": 1594389,
|
|
1050
|
+
> "width": 1280,
|
|
1051
|
+
> "id": "3xezqrk27gdc5a4",
|
|
1052
|
+
> "animatedCoverUrl": "https://p1.a.yximgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_animatedV5_Beaaaeb032c640d38decbda1f52bc209e.webp?tag=1-1756664181-xpcwebprofile-0-tdiakvxcxz-98dff964a1098863&clientCacheKey=3xezqrk27gdc5a4_animatedV5.webp&di=3da39dcf&bp=14734",
|
|
1053
|
+
> "overrideCoverUrl": "https://p1.a.yximgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_ccc_B39cbb17aaf65e0a76080064fd78dfc64.jpg?tag=1-1756664181-xpcwebprofile-0-gg941gqowe-afd116662be96449&clientCacheKey=3xezqrk27gdc5a4_ccc.jpg&di=3da39dcf&bp=14734",
|
|
1054
|
+
> "collectCount": 22057,
|
|
1055
|
+
> "riskTagContent": null,
|
|
1056
|
+
> "expTag": "1_a/2008712974016392641_xpcwebprofilexxnull0",
|
|
1057
|
+
> "riskTagUrl": null,
|
|
1058
|
+
> "timestamp": 1698748219278,
|
|
1059
|
+
> "stereoType": 0,
|
|
1060
|
+
> "likeCount": 75604,
|
|
1061
|
+
> "collected": false,
|
|
1062
|
+
> "duration": 84816,
|
|
1063
|
+
> "liked": false,
|
|
1064
|
+
> "coverUrl": "https://p1.a.yximgs.com/upic/2023/10/31/18/BMjAyMzEwMzExODI5MTJfMjI4OTA1ODAyXzExNjE3NDE5NzU1M18yXzM=_ccc_B39cbb17aaf65e0a76080064fd78dfc64.jpg?tag=1-1756664181-xpcwebprofile-0-lznq3kgead-b3f7c6ea108bb5d1&clientCacheKey=3xezqrk27gdc5a4_ccc.jpg&di=3da39dcf&bp=14734",
|
|
1065
|
+
> "caption": "健 身 鸭 脖",
|
|
1066
|
+
> "height": 720
|
|
1067
|
+
> },
|
|
1068
|
+
> "author": {
|
|
1069
|
+
> "id": "3xz63mn6fngqtiq",
|
|
1070
|
+
> "headerUrl": "https://p66-pro.a.yximgs.com/uhead/AB/2025/08/11/21/BMjAyNTA4MTEyMTEyNDlfMjI4OTA1ODAyXzFfaGQ5ODdfODg4_s.jpg",
|
|
1071
|
+
> "livingInfo": {
|
|
1072
|
+
> "living": false,
|
|
1073
|
+
> "livingId": null,
|
|
1074
|
+
> "iconType": 0
|
|
1075
|
+
> },
|
|
1076
|
+
> "name": "权少爱吃小汉堡🍔",
|
|
1077
|
+
> "following": false
|
|
1078
|
+
> },
|
|
1079
|
+
> "comment": {
|
|
1080
|
+
> "us_c": 0
|
|
1081
|
+
> },
|
|
1082
|
+
> "danmakuSwitch": true
|
|
1083
|
+
> }
|
|
1084
|
+
> },
|
|
1085
|
+
> ],
|
|
1086
|
+
> "llsid": "2008712974016392641",
|
|
1087
|
+
> "host-name": "public-bjx-c26-kce-node642.idchb1az1.hb1.kwaidc.com",
|
|
1088
|
+
> "webPageArea": "profilexxnull"
|
|
1089
|
+
> }
|
|
1090
|
+
> }
|
|
1091
|
+
> ```
|
|
1092
|
+
|
|
1093
|
+
#### Parameters
|
|
1094
|
+
|
|
1095
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1096
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1097
|
+
| user_id | query | string | Yes | None | None | 3xz63mn6fngqtiq | None |
|
|
1098
|
+
| pcursor | query | string | No | None | None | None | None |
|
|
1099
|
+
|
|
1100
|
+
#### Request Body
|
|
1101
|
+
|
|
1102
|
+
None
|
|
1103
|
+
|
|
1104
|
+
#### Success Response
|
|
1105
|
+
|
|
1106
|
+
##### `200 application/json`
|
|
1107
|
+
|
|
1108
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1109
|
+
|
|
1110
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1111
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1112
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1113
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1114
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1115
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1116
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1117
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1118
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1119
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1120
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1121
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1122
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1123
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1124
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1125
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1126
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1127
|
+
|
|
1128
|
+
<a id="get-api-u1-v1-kuaishou-web-generate-share-short-url"></a>
|
|
1129
|
+
### `GET /api/u1/v1/kuaishou/web/generate_share_short_url`
|
|
1130
|
+
|
|
1131
|
+
- Summary: 生成分享短连接/Generate share short URL
|
|
1132
|
+
- Capabilities: general
|
|
1133
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1134
|
+
- operationId: `generate_share_short_url_api_v1_kuaishou_web_generate_share_short_url_get`
|
|
1135
|
+
|
|
1136
|
+
#### Notes
|
|
1137
|
+
|
|
1138
|
+
> # [中文]
|
|
1139
|
+
> ### 用途:
|
|
1140
|
+
> - 生成分享短连接
|
|
1141
|
+
> ### 参数:
|
|
1142
|
+
> - photo_id: 作品ID
|
|
1143
|
+
> ### 返回:
|
|
1144
|
+
> - 短连接
|
|
1145
|
+
>
|
|
1146
|
+
> # [English]
|
|
1147
|
+
> ### Purpose:
|
|
1148
|
+
> - Generate share short URL
|
|
1149
|
+
> ### Parameters:
|
|
1150
|
+
> - photo_id: Photo ID
|
|
1151
|
+
> ### Returns:
|
|
1152
|
+
> - Short URL
|
|
1153
|
+
>
|
|
1154
|
+
> # [示例/Example]
|
|
1155
|
+
> body = {
|
|
1156
|
+
> "photo_id": "3xtdqvdnqd3psuc"
|
|
1157
|
+
> }
|
|
1158
|
+
>
|
|
1159
|
+
> # [返回示例/Example Response]
|
|
1160
|
+
> ```json
|
|
1161
|
+
> {
|
|
1162
|
+
> "code": 200,
|
|
1163
|
+
> "request_id": "3fe5f6dc-e88c-4915-a6fa-2a63a2743342",
|
|
1164
|
+
> "router": "/api/v1/kuaishou/web/generate_share_short_url",
|
|
1165
|
+
> "params": {
|
|
1166
|
+
> "photo_id": "3xtdqvdnqd3psuc"
|
|
1167
|
+
> },
|
|
1168
|
+
> "data": {
|
|
1169
|
+
> "result": 1,
|
|
1170
|
+
> "hostName": "public-bjzey-rs6-kce-node1155.idchb1az3.hb1.kwaidc.com",
|
|
1171
|
+
> "cache-scope": "nocache",
|
|
1172
|
+
> "error_msg": null,
|
|
1173
|
+
> "max-age": 0,
|
|
1174
|
+
> "share": {
|
|
1175
|
+
> "shareMethod": "TOKEN",
|
|
1176
|
+
> "shareMethodType": null,
|
|
1177
|
+
> "shareChannel": "COPY_LINK",
|
|
1178
|
+
> "shareMode": "APP",
|
|
1179
|
+
> "kpn": "KUAISHOU",
|
|
1180
|
+
> "subBiz": "BROWSE_SLIDE_PHOTO",
|
|
1181
|
+
> "appName": "as",
|
|
1182
|
+
> "appIconUrl": "https://static.yximgs.com/udata/pkg/ks-share-sdk/cardlogonew.png",
|
|
1183
|
+
> "shareObject": {
|
|
1184
|
+
> "copylinkSuccessTips": "链接复制成功,快去分享给朋友吧",
|
|
1185
|
+
> "shareMessage": "https://v.kuaishou.com/KDh1s1j1 上一秒他是市民,下一秒他是市长 大哥突如其来的专业,让人笑不活了。"搞笑 "非物质文化遗产 "...更多",
|
|
1186
|
+
> "kwaiToken": "X8hIM7myjQen2bi",
|
|
1187
|
+
> "shareId": "18546252276277",
|
|
1188
|
+
> "shareObjectId": "3xtdqvdnqd3psuc",
|
|
1189
|
+
> "shareResourceType": "PHOTO_OTHER",
|
|
1190
|
+
> "shortLink": "https://v.kuaishou.com/KDh1s1j1"
|
|
1191
|
+
> },
|
|
1192
|
+
> "extParams": {
|
|
1193
|
+
> "shareMode": "app",
|
|
1194
|
+
> "tokenExtParams": "{}",
|
|
1195
|
+
> "expTag": "1_i/0_unknown0",
|
|
1196
|
+
> "shareMethod": "token",
|
|
1197
|
+
> "useMmuTitle": false,
|
|
1198
|
+
> "logExt": "{"expTag":"1_i/0_unknown0","trendingType":""}",
|
|
1199
|
+
> "templateStyle": "",
|
|
1200
|
+
> "shareInfoWrap": "{"shareTitleInfo":{"title":"分享一个作品给你","subTitle":"推荐你看这个视频"},"shareId":"18546252276277","docId":9,"groupName":"","shareType":"PHOTO_OTHER","coverUrlKey":null,"coverUrl":null,"tagType":null,"webShareVerifyData":null}",
|
|
1201
|
+
> "battleTemplateId": "",
|
|
1202
|
+
> "templateGenerationType": ""
|
|
1203
|
+
> }
|
|
1204
|
+
> },
|
|
1205
|
+
> "host-name": "public-bjzey-rs6-kce-node1155.idchb1az3.hb1.kwaidc.com"
|
|
1206
|
+
> }
|
|
1207
|
+
> }
|
|
1208
|
+
> ```
|
|
1209
|
+
|
|
1210
|
+
#### Parameters
|
|
1211
|
+
|
|
1212
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1213
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1214
|
+
| photo_id | query | string | Yes | None | None | 3xtdqvdnqd3psuc | None |
|
|
1215
|
+
|
|
1216
|
+
#### Request Body
|
|
1217
|
+
|
|
1218
|
+
None
|
|
1219
|
+
|
|
1220
|
+
#### Success Response
|
|
1221
|
+
|
|
1222
|
+
##### `200 application/json`
|
|
1223
|
+
|
|
1224
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1225
|
+
|
|
1226
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1227
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1228
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1229
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1230
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1231
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1232
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1233
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1234
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1235
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1236
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1237
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1238
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1239
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1240
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1241
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1242
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|