@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,935 @@
|
|
|
1
|
+
# Douyin-Xingtu-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/douyin-xingtu-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md`](../api-contracts/douyin-xingtu-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: `22`
|
|
9
|
+
- Common capabilities: general / content details / comments / trends / rankings / creators / search
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `kolId`, `platformChannel`, `_range`, `page`, `onlyAssign`, `keyword`, `uri`, `durationTS`, `format`, `sec_user_id`
|
|
12
|
+
- Tag description: **(抖音星图数据接口/Douyin-Xingtu-API data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/douyin/xingtu/author_content_hot_comment_keywords_v1`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取kol热词分析内容V1/Get Author Content Hot Comment Keywords V1
|
|
19
|
+
- Capabilities: comments / trends / rankings / creators
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `author_content_hot_comment_keywords_v1_api_v1_douyin_xingtu_author_content_hot_comment_keywords_v1_get`
|
|
22
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-author-content-hot-comment-keywords-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-author-content-hot-comment-keywords-v1)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
29
|
+
|
|
30
|
+
#### Request Body
|
|
31
|
+
|
|
32
|
+
None
|
|
33
|
+
|
|
34
|
+
#### Success Response
|
|
35
|
+
|
|
36
|
+
##### `200 application/json`
|
|
37
|
+
|
|
38
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
39
|
+
|
|
40
|
+
| Field | Type | Required | Description |
|
|
41
|
+
| --- | --- | --- | --- |
|
|
42
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
43
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
44
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
45
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
46
|
+
| support | string | No | Support message \| 支持消息 |
|
|
47
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
48
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
49
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
50
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
51
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
52
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
53
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
54
|
+
|
|
55
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
56
|
+
|
|
57
|
+
### `GET /api/u1/v1/douyin/xingtu/author_hot_comment_tokens_v1`
|
|
58
|
+
|
|
59
|
+
- Summary: 获取kol热词分析评论V1/Get Author Hot Comment Tokens V1
|
|
60
|
+
- Capabilities: comments / trends / rankings / creators
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `author_hot_comment_tokens_v1_api_v1_douyin_xingtu_author_hot_comment_tokens_v1_get`
|
|
63
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-author-hot-comment-tokens-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-author-hot-comment-tokens-v1)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
| Field | In | Type | Required | Description |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
70
|
+
|
|
71
|
+
#### Request Body
|
|
72
|
+
|
|
73
|
+
None
|
|
74
|
+
|
|
75
|
+
#### Success Response
|
|
76
|
+
|
|
77
|
+
##### `200 application/json`
|
|
78
|
+
|
|
79
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
80
|
+
|
|
81
|
+
| Field | Type | Required | Description |
|
|
82
|
+
| --- | --- | --- | --- |
|
|
83
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
84
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
85
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
86
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
87
|
+
| support | string | No | Support message \| 支持消息 |
|
|
88
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
89
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
90
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
91
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
92
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
93
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
94
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
95
|
+
|
|
96
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
97
|
+
|
|
98
|
+
### `GET /api/u1/v1/douyin/xingtu/get_sign_image`
|
|
99
|
+
|
|
100
|
+
- Summary: 获取加密图片解析/Get Sign Image
|
|
101
|
+
- Capabilities: general
|
|
102
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
103
|
+
- operationId: `get_sign_image_api_v1_douyin_xingtu_get_sign_image_get`
|
|
104
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-sign-image`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-sign-image)
|
|
105
|
+
|
|
106
|
+
#### Parameters
|
|
107
|
+
|
|
108
|
+
| Field | In | Type | Required | Description |
|
|
109
|
+
| --- | --- | --- | --- | --- |
|
|
110
|
+
| uri | query | string | Yes | 图片的uri/Image URI |
|
|
111
|
+
| durationTS | query | integer | No | 有效期时长(秒)/Duration in seconds |
|
|
112
|
+
| format | query | string | No | 图片格式/Image format |
|
|
113
|
+
|
|
114
|
+
#### Request Body
|
|
115
|
+
|
|
116
|
+
None
|
|
117
|
+
|
|
118
|
+
#### Success Response
|
|
119
|
+
|
|
120
|
+
##### `200 application/json`
|
|
121
|
+
|
|
122
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
123
|
+
|
|
124
|
+
| Field | Type | Required | Description |
|
|
125
|
+
| --- | --- | --- | --- |
|
|
126
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
127
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
128
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
129
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
130
|
+
| support | string | No | Support message \| 支持消息 |
|
|
131
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
132
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
133
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
134
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
135
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
136
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
137
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
138
|
+
|
|
139
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
140
|
+
|
|
141
|
+
### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_sec_user_id`
|
|
142
|
+
|
|
143
|
+
- Summary: 根据抖音sec_user_id获取游客星图kolid/Get XingTu kolid by Douyin sec_user_id
|
|
144
|
+
- Capabilities: profiles / accounts
|
|
145
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
146
|
+
- operationId: `get_xingtu_kolid_by_sec_user_id_api_v1_douyin_xingtu_get_xingtu_kolid_by_sec_user_id_get`
|
|
147
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-sec-user-id`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-sec-user-id)
|
|
148
|
+
|
|
149
|
+
#### Parameters
|
|
150
|
+
|
|
151
|
+
| Field | In | Type | Required | Description |
|
|
152
|
+
| --- | --- | --- | --- | --- |
|
|
153
|
+
| sec_user_id | query | string | Yes | 抖音用户sec_user_id/Douyin User sec_user_id |
|
|
154
|
+
|
|
155
|
+
#### Request Body
|
|
156
|
+
|
|
157
|
+
None
|
|
158
|
+
|
|
159
|
+
#### Success Response
|
|
160
|
+
|
|
161
|
+
##### `200 application/json`
|
|
162
|
+
|
|
163
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
164
|
+
|
|
165
|
+
| Field | Type | Required | Description |
|
|
166
|
+
| --- | --- | --- | --- |
|
|
167
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
168
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
169
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
170
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
171
|
+
| support | string | No | Support message \| 支持消息 |
|
|
172
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
173
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
174
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
175
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
176
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
177
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
178
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
179
|
+
|
|
180
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
181
|
+
|
|
182
|
+
### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_uid`
|
|
183
|
+
|
|
184
|
+
- Summary: 根据抖音用户ID获取游客星图kolid/Get XingTu kolid by Douyin User ID
|
|
185
|
+
- Capabilities: general
|
|
186
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
187
|
+
- operationId: `get_xingtu_kolid_by_uid_api_v1_douyin_xingtu_get_xingtu_kolid_by_uid_get`
|
|
188
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-uid`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-uid)
|
|
189
|
+
|
|
190
|
+
#### Parameters
|
|
191
|
+
|
|
192
|
+
| Field | In | Type | Required | Description |
|
|
193
|
+
| --- | --- | --- | --- | --- |
|
|
194
|
+
| uid | query | string | Yes | 抖音用户ID/Douyin User ID |
|
|
195
|
+
|
|
196
|
+
#### Request Body
|
|
197
|
+
|
|
198
|
+
None
|
|
199
|
+
|
|
200
|
+
#### Success Response
|
|
201
|
+
|
|
202
|
+
##### `200 application/json`
|
|
203
|
+
|
|
204
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
205
|
+
|
|
206
|
+
| Field | Type | Required | Description |
|
|
207
|
+
| --- | --- | --- | --- |
|
|
208
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
209
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
210
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
211
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
212
|
+
| support | string | No | Support message \| 支持消息 |
|
|
213
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
214
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
215
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
216
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
217
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
218
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
219
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
220
|
+
|
|
221
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
222
|
+
|
|
223
|
+
### `GET /api/u1/v1/douyin/xingtu/get_xingtu_kolid_by_unique_id`
|
|
224
|
+
|
|
225
|
+
- Summary: 根据抖音号获取游客星图kolid/Get XingTu kolid by Douyin unique_id
|
|
226
|
+
- Capabilities: general
|
|
227
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
228
|
+
- operationId: `get_xingtu_kolid_by_unique_id_api_v1_douyin_xingtu_get_xingtu_kolid_by_unique_id_get`
|
|
229
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-unique-id`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-get-xingtu-kolid-by-unique-id)
|
|
230
|
+
|
|
231
|
+
#### Parameters
|
|
232
|
+
|
|
233
|
+
| Field | In | Type | Required | Description |
|
|
234
|
+
| --- | --- | --- | --- | --- |
|
|
235
|
+
| unique_id | query | string | Yes | 抖音号/Douyin User unique_id |
|
|
236
|
+
|
|
237
|
+
#### Request Body
|
|
238
|
+
|
|
239
|
+
None
|
|
240
|
+
|
|
241
|
+
#### Success Response
|
|
242
|
+
|
|
243
|
+
##### `200 application/json`
|
|
244
|
+
|
|
245
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
246
|
+
|
|
247
|
+
| Field | Type | Required | Description |
|
|
248
|
+
| --- | --- | --- | --- |
|
|
249
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
250
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
251
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
252
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
253
|
+
| support | string | No | Support message \| 支持消息 |
|
|
254
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
255
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
256
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
257
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
258
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
259
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
260
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
261
|
+
|
|
262
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
263
|
+
|
|
264
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_audience_portrait_v1`
|
|
265
|
+
|
|
266
|
+
- Summary: 获取kol观众画像V1/Get kol Audience Portrait V1
|
|
267
|
+
- Capabilities: general
|
|
268
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
269
|
+
- operationId: `kol_audience_portrait_v1_api_v1_douyin_xingtu_kol_audience_portrait_v1_get`
|
|
270
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-audience-portrait-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-audience-portrait-v1)
|
|
271
|
+
|
|
272
|
+
#### Parameters
|
|
273
|
+
|
|
274
|
+
| Field | In | Type | Required | Description |
|
|
275
|
+
| --- | --- | --- | --- | --- |
|
|
276
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
277
|
+
|
|
278
|
+
#### Request Body
|
|
279
|
+
|
|
280
|
+
None
|
|
281
|
+
|
|
282
|
+
#### Success Response
|
|
283
|
+
|
|
284
|
+
##### `200 application/json`
|
|
285
|
+
|
|
286
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
287
|
+
|
|
288
|
+
| Field | Type | Required | Description |
|
|
289
|
+
| --- | --- | --- | --- |
|
|
290
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
291
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
292
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
293
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
294
|
+
| support | string | No | Support message \| 支持消息 |
|
|
295
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
296
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
297
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
298
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
299
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
300
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
301
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
302
|
+
|
|
303
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
304
|
+
|
|
305
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_base_info_v1`
|
|
306
|
+
|
|
307
|
+
- Summary: 获取kol基本信息V1/Get kol Base Info V1
|
|
308
|
+
- Capabilities: general
|
|
309
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
310
|
+
- operationId: `kol_base_info_v1_api_v1_douyin_xingtu_kol_base_info_v1_get`
|
|
311
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-base-info-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-base-info-v1)
|
|
312
|
+
|
|
313
|
+
#### Parameters
|
|
314
|
+
|
|
315
|
+
| Field | In | Type | Required | Description |
|
|
316
|
+
| --- | --- | --- | --- | --- |
|
|
317
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
318
|
+
| platformChannel | query | string | Yes | 平台渠道/Platform Channel |
|
|
319
|
+
|
|
320
|
+
#### Request Body
|
|
321
|
+
|
|
322
|
+
None
|
|
323
|
+
|
|
324
|
+
#### Success Response
|
|
325
|
+
|
|
326
|
+
##### `200 application/json`
|
|
327
|
+
|
|
328
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
329
|
+
|
|
330
|
+
| Field | Type | Required | Description |
|
|
331
|
+
| --- | --- | --- | --- |
|
|
332
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
333
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
334
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
335
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
336
|
+
| support | string | No | Support message \| 支持消息 |
|
|
337
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
338
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
339
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
340
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
341
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
342
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
343
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
344
|
+
|
|
345
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
346
|
+
|
|
347
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_conversion_ability_analysis_v1`
|
|
348
|
+
|
|
349
|
+
- Summary: 获取kol转化能力分析V1/Get kol Conversion Ability Analysis V1
|
|
350
|
+
- Capabilities: general
|
|
351
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
352
|
+
- operationId: `kol_conversion_ability_analysis_v1_api_v1_douyin_xingtu_kol_conversion_ability_analysis_v1_get`
|
|
353
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-conversion-ability-analysis-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-conversion-ability-analysis-v1)
|
|
354
|
+
|
|
355
|
+
#### Parameters
|
|
356
|
+
|
|
357
|
+
| Field | In | Type | Required | Description |
|
|
358
|
+
| --- | --- | --- | --- | --- |
|
|
359
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
360
|
+
| _range | query | string | Yes | 时间范围/Time Range |
|
|
361
|
+
|
|
362
|
+
#### Request Body
|
|
363
|
+
|
|
364
|
+
None
|
|
365
|
+
|
|
366
|
+
#### Success Response
|
|
367
|
+
|
|
368
|
+
##### `200 application/json`
|
|
369
|
+
|
|
370
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
371
|
+
|
|
372
|
+
| Field | Type | Required | Description |
|
|
373
|
+
| --- | --- | --- | --- |
|
|
374
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
375
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
376
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
377
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
378
|
+
| support | string | No | Support message \| 支持消息 |
|
|
379
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
380
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
381
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
382
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
383
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
384
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
385
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
386
|
+
|
|
387
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
388
|
+
|
|
389
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_convert_video_display_v1`
|
|
390
|
+
|
|
391
|
+
- Summary: 获取kol转化视频展示V1/Get kol Convert Video Display V1
|
|
392
|
+
- Capabilities: content details
|
|
393
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
394
|
+
- operationId: `kol_convert_video_display_v1_api_v1_douyin_xingtu_kol_convert_video_display_v1_get`
|
|
395
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-convert-video-display-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-convert-video-display-v1)
|
|
396
|
+
|
|
397
|
+
#### Parameters
|
|
398
|
+
|
|
399
|
+
| Field | In | Type | Required | Description |
|
|
400
|
+
| --- | --- | --- | --- | --- |
|
|
401
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
402
|
+
| detailType | query | string | Yes | 详情类型/Detail Type |
|
|
403
|
+
| page | query | integer | Yes | 页码/Page |
|
|
404
|
+
|
|
405
|
+
#### Request Body
|
|
406
|
+
|
|
407
|
+
None
|
|
408
|
+
|
|
409
|
+
#### Success Response
|
|
410
|
+
|
|
411
|
+
##### `200 application/json`
|
|
412
|
+
|
|
413
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
414
|
+
|
|
415
|
+
| Field | Type | Required | Description |
|
|
416
|
+
| --- | --- | --- | --- |
|
|
417
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
418
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
419
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
420
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
421
|
+
| support | string | No | Support message \| 支持消息 |
|
|
422
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
423
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
424
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
425
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
426
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
427
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
428
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
429
|
+
|
|
430
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
431
|
+
|
|
432
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_cp_info_v1`
|
|
433
|
+
|
|
434
|
+
- Summary: 获取kol性价比能力分析V1/Get kol Cp Info V1
|
|
435
|
+
- Capabilities: general
|
|
436
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
437
|
+
- operationId: `kol_cp_info_v1_api_v1_douyin_xingtu_kol_cp_info_v1_get`
|
|
438
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-cp-info-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-cp-info-v1)
|
|
439
|
+
|
|
440
|
+
#### Parameters
|
|
441
|
+
|
|
442
|
+
| Field | In | Type | Required | Description |
|
|
443
|
+
| --- | --- | --- | --- | --- |
|
|
444
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
445
|
+
|
|
446
|
+
#### Request Body
|
|
447
|
+
|
|
448
|
+
None
|
|
449
|
+
|
|
450
|
+
#### Success Response
|
|
451
|
+
|
|
452
|
+
##### `200 application/json`
|
|
453
|
+
|
|
454
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
455
|
+
|
|
456
|
+
| Field | Type | Required | Description |
|
|
457
|
+
| --- | --- | --- | --- |
|
|
458
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
459
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
460
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
461
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
462
|
+
| support | string | No | Support message \| 支持消息 |
|
|
463
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
464
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
465
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
466
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
467
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
468
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
469
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
470
|
+
|
|
471
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
472
|
+
|
|
473
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_daily_fans_v1`
|
|
474
|
+
|
|
475
|
+
- Summary: 获取kol粉丝趋势V1/Get kol Daily Fans V1
|
|
476
|
+
- Capabilities: general
|
|
477
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
478
|
+
- operationId: `kol_daily_fans_v1_api_v1_douyin_xingtu_kol_daily_fans_v1_get`
|
|
479
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-daily-fans-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-daily-fans-v1)
|
|
480
|
+
|
|
481
|
+
#### Parameters
|
|
482
|
+
|
|
483
|
+
| Field | In | Type | Required | Description |
|
|
484
|
+
| --- | --- | --- | --- | --- |
|
|
485
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
486
|
+
| startDate | query | string | Yes | 开始日期/Start Date |
|
|
487
|
+
| endDate | query | string | Yes | 结束日期/End Date |
|
|
488
|
+
|
|
489
|
+
#### Request Body
|
|
490
|
+
|
|
491
|
+
None
|
|
492
|
+
|
|
493
|
+
#### Success Response
|
|
494
|
+
|
|
495
|
+
##### `200 application/json`
|
|
496
|
+
|
|
497
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
498
|
+
|
|
499
|
+
| Field | Type | Required | Description |
|
|
500
|
+
| --- | --- | --- | --- |
|
|
501
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
502
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
503
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
504
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
505
|
+
| support | string | No | Support message \| 支持消息 |
|
|
506
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
507
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
508
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
509
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
510
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
511
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
512
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
513
|
+
|
|
514
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
515
|
+
|
|
516
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_data_overview_v1`
|
|
517
|
+
|
|
518
|
+
- Summary: 获取kol数据概览V1/Get kol Data Overview V1
|
|
519
|
+
- Capabilities: general
|
|
520
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
521
|
+
- operationId: `kol_data_overview_v1_api_v1_douyin_xingtu_kol_data_overview_v1_get`
|
|
522
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-data-overview-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-data-overview-v1)
|
|
523
|
+
|
|
524
|
+
#### Parameters
|
|
525
|
+
|
|
526
|
+
| Field | In | Type | Required | Description |
|
|
527
|
+
| --- | --- | --- | --- | --- |
|
|
528
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
529
|
+
| _type | query | string | Yes | 类型/Type |
|
|
530
|
+
| _range | query | string | Yes | 范围/Range |
|
|
531
|
+
| flowType | query | integer | Yes | 流量类型/Flow Type |
|
|
532
|
+
| onlyAssign | query | boolean | No | 是否指派/Whether assigned (optional) |
|
|
533
|
+
|
|
534
|
+
#### Request Body
|
|
535
|
+
|
|
536
|
+
None
|
|
537
|
+
|
|
538
|
+
#### Success Response
|
|
539
|
+
|
|
540
|
+
##### `200 application/json`
|
|
541
|
+
|
|
542
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
543
|
+
|
|
544
|
+
| Field | Type | Required | Description |
|
|
545
|
+
| --- | --- | --- | --- |
|
|
546
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
547
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
548
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
549
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
550
|
+
| support | string | No | Support message \| 支持消息 |
|
|
551
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
552
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
553
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
554
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
555
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
556
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
557
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
558
|
+
|
|
559
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
560
|
+
|
|
561
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_fans_portrait_v1`
|
|
562
|
+
|
|
563
|
+
- Summary: 获取kol粉丝画像V1/Get kol Fans Portrait V1
|
|
564
|
+
- Capabilities: general
|
|
565
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
566
|
+
- operationId: `kol_fans_portrait_v1_api_v1_douyin_xingtu_kol_fans_portrait_v1_get`
|
|
567
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-fans-portrait-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-fans-portrait-v1)
|
|
568
|
+
|
|
569
|
+
#### Parameters
|
|
570
|
+
|
|
571
|
+
| Field | In | Type | Required | Description |
|
|
572
|
+
| --- | --- | --- | --- | --- |
|
|
573
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
574
|
+
| fansType | query | string | No | 粉丝类型/Fans Type |
|
|
575
|
+
|
|
576
|
+
#### Request Body
|
|
577
|
+
|
|
578
|
+
None
|
|
579
|
+
|
|
580
|
+
#### Success Response
|
|
581
|
+
|
|
582
|
+
##### `200 application/json`
|
|
583
|
+
|
|
584
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
585
|
+
|
|
586
|
+
| Field | Type | Required | Description |
|
|
587
|
+
| --- | --- | --- | --- |
|
|
588
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
589
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
590
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
591
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
592
|
+
| support | string | No | Support message \| 支持消息 |
|
|
593
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
594
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
595
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
596
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
597
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
598
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
599
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
600
|
+
|
|
601
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
602
|
+
|
|
603
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_link_struct_v1`
|
|
604
|
+
|
|
605
|
+
- Summary: 获取kol连接用户V1/Get kol Link Struct V1
|
|
606
|
+
- Capabilities: general
|
|
607
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
608
|
+
- operationId: `kol_link_struct_v1_api_v1_douyin_xingtu_kol_link_struct_v1_get`
|
|
609
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-link-struct-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-link-struct-v1)
|
|
610
|
+
|
|
611
|
+
#### Parameters
|
|
612
|
+
|
|
613
|
+
| Field | In | Type | Required | Description |
|
|
614
|
+
| --- | --- | --- | --- | --- |
|
|
615
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
616
|
+
|
|
617
|
+
#### Request Body
|
|
618
|
+
|
|
619
|
+
None
|
|
620
|
+
|
|
621
|
+
#### Success Response
|
|
622
|
+
|
|
623
|
+
##### `200 application/json`
|
|
624
|
+
|
|
625
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
626
|
+
|
|
627
|
+
| Field | Type | Required | Description |
|
|
628
|
+
| --- | --- | --- | --- |
|
|
629
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
630
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
631
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
632
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
633
|
+
| support | string | No | Support message \| 支持消息 |
|
|
634
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
635
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
636
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
637
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
638
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
639
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
640
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
641
|
+
|
|
642
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
643
|
+
|
|
644
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_rec_videos_v1`
|
|
645
|
+
|
|
646
|
+
- Summary: 获取kol内容表现V1/Get kol Rec Videos V1
|
|
647
|
+
- Capabilities: content details
|
|
648
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
649
|
+
- operationId: `kol_rec_videos_v1_api_v1_douyin_xingtu_kol_rec_videos_v1_get`
|
|
650
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-rec-videos-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-rec-videos-v1)
|
|
651
|
+
|
|
652
|
+
#### Parameters
|
|
653
|
+
|
|
654
|
+
| Field | In | Type | Required | Description |
|
|
655
|
+
| --- | --- | --- | --- | --- |
|
|
656
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
657
|
+
|
|
658
|
+
#### Request Body
|
|
659
|
+
|
|
660
|
+
None
|
|
661
|
+
|
|
662
|
+
#### Success Response
|
|
663
|
+
|
|
664
|
+
##### `200 application/json`
|
|
665
|
+
|
|
666
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
667
|
+
|
|
668
|
+
| Field | Type | Required | Description |
|
|
669
|
+
| --- | --- | --- | --- |
|
|
670
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
671
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
672
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
673
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
674
|
+
| support | string | No | Support message \| 支持消息 |
|
|
675
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
676
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
677
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
678
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
679
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
680
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
681
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
682
|
+
|
|
683
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
684
|
+
|
|
685
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_service_price_v1`
|
|
686
|
+
|
|
687
|
+
- Summary: 获取kol服务报价V1/Get kol Service Price V1
|
|
688
|
+
- Capabilities: general
|
|
689
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
690
|
+
- operationId: `kol_service_price_v1_api_v1_douyin_xingtu_kol_service_price_v1_get`
|
|
691
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-service-price-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-service-price-v1)
|
|
692
|
+
|
|
693
|
+
#### Parameters
|
|
694
|
+
|
|
695
|
+
| Field | In | Type | Required | Description |
|
|
696
|
+
| --- | --- | --- | --- | --- |
|
|
697
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
698
|
+
| platformChannel | query | string | Yes | 平台渠道/Platform Channel |
|
|
699
|
+
|
|
700
|
+
#### Request Body
|
|
701
|
+
|
|
702
|
+
None
|
|
703
|
+
|
|
704
|
+
#### Success Response
|
|
705
|
+
|
|
706
|
+
##### `200 application/json`
|
|
707
|
+
|
|
708
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
709
|
+
|
|
710
|
+
| Field | Type | Required | Description |
|
|
711
|
+
| --- | --- | --- | --- |
|
|
712
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
713
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
714
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
715
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
716
|
+
| support | string | No | Support message \| 支持消息 |
|
|
717
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
718
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
719
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
720
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
721
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
722
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
723
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
724
|
+
|
|
725
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
726
|
+
|
|
727
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_touch_distribution_v1`
|
|
728
|
+
|
|
729
|
+
- Summary: 获取kol连接用户来源V1/Get kol Touch Distribution V1
|
|
730
|
+
- Capabilities: general
|
|
731
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
732
|
+
- operationId: `kol_touch_distribution_v1_api_v1_douyin_xingtu_kol_touch_distribution_v1_get`
|
|
733
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-touch-distribution-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-touch-distribution-v1)
|
|
734
|
+
|
|
735
|
+
#### Parameters
|
|
736
|
+
|
|
737
|
+
| Field | In | Type | Required | Description |
|
|
738
|
+
| --- | --- | --- | --- | --- |
|
|
739
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
740
|
+
|
|
741
|
+
#### Request Body
|
|
742
|
+
|
|
743
|
+
None
|
|
744
|
+
|
|
745
|
+
#### Success Response
|
|
746
|
+
|
|
747
|
+
##### `200 application/json`
|
|
748
|
+
|
|
749
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
750
|
+
|
|
751
|
+
| Field | Type | Required | Description |
|
|
752
|
+
| --- | --- | --- | --- |
|
|
753
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
754
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
755
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
756
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
757
|
+
| support | string | No | Support message \| 支持消息 |
|
|
758
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
759
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
760
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
761
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
762
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
763
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
764
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
765
|
+
|
|
766
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
767
|
+
|
|
768
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_video_performance_v1`
|
|
769
|
+
|
|
770
|
+
- Summary: 获取kol视频表现V1/Get kol Video Performance V1
|
|
771
|
+
- Capabilities: content details
|
|
772
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
773
|
+
- operationId: `kol_video_performance_v1_api_v1_douyin_xingtu_kol_video_performance_v1_get`
|
|
774
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-video-performance-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-video-performance-v1)
|
|
775
|
+
|
|
776
|
+
#### Parameters
|
|
777
|
+
|
|
778
|
+
| Field | In | Type | Required | Description |
|
|
779
|
+
| --- | --- | --- | --- | --- |
|
|
780
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
781
|
+
| onlyAssign | query | boolean | Yes | 是否只显示分配作品/Whether to display only assigned works |
|
|
782
|
+
|
|
783
|
+
#### Request Body
|
|
784
|
+
|
|
785
|
+
None
|
|
786
|
+
|
|
787
|
+
#### Success Response
|
|
788
|
+
|
|
789
|
+
##### `200 application/json`
|
|
790
|
+
|
|
791
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
792
|
+
|
|
793
|
+
| Field | Type | Required | Description |
|
|
794
|
+
| --- | --- | --- | --- |
|
|
795
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
796
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
797
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
798
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
799
|
+
| support | string | No | Support message \| 支持消息 |
|
|
800
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
801
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
802
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
803
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
804
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
805
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
806
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
807
|
+
|
|
808
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
809
|
+
|
|
810
|
+
### `GET /api/u1/v1/douyin/xingtu/kol_xingtu_index_v1`
|
|
811
|
+
|
|
812
|
+
- Summary: 获取kol星图指数V1/Get kol Xingtu Index V1
|
|
813
|
+
- Capabilities: general
|
|
814
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
815
|
+
- operationId: `kol_xingtu_index_v1_api_v1_douyin_xingtu_kol_xingtu_index_v1_get`
|
|
816
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-xingtu-index-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-kol-xingtu-index-v1)
|
|
817
|
+
|
|
818
|
+
#### Parameters
|
|
819
|
+
|
|
820
|
+
| Field | In | Type | Required | Description |
|
|
821
|
+
| --- | --- | --- | --- | --- |
|
|
822
|
+
| kolId | query | string | Yes | 用户的kolId/User kolId |
|
|
823
|
+
|
|
824
|
+
#### Request Body
|
|
825
|
+
|
|
826
|
+
None
|
|
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
|
+
### `GET /api/u1/v1/douyin/xingtu/search_kol_v1`
|
|
852
|
+
|
|
853
|
+
- Summary: 关键词搜索kol V1/Search Kol V1
|
|
854
|
+
- Capabilities: search
|
|
855
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
856
|
+
- operationId: `search_kol_v1_api_v1_douyin_xingtu_search_kol_v1_get`
|
|
857
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-search-kol-v1`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-search-kol-v1)
|
|
858
|
+
|
|
859
|
+
#### Parameters
|
|
860
|
+
|
|
861
|
+
| Field | In | Type | Required | Description |
|
|
862
|
+
| --- | --- | --- | --- | --- |
|
|
863
|
+
| keyword | query | string | Yes | 关键词/Keyword |
|
|
864
|
+
| platformSource | query | string | Yes | 平台来源/Platform Source |
|
|
865
|
+
| page | query | integer | Yes | 页码/Page |
|
|
866
|
+
|
|
867
|
+
#### Request Body
|
|
868
|
+
|
|
869
|
+
None
|
|
870
|
+
|
|
871
|
+
#### Success Response
|
|
872
|
+
|
|
873
|
+
##### `200 application/json`
|
|
874
|
+
|
|
875
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
876
|
+
|
|
877
|
+
| Field | Type | Required | Description |
|
|
878
|
+
| --- | --- | --- | --- |
|
|
879
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
880
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
881
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
882
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
883
|
+
| support | string | No | Support message \| 支持消息 |
|
|
884
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
885
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
886
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
887
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
888
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
889
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
890
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
891
|
+
|
|
892
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
893
|
+
|
|
894
|
+
### `GET /api/u1/v1/douyin/xingtu/search_kol_v2`
|
|
895
|
+
|
|
896
|
+
- Summary: 高级搜索kol V2/Search Kol Advanced V2
|
|
897
|
+
- Capabilities: search
|
|
898
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
899
|
+
- operationId: `search_kol_v2_api_v1_douyin_xingtu_search_kol_v2_get`
|
|
900
|
+
- Full contract: [`api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-search-kol-v2`](../api-contracts/douyin-xingtu-api.md#get-api-u1-v1-douyin-xingtu-search-kol-v2)
|
|
901
|
+
|
|
902
|
+
#### Parameters
|
|
903
|
+
|
|
904
|
+
| Field | In | Type | Required | Description |
|
|
905
|
+
| --- | --- | --- | --- | --- |
|
|
906
|
+
| keyword | query | string | Yes | 关键词/Keyword |
|
|
907
|
+
| followerRange | query | string | No | 粉丝范围(可选)/Follower Range (optional), 例如 10-100 表示10万-100万粉丝 |
|
|
908
|
+
| contentTag | query | string | No | 内容标签(可选)/Content Tag (optional), 例如 tag-1 或 tag_level_two-7 |
|
|
909
|
+
|
|
910
|
+
#### Request Body
|
|
911
|
+
|
|
912
|
+
None
|
|
913
|
+
|
|
914
|
+
#### Success Response
|
|
915
|
+
|
|
916
|
+
##### `200 application/json`
|
|
917
|
+
|
|
918
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
919
|
+
|
|
920
|
+
| Field | Type | Required | Description |
|
|
921
|
+
| --- | --- | --- | --- |
|
|
922
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
923
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
924
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
925
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
926
|
+
| support | string | No | Support message \| 支持消息 |
|
|
927
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
928
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
929
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
930
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
931
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
932
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
933
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
934
|
+
|
|
935
|
+
- Fields truncated: this layer shows only the first `12` rows.
|