@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,809 @@
|
|
|
1
|
+
# WeChat-Channels-API Full Contract
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Back to route summary: [`api-tags/wechat-channels-api.md`](../api-tags/wechat-channels-api.md)
|
|
5
|
+
- Current contract file: `api-contracts/wechat-channels-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: `9`
|
|
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: **(微信视频号数据接口/WeChat-Channels-API data endpoints)**
|
|
12
|
+
|
|
13
|
+
## Route Contracts
|
|
14
|
+
|
|
15
|
+
<a id="post-api-u1-v1-wechat-channels-fetch-comments"></a>
|
|
16
|
+
### `POST /api/u1/v1/wechat_channels/fetch_comments`
|
|
17
|
+
|
|
18
|
+
- Summary: 微信视频号评论/WeChat Channels Comments
|
|
19
|
+
- Capabilities: comments / profiles / accounts
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_comments_api_v1_wechat_channels_fetch_comments_post`
|
|
22
|
+
|
|
23
|
+
#### Notes
|
|
24
|
+
|
|
25
|
+
> # [中文]
|
|
26
|
+
> ### 用途:
|
|
27
|
+
> - 获取微信视频号视频评论
|
|
28
|
+
> - 支持分页获取更多评论
|
|
29
|
+
> - 价格:0.01$/次
|
|
30
|
+
> ### 参数:
|
|
31
|
+
> - id: 视频ID
|
|
32
|
+
> - lastBuffer: 分页参数,首次请求可为空
|
|
33
|
+
> - comment_id: 评论ID,默认不传,传入则获取该评论下的子评论
|
|
34
|
+
> ### 返回:
|
|
35
|
+
> - 视频评论列表
|
|
36
|
+
>
|
|
37
|
+
> # [English]
|
|
38
|
+
> ### Purpose:
|
|
39
|
+
> - Get WeChat Channels video comments
|
|
40
|
+
> - Support pagination for more comments
|
|
41
|
+
> - Price: $0.01 per request
|
|
42
|
+
> ### Parameters:
|
|
43
|
+
> - id: Video ID
|
|
44
|
+
> - lastBuffer: Pagination parameter, can be empty for first request
|
|
45
|
+
> - comment_id: Comment ID, if provided, fetches replies to that comment
|
|
46
|
+
> ### Return:
|
|
47
|
+
> - Video comment list
|
|
48
|
+
|
|
49
|
+
#### Parameters
|
|
50
|
+
|
|
51
|
+
None
|
|
52
|
+
|
|
53
|
+
#### Request Body
|
|
54
|
+
|
|
55
|
+
- required: Yes
|
|
56
|
+
|
|
57
|
+
##### `application/json`
|
|
58
|
+
|
|
59
|
+
- Schema summary: `id*`:string, `lastBuffer`:string, `comment_id`:string
|
|
60
|
+
|
|
61
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
62
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
63
|
+
| id | string | Yes | 视频ID/Video ID | None | 14145780330774202411 | None |
|
|
64
|
+
| lastBuffer | string | No | 分页参数,首次请求可为空/Pagination parameter, can be empty for first request | None | None | None |
|
|
65
|
+
| comment_id | string | No | 评论ID,默认不传,传入则获取该评论下的子评论/Comment ID, if provided, fetches replies to that comment | None | None | None |
|
|
66
|
+
|
|
67
|
+
#### Success Response
|
|
68
|
+
|
|
69
|
+
##### `200 application/json`
|
|
70
|
+
|
|
71
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
72
|
+
|
|
73
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
74
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
75
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
76
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
77
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
78
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
79
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
80
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
81
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
82
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
83
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
84
|
+
| 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 |
|
|
85
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
86
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
87
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
88
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
89
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
90
|
+
|
|
91
|
+
<a id="post-api-u1-v1-wechat-channels-fetch-default-search"></a>
|
|
92
|
+
### `POST /api/u1/v1/wechat_channels/fetch_default_search`
|
|
93
|
+
|
|
94
|
+
- Summary: 微信视频号默认搜索/WeChat Channels Default Search
|
|
95
|
+
- Capabilities: search / profiles / accounts
|
|
96
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
97
|
+
- operationId: `fetch_default_search_api_v1_wechat_channels_fetch_default_search_post`
|
|
98
|
+
|
|
99
|
+
#### Notes
|
|
100
|
+
|
|
101
|
+
> # [中文]
|
|
102
|
+
> ### 用途:
|
|
103
|
+
> - 获取微信视频号默认搜索结果
|
|
104
|
+
> - 支持分页获取更多结果
|
|
105
|
+
> - 价格:0.01$/次
|
|
106
|
+
> ### 参数:
|
|
107
|
+
> - keywords: 搜索关键词
|
|
108
|
+
> - session_buffer:
|
|
109
|
+
> - 分页参数,首次请求可为空,后续使用响应中的 `last_buff` 进行分页请求
|
|
110
|
+
> - JSON Path: `$.data.last_buff`
|
|
111
|
+
> ### 返回:
|
|
112
|
+
> - 搜索结果列表,包含视频信息
|
|
113
|
+
>
|
|
114
|
+
> ### 重要提示:
|
|
115
|
+
> - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
|
|
116
|
+
> - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
|
|
117
|
+
> - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
|
|
118
|
+
> - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
119
|
+
> - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
|
|
120
|
+
> - JSON Path 和相关说明:
|
|
121
|
+
> - 获取翻页参数 `last_buff`: `$.data.last_buff`
|
|
122
|
+
> - 获取视频列表: `$.data.media_list[*]`
|
|
123
|
+
> - 获取视频 CDN 链接(不带Token): `$.data.media_list[*].object_desc.media[0].url`
|
|
124
|
+
> - 获取视频 CDN 链接的 Token: `$.data.media_list[*].object_desc.media[0].url_token`
|
|
125
|
+
> - 拼接视频 CDN 的完整 URL 方式: `$.data.media_list[*].object_desc.media[0].url + $.data.media_list[*].object_desc.media[0].url_token`
|
|
126
|
+
> - 获取视频解密密钥(每次请求都不一样): `$.data.media_list[*].object_desc.media[0].decode_key`
|
|
127
|
+
> - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
128
|
+
> - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
129
|
+
>
|
|
130
|
+
> # [English]
|
|
131
|
+
> ### Purpose:
|
|
132
|
+
> - Get WeChat Channels default search results
|
|
133
|
+
> - Support pagination for more results
|
|
134
|
+
> - Price: $0.01 per request
|
|
135
|
+
> ### Parameters:
|
|
136
|
+
> - keywords: Search keywords
|
|
137
|
+
> - session_buffer: Pagination parameter, can be empty for first request
|
|
138
|
+
> - For subsequent requests, use `last_buff` from the response for pagination
|
|
139
|
+
> - JSON Path: `$.data.last_buff`
|
|
140
|
+
>
|
|
141
|
+
> ### Return:
|
|
142
|
+
> - Search result list with video information
|
|
143
|
+
> ### Important Note:
|
|
144
|
+
> - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
|
|
145
|
+
> - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
|
|
146
|
+
> - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
|
|
147
|
+
> - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
148
|
+
> - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
|
|
149
|
+
> - JSON Path and related instructions:
|
|
150
|
+
> - To get the pagination parameter `last_buff`: `$.data.last_buff`
|
|
151
|
+
> - To get the video list: `$.data.media_list[*]`
|
|
152
|
+
> - To get the video CDN link (without Token): `$.data.media_list[*].object_desc.media[0].url`
|
|
153
|
+
> - To get the Token for the video CDN link: `$.data.media_list[*].object_desc.media[0].url_token`
|
|
154
|
+
> - How to concatenate the complete URL of the video CDN: `$.data.media_list[*].object_desc.media[0].url + $.data.media_list[*].object_desc.media[0].url_token`
|
|
155
|
+
> - To get the video decryption key (different for each request): `$.data.media_list[*].object_desc.media[0].decode_key`
|
|
156
|
+
> - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
157
|
+
> - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
158
|
+
|
|
159
|
+
#### Parameters
|
|
160
|
+
|
|
161
|
+
None
|
|
162
|
+
|
|
163
|
+
#### Request Body
|
|
164
|
+
|
|
165
|
+
- required: Yes
|
|
166
|
+
|
|
167
|
+
##### `application/json`
|
|
168
|
+
|
|
169
|
+
- Schema summary: `keywords*`:string, `session_buffer`:string
|
|
170
|
+
|
|
171
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
172
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
173
|
+
| keywords | string | Yes | 搜索关键词/Search keywords | None | 美食 | None |
|
|
174
|
+
| session_buffer | string | No | 分页参数,首次请求可为空,后续使用响应中的 last_buff 进行分页请求/Pagination parameter, can be empty for first request, use last_buff from response for subsequent requests | None | None | None |
|
|
175
|
+
|
|
176
|
+
#### Success Response
|
|
177
|
+
|
|
178
|
+
##### `200 application/json`
|
|
179
|
+
|
|
180
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
181
|
+
|
|
182
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
183
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
184
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
185
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
186
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
187
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
188
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
189
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
190
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
191
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
192
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
193
|
+
| 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 |
|
|
194
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
195
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
196
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
197
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
198
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
199
|
+
|
|
200
|
+
<a id="post-api-u1-v1-wechat-channels-fetch-home-page"></a>
|
|
201
|
+
### `POST /api/u1/v1/wechat_channels/fetch_home_page`
|
|
202
|
+
|
|
203
|
+
- Summary: 微信视频号主页/WeChat Channels Home Page
|
|
204
|
+
- Capabilities: profiles / accounts
|
|
205
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
206
|
+
- operationId: `fetch_home_page_api_v1_wechat_channels_fetch_home_page_post`
|
|
207
|
+
|
|
208
|
+
#### Notes
|
|
209
|
+
|
|
210
|
+
> # [中文]
|
|
211
|
+
> ### 用途:
|
|
212
|
+
> - 获取微信视频号用户主页信息
|
|
213
|
+
> - 包含用户发布的视频列表
|
|
214
|
+
> - 支持分页获取更多视频
|
|
215
|
+
> - 价格:0.01$/次
|
|
216
|
+
> ### 参数:
|
|
217
|
+
> - username: 用户名
|
|
218
|
+
> - last_buffer:
|
|
219
|
+
> - 分页参数,首次请求可为空,后续使用 `object_list` 最后一个 item 的 `last_buffer` 进行分页请求
|
|
220
|
+
> - JSON Path: `$.data.object_list[-1].last_buffer`
|
|
221
|
+
> ### 返回:
|
|
222
|
+
> - 用户主页信息和视频列表
|
|
223
|
+
>
|
|
224
|
+
> ### 重要提示:
|
|
225
|
+
> - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
|
|
226
|
+
> - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
|
|
227
|
+
> - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
|
|
228
|
+
> - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
229
|
+
> - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
|
|
230
|
+
> - JSON Path 和相关说明:
|
|
231
|
+
> - 获取翻页参数 `last_buffer`: `$.data.object_list[-1].last_buffer`
|
|
232
|
+
> - 获取视频列表: `$.data.object_list[*]`
|
|
233
|
+
> - 获取视频 CDN 链接(不带Token): `$.data.object_list[*].object_desc.media[0].url`
|
|
234
|
+
> - 获取视频 CDN 链接的 Token: `$.data.object_list[*].object_desc.media[0].url_token`
|
|
235
|
+
> - 拼接视频 CDN 的完整 URL 方式: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
|
|
236
|
+
> - 获取视频解密密钥(每次请求都不一样): `$.data.object_list[*].object_desc.media[0].decode_key`
|
|
237
|
+
> - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
238
|
+
> - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
239
|
+
>
|
|
240
|
+
> # [English]
|
|
241
|
+
> ### Purpose:
|
|
242
|
+
> - Get WeChat Channels user homepage information
|
|
243
|
+
> - Including list of videos published by user
|
|
244
|
+
> - Support pagination for more videos
|
|
245
|
+
> - Price: $0.01 per request
|
|
246
|
+
> ### Parameters:
|
|
247
|
+
> - username: Username
|
|
248
|
+
> - last_buffer:
|
|
249
|
+
> - Pagination parameter, can be empty for first request
|
|
250
|
+
> - For subsequent requests, use the `last_buffer` of the last item in `object_list`
|
|
251
|
+
> - JSON Path: `$.data.object_list[-1].last_buffer`
|
|
252
|
+
> ### Return:
|
|
253
|
+
> - User homepage information and video list
|
|
254
|
+
> ### Important Note:
|
|
255
|
+
> - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
|
|
256
|
+
> - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
|
|
257
|
+
> - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
|
|
258
|
+
> - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
259
|
+
> - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
|
|
260
|
+
> - JSON Path and related instructions:
|
|
261
|
+
> - To get the pagination parameter `last_buffer`: `$.data.object_list[-1].last_buffer`
|
|
262
|
+
> - To get the video list: `$.data.object_list[*]`
|
|
263
|
+
> - To get the video CDN link (without Token): `$.data.object_list[*].object_desc.media[0].url`
|
|
264
|
+
> - To get the Token for the video CDN link: `$.data.object_list[*].object_desc.media[0].url_token`
|
|
265
|
+
> - How to concatenate the complete URL of the video CDN: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
|
|
266
|
+
> - To get the video decryption key (different for each request): `$.data.object_list[*].object_desc.media[0].decode_key`
|
|
267
|
+
> - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
268
|
+
> - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
269
|
+
|
|
270
|
+
#### Parameters
|
|
271
|
+
|
|
272
|
+
None
|
|
273
|
+
|
|
274
|
+
#### Request Body
|
|
275
|
+
|
|
276
|
+
- required: Yes
|
|
277
|
+
|
|
278
|
+
##### `application/json`
|
|
279
|
+
|
|
280
|
+
- Schema summary: `username*`:string, `last_buffer`:string
|
|
281
|
+
|
|
282
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
283
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
284
|
+
| username | string | Yes | 用户名/Username | None | v2_060000231003b20faec8c4ea8a1ac7d5c80ce434b077535b622489f476b63209b6886fc4a16f… | None |
|
|
285
|
+
| last_buffer | string | No | 分页参数,首次请求可为空,后续使用 object_list 最后一个 item 的 last_buffer 进行分页请求/Pagination parameter, can be empty for first request | None | None | None |
|
|
286
|
+
|
|
287
|
+
#### Success Response
|
|
288
|
+
|
|
289
|
+
##### `200 application/json`
|
|
290
|
+
|
|
291
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
292
|
+
|
|
293
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
294
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
295
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
296
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
297
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
298
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
299
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
300
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
301
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
302
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
303
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
304
|
+
| 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 |
|
|
305
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
306
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
307
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
308
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
309
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
310
|
+
|
|
311
|
+
<a id="get-api-u1-v1-wechat-channels-fetch-hot-words"></a>
|
|
312
|
+
### `GET /api/u1/v1/wechat_channels/fetch_hot_words`
|
|
313
|
+
|
|
314
|
+
- Summary: 微信视频号热门话题/WeChat Channels Hot Topics
|
|
315
|
+
- Capabilities: trends / rankings / profiles / accounts
|
|
316
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
317
|
+
- operationId: `fetch_hot_words_api_v1_wechat_channels_fetch_hot_words_get`
|
|
318
|
+
|
|
319
|
+
#### Notes
|
|
320
|
+
|
|
321
|
+
> # [中文]
|
|
322
|
+
> ### 用途:
|
|
323
|
+
> - 获取微信视频号当前热门话题
|
|
324
|
+
> - 可用于发现热门内容和趋势
|
|
325
|
+
> - 价格:0.01$/次
|
|
326
|
+
> ### 参数:
|
|
327
|
+
> - 无需额外参数
|
|
328
|
+
> ### 返回:
|
|
329
|
+
> - 热门话题列表
|
|
330
|
+
>
|
|
331
|
+
> # [English]
|
|
332
|
+
> ### Purpose:
|
|
333
|
+
> - Get current hot topics in WeChat Channels
|
|
334
|
+
> - Can be used to discover popular content and trends
|
|
335
|
+
> - Price: $0.01 per request
|
|
336
|
+
> ### Parameters:
|
|
337
|
+
> - No additional parameters required
|
|
338
|
+
> ### Return:
|
|
339
|
+
> - Hot topic list
|
|
340
|
+
|
|
341
|
+
#### Parameters
|
|
342
|
+
|
|
343
|
+
None
|
|
344
|
+
|
|
345
|
+
#### Request Body
|
|
346
|
+
|
|
347
|
+
None
|
|
348
|
+
|
|
349
|
+
#### Success Response
|
|
350
|
+
|
|
351
|
+
##### `200 application/json`
|
|
352
|
+
|
|
353
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
354
|
+
|
|
355
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
356
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
357
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
358
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
359
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
360
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
361
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
362
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
363
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
364
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
365
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
366
|
+
| 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 |
|
|
367
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
368
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
369
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
370
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
371
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
372
|
+
|
|
373
|
+
<a id="get-api-u1-v1-wechat-channels-fetch-live-history"></a>
|
|
374
|
+
### `GET /api/u1/v1/wechat_channels/fetch_live_history`
|
|
375
|
+
|
|
376
|
+
- Summary: 微信视频号直播回放/WeChat Channels Live History
|
|
377
|
+
- Capabilities: profiles / accounts / livestream
|
|
378
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
379
|
+
- operationId: `fetch_live_history_api_v1_wechat_channels_fetch_live_history_get`
|
|
380
|
+
|
|
381
|
+
#### Notes
|
|
382
|
+
|
|
383
|
+
> # [中文]
|
|
384
|
+
> ### 用途:
|
|
385
|
+
> - 获取微信视频号用户的直播回放列表
|
|
386
|
+
> - 价格:0.01$/次
|
|
387
|
+
> ### 参数:
|
|
388
|
+
> - username: 用户名
|
|
389
|
+
> ### 返回:
|
|
390
|
+
> - 直播回放列表
|
|
391
|
+
>
|
|
392
|
+
> ### 重要提示:
|
|
393
|
+
> - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
|
|
394
|
+
> - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
|
|
395
|
+
> - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
|
|
396
|
+
> - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
397
|
+
> - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
|
|
398
|
+
> - JSON Path 和相关说明:
|
|
399
|
+
> - 获取直播回放列表: `$.data.live_list[*]`
|
|
400
|
+
> - 获取视频 CDN 链接(不带Token): `$.data.live_list[*].media.url`
|
|
401
|
+
> - 获取视频 CDN 链接的 Token: `$.data.live_list[*].media.url_token`
|
|
402
|
+
> - 拼接视频 CDN 的完整 URL 方式: `$.data.live_list[*].media.url + $.data.live_list[*].media.url_token`
|
|
403
|
+
> - 获取视频解密密钥(每次请求都不一样): `$.data.live_list[*].media.decode_key`
|
|
404
|
+
> - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
405
|
+
> - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
406
|
+
>
|
|
407
|
+
> # [English]
|
|
408
|
+
> ### Purpose:
|
|
409
|
+
> - Get WeChat Channels user's live replay list
|
|
410
|
+
> - Price: $0.01 per request
|
|
411
|
+
> ### Parameters:
|
|
412
|
+
> - username: Username
|
|
413
|
+
> ### Return:
|
|
414
|
+
> - Live replay list
|
|
415
|
+
> ### Important Note:
|
|
416
|
+
> - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
|
|
417
|
+
> - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
|
|
418
|
+
> - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
|
|
419
|
+
> - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
420
|
+
> - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
|
|
421
|
+
> - JSON Path and related instructions:
|
|
422
|
+
> - To get the live replay list: `$.data.live_list[*]`
|
|
423
|
+
> - To get the video CDN link (without Token): `$.data.live_list[*].media.url`
|
|
424
|
+
> - To get the Token for the video CDN link: `$.data.live_list[*].media.url_token`
|
|
425
|
+
> - How to concatenate the complete URL of the video CDN: `$.data.live_list[*].media.url + $.data.live_list[*].media.url_token`
|
|
426
|
+
> - To get the video decryption key (different for each request): `$.data.live_list[*].media.decode_key`
|
|
427
|
+
> - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
428
|
+
> - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
429
|
+
|
|
430
|
+
#### Parameters
|
|
431
|
+
|
|
432
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
433
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
434
|
+
| username | query | string | Yes | 用户名/Username | None | v2_060000231003b20faec8c5eb811dc1d2cc0cee34b0779397527ceff87326eefb309aac785aa8… | None |
|
|
435
|
+
|
|
436
|
+
#### Request Body
|
|
437
|
+
|
|
438
|
+
None
|
|
439
|
+
|
|
440
|
+
#### Success Response
|
|
441
|
+
|
|
442
|
+
##### `200 application/json`
|
|
443
|
+
|
|
444
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
445
|
+
|
|
446
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
447
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
448
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
449
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
450
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
451
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
452
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
453
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
454
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
455
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
456
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
457
|
+
| 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 |
|
|
458
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
459
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
460
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
461
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
462
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
463
|
+
|
|
464
|
+
<a id="get-api-u1-v1-wechat-channels-fetch-search-latest"></a>
|
|
465
|
+
### `GET /api/u1/v1/wechat_channels/fetch_search_latest`
|
|
466
|
+
|
|
467
|
+
- Summary: 微信视频号搜索最新视频/WeChat Channels Search Latest Videos
|
|
468
|
+
- Capabilities: search / profiles / accounts
|
|
469
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
470
|
+
- operationId: `fetch_search_latest_api_v1_wechat_channels_fetch_search_latest_get`
|
|
471
|
+
|
|
472
|
+
#### Notes
|
|
473
|
+
|
|
474
|
+
> # [中文]
|
|
475
|
+
> ### 用途:
|
|
476
|
+
> - 获取微信视频号最新视频搜索结果
|
|
477
|
+
> - 按时间倒序排列
|
|
478
|
+
> - 价格:0.01$/次
|
|
479
|
+
> ### 参数:
|
|
480
|
+
> - keywords: 搜索关键词
|
|
481
|
+
> ### 返回:
|
|
482
|
+
> - 最新视频搜索结果列表
|
|
483
|
+
>
|
|
484
|
+
> ### 重要提示:
|
|
485
|
+
> - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
|
|
486
|
+
> - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
|
|
487
|
+
> - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
|
|
488
|
+
> - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
489
|
+
> - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
|
|
490
|
+
> - JSON Path 和相关说明:
|
|
491
|
+
> - 获取视频列表: `$.data.object_list[*]`
|
|
492
|
+
> - 获取视频 CDN 链接(不带Token): `$.data.object_list[*].object_desc.media[0].url`
|
|
493
|
+
> - 获取视频 CDN 链接的 Token: `$.data.object_list[*].object_desc.media[0].url_token`
|
|
494
|
+
> - 拼接视频 CDN 的完整 URL 方式: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
|
|
495
|
+
> - 获取视频解密密钥(每次请求都不一样): `$.data.object_list[*].object_desc.media[0].decode_key`
|
|
496
|
+
> - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
497
|
+
> - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
498
|
+
>
|
|
499
|
+
> # [English]
|
|
500
|
+
> ### Purpose:
|
|
501
|
+
> - Get WeChat Channels latest video search results
|
|
502
|
+
> - Sorted by time in descending order
|
|
503
|
+
> - Price: $0.01 per request
|
|
504
|
+
> ### Parameters:
|
|
505
|
+
> - keywords: Search keywords
|
|
506
|
+
> ### Return:
|
|
507
|
+
> - Latest video search result list
|
|
508
|
+
> ### Important Note:
|
|
509
|
+
> - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
|
|
510
|
+
> - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
|
|
511
|
+
> - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
|
|
512
|
+
> - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
513
|
+
> - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
|
|
514
|
+
> - JSON Path and related instructions:
|
|
515
|
+
> - To get the video list: `$.data.object_list[*]`
|
|
516
|
+
> - To get the video CDN link (without Token): `$.data.object_list[*].object_desc.media[0].url`
|
|
517
|
+
> - To get the Token for the video CDN link: `$.data.object_list[*].object_desc.media[0].url_token`
|
|
518
|
+
> - How to concatenate the complete URL of the video CDN: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
|
|
519
|
+
> - To get the video decryption key (different for each request): `$.data.object_list[*].object_desc.media[0].decode_key`
|
|
520
|
+
> - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
521
|
+
> - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
522
|
+
|
|
523
|
+
#### Parameters
|
|
524
|
+
|
|
525
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
526
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
527
|
+
| keywords | query | string | Yes | 搜索关键词/Search keywords | None | 美食 | 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-wechat-channels-fetch-search-ordinary"></a>
|
|
558
|
+
### `GET /api/u1/v1/wechat_channels/fetch_search_ordinary`
|
|
559
|
+
|
|
560
|
+
- Summary: 微信视频号综合搜索/WeChat Channels Comprehensive Search
|
|
561
|
+
- Capabilities: search / profiles / accounts
|
|
562
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
563
|
+
- operationId: `fetch_search_ordinary_api_v1_wechat_channels_fetch_search_ordinary_get`
|
|
564
|
+
|
|
565
|
+
#### Notes
|
|
566
|
+
|
|
567
|
+
> # [中文]
|
|
568
|
+
> ### 用途:
|
|
569
|
+
> - 获取微信视频号综合搜索结果
|
|
570
|
+
> - 按相关性排序
|
|
571
|
+
> - 价格:0.01$/次
|
|
572
|
+
> ### 参数:
|
|
573
|
+
> - keywords: 搜索关键词
|
|
574
|
+
> ### 返回:
|
|
575
|
+
> - 综合搜索结果列表
|
|
576
|
+
>
|
|
577
|
+
> ### 重要提示:
|
|
578
|
+
> - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
|
|
579
|
+
> - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
|
|
580
|
+
> - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
|
|
581
|
+
> - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
582
|
+
> - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
|
|
583
|
+
> - JSON Path 和相关说明:
|
|
584
|
+
> - 获取视频列表: `$.data.object_list[*]`
|
|
585
|
+
> - 获取视频 CDN 链接(不带Token): `$.data.object_list[*].object_desc.media[0].url`
|
|
586
|
+
> - 获取视频 CDN 链接的 Token: `$.data.object_list[*].object_desc.media[0].url_token`
|
|
587
|
+
> - 拼接视频 CDN 的完整 URL 方式: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
|
|
588
|
+
> - 获取视频解密密钥(每次请求都不一样): `$.data.object_list[*].object_desc.media[0].decode_key`
|
|
589
|
+
> - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
590
|
+
> - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
591
|
+
>
|
|
592
|
+
> # [English]
|
|
593
|
+
> ### Purpose:
|
|
594
|
+
> - Get WeChat Channels comprehensive search results
|
|
595
|
+
> - Sorted by relevance
|
|
596
|
+
> - Price: $0.01 per request
|
|
597
|
+
> ### Parameters:
|
|
598
|
+
> - keywords: Search keywords
|
|
599
|
+
> ### Return:
|
|
600
|
+
> - Comprehensive search result list
|
|
601
|
+
> ### Important Note:
|
|
602
|
+
> - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
|
|
603
|
+
> - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
|
|
604
|
+
> - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
|
|
605
|
+
> - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
606
|
+
> - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
|
|
607
|
+
> - JSON Path and related instructions:
|
|
608
|
+
> - To get the video list: `$.data.object_list[*]`
|
|
609
|
+
> - To get the video CDN link (without Token): `$.data.object_list[*].object_desc.media[0].url`
|
|
610
|
+
> - To get the Token for the video CDN link: `$.data.object_list[*].object_desc.media[0].url_token`
|
|
611
|
+
> - How to concatenate the complete URL of the video CDN: `$.data.object_list[*].object_desc.media[0].url + $.data.object_list[*].object_desc.media[0].url_token`
|
|
612
|
+
> - To get the video decryption key (different for each request): `$.data.object_list[*].object_desc.media[0].decode_key`
|
|
613
|
+
> - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
614
|
+
> - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
615
|
+
|
|
616
|
+
#### Parameters
|
|
617
|
+
|
|
618
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
619
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
620
|
+
| keywords | query | string | Yes | 搜索关键词/Search keywords | None | 美食 | None |
|
|
621
|
+
|
|
622
|
+
#### Request Body
|
|
623
|
+
|
|
624
|
+
None
|
|
625
|
+
|
|
626
|
+
#### Success Response
|
|
627
|
+
|
|
628
|
+
##### `200 application/json`
|
|
629
|
+
|
|
630
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
631
|
+
|
|
632
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
633
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
634
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
635
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
636
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
637
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
638
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
639
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
640
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
641
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
642
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
643
|
+
| 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 |
|
|
644
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
645
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
646
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
647
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
648
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
649
|
+
|
|
650
|
+
<a id="get-api-u1-v1-wechat-channels-fetch-user-search"></a>
|
|
651
|
+
### `GET /api/u1/v1/wechat_channels/fetch_user_search`
|
|
652
|
+
|
|
653
|
+
- Summary: 微信视频号用户搜索/WeChat Channels User Search
|
|
654
|
+
- Capabilities: search / profiles / accounts
|
|
655
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
656
|
+
- operationId: `fetch_user_search_api_v1_wechat_channels_fetch_user_search_get`
|
|
657
|
+
|
|
658
|
+
#### Notes
|
|
659
|
+
|
|
660
|
+
> # [中文]
|
|
661
|
+
> ### 用途:
|
|
662
|
+
> - 搜索微信视频号用户
|
|
663
|
+
> - 按关键词查找相关用户
|
|
664
|
+
> - 价格:0.01$/次
|
|
665
|
+
> ### 参数:
|
|
666
|
+
> - keywords: 搜索关键词
|
|
667
|
+
> - page: 页码,从1开始
|
|
668
|
+
> ### 返回:
|
|
669
|
+
> - 用户搜索结果列表
|
|
670
|
+
>
|
|
671
|
+
> # [English]
|
|
672
|
+
> ### Purpose:
|
|
673
|
+
> - Search WeChat Channels users
|
|
674
|
+
> - Find related users by keywords
|
|
675
|
+
> - Price: $0.01 per request
|
|
676
|
+
> ### Parameters:
|
|
677
|
+
> - keywords: Search keywords
|
|
678
|
+
> - page: Page number, starting from 1
|
|
679
|
+
> ### Return:
|
|
680
|
+
> - User search result list
|
|
681
|
+
|
|
682
|
+
#### Parameters
|
|
683
|
+
|
|
684
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
685
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
686
|
+
| keywords | query | string | Yes | 搜索关键词/Search keywords | None | 美食博主 | None |
|
|
687
|
+
| page | query | integer | No | 页码/Page number | 1 | None | None |
|
|
688
|
+
|
|
689
|
+
#### Request Body
|
|
690
|
+
|
|
691
|
+
None
|
|
692
|
+
|
|
693
|
+
#### Success Response
|
|
694
|
+
|
|
695
|
+
##### `200 application/json`
|
|
696
|
+
|
|
697
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
698
|
+
|
|
699
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
700
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
701
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
702
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
703
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
704
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
705
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
706
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
707
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
708
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
709
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
710
|
+
| 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 |
|
|
711
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
712
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
713
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
714
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
715
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
716
|
+
|
|
717
|
+
<a id="get-api-u1-v1-wechat-channels-fetch-video-detail"></a>
|
|
718
|
+
### `GET /api/u1/v1/wechat_channels/fetch_video_detail`
|
|
719
|
+
|
|
720
|
+
- Summary: 微信视频号视频详情/WeChat Channels Video Detail
|
|
721
|
+
- Capabilities: profiles / accounts / content details / details
|
|
722
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
723
|
+
- operationId: `fetch_video_detail_api_v1_wechat_channels_fetch_video_detail_get`
|
|
724
|
+
|
|
725
|
+
#### Notes
|
|
726
|
+
|
|
727
|
+
> # [中文]
|
|
728
|
+
> ### 用途:
|
|
729
|
+
> - 获取微信视频号视频详细信息
|
|
730
|
+
> - 可通过视频ID或导出ID获取
|
|
731
|
+
> - 价格:0.01$/次
|
|
732
|
+
> ### 参数:
|
|
733
|
+
> - id: 视频ID(二选一)
|
|
734
|
+
> - exportId: 导出ID(会过期,二选一,使用时可不传id)
|
|
735
|
+
> ### 返回:
|
|
736
|
+
> - 视频详细信息
|
|
737
|
+
>
|
|
738
|
+
> ### 重要提示:
|
|
739
|
+
> - 如果你访问响应返回的 `url` 字段,可能会发现无法正确打开视频页面,这是因为微信对视频号页面做了防盗链处理。
|
|
740
|
+
> - 解决方法是将 `url` 字段和 `url_token` 字段拼接成一个完整的 URL,然后在浏览器中打开。(注明:可以打开的意思是HTTP响应代码200,不代表视频能正常播放,因为视频文件是加密的)
|
|
741
|
+
> - 使用上面拼接好的链接通过任意 HTTP 客户端下载视频文件,下载后如果发现 MP4 文件无法正常播放,说明该视频文件是加密的。 请使用接口返回的 `decode_key` 字段和加密视频文件,通过下面的工具进行解密。
|
|
742
|
+
> - ⚠️ **视频文件加密说明**: 如果下载的 MP4 文件无法正常播放,说明该视频文件是加密的。请使用接口返回的 `decode_key` 字段和加密视频文件,通过此工具进行解密:https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
743
|
+
> - ⚠️ **重要**: 微信接口每次请求都会返回新的加密文件链接和 `decode_key`,即使是同一个视频。请确保使用的 `decode_key` 与下载的加密视频文件是同一次 API 响应中获取的,否则解密将会失败。
|
|
744
|
+
> - JSON Path 和相关说明:
|
|
745
|
+
> - 获取视频 CDN 链接(不带Token): `$.data.object_desc.media[0].url`
|
|
746
|
+
> - 获取视频 CDN 链接的 Token: `$.data.object_desc.media[0].url_token`
|
|
747
|
+
> - 拼接视频 CDN 的完整 URL 方式: `$.data.object_desc.media[0].url + $.data.object_desc.media[0].url_token`
|
|
748
|
+
> - 获取视频解密密钥(每次请求都不一样): `$.data.object_desc.media[0].decode_key`
|
|
749
|
+
> - 在线解密工具: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
750
|
+
> - 可自行部署的解密 API(Docker一键部署):https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
751
|
+
>
|
|
752
|
+
> # [English]
|
|
753
|
+
> ### Purpose:
|
|
754
|
+
> - Get WeChat Channels video detailed information
|
|
755
|
+
> - Can be obtained through video ID or export ID
|
|
756
|
+
> - Price: $0.01 per request
|
|
757
|
+
> ### Parameters:
|
|
758
|
+
> - id: Video ID (choose one)
|
|
759
|
+
> - exportId: Export ID (may expire, choose one, can be used without id)
|
|
760
|
+
> ### Return:
|
|
761
|
+
> - Video detailed information
|
|
762
|
+
> ### Important Note:
|
|
763
|
+
> - If you try to access the `url` field in the response, you may find that the video page cannot be opened correctly. This is because WeChat has implemented anti-hotlinking protection for video pages.
|
|
764
|
+
> - The solution is to concatenate the `url` field and the `url_token` field into a complete URL, and then open it in a browser. (Note: "can be opened" means HTTP response code 200, does not mean the video can be played normally, as the video file is encrypted)
|
|
765
|
+
> - Use the concatenated link above to download the video file through any HTTP client. If you find that the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using the tool below.
|
|
766
|
+
> - ⚠️ **Video Encryption Notice**: If the downloaded MP4 file cannot be played normally, it means the video file is encrypted. Please use the `decode_key` field returned by the API along with the encrypted video file, and decrypt it using this tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
767
|
+
> - ⚠️ **Important**: WeChat API returns a new encrypted file link and `decode_key` with each request, even for the same video. Please ensure that the `decode_key` used matches the encrypted video file obtained from the same API response, otherwise decryption will fail.
|
|
768
|
+
> - JSON Path and related instructions:
|
|
769
|
+
> - To get the video CDN link (without Token): `$.data.object_desc.media[0].url`
|
|
770
|
+
> - To get the Token for the video CDN link: `$.data.object_desc.media[0].url_token`
|
|
771
|
+
> - How to concatenate the complete URL of the video CDN: `$.data.object_desc.media[0].url + $.data.object_desc.media[0].url_token`
|
|
772
|
+
> - To get the video decryption key (different for each request): `$.data.object_desc.media[0].decode_key`
|
|
773
|
+
> - Online decryption tool: https://evil0ctal.github.io/WeChat-Channels-Video-File-Decryption/
|
|
774
|
+
> - Self-deployable decryption API (one-click Docker deployment): https://github.com/Evil0ctal/WeChat-Channels-Video-File-Decryption
|
|
775
|
+
|
|
776
|
+
#### Parameters
|
|
777
|
+
|
|
778
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
779
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
780
|
+
| id | query | string | No | 视频ID/Video ID | None | 14396973035218999573 | None |
|
|
781
|
+
| exportId | query | string | No | 导出ID会过期,优先用视频ID,使用时可不传id/Export ID may expire, prefer to use Video ID, can be used without id | None | None | None |
|
|
782
|
+
|
|
783
|
+
#### Request Body
|
|
784
|
+
|
|
785
|
+
None
|
|
786
|
+
|
|
787
|
+
#### Success Response
|
|
788
|
+
|
|
789
|
+
##### `200 application/json`
|
|
790
|
+
|
|
791
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
792
|
+
|
|
793
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
794
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
795
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
796
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
797
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
798
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
799
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
800
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
801
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
802
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
803
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
804
|
+
| 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 |
|
|
805
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
806
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
807
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
808
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
809
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|