@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,1059 @@
|
|
|
1
|
+
# Douyin-Search-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/douyin-search-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/douyin-search-api.md`](../api-contracts/douyin-search-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: `20`
|
|
9
|
+
- Common capabilities: search / topics / profiles / accounts / content details / livestream / music / audio
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `keyword`, `cursor`, `search_id`, `sort_type`, `publish_time`, `filter_duration`, `content_type`, `backtrace`, `douyin_user_fans`, `douyin_user_type`
|
|
12
|
+
- Tag description: **(抖音搜索数据接口(当前最新版,请优先使用此目录下的接口而不是其他目录下的搜索接口)/Douyin-Search-API data endpoints (Current latest version, please use the interfaces in this directory first instead of the search interfaces in other directories))**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `POST /api/u1/v1/douyin/search/fetch_challenge_search_v1`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取话题搜索 V1/Fetch hashtag search V1
|
|
19
|
+
- Capabilities: search / topics
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_challenge_search_v1_api_v1_douyin_search_fetch_challenge_search_v1_post`
|
|
22
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-search-v1`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-search-v1)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
None
|
|
27
|
+
|
|
28
|
+
#### Request Body
|
|
29
|
+
|
|
30
|
+
- required: Yes
|
|
31
|
+
|
|
32
|
+
##### `application/json`
|
|
33
|
+
|
|
34
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
35
|
+
|
|
36
|
+
| Field | Type | Required | Description |
|
|
37
|
+
| --- | --- | --- | --- |
|
|
38
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
39
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
40
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
41
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
42
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
43
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
44
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
45
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
46
|
+
|
|
47
|
+
#### Success Response
|
|
48
|
+
|
|
49
|
+
##### `200 application/json`
|
|
50
|
+
|
|
51
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
52
|
+
|
|
53
|
+
| Field | Type | Required | Description |
|
|
54
|
+
| --- | --- | --- | --- |
|
|
55
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
56
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
57
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
58
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
59
|
+
| support | string | No | Support message \| 支持消息 |
|
|
60
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
61
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
62
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
63
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
64
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
65
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
66
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
67
|
+
|
|
68
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
69
|
+
|
|
70
|
+
### `POST /api/u1/v1/douyin/search/fetch_challenge_search_v2`
|
|
71
|
+
|
|
72
|
+
- Summary: 获取话题搜索 V2/Fetch hashtag search V2
|
|
73
|
+
- Capabilities: search / topics
|
|
74
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
75
|
+
- operationId: `fetch_challenge_search_v2_api_v1_douyin_search_fetch_challenge_search_v2_post`
|
|
76
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-search-v2`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-search-v2)
|
|
77
|
+
|
|
78
|
+
#### Parameters
|
|
79
|
+
|
|
80
|
+
None
|
|
81
|
+
|
|
82
|
+
#### Request Body
|
|
83
|
+
|
|
84
|
+
- required: Yes
|
|
85
|
+
|
|
86
|
+
##### `application/json`
|
|
87
|
+
|
|
88
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
89
|
+
|
|
90
|
+
| Field | Type | Required | Description |
|
|
91
|
+
| --- | --- | --- | --- |
|
|
92
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
93
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
94
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
95
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
96
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
97
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
98
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
99
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
100
|
+
|
|
101
|
+
#### Success Response
|
|
102
|
+
|
|
103
|
+
##### `200 application/json`
|
|
104
|
+
|
|
105
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
106
|
+
|
|
107
|
+
| Field | Type | Required | Description |
|
|
108
|
+
| --- | --- | --- | --- |
|
|
109
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
110
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
111
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
112
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
113
|
+
| support | string | No | Support message \| 支持消息 |
|
|
114
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
115
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
116
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
117
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
118
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
119
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
120
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
121
|
+
|
|
122
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
123
|
+
|
|
124
|
+
### `POST /api/u1/v1/douyin/search/fetch_challenge_suggest`
|
|
125
|
+
|
|
126
|
+
- Summary: 获取话题推荐搜索/Fetch hashtag suggestions
|
|
127
|
+
- Capabilities: search / topics
|
|
128
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
129
|
+
- operationId: `fetch_challenge_suggest_api_v1_douyin_search_fetch_challenge_suggest_post`
|
|
130
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-suggest`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-challenge-suggest)
|
|
131
|
+
|
|
132
|
+
#### Parameters
|
|
133
|
+
|
|
134
|
+
None
|
|
135
|
+
|
|
136
|
+
#### Request Body
|
|
137
|
+
|
|
138
|
+
- required: Yes
|
|
139
|
+
|
|
140
|
+
##### `application/json`
|
|
141
|
+
|
|
142
|
+
- Schema summary: `keyword`:string
|
|
143
|
+
|
|
144
|
+
| Field | Type | Required | Description |
|
|
145
|
+
| --- | --- | --- | --- |
|
|
146
|
+
| keyword | string | No | 关键词,如 '游戏' / Keyword, e.g., 'game' |
|
|
147
|
+
|
|
148
|
+
#### Success Response
|
|
149
|
+
|
|
150
|
+
##### `200 application/json`
|
|
151
|
+
|
|
152
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
153
|
+
|
|
154
|
+
| Field | Type | Required | Description |
|
|
155
|
+
| --- | --- | --- | --- |
|
|
156
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
157
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
158
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
159
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
160
|
+
| support | string | No | Support message \| 支持消息 |
|
|
161
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
162
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
163
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
164
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
165
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
166
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
167
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
168
|
+
|
|
169
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
170
|
+
|
|
171
|
+
### `POST /api/u1/v1/douyin/search/fetch_discuss_search`
|
|
172
|
+
|
|
173
|
+
- Summary: 获取讨论搜索/Fetch discussion search
|
|
174
|
+
- Capabilities: search
|
|
175
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
176
|
+
- operationId: `fetch_discuss_search_api_v1_douyin_search_fetch_discuss_search_post`
|
|
177
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-discuss-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-discuss-search)
|
|
178
|
+
|
|
179
|
+
#### Parameters
|
|
180
|
+
|
|
181
|
+
None
|
|
182
|
+
|
|
183
|
+
#### Request Body
|
|
184
|
+
|
|
185
|
+
- required: Yes
|
|
186
|
+
|
|
187
|
+
##### `application/json`
|
|
188
|
+
|
|
189
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
190
|
+
|
|
191
|
+
| Field | Type | Required | Description |
|
|
192
|
+
| --- | --- | --- | --- |
|
|
193
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
194
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
195
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
196
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
197
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
198
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
199
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
200
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
201
|
+
|
|
202
|
+
#### Success Response
|
|
203
|
+
|
|
204
|
+
##### `200 application/json`
|
|
205
|
+
|
|
206
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
207
|
+
|
|
208
|
+
| Field | Type | Required | Description |
|
|
209
|
+
| --- | --- | --- | --- |
|
|
210
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
211
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
212
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
213
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
214
|
+
| support | string | No | Support message \| 支持消息 |
|
|
215
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
216
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
217
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
218
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
219
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
220
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
221
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
222
|
+
|
|
223
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
224
|
+
|
|
225
|
+
### `POST /api/u1/v1/douyin/search/fetch_experience_search`
|
|
226
|
+
|
|
227
|
+
- Summary: 获取经验搜索/Fetch experience search
|
|
228
|
+
- Capabilities: search
|
|
229
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
230
|
+
- operationId: `fetch_experience_search_api_v1_douyin_search_fetch_experience_search_post`
|
|
231
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-experience-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-experience-search)
|
|
232
|
+
|
|
233
|
+
#### Parameters
|
|
234
|
+
|
|
235
|
+
None
|
|
236
|
+
|
|
237
|
+
#### Request Body
|
|
238
|
+
|
|
239
|
+
- required: Yes
|
|
240
|
+
|
|
241
|
+
##### `application/json`
|
|
242
|
+
|
|
243
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
244
|
+
|
|
245
|
+
| Field | Type | Required | Description |
|
|
246
|
+
| --- | --- | --- | --- |
|
|
247
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
248
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
249
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
250
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
251
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
252
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
253
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
254
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
255
|
+
|
|
256
|
+
#### Success Response
|
|
257
|
+
|
|
258
|
+
##### `200 application/json`
|
|
259
|
+
|
|
260
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
261
|
+
|
|
262
|
+
| Field | Type | Required | Description |
|
|
263
|
+
| --- | --- | --- | --- |
|
|
264
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
265
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
266
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
267
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
268
|
+
| support | string | No | Support message \| 支持消息 |
|
|
269
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
270
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
271
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
272
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
273
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
274
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
275
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
276
|
+
|
|
277
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
278
|
+
|
|
279
|
+
### `POST /api/u1/v1/douyin/search/fetch_general_search_v1`
|
|
280
|
+
|
|
281
|
+
- Summary: 获取综合搜索 V1/Fetch general search V1
|
|
282
|
+
- Capabilities: search
|
|
283
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
284
|
+
- operationId: `fetch_general_search_v1_api_v1_douyin_search_fetch_general_search_v1_post`
|
|
285
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v1`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v1)
|
|
286
|
+
|
|
287
|
+
#### Parameters
|
|
288
|
+
|
|
289
|
+
None
|
|
290
|
+
|
|
291
|
+
#### Request Body
|
|
292
|
+
|
|
293
|
+
- required: Yes
|
|
294
|
+
|
|
295
|
+
##### `application/json`
|
|
296
|
+
|
|
297
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
298
|
+
|
|
299
|
+
| Field | Type | Required | Description |
|
|
300
|
+
| --- | --- | --- | --- |
|
|
301
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
302
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
303
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
304
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
305
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
306
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
307
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
308
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
309
|
+
|
|
310
|
+
#### Success Response
|
|
311
|
+
|
|
312
|
+
##### `200 application/json`
|
|
313
|
+
|
|
314
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
315
|
+
|
|
316
|
+
| Field | Type | Required | Description |
|
|
317
|
+
| --- | --- | --- | --- |
|
|
318
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
319
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
320
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
321
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
322
|
+
| support | string | No | Support message \| 支持消息 |
|
|
323
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
324
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
325
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
326
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
327
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
328
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
329
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
330
|
+
|
|
331
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
332
|
+
|
|
333
|
+
### `POST /api/u1/v1/douyin/search/fetch_general_search_v2`
|
|
334
|
+
|
|
335
|
+
- Summary: 获取综合搜索 V2/Fetch general search V2
|
|
336
|
+
- Capabilities: search
|
|
337
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
338
|
+
- operationId: `fetch_general_search_v2_api_v1_douyin_search_fetch_general_search_v2_post`
|
|
339
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v2`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v2)
|
|
340
|
+
|
|
341
|
+
#### Parameters
|
|
342
|
+
|
|
343
|
+
None
|
|
344
|
+
|
|
345
|
+
#### Request Body
|
|
346
|
+
|
|
347
|
+
- required: Yes
|
|
348
|
+
|
|
349
|
+
##### `application/json`
|
|
350
|
+
|
|
351
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
352
|
+
|
|
353
|
+
| Field | Type | Required | Description |
|
|
354
|
+
| --- | --- | --- | --- |
|
|
355
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
356
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
357
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
358
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
359
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
360
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
361
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
362
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
363
|
+
|
|
364
|
+
#### Success Response
|
|
365
|
+
|
|
366
|
+
##### `200 application/json`
|
|
367
|
+
|
|
368
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
369
|
+
|
|
370
|
+
| Field | Type | Required | Description |
|
|
371
|
+
| --- | --- | --- | --- |
|
|
372
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
373
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
374
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
375
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
376
|
+
| support | string | No | Support message \| 支持消息 |
|
|
377
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
378
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
379
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
380
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
381
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
382
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
383
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
384
|
+
|
|
385
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
386
|
+
|
|
387
|
+
### `POST /api/u1/v1/douyin/search/fetch_general_search_v3`
|
|
388
|
+
|
|
389
|
+
- Summary: 获取综合搜索 V3/Fetch general search V3
|
|
390
|
+
- Capabilities: search
|
|
391
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
392
|
+
- operationId: `fetch_general_search_v3_api_v1_douyin_search_fetch_general_search_v3_post`
|
|
393
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v3`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-general-search-v3)
|
|
394
|
+
|
|
395
|
+
#### Parameters
|
|
396
|
+
|
|
397
|
+
None
|
|
398
|
+
|
|
399
|
+
#### Request Body
|
|
400
|
+
|
|
401
|
+
- required: Yes
|
|
402
|
+
|
|
403
|
+
##### `application/json`
|
|
404
|
+
|
|
405
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
406
|
+
|
|
407
|
+
| Field | Type | Required | Description |
|
|
408
|
+
| --- | --- | --- | --- |
|
|
409
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
410
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
411
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
412
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
413
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
414
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
415
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
416
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
417
|
+
|
|
418
|
+
#### Success Response
|
|
419
|
+
|
|
420
|
+
##### `200 application/json`
|
|
421
|
+
|
|
422
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
423
|
+
|
|
424
|
+
| Field | Type | Required | Description |
|
|
425
|
+
| --- | --- | --- | --- |
|
|
426
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
427
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
428
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
429
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
430
|
+
| support | string | No | Support message \| 支持消息 |
|
|
431
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
432
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
433
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
434
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
435
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
436
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
437
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
438
|
+
|
|
439
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
440
|
+
|
|
441
|
+
### `POST /api/u1/v1/douyin/search/fetch_image_search`
|
|
442
|
+
|
|
443
|
+
- Summary: 获取图片搜索/Fetch image search
|
|
444
|
+
- Capabilities: search
|
|
445
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
446
|
+
- operationId: `fetch_image_search_api_v1_douyin_search_fetch_image_search_post`
|
|
447
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-image-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-image-search)
|
|
448
|
+
|
|
449
|
+
#### Parameters
|
|
450
|
+
|
|
451
|
+
None
|
|
452
|
+
|
|
453
|
+
#### Request Body
|
|
454
|
+
|
|
455
|
+
- required: Yes
|
|
456
|
+
|
|
457
|
+
##### `application/json`
|
|
458
|
+
|
|
459
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
460
|
+
|
|
461
|
+
| Field | Type | Required | Description |
|
|
462
|
+
| --- | --- | --- | --- |
|
|
463
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
464
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
465
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
466
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
467
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
468
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
469
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
470
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
471
|
+
|
|
472
|
+
#### Success Response
|
|
473
|
+
|
|
474
|
+
##### `200 application/json`
|
|
475
|
+
|
|
476
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
477
|
+
|
|
478
|
+
| Field | Type | Required | Description |
|
|
479
|
+
| --- | --- | --- | --- |
|
|
480
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
481
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
482
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
483
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
484
|
+
| support | string | No | Support message \| 支持消息 |
|
|
485
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
486
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
487
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
488
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
489
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
490
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
491
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
492
|
+
|
|
493
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
494
|
+
|
|
495
|
+
### `POST /api/u1/v1/douyin/search/fetch_image_search_v3`
|
|
496
|
+
|
|
497
|
+
- Summary: 获取图文搜索 V3/Fetch image-text search V3
|
|
498
|
+
- Capabilities: search
|
|
499
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
500
|
+
- operationId: `fetch_image_search_v3_api_v1_douyin_search_fetch_image_search_v3_post`
|
|
501
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-image-search-v3`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-image-search-v3)
|
|
502
|
+
|
|
503
|
+
#### Parameters
|
|
504
|
+
|
|
505
|
+
None
|
|
506
|
+
|
|
507
|
+
#### Request Body
|
|
508
|
+
|
|
509
|
+
- required: Yes
|
|
510
|
+
|
|
511
|
+
##### `application/json`
|
|
512
|
+
|
|
513
|
+
- Schema summary: `keyword*`:string, `cursor`:integer, `search_id`:string
|
|
514
|
+
|
|
515
|
+
| Field | Type | Required | Description |
|
|
516
|
+
| --- | --- | --- | --- |
|
|
517
|
+
| keyword | string | Yes | 搜索关键词/Search keyword |
|
|
518
|
+
| cursor | integer | No | 翻页游标/Pagination cursor |
|
|
519
|
+
| search_id | string | No | 搜索ID/Search ID for pagination |
|
|
520
|
+
|
|
521
|
+
#### Success Response
|
|
522
|
+
|
|
523
|
+
##### `200 application/json`
|
|
524
|
+
|
|
525
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
526
|
+
|
|
527
|
+
| Field | Type | Required | Description |
|
|
528
|
+
| --- | --- | --- | --- |
|
|
529
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
530
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
531
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
532
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
533
|
+
| support | string | No | Support message \| 支持消息 |
|
|
534
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
535
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
536
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
537
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
538
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
539
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
540
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
541
|
+
|
|
542
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
543
|
+
|
|
544
|
+
### `POST /api/u1/v1/douyin/search/fetch_live_search_v1`
|
|
545
|
+
|
|
546
|
+
- Summary: 获取直播搜索 V1/Fetch live search V1
|
|
547
|
+
- Capabilities: search / livestream
|
|
548
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
549
|
+
- operationId: `fetch_live_search_v1_api_v1_douyin_search_fetch_live_search_v1_post`
|
|
550
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-live-search-v1`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-live-search-v1)
|
|
551
|
+
|
|
552
|
+
#### Parameters
|
|
553
|
+
|
|
554
|
+
None
|
|
555
|
+
|
|
556
|
+
#### Request Body
|
|
557
|
+
|
|
558
|
+
- required: Yes
|
|
559
|
+
|
|
560
|
+
##### `application/json`
|
|
561
|
+
|
|
562
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
563
|
+
|
|
564
|
+
| Field | Type | Required | Description |
|
|
565
|
+
| --- | --- | --- | --- |
|
|
566
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
567
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
568
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
569
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
570
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
571
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
572
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
573
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
574
|
+
|
|
575
|
+
#### Success Response
|
|
576
|
+
|
|
577
|
+
##### `200 application/json`
|
|
578
|
+
|
|
579
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
580
|
+
|
|
581
|
+
| Field | Type | Required | Description |
|
|
582
|
+
| --- | --- | --- | --- |
|
|
583
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
584
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
585
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
586
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
587
|
+
| support | string | No | Support message \| 支持消息 |
|
|
588
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
589
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
590
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
591
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
592
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
593
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
594
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
595
|
+
|
|
596
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
597
|
+
|
|
598
|
+
### `POST /api/u1/v1/douyin/search/fetch_multi_search`
|
|
599
|
+
|
|
600
|
+
- Summary: 获取多重搜索/Fetch multi-type search
|
|
601
|
+
- Capabilities: search
|
|
602
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
603
|
+
- operationId: `fetch_multi_search_api_v1_douyin_search_fetch_multi_search_post`
|
|
604
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-multi-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-multi-search)
|
|
605
|
+
|
|
606
|
+
#### Parameters
|
|
607
|
+
|
|
608
|
+
None
|
|
609
|
+
|
|
610
|
+
#### Request Body
|
|
611
|
+
|
|
612
|
+
- required: Yes
|
|
613
|
+
|
|
614
|
+
##### `application/json`
|
|
615
|
+
|
|
616
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
617
|
+
|
|
618
|
+
| Field | Type | Required | Description |
|
|
619
|
+
| --- | --- | --- | --- |
|
|
620
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
621
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
622
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
623
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
624
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
625
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
626
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
627
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
628
|
+
|
|
629
|
+
#### Success Response
|
|
630
|
+
|
|
631
|
+
##### `200 application/json`
|
|
632
|
+
|
|
633
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
634
|
+
|
|
635
|
+
| Field | Type | Required | Description |
|
|
636
|
+
| --- | --- | --- | --- |
|
|
637
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
638
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
639
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
640
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
641
|
+
| support | string | No | Support message \| 支持消息 |
|
|
642
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
643
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
644
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
645
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
646
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
647
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
648
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
649
|
+
|
|
650
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
651
|
+
|
|
652
|
+
### `POST /api/u1/v1/douyin/search/fetch_music_search`
|
|
653
|
+
|
|
654
|
+
- Summary: 获取音乐搜索/Fetch music search
|
|
655
|
+
- Capabilities: search / music / audio
|
|
656
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
657
|
+
- operationId: `fetch_music_search_api_v1_douyin_search_fetch_music_search_post`
|
|
658
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-music-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-music-search)
|
|
659
|
+
|
|
660
|
+
#### Parameters
|
|
661
|
+
|
|
662
|
+
None
|
|
663
|
+
|
|
664
|
+
#### Request Body
|
|
665
|
+
|
|
666
|
+
- required: Yes
|
|
667
|
+
|
|
668
|
+
##### `application/json`
|
|
669
|
+
|
|
670
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
671
|
+
|
|
672
|
+
| Field | Type | Required | Description |
|
|
673
|
+
| --- | --- | --- | --- |
|
|
674
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
675
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
676
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
677
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
678
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
679
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
680
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
681
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
682
|
+
|
|
683
|
+
#### Success Response
|
|
684
|
+
|
|
685
|
+
##### `200 application/json`
|
|
686
|
+
|
|
687
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
688
|
+
|
|
689
|
+
| Field | Type | Required | Description |
|
|
690
|
+
| --- | --- | --- | --- |
|
|
691
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
692
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
693
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
694
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
695
|
+
| support | string | No | Support message \| 支持消息 |
|
|
696
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
697
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
698
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
699
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
700
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
701
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
702
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
703
|
+
|
|
704
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
705
|
+
|
|
706
|
+
### `POST /api/u1/v1/douyin/search/fetch_school_search`
|
|
707
|
+
|
|
708
|
+
- Summary: 获取学校搜索/Fetch school search
|
|
709
|
+
- Capabilities: search
|
|
710
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
711
|
+
- operationId: `fetch_school_search_api_v1_douyin_search_fetch_school_search_post`
|
|
712
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-school-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-school-search)
|
|
713
|
+
|
|
714
|
+
#### Parameters
|
|
715
|
+
|
|
716
|
+
None
|
|
717
|
+
|
|
718
|
+
#### Request Body
|
|
719
|
+
|
|
720
|
+
- required: Yes
|
|
721
|
+
|
|
722
|
+
##### `application/json`
|
|
723
|
+
|
|
724
|
+
- Schema summary: `keyword`:string
|
|
725
|
+
|
|
726
|
+
| Field | Type | Required | Description |
|
|
727
|
+
| --- | --- | --- | --- |
|
|
728
|
+
| keyword | string | No | 关键词,如学校名称或所在地区 / Keyword, such as school name or location |
|
|
729
|
+
|
|
730
|
+
#### Success Response
|
|
731
|
+
|
|
732
|
+
##### `200 application/json`
|
|
733
|
+
|
|
734
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
735
|
+
|
|
736
|
+
| Field | Type | Required | Description |
|
|
737
|
+
| --- | --- | --- | --- |
|
|
738
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
739
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
740
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
741
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
742
|
+
| support | string | No | Support message \| 支持消息 |
|
|
743
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
744
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
745
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
746
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
747
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
748
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
749
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
750
|
+
|
|
751
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
752
|
+
|
|
753
|
+
### `POST /api/u1/v1/douyin/search/fetch_search_suggest`
|
|
754
|
+
|
|
755
|
+
- Summary: 获取搜索关键词推荐/Fetch search keyword suggestions
|
|
756
|
+
- Capabilities: search
|
|
757
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
758
|
+
- operationId: `fetch_search_suggest_api_v1_douyin_search_fetch_search_suggest_post`
|
|
759
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-search-suggest`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-search-suggest)
|
|
760
|
+
|
|
761
|
+
#### Parameters
|
|
762
|
+
|
|
763
|
+
None
|
|
764
|
+
|
|
765
|
+
#### Request Body
|
|
766
|
+
|
|
767
|
+
- required: Yes
|
|
768
|
+
|
|
769
|
+
##### `application/json`
|
|
770
|
+
|
|
771
|
+
- Schema summary: `keyword`:string
|
|
772
|
+
|
|
773
|
+
| Field | Type | Required | Description |
|
|
774
|
+
| --- | --- | --- | --- |
|
|
775
|
+
| keyword | string | No | 需要联想的关键词/The keyword to be suggested |
|
|
776
|
+
|
|
777
|
+
#### Success Response
|
|
778
|
+
|
|
779
|
+
##### `200 application/json`
|
|
780
|
+
|
|
781
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
782
|
+
|
|
783
|
+
| Field | Type | Required | Description |
|
|
784
|
+
| --- | --- | --- | --- |
|
|
785
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
786
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
787
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
788
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
789
|
+
| support | string | No | Support message \| 支持消息 |
|
|
790
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
791
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
792
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
793
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
794
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
795
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
796
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
797
|
+
|
|
798
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
799
|
+
|
|
800
|
+
### `POST /api/u1/v1/douyin/search/fetch_user_search`
|
|
801
|
+
|
|
802
|
+
- Summary: 获取用户搜索/Fetch user search
|
|
803
|
+
- Capabilities: search / profiles / accounts
|
|
804
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
805
|
+
- operationId: `fetch_user_search_api_v1_douyin_search_fetch_user_search_post`
|
|
806
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-user-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-user-search)
|
|
807
|
+
|
|
808
|
+
#### Parameters
|
|
809
|
+
|
|
810
|
+
None
|
|
811
|
+
|
|
812
|
+
#### Request Body
|
|
813
|
+
|
|
814
|
+
- required: Yes
|
|
815
|
+
|
|
816
|
+
##### `application/json`
|
|
817
|
+
|
|
818
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `douyin_user_fans`:string, `douyin_user_type`:string, `search_id`:string
|
|
819
|
+
|
|
820
|
+
| Field | Type | Required | Description |
|
|
821
|
+
| --- | --- | --- | --- |
|
|
822
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
823
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
824
|
+
| douyin_user_fans | string | No | 粉丝数过滤:空=不限 0_1k=1千以下 1k_5k=1千到5千 5k_10k=5千到1万 10k_100k=1万到10万 100k_1M=10万到100万 1M_=100万以上 / Fans filter: empty=No limit… |
|
|
825
|
+
| douyin_user_type | string | No | 用户类型过滤:空=不限 300=创作者 900=小店 700=音乐人 800=明星 / User type filter: empty=No limit, 300=Creator, 900=Shop, 700=Musician, 800=… |
|
|
826
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
827
|
+
|
|
828
|
+
#### Success Response
|
|
829
|
+
|
|
830
|
+
##### `200 application/json`
|
|
831
|
+
|
|
832
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
833
|
+
|
|
834
|
+
| Field | Type | Required | Description |
|
|
835
|
+
| --- | --- | --- | --- |
|
|
836
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
837
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
838
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
839
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
840
|
+
| support | string | No | Support message \| 支持消息 |
|
|
841
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
842
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
843
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
844
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
845
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
846
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
847
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
848
|
+
|
|
849
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
850
|
+
|
|
851
|
+
### `POST /api/u1/v1/douyin/search/fetch_user_search_v2`
|
|
852
|
+
|
|
853
|
+
- Summary: 获取用户搜索 V2/Fetch user search V2
|
|
854
|
+
- Capabilities: search / profiles / accounts
|
|
855
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
856
|
+
- operationId: `fetch_user_search_v2_api_v1_douyin_search_fetch_user_search_v2_post`
|
|
857
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-user-search-v2`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-user-search-v2)
|
|
858
|
+
|
|
859
|
+
#### Parameters
|
|
860
|
+
|
|
861
|
+
None
|
|
862
|
+
|
|
863
|
+
#### Request Body
|
|
864
|
+
|
|
865
|
+
- required: Yes
|
|
866
|
+
|
|
867
|
+
##### `application/json`
|
|
868
|
+
|
|
869
|
+
- Schema summary: `keyword`:string, `cursor`:integer
|
|
870
|
+
|
|
871
|
+
| Field | Type | Required | Description |
|
|
872
|
+
| --- | --- | --- | --- |
|
|
873
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
874
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
875
|
+
|
|
876
|
+
#### Success Response
|
|
877
|
+
|
|
878
|
+
##### `200 application/json`
|
|
879
|
+
|
|
880
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
881
|
+
|
|
882
|
+
| Field | Type | Required | Description |
|
|
883
|
+
| --- | --- | --- | --- |
|
|
884
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
885
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
886
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
887
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
888
|
+
| support | string | No | Support message \| 支持消息 |
|
|
889
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
890
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
891
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
892
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
893
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
894
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
895
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
896
|
+
|
|
897
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
898
|
+
|
|
899
|
+
### `POST /api/u1/v1/douyin/search/fetch_video_search_v1`
|
|
900
|
+
|
|
901
|
+
- Summary: 获取视频搜索 V1/Fetch video search V1
|
|
902
|
+
- Capabilities: search / content details
|
|
903
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
904
|
+
- operationId: `fetch_video_search_v1_api_v1_douyin_search_fetch_video_search_v1_post`
|
|
905
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-video-search-v1`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-video-search-v1)
|
|
906
|
+
|
|
907
|
+
#### Parameters
|
|
908
|
+
|
|
909
|
+
None
|
|
910
|
+
|
|
911
|
+
#### Request Body
|
|
912
|
+
|
|
913
|
+
- required: Yes
|
|
914
|
+
|
|
915
|
+
##### `application/json`
|
|
916
|
+
|
|
917
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
918
|
+
|
|
919
|
+
| Field | Type | Required | Description |
|
|
920
|
+
| --- | --- | --- | --- |
|
|
921
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
922
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
923
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
924
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
925
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
926
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
927
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
928
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
929
|
+
|
|
930
|
+
#### Success Response
|
|
931
|
+
|
|
932
|
+
##### `200 application/json`
|
|
933
|
+
|
|
934
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
935
|
+
|
|
936
|
+
| Field | Type | Required | Description |
|
|
937
|
+
| --- | --- | --- | --- |
|
|
938
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
939
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
940
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
941
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
942
|
+
| support | string | No | Support message \| 支持消息 |
|
|
943
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
944
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
945
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
946
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
947
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
948
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
949
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
950
|
+
|
|
951
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
952
|
+
|
|
953
|
+
### `POST /api/u1/v1/douyin/search/fetch_video_search_v2`
|
|
954
|
+
|
|
955
|
+
- Summary: 获取视频搜索 V2/Fetch video search V2
|
|
956
|
+
- Capabilities: search / content details
|
|
957
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
958
|
+
- operationId: `fetch_video_search_v2_api_v1_douyin_search_fetch_video_search_v2_post`
|
|
959
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-video-search-v2`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-video-search-v2)
|
|
960
|
+
|
|
961
|
+
#### Parameters
|
|
962
|
+
|
|
963
|
+
None
|
|
964
|
+
|
|
965
|
+
#### Request Body
|
|
966
|
+
|
|
967
|
+
- required: Yes
|
|
968
|
+
|
|
969
|
+
##### `application/json`
|
|
970
|
+
|
|
971
|
+
- Schema summary: `keyword`:string, `cursor`:integer, `sort_type`:string, `publish_time`:string, `filter_duration`:string, `content_type`:string, `search_id`:string, `backtrace`:string
|
|
972
|
+
|
|
973
|
+
| Field | Type | Required | Description |
|
|
974
|
+
| --- | --- | --- | --- |
|
|
975
|
+
| keyword | string | No | 关键词 / Keyword |
|
|
976
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
977
|
+
| sort_type | string | No | 排序方式:0=综合排序 1=最多点赞 2=最新发布 / Sort type: 0=Comprehensive, 1=Most Likes, 2=Latest |
|
|
978
|
+
| publish_time | string | No | 发布时间筛选:0=不限 1=最近一天 7=最近一周 180=最近半年 / Publish time filter: 0=Unlimited, 1=Last day, 7=Last week, 180=Last half year |
|
|
979
|
+
| filter_duration | string | No | 视频时长过滤:0=不限 0-1=一分钟以内 1-5=一到五分钟 5-10000=五分钟以上 / Video duration filter: 0=Unlimited, 0-1=Within 1 minute, 1-5=1 to 5 min… |
|
|
980
|
+
| content_type | string | No | 内容类型:0=不限 1=视频 2=图片 3=文章 / Content type: 0=All, 1=Video, 2=Picture, 3=Article |
|
|
981
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
982
|
+
| backtrace | string | No | 翻页回溯标识,用于翻页,从上一次请求返回的响应中获取 / Backtrace for pagination, obtained from the last response |
|
|
983
|
+
|
|
984
|
+
#### Success Response
|
|
985
|
+
|
|
986
|
+
##### `200 application/json`
|
|
987
|
+
|
|
988
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
989
|
+
|
|
990
|
+
| Field | Type | Required | Description |
|
|
991
|
+
| --- | --- | --- | --- |
|
|
992
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
993
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
994
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
995
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
996
|
+
| support | string | No | Support message \| 支持消息 |
|
|
997
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
998
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
999
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1000
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1001
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1002
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1003
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1004
|
+
|
|
1005
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1006
|
+
|
|
1007
|
+
### `POST /api/u1/v1/douyin/search/fetch_vision_search`
|
|
1008
|
+
|
|
1009
|
+
- Summary: 获取图像识别搜索/Fetch vision search (image-based search)
|
|
1010
|
+
- Capabilities: search
|
|
1011
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1012
|
+
- operationId: `fetch_vision_search_api_v1_douyin_search_fetch_vision_search_post`
|
|
1013
|
+
- Full contract: [`api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-vision-search`](../api-contracts/douyin-search-api.md#post-api-u1-v1-douyin-search-fetch-vision-search)
|
|
1014
|
+
|
|
1015
|
+
#### Parameters
|
|
1016
|
+
|
|
1017
|
+
None
|
|
1018
|
+
|
|
1019
|
+
#### Request Body
|
|
1020
|
+
|
|
1021
|
+
- required: Yes
|
|
1022
|
+
|
|
1023
|
+
##### `application/json`
|
|
1024
|
+
|
|
1025
|
+
- Schema summary: `image_uri*`:string, `cursor`:integer, `search_id`:string, `search_source`:string, `detection`:string, `detection_index`:integer, `user_query`:string, `aweme_id`:string
|
|
1026
|
+
|
|
1027
|
+
| Field | Type | Required | Description |
|
|
1028
|
+
| --- | --- | --- | --- |
|
|
1029
|
+
| image_uri | string | Yes | 图片URI,从抖音其他接口返回中获取(如视频详情、搜索结果、用户主页等接口的图片uri字段)/ Image URI obtained from other Douyin API responses (e.g., video details… |
|
|
1030
|
+
| cursor | integer | No | 偏移游标,用于翻页,从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained from the last response |
|
|
1031
|
+
| search_id | string | No | 搜索ID,用于翻页,从上一次请求返回的响应中获取 / Search ID for pagination, obtained from the last response |
|
|
1032
|
+
| search_source | string | No | 搜索来源:graphic_detail=图片详情页搜索, visual_normal_search=带关键词追加搜索 / Search source: graphic_detail=Image detail page search, vi… |
|
|
1033
|
+
| detection | string | No | 检测区域坐标,格式为 x1,y1,x2,y2 / Detection area coordinates in format x1,y1,x2,y2 |
|
|
1034
|
+
| detection_index | integer | No | 检测索引 / Detection index |
|
|
1035
|
+
| user_query | string | No | 搜索关键词,仅当search_source=visual_normal_search时使用 / Search keyword, only used when search_source=visual_normal_search |
|
|
1036
|
+
| aweme_id | string | No | 原视频ID,仅当search_source=visual_normal_search时使用 / Original video ID, only used when search_source=visual_normal_search |
|
|
1037
|
+
|
|
1038
|
+
#### Success Response
|
|
1039
|
+
|
|
1040
|
+
##### `200 application/json`
|
|
1041
|
+
|
|
1042
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1043
|
+
|
|
1044
|
+
| Field | Type | Required | Description |
|
|
1045
|
+
| --- | --- | --- | --- |
|
|
1046
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1047
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1048
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1049
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1050
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1051
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1052
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1053
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1054
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1055
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1056
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1057
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1058
|
+
|
|
1059
|
+
- Fields truncated: this layer shows only the first `12` rows.
|