@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,717 @@
|
|
|
1
|
+
# YouTube-Web-V2-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/youtube-web-v2-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md`](../api-contracts/youtube-web-v2-api.md)
|
|
6
|
+
- Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
|
|
7
|
+
- Fetched at: `2026-03-08T06:54:04+00:00`
|
|
8
|
+
- Route count: `16`
|
|
9
|
+
- Common capabilities: content details / profiles / accounts / search / livestream / comments
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `continuation_token`, `need_format`, `language_code`, `country_code`, `video_id`, `channel_id`, `video_url`, `sort_by`, `channel_url`, `search_query`
|
|
12
|
+
- Tag description: **(YouTube Web V2数据接口/YouTube-Web-V2-API endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/youtube/web_v2/get_channel_description`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取频道描述信息/Get channel description
|
|
19
|
+
- Capabilities: profiles / accounts
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `get_channel_description_api_v1_youtube_web_v2_get_channel_description_get`
|
|
22
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-description`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-description)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| channel_id | query | string | No | 频道ID(格式如:UCeu6U67OzJhV1KwBansH3Dg),可通过get_channel_id接口从频道URL获取/Channel ID, can be obtained from channel URL via get_cha… |
|
|
29
|
+
| continuation_token | query | string | No | 翻页标志(用于获取频道注册时间等高级信息)/Continuation token for getting advanced info like channel creation date |
|
|
30
|
+
| language_code | query | string | No | 语言代码(如zh-CN, en-US等)/Language code |
|
|
31
|
+
| country_code | query | string | No | 国家代码(如US, JP等)/Country code |
|
|
32
|
+
| need_format | query | boolean | No | 是否需要清洗数据,提取关键内容,移除冗余数据/Whether to clean and format the data |
|
|
33
|
+
|
|
34
|
+
#### Request Body
|
|
35
|
+
|
|
36
|
+
None
|
|
37
|
+
|
|
38
|
+
#### Success Response
|
|
39
|
+
|
|
40
|
+
##### `200 application/json`
|
|
41
|
+
|
|
42
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
43
|
+
|
|
44
|
+
| Field | Type | Required | Description |
|
|
45
|
+
| --- | --- | --- | --- |
|
|
46
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
47
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
48
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
49
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
50
|
+
| support | string | No | Support message \| 支持消息 |
|
|
51
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
52
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
53
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
54
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
55
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
56
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
57
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
58
|
+
|
|
59
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
60
|
+
|
|
61
|
+
### `GET /api/u1/v1/youtube/web_v2/get_channel_id`
|
|
62
|
+
|
|
63
|
+
- Summary: 从频道URL获取频道ID /Get channel ID from URL
|
|
64
|
+
- Capabilities: profiles / accounts
|
|
65
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
66
|
+
- operationId: `get_channel_id_api_v1_youtube_web_v2_get_channel_id_get`
|
|
67
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-id`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-id)
|
|
68
|
+
|
|
69
|
+
#### Parameters
|
|
70
|
+
|
|
71
|
+
| Field | In | Type | Required | Description |
|
|
72
|
+
| --- | --- | --- | --- | --- |
|
|
73
|
+
| channel_url | query | string | Yes | 频道URL/Channel URL,支持多种格式如:https://www.youtube.com/@username, https://www.youtube.com/channel/UCxxxxxx, https://www.yout… |
|
|
74
|
+
|
|
75
|
+
#### Request Body
|
|
76
|
+
|
|
77
|
+
None
|
|
78
|
+
|
|
79
|
+
#### Success Response
|
|
80
|
+
|
|
81
|
+
##### `200 application/json`
|
|
82
|
+
|
|
83
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
84
|
+
|
|
85
|
+
| Field | Type | Required | Description |
|
|
86
|
+
| --- | --- | --- | --- |
|
|
87
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
88
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
89
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
90
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
91
|
+
| support | string | No | Support message \| 支持消息 |
|
|
92
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
93
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
94
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
95
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
96
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
97
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
98
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
99
|
+
|
|
100
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
101
|
+
|
|
102
|
+
### `GET /api/u1/v1/youtube/web_v2/get_channel_shorts`
|
|
103
|
+
|
|
104
|
+
- Summary: 获取频道短视频列表/Get channel shorts
|
|
105
|
+
- Capabilities: profiles / accounts
|
|
106
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
107
|
+
- operationId: `get_channel_shorts_api_v1_youtube_web_v2_get_channel_shorts_get`
|
|
108
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-shorts`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-shorts)
|
|
109
|
+
|
|
110
|
+
#### Parameters
|
|
111
|
+
|
|
112
|
+
| Field | In | Type | Required | Description |
|
|
113
|
+
| --- | --- | --- | --- | --- |
|
|
114
|
+
| channel_id | query | string | No | 频道ID/Channel ID (e.g., UCuAXFkgsw1L7xaCfnd5JJOw) |
|
|
115
|
+
| channel_url | query | string | No | 频道URL/Channel URL (如果提供channel_id则忽略/Ignored if channel_id is provided) |
|
|
116
|
+
| continuation_token | query | string | No | 分页token/Pagination token |
|
|
117
|
+
| need_format | query | boolean | No | 是否格式化数据/Whether to format data |
|
|
118
|
+
|
|
119
|
+
#### Request Body
|
|
120
|
+
|
|
121
|
+
None
|
|
122
|
+
|
|
123
|
+
#### Success Response
|
|
124
|
+
|
|
125
|
+
##### `200 application/json`
|
|
126
|
+
|
|
127
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
128
|
+
|
|
129
|
+
| Field | Type | Required | Description |
|
|
130
|
+
| --- | --- | --- | --- |
|
|
131
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
132
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
133
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
134
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
135
|
+
| support | string | No | Support message \| 支持消息 |
|
|
136
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
137
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
138
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
139
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
140
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
141
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
142
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
143
|
+
|
|
144
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
145
|
+
|
|
146
|
+
### `GET /api/u1/v1/youtube/web_v2/get_channel_url`
|
|
147
|
+
|
|
148
|
+
- Summary: 从频道ID获取频道URL/Get channel URL from channel ID
|
|
149
|
+
- Capabilities: profiles / accounts
|
|
150
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
151
|
+
- operationId: `get_channel_url_api_v1_youtube_web_v2_get_channel_url_get`
|
|
152
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-url`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-url)
|
|
153
|
+
|
|
154
|
+
#### Parameters
|
|
155
|
+
|
|
156
|
+
| Field | In | Type | Required | Description |
|
|
157
|
+
| --- | --- | --- | --- | --- |
|
|
158
|
+
| channel_id | query | string | Yes | 频道ID/Channel ID (格式如:UCeu6U67OzJhV1KwBansH3Dg) |
|
|
159
|
+
|
|
160
|
+
#### Request Body
|
|
161
|
+
|
|
162
|
+
None
|
|
163
|
+
|
|
164
|
+
#### Success Response
|
|
165
|
+
|
|
166
|
+
##### `200 application/json`
|
|
167
|
+
|
|
168
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
169
|
+
|
|
170
|
+
| Field | Type | Required | Description |
|
|
171
|
+
| --- | --- | --- | --- |
|
|
172
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
173
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
174
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
175
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
176
|
+
| support | string | No | Support message \| 支持消息 |
|
|
177
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
178
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
179
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
180
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
181
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
182
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
183
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
184
|
+
|
|
185
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
186
|
+
|
|
187
|
+
### `GET /api/u1/v1/youtube/web_v2/get_channel_videos`
|
|
188
|
+
|
|
189
|
+
- Summary: 获取频道视频 /Get channel videos
|
|
190
|
+
- Capabilities: profiles / accounts / content details
|
|
191
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
192
|
+
- operationId: `get_channel_videos_api_v1_youtube_web_v2_get_channel_videos_get`
|
|
193
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-videos`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-channel-videos)
|
|
194
|
+
|
|
195
|
+
#### Parameters
|
|
196
|
+
|
|
197
|
+
| Field | In | Type | Required | Description |
|
|
198
|
+
| --- | --- | --- | --- | --- |
|
|
199
|
+
| channel_id | query | string | Yes | 频道ID/Channel ID |
|
|
200
|
+
| language_code | query | string | No | 语言代码(如zh-CN, en-US等)/Language code |
|
|
201
|
+
| country_code | query | string | No | 国家代码(如US, JP等)/Country code |
|
|
202
|
+
| continuation_token | query | string | No | 分页token,用于获取下一页/Pagination token for next page |
|
|
203
|
+
| need_format | query | boolean | No | 是否需要清洗数据,提取关键内容,移除冗余数据/Whether to clean and format the data |
|
|
204
|
+
|
|
205
|
+
#### Request Body
|
|
206
|
+
|
|
207
|
+
None
|
|
208
|
+
|
|
209
|
+
#### Success Response
|
|
210
|
+
|
|
211
|
+
##### `200 application/json`
|
|
212
|
+
|
|
213
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
214
|
+
|
|
215
|
+
| Field | Type | Required | Description |
|
|
216
|
+
| --- | --- | --- | --- |
|
|
217
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
218
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
219
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
220
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
221
|
+
| support | string | No | Support message \| 支持消息 |
|
|
222
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
223
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
224
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
225
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
226
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
227
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
228
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
229
|
+
|
|
230
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
231
|
+
|
|
232
|
+
### `GET /api/u1/v1/youtube/web_v2/get_general_search`
|
|
233
|
+
|
|
234
|
+
- Summary: 综合搜索(支持过滤条件)/General search with filters
|
|
235
|
+
- Capabilities: search
|
|
236
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
237
|
+
- operationId: `get_general_search_api_v1_youtube_web_v2_get_general_search_get`
|
|
238
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-general-search`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-general-search)
|
|
239
|
+
|
|
240
|
+
#### Parameters
|
|
241
|
+
|
|
242
|
+
| Field | In | Type | Required | Description |
|
|
243
|
+
| --- | --- | --- | --- | --- |
|
|
244
|
+
| search_query | query | string | Yes | 搜索关键字/Search keyword |
|
|
245
|
+
| language_code | query | string | No | 语言代码(如zh-CN, en-US等)/Language code |
|
|
246
|
+
| country_code | query | string | No | 国家代码(如US, CN等)/Country code |
|
|
247
|
+
| time_zone | query | string | No | 时区(如America/Los_Angeles, Asia/Shanghai等)/Time zone |
|
|
248
|
+
| upload_time | query | string enum[hour, today, week, month, year] | No | 上传时间过滤 \| Upload time filter |
|
|
249
|
+
| duration | query | string enum[short, medium, long] | No | 视频时长过滤 \| Duration filter |
|
|
250
|
+
| content_type | query | string enum[video, channel, playlist, movie] | No | 内容类型过滤 \| Content type filter |
|
|
251
|
+
| feature | query | string enum[live, 4k, hd, subtitles, creative_commons, 360, ...] | No | 特征过滤 \| Feature filter |
|
|
252
|
+
| sort_by | query | string enum[relevance, upload_date, view_count, rating] | No | 排序方式 \| Sort by |
|
|
253
|
+
| continuation_token | query | string | No | 翻页令牌/Pagination token |
|
|
254
|
+
|
|
255
|
+
#### Request Body
|
|
256
|
+
|
|
257
|
+
None
|
|
258
|
+
|
|
259
|
+
#### Success Response
|
|
260
|
+
|
|
261
|
+
##### `200 application/json`
|
|
262
|
+
|
|
263
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
264
|
+
|
|
265
|
+
| Field | Type | Required | Description |
|
|
266
|
+
| --- | --- | --- | --- |
|
|
267
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
268
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
269
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
270
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
271
|
+
| support | string | No | Support message \| 支持消息 |
|
|
272
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
273
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
274
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
275
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
276
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
277
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
278
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
279
|
+
|
|
280
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
281
|
+
|
|
282
|
+
### `GET /api/u1/v1/youtube/web_v2/get_related_videos`
|
|
283
|
+
|
|
284
|
+
- Summary: 获取视频相似内容/Get related videos
|
|
285
|
+
- Capabilities: content details
|
|
286
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
287
|
+
- operationId: `get_related_videos_api_v1_youtube_web_v2_get_related_videos_get`
|
|
288
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-related-videos`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-related-videos)
|
|
289
|
+
|
|
290
|
+
#### Parameters
|
|
291
|
+
|
|
292
|
+
| Field | In | Type | Required | Description |
|
|
293
|
+
| --- | --- | --- | --- | --- |
|
|
294
|
+
| video_id | query | string | No | 视频ID/Video ID |
|
|
295
|
+
| video_url | query | string | No | 视频URL/Video URL (如果提供video_id则忽略此参数/Ignored if video_id is provided) |
|
|
296
|
+
| need_format | query | boolean | No | 是否格式化数据。true: 返回格式化的结构化数据,false: 返回原始API结构/Whether to format data. true: return formatted structured data, false: retur… |
|
|
297
|
+
|
|
298
|
+
#### Request Body
|
|
299
|
+
|
|
300
|
+
None
|
|
301
|
+
|
|
302
|
+
#### Success Response
|
|
303
|
+
|
|
304
|
+
##### `200 application/json`
|
|
305
|
+
|
|
306
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
307
|
+
|
|
308
|
+
| Field | Type | Required | Description |
|
|
309
|
+
| --- | --- | --- | --- |
|
|
310
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
311
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
312
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
313
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
314
|
+
| support | string | No | Support message \| 支持消息 |
|
|
315
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
316
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
317
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
318
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
319
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
320
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
321
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
322
|
+
|
|
323
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
324
|
+
|
|
325
|
+
### `GET /api/u1/v1/youtube/web_v2/get_search_suggestions`
|
|
326
|
+
|
|
327
|
+
- Summary: 获取搜索推荐词/Get search suggestions
|
|
328
|
+
- Capabilities: search
|
|
329
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
330
|
+
- operationId: `get_search_suggestions_api_v1_youtube_web_v2_get_search_suggestions_get`
|
|
331
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-search-suggestions`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-search-suggestions)
|
|
332
|
+
|
|
333
|
+
#### Parameters
|
|
334
|
+
|
|
335
|
+
| Field | In | Type | Required | Description |
|
|
336
|
+
| --- | --- | --- | --- | --- |
|
|
337
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
338
|
+
| language | query | string | No | 语言代码/Language code (e.g., en, zh-cn, ja) |
|
|
339
|
+
| region | query | string | No | 地区代码/Region code (e.g., US, SG, CN, JP) |
|
|
340
|
+
|
|
341
|
+
#### Request Body
|
|
342
|
+
|
|
343
|
+
None
|
|
344
|
+
|
|
345
|
+
#### Success Response
|
|
346
|
+
|
|
347
|
+
##### `200 application/json`
|
|
348
|
+
|
|
349
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
350
|
+
|
|
351
|
+
| Field | Type | Required | Description |
|
|
352
|
+
| --- | --- | --- | --- |
|
|
353
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
354
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
355
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
356
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
357
|
+
| support | string | No | Support message \| 支持消息 |
|
|
358
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
359
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
360
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
361
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
362
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
363
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
364
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
365
|
+
|
|
366
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
367
|
+
|
|
368
|
+
### `GET /api/u1/v1/youtube/web_v2/get_shorts_search`
|
|
369
|
+
|
|
370
|
+
- Summary: YouTube Shorts短视频搜索/YouTube Shorts search
|
|
371
|
+
- Capabilities: search
|
|
372
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
373
|
+
- operationId: `get_shorts_search_api_v1_youtube_web_v2_get_shorts_search_get`
|
|
374
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-shorts-search`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-shorts-search)
|
|
375
|
+
|
|
376
|
+
#### Parameters
|
|
377
|
+
|
|
378
|
+
| Field | In | Type | Required | Description |
|
|
379
|
+
| --- | --- | --- | --- | --- |
|
|
380
|
+
| search_query | query | string | Yes | 搜索关键字/Search keyword |
|
|
381
|
+
| language_code | query | string | No | 语言代码(如zh-CN, en-US等)/Language code |
|
|
382
|
+
| country_code | query | string | No | 国家代码(如US, CN等)/Country code |
|
|
383
|
+
| time_zone | query | string | No | 时区(如America/Los_Angeles, Asia/Shanghai等)/Time zone |
|
|
384
|
+
| upload_time | query | string enum[hour, today, week, month, year] | No | 上传时间过滤 \| Upload time filter for Shorts |
|
|
385
|
+
| sort_by | query | string enum[relevance, upload_date, view_count, rating] | No | 排序方式 \| Sort by for Shorts |
|
|
386
|
+
| continuation_token | query | string | No | 翻页令牌/Pagination token |
|
|
387
|
+
| filter_mixed_content | query | boolean | No | 是否过滤混合内容(长视频),默认True / Filter mixed content (long videos), default True |
|
|
388
|
+
|
|
389
|
+
#### Request Body
|
|
390
|
+
|
|
391
|
+
None
|
|
392
|
+
|
|
393
|
+
#### Success Response
|
|
394
|
+
|
|
395
|
+
##### `200 application/json`
|
|
396
|
+
|
|
397
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
398
|
+
|
|
399
|
+
| Field | Type | Required | Description |
|
|
400
|
+
| --- | --- | --- | --- |
|
|
401
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
402
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
403
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
404
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
405
|
+
| support | string | No | Support message \| 支持消息 |
|
|
406
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
407
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
408
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
409
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
410
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
411
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
412
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
413
|
+
|
|
414
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
415
|
+
|
|
416
|
+
### `GET /api/u1/v1/youtube/web_v2/get_signed_stream_url`
|
|
417
|
+
|
|
418
|
+
- Summary: 获取已签名的视频流URL/Get signed video stream URL
|
|
419
|
+
- Capabilities: livestream
|
|
420
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
421
|
+
- operationId: `get_signed_stream_url_api_v1_youtube_web_v2_get_signed_stream_url_get`
|
|
422
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-signed-stream-url`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-signed-stream-url)
|
|
423
|
+
|
|
424
|
+
#### Parameters
|
|
425
|
+
|
|
426
|
+
| Field | In | Type | Required | Description |
|
|
427
|
+
| --- | --- | --- | --- | --- |
|
|
428
|
+
| video_id | query | string | No | 视频ID/Video ID |
|
|
429
|
+
| video_url | query | string | No | 视频URL/Video URL (如果提供video_id则忽略此参数/Ignored if video_id is provided) |
|
|
430
|
+
| itag | query | integer | Yes | 格式标识符 itag (从 get_video_streams 接口获取)/Format identifier itag (obtained from get_video_streams endpoint) |
|
|
431
|
+
|
|
432
|
+
#### Request Body
|
|
433
|
+
|
|
434
|
+
None
|
|
435
|
+
|
|
436
|
+
#### Success Response
|
|
437
|
+
|
|
438
|
+
##### `200 application/json`
|
|
439
|
+
|
|
440
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
441
|
+
|
|
442
|
+
| Field | Type | Required | Description |
|
|
443
|
+
| --- | --- | --- | --- |
|
|
444
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
445
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
446
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
447
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
448
|
+
| support | string | No | Support message \| 支持消息 |
|
|
449
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
450
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
451
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
452
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
453
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
454
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
455
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
456
|
+
|
|
457
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
458
|
+
|
|
459
|
+
### `GET /api/u1/v1/youtube/web_v2/get_video_comment_replies`
|
|
460
|
+
|
|
461
|
+
- Summary: 获取视频二级评论/Get video sub comments
|
|
462
|
+
- Capabilities: comments / content details
|
|
463
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
464
|
+
- operationId: `get_video_comment_replies_api_v1_youtube_web_v2_get_video_comment_replies_get`
|
|
465
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-comment-replies`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-comment-replies)
|
|
466
|
+
|
|
467
|
+
#### Parameters
|
|
468
|
+
|
|
469
|
+
| Field | In | Type | Required | Description |
|
|
470
|
+
| --- | --- | --- | --- | --- |
|
|
471
|
+
| continuation_token | query | string | Yes | 回复的continuation token(从一级评论的reply_continuation_token字段获取)/Reply continuation token from first-level comment |
|
|
472
|
+
| language_code | query | string | No | 语言代码(如zh-CN, en-US等)/Language code |
|
|
473
|
+
| country_code | query | string | No | 国家代码(如US, JP等)/Country code |
|
|
474
|
+
| need_format | query | boolean | No | 是否需要清洗数据,提取关键内容,移除冗余数据/Whether to clean and format the data |
|
|
475
|
+
|
|
476
|
+
#### Request Body
|
|
477
|
+
|
|
478
|
+
None
|
|
479
|
+
|
|
480
|
+
#### Success Response
|
|
481
|
+
|
|
482
|
+
##### `200 application/json`
|
|
483
|
+
|
|
484
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
485
|
+
|
|
486
|
+
| Field | Type | Required | Description |
|
|
487
|
+
| --- | --- | --- | --- |
|
|
488
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
489
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
490
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
491
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
492
|
+
| support | string | No | Support message \| 支持消息 |
|
|
493
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
494
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
495
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
496
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
497
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
498
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
499
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
500
|
+
|
|
501
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
502
|
+
|
|
503
|
+
### `GET /api/u1/v1/youtube/web_v2/get_video_comments`
|
|
504
|
+
|
|
505
|
+
- Summary: 获取视频评论/Get video comments
|
|
506
|
+
- Capabilities: comments / content details
|
|
507
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
508
|
+
- operationId: `get_video_comments_api_v1_youtube_web_v2_get_video_comments_get`
|
|
509
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-comments`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-comments)
|
|
510
|
+
|
|
511
|
+
#### Parameters
|
|
512
|
+
|
|
513
|
+
| Field | In | Type | Required | Description |
|
|
514
|
+
| --- | --- | --- | --- | --- |
|
|
515
|
+
| video_id | query | string | Yes | 视频ID/Video ID |
|
|
516
|
+
| language_code | query | string | No | 语言代码(如zh-CN, en-US等)/Language code |
|
|
517
|
+
| country_code | query | string | No | 国家代码(如US, JP等)/Country code |
|
|
518
|
+
| sort_by | query | string enum[top, newest] | No | 排序方式 \| Sort by |
|
|
519
|
+
| continuation_token | query | string | No | 翻页令牌/Pagination token |
|
|
520
|
+
| need_format | query | boolean | No | 是否需要清洗数据,提取关键内容,移除冗余数据/Whether to clean and format the data |
|
|
521
|
+
|
|
522
|
+
#### Request Body
|
|
523
|
+
|
|
524
|
+
None
|
|
525
|
+
|
|
526
|
+
#### Success Response
|
|
527
|
+
|
|
528
|
+
##### `200 application/json`
|
|
529
|
+
|
|
530
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
531
|
+
|
|
532
|
+
| Field | Type | Required | Description |
|
|
533
|
+
| --- | --- | --- | --- |
|
|
534
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
535
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
536
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
537
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
538
|
+
| support | string | No | Support message \| 支持消息 |
|
|
539
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
540
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
541
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
542
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
543
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
544
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
545
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
546
|
+
|
|
547
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
548
|
+
|
|
549
|
+
### `GET /api/u1/v1/youtube/web_v2/get_video_info`
|
|
550
|
+
|
|
551
|
+
- Summary: 获取视频详情 /Get video information
|
|
552
|
+
- Capabilities: content details
|
|
553
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
554
|
+
- operationId: `get_video_info_api_v1_youtube_web_v2_get_video_info_get`
|
|
555
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-info`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-info)
|
|
556
|
+
|
|
557
|
+
#### Parameters
|
|
558
|
+
|
|
559
|
+
| Field | In | Type | Required | Description |
|
|
560
|
+
| --- | --- | --- | --- | --- |
|
|
561
|
+
| video_id | query | string | Yes | 视频ID/Video ID |
|
|
562
|
+
| language_code | query | string | No | 语言代码(如zh-CN, en-US等)/Language code |
|
|
563
|
+
| need_format | query | boolean | No | 是否需要清洗数据,提取关键内容,移除冗余数据/Whether to clean and format the data |
|
|
564
|
+
|
|
565
|
+
#### Request Body
|
|
566
|
+
|
|
567
|
+
None
|
|
568
|
+
|
|
569
|
+
#### Success Response
|
|
570
|
+
|
|
571
|
+
##### `200 application/json`
|
|
572
|
+
|
|
573
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
574
|
+
|
|
575
|
+
| Field | Type | Required | Description |
|
|
576
|
+
| --- | --- | --- | --- |
|
|
577
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
578
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
579
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
580
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
581
|
+
| support | string | No | Support message \| 支持消息 |
|
|
582
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
583
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
584
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
585
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
586
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
587
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
588
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
589
|
+
|
|
590
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
591
|
+
|
|
592
|
+
### `GET /api/u1/v1/youtube/web_v2/get_video_streams`
|
|
593
|
+
|
|
594
|
+
- Summary: 获取视频流信息/Get video streams info
|
|
595
|
+
- Capabilities: content details / livestream
|
|
596
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
597
|
+
- operationId: `get_video_streams_api_v1_youtube_web_v2_get_video_streams_get`
|
|
598
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-streams`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-streams)
|
|
599
|
+
|
|
600
|
+
#### Parameters
|
|
601
|
+
|
|
602
|
+
| Field | In | Type | Required | Description |
|
|
603
|
+
| --- | --- | --- | --- | --- |
|
|
604
|
+
| video_id | query | string | No | 视频ID/Video ID |
|
|
605
|
+
| video_url | query | string | No | 视频URL/Video URL (如果提供video_id则忽略此参数/Ignored if video_id is provided) |
|
|
606
|
+
|
|
607
|
+
#### Request Body
|
|
608
|
+
|
|
609
|
+
None
|
|
610
|
+
|
|
611
|
+
#### Success Response
|
|
612
|
+
|
|
613
|
+
##### `200 application/json`
|
|
614
|
+
|
|
615
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
616
|
+
|
|
617
|
+
| Field | Type | Required | Description |
|
|
618
|
+
| --- | --- | --- | --- |
|
|
619
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
620
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
621
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
622
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
623
|
+
| support | string | No | Support message \| 支持消息 |
|
|
624
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
625
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
626
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
627
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
628
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
629
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
630
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
631
|
+
|
|
632
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
633
|
+
|
|
634
|
+
### `GET /api/u1/v1/youtube/web_v2/get_video_streams_v2`
|
|
635
|
+
|
|
636
|
+
- Summary: 获取视频流信息 V2/Get video streams info V2
|
|
637
|
+
- Capabilities: content details / livestream
|
|
638
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
639
|
+
- operationId: `get_video_streams_v2_api_v1_youtube_web_v2_get_video_streams_v2_get`
|
|
640
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-streams-v2`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-get-video-streams-v2)
|
|
641
|
+
|
|
642
|
+
#### Parameters
|
|
643
|
+
|
|
644
|
+
| Field | In | Type | Required | Description |
|
|
645
|
+
| --- | --- | --- | --- | --- |
|
|
646
|
+
| video_id | query | string | No | 视频ID/Video ID |
|
|
647
|
+
| video_url | query | string | No | 视频URL/Video URL (如果提供video_id则忽略此参数/Ignored if video_id is provided) |
|
|
648
|
+
|
|
649
|
+
#### Request Body
|
|
650
|
+
|
|
651
|
+
None
|
|
652
|
+
|
|
653
|
+
#### Success Response
|
|
654
|
+
|
|
655
|
+
##### `200 application/json`
|
|
656
|
+
|
|
657
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
658
|
+
|
|
659
|
+
| Field | Type | Required | Description |
|
|
660
|
+
| --- | --- | --- | --- |
|
|
661
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
662
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
663
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
664
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
665
|
+
| support | string | No | Support message \| 支持消息 |
|
|
666
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
667
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
668
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
669
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
670
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
671
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
672
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
673
|
+
|
|
674
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
675
|
+
|
|
676
|
+
### `GET /api/u1/v1/youtube/web_v2/search_channels`
|
|
677
|
+
|
|
678
|
+
- Summary: 搜索频道/Search channels
|
|
679
|
+
- Capabilities: search / profiles / accounts
|
|
680
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
681
|
+
- operationId: `search_channels_api_v1_youtube_web_v2_search_channels_get`
|
|
682
|
+
- Full contract: [`api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-search-channels`](../api-contracts/youtube-web-v2-api.md#get-api-u1-v1-youtube-web-v2-search-channels)
|
|
683
|
+
|
|
684
|
+
#### Parameters
|
|
685
|
+
|
|
686
|
+
| Field | In | Type | Required | Description |
|
|
687
|
+
| --- | --- | --- | --- | --- |
|
|
688
|
+
| keyword | query | string | No | 搜索关键词/Search keyword |
|
|
689
|
+
| continuation_token | query | string | No | 分页token/Pagination token |
|
|
690
|
+
| need_format | query | boolean | No | 是否格式化数据/Whether to format data |
|
|
691
|
+
|
|
692
|
+
#### Request Body
|
|
693
|
+
|
|
694
|
+
None
|
|
695
|
+
|
|
696
|
+
#### Success Response
|
|
697
|
+
|
|
698
|
+
##### `200 application/json`
|
|
699
|
+
|
|
700
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
701
|
+
|
|
702
|
+
| Field | Type | Required | Description |
|
|
703
|
+
| --- | --- | --- | --- |
|
|
704
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
705
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
706
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
707
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
708
|
+
| support | string | No | Support message \| 支持消息 |
|
|
709
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
710
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
711
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
712
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
713
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
714
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
715
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
716
|
+
|
|
717
|
+
- Fields truncated: this layer shows only the first `12` rows.
|