@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,136 @@
|
|
|
1
|
+
# Temp-Mail-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/temp-mail-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/temp-mail-api.md`](../api-contracts/temp-mail-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: `3`
|
|
9
|
+
- Common capabilities: general
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `token`, `message_id`
|
|
12
|
+
- Tag description: **(临时邮箱接口/Temp-Mail-API endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/temp_mail/v1/get_email_by_id`
|
|
17
|
+
|
|
18
|
+
- Summary: Get Email By Id
|
|
19
|
+
- Capabilities: general
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `get_email_by_id_api_v1_temp_mail_v1_get_email_by_id_get`
|
|
22
|
+
- Full contract: [`api-contracts/temp-mail-api.md#get-api-u1-v1-temp-mail-v1-get-email-by-id`](../api-contracts/temp-mail-api.md#get-api-u1-v1-temp-mail-v1-get-email-by-id)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| token | query | string | Yes | Bearer Token |
|
|
29
|
+
| message_id | query | string | Yes | Message ID |
|
|
30
|
+
|
|
31
|
+
#### Request Body
|
|
32
|
+
|
|
33
|
+
None
|
|
34
|
+
|
|
35
|
+
#### Success Response
|
|
36
|
+
|
|
37
|
+
##### `200 application/json`
|
|
38
|
+
|
|
39
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
40
|
+
|
|
41
|
+
| Field | Type | Required | Description |
|
|
42
|
+
| --- | --- | --- | --- |
|
|
43
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
44
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
45
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
46
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
47
|
+
| support | string | No | Support message \| 支持消息 |
|
|
48
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
49
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
50
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
51
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
52
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
53
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
54
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
55
|
+
|
|
56
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
57
|
+
|
|
58
|
+
### `GET /api/u1/v1/temp_mail/v1/get_emails_inbox`
|
|
59
|
+
|
|
60
|
+
- Summary: Get Emails
|
|
61
|
+
- Capabilities: general
|
|
62
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
63
|
+
- operationId: `get_emails_api_v1_temp_mail_v1_get_emails_inbox_get`
|
|
64
|
+
- Full contract: [`api-contracts/temp-mail-api.md#get-api-u1-v1-temp-mail-v1-get-emails-inbox`](../api-contracts/temp-mail-api.md#get-api-u1-v1-temp-mail-v1-get-emails-inbox)
|
|
65
|
+
|
|
66
|
+
#### Parameters
|
|
67
|
+
|
|
68
|
+
| Field | In | Type | Required | Description |
|
|
69
|
+
| --- | --- | --- | --- | --- |
|
|
70
|
+
| token | query | string | Yes | Bearer Token |
|
|
71
|
+
|
|
72
|
+
#### Request Body
|
|
73
|
+
|
|
74
|
+
None
|
|
75
|
+
|
|
76
|
+
#### Success Response
|
|
77
|
+
|
|
78
|
+
##### `200 application/json`
|
|
79
|
+
|
|
80
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
81
|
+
|
|
82
|
+
| Field | Type | Required | Description |
|
|
83
|
+
| --- | --- | --- | --- |
|
|
84
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
85
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
86
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
87
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
88
|
+
| support | string | No | Support message \| 支持消息 |
|
|
89
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
90
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
91
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
92
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
93
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
94
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
95
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
96
|
+
|
|
97
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
98
|
+
|
|
99
|
+
### `GET /api/u1/v1/temp_mail/v1/get_temp_email_address`
|
|
100
|
+
|
|
101
|
+
- Summary: Get Temp Email
|
|
102
|
+
- Capabilities: general
|
|
103
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
104
|
+
- operationId: `get_temp_email_api_v1_temp_mail_v1_get_temp_email_address_get`
|
|
105
|
+
- Full contract: [`api-contracts/temp-mail-api.md#get-api-u1-v1-temp-mail-v1-get-temp-email-address`](../api-contracts/temp-mail-api.md#get-api-u1-v1-temp-mail-v1-get-temp-email-address)
|
|
106
|
+
|
|
107
|
+
#### Parameters
|
|
108
|
+
|
|
109
|
+
None
|
|
110
|
+
|
|
111
|
+
#### Request Body
|
|
112
|
+
|
|
113
|
+
None
|
|
114
|
+
|
|
115
|
+
#### Success Response
|
|
116
|
+
|
|
117
|
+
##### `200 application/json`
|
|
118
|
+
|
|
119
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
120
|
+
|
|
121
|
+
| Field | Type | Required | Description |
|
|
122
|
+
| --- | --- | --- | --- |
|
|
123
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
124
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
125
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
126
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
127
|
+
| support | string | No | Support message \| 支持消息 |
|
|
128
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
129
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
130
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
131
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
132
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
133
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
134
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
135
|
+
|
|
136
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
@@ -0,0 +1,472 @@
|
|
|
1
|
+
# Threads-Web-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/threads-web-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/threads-web-api.md`](../api-contracts/threads-web-api.md)
|
|
6
|
+
- Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
|
|
7
|
+
- Fetched at: `2026-03-08T06:54:04+00:00`
|
|
8
|
+
- Route count: `11`
|
|
9
|
+
- Common capabilities: profiles / accounts / content details / search / details / comments
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `end_cursor`, `user_id`, `post_id`, `query`, `url`, `username`
|
|
12
|
+
- Tag description: **(Threads Web数据接口/Threads-Web-API endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/threads/web/fetch_post_comments`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取帖子评论/Get post comments
|
|
19
|
+
- Capabilities: comments / content details
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_post_comments_api_v1_threads_web_fetch_post_comments_get`
|
|
22
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-post-comments`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-post-comments)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| post_id | query | string | Yes | 帖子ID/Post ID |
|
|
29
|
+
| end_cursor | query | string | No | 分页游标/Pagination cursor (optional) |
|
|
30
|
+
|
|
31
|
+
#### Request Body
|
|
32
|
+
|
|
33
|
+
None
|
|
34
|
+
|
|
35
|
+
#### Success Response
|
|
36
|
+
|
|
37
|
+
##### `200 application/json`
|
|
38
|
+
|
|
39
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
40
|
+
|
|
41
|
+
| Field | Type | Required | Description |
|
|
42
|
+
| --- | --- | --- | --- |
|
|
43
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
44
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
45
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
46
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
47
|
+
| support | string | No | Support message \| 支持消息 |
|
|
48
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
49
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
50
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
51
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
52
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
53
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
54
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
55
|
+
|
|
56
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
57
|
+
|
|
58
|
+
### `GET /api/u1/v1/threads/web/fetch_post_detail`
|
|
59
|
+
|
|
60
|
+
- Summary: 获取帖子详情/Get post detail
|
|
61
|
+
- Capabilities: content details / details
|
|
62
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
63
|
+
- operationId: `fetch_post_detail_api_v1_threads_web_fetch_post_detail_get`
|
|
64
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-post-detail`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-post-detail)
|
|
65
|
+
|
|
66
|
+
#### Parameters
|
|
67
|
+
|
|
68
|
+
| Field | In | Type | Required | Description |
|
|
69
|
+
| --- | --- | --- | --- | --- |
|
|
70
|
+
| post_id | query | string | Yes | 帖子ID/Post ID |
|
|
71
|
+
|
|
72
|
+
#### Request Body
|
|
73
|
+
|
|
74
|
+
None
|
|
75
|
+
|
|
76
|
+
#### Success Response
|
|
77
|
+
|
|
78
|
+
##### `200 application/json`
|
|
79
|
+
|
|
80
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
81
|
+
|
|
82
|
+
| Field | Type | Required | Description |
|
|
83
|
+
| --- | --- | --- | --- |
|
|
84
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
85
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
86
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
87
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
88
|
+
| support | string | No | Support message \| 支持消息 |
|
|
89
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
90
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
91
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
92
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
93
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
94
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
95
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
96
|
+
|
|
97
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
98
|
+
|
|
99
|
+
### `GET /api/u1/v1/threads/web/fetch_post_detail_v2`
|
|
100
|
+
|
|
101
|
+
- Summary: 获取帖子详情 V2(支持链接)/Get post detail V2(supports URL)
|
|
102
|
+
- Capabilities: content details / details
|
|
103
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
104
|
+
- operationId: `fetch_post_detail_v2_api_v1_threads_web_fetch_post_detail_v2_get`
|
|
105
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-post-detail-v2`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-post-detail-v2)
|
|
106
|
+
|
|
107
|
+
#### Parameters
|
|
108
|
+
|
|
109
|
+
| Field | In | Type | Required | Description |
|
|
110
|
+
| --- | --- | --- | --- | --- |
|
|
111
|
+
| post_id | query | string | No | 帖子短代码/Post short code |
|
|
112
|
+
| url | query | string | No | 完整帖子URL/Full post URL |
|
|
113
|
+
|
|
114
|
+
#### Request Body
|
|
115
|
+
|
|
116
|
+
None
|
|
117
|
+
|
|
118
|
+
#### Success Response
|
|
119
|
+
|
|
120
|
+
##### `200 application/json`
|
|
121
|
+
|
|
122
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
123
|
+
|
|
124
|
+
| Field | Type | Required | Description |
|
|
125
|
+
| --- | --- | --- | --- |
|
|
126
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
127
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
128
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
129
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
130
|
+
| support | string | No | Support message \| 支持消息 |
|
|
131
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
132
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
133
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
134
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
135
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
136
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
137
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
138
|
+
|
|
139
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
140
|
+
|
|
141
|
+
### `GET /api/u1/v1/threads/web/fetch_user_info`
|
|
142
|
+
|
|
143
|
+
- Summary: 获取用户信息/Get user info
|
|
144
|
+
- Capabilities: profiles / accounts
|
|
145
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
146
|
+
- operationId: `fetch_user_info_api_v1_threads_web_fetch_user_info_get`
|
|
147
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-info`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-info)
|
|
148
|
+
|
|
149
|
+
#### Parameters
|
|
150
|
+
|
|
151
|
+
| Field | In | Type | Required | Description |
|
|
152
|
+
| --- | --- | --- | --- | --- |
|
|
153
|
+
| username | query | string | Yes | 用户名/Username |
|
|
154
|
+
|
|
155
|
+
#### Request Body
|
|
156
|
+
|
|
157
|
+
None
|
|
158
|
+
|
|
159
|
+
#### Success Response
|
|
160
|
+
|
|
161
|
+
##### `200 application/json`
|
|
162
|
+
|
|
163
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
164
|
+
|
|
165
|
+
| Field | Type | Required | Description |
|
|
166
|
+
| --- | --- | --- | --- |
|
|
167
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
168
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
169
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
170
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
171
|
+
| support | string | No | Support message \| 支持消息 |
|
|
172
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
173
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
174
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
175
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
176
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
177
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
178
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
179
|
+
|
|
180
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
181
|
+
|
|
182
|
+
### `GET /api/u1/v1/threads/web/fetch_user_info_by_id`
|
|
183
|
+
|
|
184
|
+
- Summary: 根据用户ID获取用户信息/Get user info by ID
|
|
185
|
+
- Capabilities: profiles / accounts
|
|
186
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
187
|
+
- operationId: `fetch_user_info_by_id_api_v1_threads_web_fetch_user_info_by_id_get`
|
|
188
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-info-by-id`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-info-by-id)
|
|
189
|
+
|
|
190
|
+
#### Parameters
|
|
191
|
+
|
|
192
|
+
| Field | In | Type | Required | Description |
|
|
193
|
+
| --- | --- | --- | --- | --- |
|
|
194
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
195
|
+
|
|
196
|
+
#### Request Body
|
|
197
|
+
|
|
198
|
+
None
|
|
199
|
+
|
|
200
|
+
#### Success Response
|
|
201
|
+
|
|
202
|
+
##### `200 application/json`
|
|
203
|
+
|
|
204
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
205
|
+
|
|
206
|
+
| Field | Type | Required | Description |
|
|
207
|
+
| --- | --- | --- | --- |
|
|
208
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
209
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
210
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
211
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
212
|
+
| support | string | No | Support message \| 支持消息 |
|
|
213
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
214
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
215
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
216
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
217
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
218
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
219
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
220
|
+
|
|
221
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
222
|
+
|
|
223
|
+
### `GET /api/u1/v1/threads/web/fetch_user_posts`
|
|
224
|
+
|
|
225
|
+
- Summary: 获取用户帖子列表/Get user posts
|
|
226
|
+
- Capabilities: profiles / accounts / content details
|
|
227
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
228
|
+
- operationId: `fetch_user_posts_api_v1_threads_web_fetch_user_posts_get`
|
|
229
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-posts`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-posts)
|
|
230
|
+
|
|
231
|
+
#### Parameters
|
|
232
|
+
|
|
233
|
+
| Field | In | Type | Required | Description |
|
|
234
|
+
| --- | --- | --- | --- | --- |
|
|
235
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
236
|
+
| end_cursor | query | string | No | 分页游标/Pagination cursor (optional) |
|
|
237
|
+
|
|
238
|
+
#### Request Body
|
|
239
|
+
|
|
240
|
+
None
|
|
241
|
+
|
|
242
|
+
#### Success Response
|
|
243
|
+
|
|
244
|
+
##### `200 application/json`
|
|
245
|
+
|
|
246
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
247
|
+
|
|
248
|
+
| Field | Type | Required | Description |
|
|
249
|
+
| --- | --- | --- | --- |
|
|
250
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
251
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
252
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
253
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
254
|
+
| support | string | No | Support message \| 支持消息 |
|
|
255
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
256
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
257
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
258
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
259
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
260
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
261
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
262
|
+
|
|
263
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
264
|
+
|
|
265
|
+
### `GET /api/u1/v1/threads/web/fetch_user_replies`
|
|
266
|
+
|
|
267
|
+
- Summary: 获取用户回复列表/Get user replies
|
|
268
|
+
- Capabilities: profiles / accounts
|
|
269
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
270
|
+
- operationId: `fetch_user_replies_api_v1_threads_web_fetch_user_replies_get`
|
|
271
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-replies`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-replies)
|
|
272
|
+
|
|
273
|
+
#### Parameters
|
|
274
|
+
|
|
275
|
+
| Field | In | Type | Required | Description |
|
|
276
|
+
| --- | --- | --- | --- | --- |
|
|
277
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
278
|
+
| end_cursor | query | string | No | 分页游标/Pagination cursor (optional) |
|
|
279
|
+
|
|
280
|
+
#### Request Body
|
|
281
|
+
|
|
282
|
+
None
|
|
283
|
+
|
|
284
|
+
#### Success Response
|
|
285
|
+
|
|
286
|
+
##### `200 application/json`
|
|
287
|
+
|
|
288
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
289
|
+
|
|
290
|
+
| Field | Type | Required | Description |
|
|
291
|
+
| --- | --- | --- | --- |
|
|
292
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
293
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
294
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
295
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
296
|
+
| support | string | No | Support message \| 支持消息 |
|
|
297
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
298
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
299
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
300
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
301
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
302
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
303
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
304
|
+
|
|
305
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
306
|
+
|
|
307
|
+
### `GET /api/u1/v1/threads/web/fetch_user_reposts`
|
|
308
|
+
|
|
309
|
+
- Summary: 获取用户转发列表/Get user reposts
|
|
310
|
+
- Capabilities: profiles / accounts / content details
|
|
311
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
312
|
+
- operationId: `fetch_user_reposts_api_v1_threads_web_fetch_user_reposts_get`
|
|
313
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-reposts`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-fetch-user-reposts)
|
|
314
|
+
|
|
315
|
+
#### Parameters
|
|
316
|
+
|
|
317
|
+
| Field | In | Type | Required | Description |
|
|
318
|
+
| --- | --- | --- | --- | --- |
|
|
319
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
320
|
+
| end_cursor | query | string | No | 分页游标/Pagination cursor (optional) |
|
|
321
|
+
|
|
322
|
+
#### Request Body
|
|
323
|
+
|
|
324
|
+
None
|
|
325
|
+
|
|
326
|
+
#### Success Response
|
|
327
|
+
|
|
328
|
+
##### `200 application/json`
|
|
329
|
+
|
|
330
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
331
|
+
|
|
332
|
+
| Field | Type | Required | Description |
|
|
333
|
+
| --- | --- | --- | --- |
|
|
334
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
335
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
336
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
337
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
338
|
+
| support | string | No | Support message \| 支持消息 |
|
|
339
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
340
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
341
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
342
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
343
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
344
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
345
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
346
|
+
|
|
347
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
348
|
+
|
|
349
|
+
### `GET /api/u1/v1/threads/web/search_profiles`
|
|
350
|
+
|
|
351
|
+
- Summary: 搜索用户档案/Search profiles
|
|
352
|
+
- Capabilities: search / profiles / accounts
|
|
353
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
354
|
+
- operationId: `search_profiles_api_v1_threads_web_search_profiles_get`
|
|
355
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-search-profiles`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-search-profiles)
|
|
356
|
+
|
|
357
|
+
#### Parameters
|
|
358
|
+
|
|
359
|
+
| Field | In | Type | Required | Description |
|
|
360
|
+
| --- | --- | --- | --- | --- |
|
|
361
|
+
| query | query | string | Yes | 搜索关键词/Search query |
|
|
362
|
+
|
|
363
|
+
#### Request Body
|
|
364
|
+
|
|
365
|
+
None
|
|
366
|
+
|
|
367
|
+
#### Success Response
|
|
368
|
+
|
|
369
|
+
##### `200 application/json`
|
|
370
|
+
|
|
371
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
372
|
+
|
|
373
|
+
| Field | Type | Required | Description |
|
|
374
|
+
| --- | --- | --- | --- |
|
|
375
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
376
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
377
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
378
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
379
|
+
| support | string | No | Support message \| 支持消息 |
|
|
380
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
381
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
382
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
383
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
384
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
385
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
386
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
387
|
+
|
|
388
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
389
|
+
|
|
390
|
+
### `GET /api/u1/v1/threads/web/search_recent`
|
|
391
|
+
|
|
392
|
+
- Summary: 搜索最新内容/Search recent content
|
|
393
|
+
- Capabilities: search
|
|
394
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
395
|
+
- operationId: `search_recent_api_v1_threads_web_search_recent_get`
|
|
396
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-search-recent`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-search-recent)
|
|
397
|
+
|
|
398
|
+
#### Parameters
|
|
399
|
+
|
|
400
|
+
| Field | In | Type | Required | Description |
|
|
401
|
+
| --- | --- | --- | --- | --- |
|
|
402
|
+
| query | query | string | Yes | 搜索关键词/Search query |
|
|
403
|
+
| end_cursor | query | string | No | 分页游标/Pagination cursor (optional) |
|
|
404
|
+
|
|
405
|
+
#### Request Body
|
|
406
|
+
|
|
407
|
+
None
|
|
408
|
+
|
|
409
|
+
#### Success Response
|
|
410
|
+
|
|
411
|
+
##### `200 application/json`
|
|
412
|
+
|
|
413
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
414
|
+
|
|
415
|
+
| Field | Type | Required | Description |
|
|
416
|
+
| --- | --- | --- | --- |
|
|
417
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
418
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
419
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
420
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
421
|
+
| support | string | No | Support message \| 支持消息 |
|
|
422
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
423
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
424
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
425
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
426
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
427
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
428
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
429
|
+
|
|
430
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
431
|
+
|
|
432
|
+
### `GET /api/u1/v1/threads/web/search_top`
|
|
433
|
+
|
|
434
|
+
- Summary: 搜索热门内容/Search top content
|
|
435
|
+
- Capabilities: search
|
|
436
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
437
|
+
- operationId: `search_top_api_v1_threads_web_search_top_get`
|
|
438
|
+
- Full contract: [`api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-search-top`](../api-contracts/threads-web-api.md#get-api-u1-v1-threads-web-search-top)
|
|
439
|
+
|
|
440
|
+
#### Parameters
|
|
441
|
+
|
|
442
|
+
| Field | In | Type | Required | Description |
|
|
443
|
+
| --- | --- | --- | --- | --- |
|
|
444
|
+
| query | query | string | Yes | 搜索关键词/Search query |
|
|
445
|
+
| end_cursor | query | string | No | 分页游标/Pagination cursor (optional) |
|
|
446
|
+
|
|
447
|
+
#### Request Body
|
|
448
|
+
|
|
449
|
+
None
|
|
450
|
+
|
|
451
|
+
#### Success Response
|
|
452
|
+
|
|
453
|
+
##### `200 application/json`
|
|
454
|
+
|
|
455
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
456
|
+
|
|
457
|
+
| Field | Type | Required | Description |
|
|
458
|
+
| --- | --- | --- | --- |
|
|
459
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
460
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
461
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
462
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
463
|
+
| support | string | No | Support message \| 支持消息 |
|
|
464
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
465
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
466
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
467
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
468
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
469
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
470
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
471
|
+
|
|
472
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# TikHub-Downloader-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/tikhub-downloader-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/tikhub-downloader-api.md`](../api-contracts/tikhub-downloader-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: `2`
|
|
9
|
+
- Common capabilities: media / download
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: None
|
|
12
|
+
- Tag description: **(TikHub下载器接口/TikHub-Downloader-API endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/tikhub/downloader/redirect_download`
|
|
17
|
+
|
|
18
|
+
- Summary: 重定向到最新版本的下载链接 / Redirect to the latest version download link
|
|
19
|
+
- Capabilities: media / download
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `redirect_download_api_v1_tikhub_downloader_redirect_download_get`
|
|
22
|
+
- Full contract: [`api-contracts/tikhub-downloader-api.md#get-api-u1-v1-tikhub-downloader-redirect-download`](../api-contracts/tikhub-downloader-api.md#get-api-u1-v1-tikhub-downloader-redirect-download)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
None
|
|
27
|
+
|
|
28
|
+
#### Request Body
|
|
29
|
+
|
|
30
|
+
None
|
|
31
|
+
|
|
32
|
+
#### Success Response
|
|
33
|
+
|
|
34
|
+
No declared success response
|
|
35
|
+
|
|
36
|
+
### `GET /api/u1/v1/tikhub/downloader/version`
|
|
37
|
+
|
|
38
|
+
- Summary: 检查TikHub下载器的版本更新 / Check for TikHub Downloader version updates
|
|
39
|
+
- Capabilities: media / download
|
|
40
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
41
|
+
- operationId: `update_check_api_v1_tikhub_downloader_version_get`
|
|
42
|
+
- Full contract: [`api-contracts/tikhub-downloader-api.md#get-api-u1-v1-tikhub-downloader-version`](../api-contracts/tikhub-downloader-api.md#get-api-u1-v1-tikhub-downloader-version)
|
|
43
|
+
|
|
44
|
+
#### Parameters
|
|
45
|
+
|
|
46
|
+
None
|
|
47
|
+
|
|
48
|
+
#### Request Body
|
|
49
|
+
|
|
50
|
+
None
|
|
51
|
+
|
|
52
|
+
#### Success Response
|
|
53
|
+
|
|
54
|
+
##### `200 application/json`
|
|
55
|
+
|
|
56
|
+
- Schema summary: `latest_version`:string, `update_date`:string, `download_url`:string, `latest_download_url_win`:string, `latest_download_url_mac`:string, `upload_note`:string
|
|
57
|
+
|
|
58
|
+
| Field | Type | Required | Description |
|
|
59
|
+
| --- | --- | --- | --- |
|
|
60
|
+
| latest_version | string | No | None |
|
|
61
|
+
| update_date | string | No | None |
|
|
62
|
+
| download_url | string | No | None |
|
|
63
|
+
| latest_download_url_win | string | No | None |
|
|
64
|
+
| latest_download_url_mac | string | No | None |
|
|
65
|
+
| upload_note | string | No | None |
|