@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,925 @@
|
|
|
1
|
+
# Douyin-Xingtu-V2-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/douyin-xingtu-v2-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md`](../api-contracts/douyin-xingtu-v2-api.md)
|
|
6
|
+
- Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
|
|
7
|
+
- Fetched at: `2026-03-08T06:54:04+00:00`
|
|
8
|
+
- Route count: `21`
|
|
9
|
+
- Common capabilities: creators / general / trends / rankings / comments / details / profiles / accounts
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `o_author_id`, `platform_source`, `limit`, `platform_channel`, `author_id`, `only_assign`, `flow_type`, `page`, `qualifier`, `period`
|
|
12
|
+
- Tag description: **(抖音星图V2数据接口/Douyin-Xingtu-V2-API data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_author_base_info`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取创作者基本信息/Get Author Base Info
|
|
19
|
+
- Capabilities: creators
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `get_author_base_info_api_v1_douyin_xingtu_v2_get_author_base_info_get`
|
|
22
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-base-info`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-base-info)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| o_author_id | query | string | Yes | 创作者ID/Creator author ID |
|
|
29
|
+
| platform_source | query | integer | No | 平台来源/Platform source |
|
|
30
|
+
| platform_channel | query | integer | No | 平台渠道/Platform channel |
|
|
31
|
+
| recommend | query | boolean | No | 是否返回推荐信息/Whether to return recommendation info |
|
|
32
|
+
| need_sec_uid | query | boolean | No | 是否返回sec_uid/Whether to return sec_uid |
|
|
33
|
+
| need_linkage_info | query | boolean | No | 是否返回联动信息/Whether to return linkage info |
|
|
34
|
+
|
|
35
|
+
#### Request Body
|
|
36
|
+
|
|
37
|
+
None
|
|
38
|
+
|
|
39
|
+
#### Success Response
|
|
40
|
+
|
|
41
|
+
##### `200 application/json`
|
|
42
|
+
|
|
43
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
44
|
+
|
|
45
|
+
| Field | Type | Required | Description |
|
|
46
|
+
| --- | --- | --- | --- |
|
|
47
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
48
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
49
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
50
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
51
|
+
| support | string | No | Support message \| 支持消息 |
|
|
52
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
53
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
54
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
55
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
56
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
57
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
58
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
59
|
+
|
|
60
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
61
|
+
|
|
62
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_author_business_card_info`
|
|
63
|
+
|
|
64
|
+
- Summary: 获取创作者商业卡片信息/Get Author Business Card Info
|
|
65
|
+
- Capabilities: creators
|
|
66
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
67
|
+
- operationId: `get_author_business_card_info_api_v1_douyin_xingtu_v2_get_author_business_card_info_get`
|
|
68
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-business-card-info`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-business-card-info)
|
|
69
|
+
|
|
70
|
+
#### Parameters
|
|
71
|
+
|
|
72
|
+
| Field | In | Type | Required | Description |
|
|
73
|
+
| --- | --- | --- | --- | --- |
|
|
74
|
+
| o_author_id | query | string | Yes | 创作者ID/Creator author ID |
|
|
75
|
+
|
|
76
|
+
#### Request Body
|
|
77
|
+
|
|
78
|
+
None
|
|
79
|
+
|
|
80
|
+
#### Success Response
|
|
81
|
+
|
|
82
|
+
##### `200 application/json`
|
|
83
|
+
|
|
84
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
85
|
+
|
|
86
|
+
| Field | Type | Required | Description |
|
|
87
|
+
| --- | --- | --- | --- |
|
|
88
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
89
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
90
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
91
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
92
|
+
| support | string | No | Support message \| 支持消息 |
|
|
93
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
94
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
95
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
96
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
97
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
98
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
99
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
100
|
+
|
|
101
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
102
|
+
|
|
103
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_author_content_hot_keywords`
|
|
104
|
+
|
|
105
|
+
- Summary: 获取创作者内容热词/Get Author Content Hot Keywords
|
|
106
|
+
- Capabilities: trends / rankings / creators
|
|
107
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
108
|
+
- operationId: `get_author_content_hot_keywords_api_v1_douyin_xingtu_v2_get_author_content_hot_keywords_get`
|
|
109
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-content-hot-keywords`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-content-hot-keywords)
|
|
110
|
+
|
|
111
|
+
#### Parameters
|
|
112
|
+
|
|
113
|
+
| Field | In | Type | Required | Description |
|
|
114
|
+
| --- | --- | --- | --- | --- |
|
|
115
|
+
| author_id | query | string | Yes | 创作者ID/Creator author ID |
|
|
116
|
+
| keyword_type | query | integer | No | 热词类型/Keyword type |
|
|
117
|
+
|
|
118
|
+
#### Request Body
|
|
119
|
+
|
|
120
|
+
None
|
|
121
|
+
|
|
122
|
+
#### Success Response
|
|
123
|
+
|
|
124
|
+
##### `200 application/json`
|
|
125
|
+
|
|
126
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
127
|
+
|
|
128
|
+
| Field | Type | Required | Description |
|
|
129
|
+
| --- | --- | --- | --- |
|
|
130
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
131
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
132
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
133
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
134
|
+
| support | string | No | Support message \| 支持消息 |
|
|
135
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
136
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
137
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
138
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
139
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
140
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
141
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
142
|
+
|
|
143
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
144
|
+
|
|
145
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_author_hot_comment_tokens`
|
|
146
|
+
|
|
147
|
+
- Summary: 获取创作者评论热词/Get Author Hot Comment Tokens
|
|
148
|
+
- Capabilities: comments / trends / rankings / creators
|
|
149
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
150
|
+
- operationId: `get_author_hot_comment_tokens_api_v1_douyin_xingtu_v2_get_author_hot_comment_tokens_get`
|
|
151
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-hot-comment-tokens`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-hot-comment-tokens)
|
|
152
|
+
|
|
153
|
+
#### Parameters
|
|
154
|
+
|
|
155
|
+
| Field | In | Type | Required | Description |
|
|
156
|
+
| --- | --- | --- | --- | --- |
|
|
157
|
+
| author_id | query | string | Yes | 创作者ID/Creator author ID |
|
|
158
|
+
| num | query | integer | No | 返回热词数量/Number of hot tokens |
|
|
159
|
+
| without_emoji | query | boolean | No | 是否排除emoji/Whether to exclude emoji |
|
|
160
|
+
|
|
161
|
+
#### Request Body
|
|
162
|
+
|
|
163
|
+
None
|
|
164
|
+
|
|
165
|
+
#### Success Response
|
|
166
|
+
|
|
167
|
+
##### `200 application/json`
|
|
168
|
+
|
|
169
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
170
|
+
|
|
171
|
+
| Field | Type | Required | Description |
|
|
172
|
+
| --- | --- | --- | --- |
|
|
173
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
174
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
175
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
176
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
177
|
+
| support | string | No | Support message \| 支持消息 |
|
|
178
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
179
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
180
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
181
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
182
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
183
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
184
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
185
|
+
|
|
186
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
187
|
+
|
|
188
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_author_local_info`
|
|
189
|
+
|
|
190
|
+
- Summary: 获取创作者位置信息/Get Author Local Info
|
|
191
|
+
- Capabilities: creators
|
|
192
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
193
|
+
- operationId: `get_author_local_info_api_v1_douyin_xingtu_v2_get_author_local_info_get`
|
|
194
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-local-info`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-local-info)
|
|
195
|
+
|
|
196
|
+
#### Parameters
|
|
197
|
+
|
|
198
|
+
| Field | In | Type | Required | Description |
|
|
199
|
+
| --- | --- | --- | --- | --- |
|
|
200
|
+
| o_author_id | query | string | Yes | 创作者ID/Creator author ID |
|
|
201
|
+
| platform_source | query | integer | No | 平台来源/Platform source |
|
|
202
|
+
| platform_channel | query | integer | No | 平台渠道/Platform channel |
|
|
203
|
+
| time_range | query | integer | No | 时间范围(天)/Time range in days |
|
|
204
|
+
|
|
205
|
+
#### Request Body
|
|
206
|
+
|
|
207
|
+
None
|
|
208
|
+
|
|
209
|
+
#### Success Response
|
|
210
|
+
|
|
211
|
+
##### `200 application/json`
|
|
212
|
+
|
|
213
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
214
|
+
|
|
215
|
+
| Field | Type | Required | Description |
|
|
216
|
+
| --- | --- | --- | --- |
|
|
217
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
218
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
219
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
220
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
221
|
+
| support | string | No | Support message \| 支持消息 |
|
|
222
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
223
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
224
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
225
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
226
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
227
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
228
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
229
|
+
|
|
230
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
231
|
+
|
|
232
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_author_market_fields`
|
|
233
|
+
|
|
234
|
+
- Summary: 获取达人广场筛选字段/Get Author Market Fields
|
|
235
|
+
- Capabilities: creators
|
|
236
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
237
|
+
- operationId: `get_author_market_fields_api_v1_douyin_xingtu_v2_get_author_market_fields_get`
|
|
238
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-market-fields`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-market-fields)
|
|
239
|
+
|
|
240
|
+
#### Parameters
|
|
241
|
+
|
|
242
|
+
| Field | In | Type | Required | Description |
|
|
243
|
+
| --- | --- | --- | --- | --- |
|
|
244
|
+
| market_scene | query | integer | No | 市场场景,1=默认场景/Market scene, 1=default |
|
|
245
|
+
|
|
246
|
+
#### Request Body
|
|
247
|
+
|
|
248
|
+
None
|
|
249
|
+
|
|
250
|
+
#### Success Response
|
|
251
|
+
|
|
252
|
+
##### `200 application/json`
|
|
253
|
+
|
|
254
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
255
|
+
|
|
256
|
+
| Field | Type | Required | Description |
|
|
257
|
+
| --- | --- | --- | --- |
|
|
258
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
259
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
260
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
261
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
262
|
+
| support | string | No | Support message \| 支持消息 |
|
|
263
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
264
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
265
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
266
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
267
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
268
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
269
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
270
|
+
|
|
271
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
272
|
+
|
|
273
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_author_show_items`
|
|
274
|
+
|
|
275
|
+
- Summary: 获取创作者视频列表/Get Author Show Items
|
|
276
|
+
- Capabilities: creators
|
|
277
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
278
|
+
- operationId: `get_author_show_items_api_v1_douyin_xingtu_v2_get_author_show_items_get`
|
|
279
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-show-items`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-show-items)
|
|
280
|
+
|
|
281
|
+
#### Parameters
|
|
282
|
+
|
|
283
|
+
| Field | In | Type | Required | Description |
|
|
284
|
+
| --- | --- | --- | --- | --- |
|
|
285
|
+
| o_author_id | query | string | Yes | 创作者ID/Creator author ID |
|
|
286
|
+
| platform_source | query | integer | No | 平台来源/Platform source |
|
|
287
|
+
| platform_channel | query | integer | No | 平台渠道/Platform channel |
|
|
288
|
+
| limit | query | integer | No | 返回数量/Result limit |
|
|
289
|
+
| only_assign | query | boolean | No | 仅看指派视频/Only show assigned videos |
|
|
290
|
+
| flow_type | query | integer | No | 流量类型/Flow type |
|
|
291
|
+
|
|
292
|
+
#### Request Body
|
|
293
|
+
|
|
294
|
+
None
|
|
295
|
+
|
|
296
|
+
#### Success Response
|
|
297
|
+
|
|
298
|
+
##### `200 application/json`
|
|
299
|
+
|
|
300
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
301
|
+
|
|
302
|
+
| Field | Type | Required | Description |
|
|
303
|
+
| --- | --- | --- | --- |
|
|
304
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
305
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
306
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
307
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
308
|
+
| support | string | No | Support message \| 支持消息 |
|
|
309
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
310
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
311
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
312
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
313
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
314
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
315
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
316
|
+
|
|
317
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
318
|
+
|
|
319
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_author_spread_info`
|
|
320
|
+
|
|
321
|
+
- Summary: 获取创作者传播价值/Get Author Spread Info
|
|
322
|
+
- Capabilities: creators
|
|
323
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
324
|
+
- operationId: `get_author_spread_info_api_v1_douyin_xingtu_v2_get_author_spread_info_get`
|
|
325
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-spread-info`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-author-spread-info)
|
|
326
|
+
|
|
327
|
+
#### Parameters
|
|
328
|
+
|
|
329
|
+
| Field | In | Type | Required | Description |
|
|
330
|
+
| --- | --- | --- | --- | --- |
|
|
331
|
+
| o_author_id | query | string | Yes | 创作者ID/Creator author ID |
|
|
332
|
+
| platform_source | query | integer | No | 平台来源/Platform source |
|
|
333
|
+
| platform_channel | query | integer | No | 平台渠道/Platform channel |
|
|
334
|
+
| type | query | integer | No | 视频类型,1=个人视频/Video type, 1=personal video |
|
|
335
|
+
| flow_type | query | integer | No | 流量类型/Flow type |
|
|
336
|
+
| only_assign | query | boolean | No | 仅看指派视频/Only assigned videos |
|
|
337
|
+
| range | query | integer | No | 时间范围,2=近30天,3=近90天/Time range, 2=last 30 days, 3=last 90 days |
|
|
338
|
+
|
|
339
|
+
#### Request Body
|
|
340
|
+
|
|
341
|
+
None
|
|
342
|
+
|
|
343
|
+
#### Success Response
|
|
344
|
+
|
|
345
|
+
##### `200 application/json`
|
|
346
|
+
|
|
347
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
348
|
+
|
|
349
|
+
| Field | Type | Required | Description |
|
|
350
|
+
| --- | --- | --- | --- |
|
|
351
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
352
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
353
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
354
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
355
|
+
| support | string | No | Support message \| 支持消息 |
|
|
356
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
357
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
358
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
359
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
360
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
361
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
362
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
363
|
+
|
|
364
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
365
|
+
|
|
366
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_content_trend_guide`
|
|
367
|
+
|
|
368
|
+
- Summary: 获取内容趋势指南/Get Content Trend Guide
|
|
369
|
+
- Capabilities: trends / rankings
|
|
370
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
371
|
+
- operationId: `get_content_trend_guide_api_v1_douyin_xingtu_v2_get_content_trend_guide_get`
|
|
372
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-content-trend-guide`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-content-trend-guide)
|
|
373
|
+
|
|
374
|
+
#### Parameters
|
|
375
|
+
|
|
376
|
+
None
|
|
377
|
+
|
|
378
|
+
#### Request Body
|
|
379
|
+
|
|
380
|
+
None
|
|
381
|
+
|
|
382
|
+
#### Success Response
|
|
383
|
+
|
|
384
|
+
##### `200 application/json`
|
|
385
|
+
|
|
386
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
387
|
+
|
|
388
|
+
| Field | Type | Required | Description |
|
|
389
|
+
| --- | --- | --- | --- |
|
|
390
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
391
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
392
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
393
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
394
|
+
| support | string | No | Support message \| 支持消息 |
|
|
395
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
396
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
397
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
398
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
399
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
400
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
401
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
402
|
+
|
|
403
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
404
|
+
|
|
405
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_demander_mcn_list`
|
|
406
|
+
|
|
407
|
+
- Summary: 搜索MCN机构列表/Get Demander MCN List
|
|
408
|
+
- Capabilities: general
|
|
409
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
410
|
+
- operationId: `get_demander_mcn_list_api_v1_douyin_xingtu_v2_get_demander_mcn_list_get`
|
|
411
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-demander-mcn-list`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-demander-mcn-list)
|
|
412
|
+
|
|
413
|
+
#### Parameters
|
|
414
|
+
|
|
415
|
+
| Field | In | Type | Required | Description |
|
|
416
|
+
| --- | --- | --- | --- | --- |
|
|
417
|
+
| mcn_name | query | string | No | MCN机构名称,支持模糊搜索/MCN name, supports fuzzy search |
|
|
418
|
+
| page | query | integer | No | 页码/Page number |
|
|
419
|
+
| limit | query | integer | No | 每页数量/Page size |
|
|
420
|
+
| order_by | query | string | No | 排序方式/Sort by |
|
|
421
|
+
|
|
422
|
+
#### Request Body
|
|
423
|
+
|
|
424
|
+
None
|
|
425
|
+
|
|
426
|
+
#### Success Response
|
|
427
|
+
|
|
428
|
+
##### `200 application/json`
|
|
429
|
+
|
|
430
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
431
|
+
|
|
432
|
+
| Field | Type | Required | Description |
|
|
433
|
+
| --- | --- | --- | --- |
|
|
434
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
435
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
436
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
437
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
438
|
+
| support | string | No | Support message \| 支持消息 |
|
|
439
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
440
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
441
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
442
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
443
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
444
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
445
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
446
|
+
|
|
447
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
448
|
+
|
|
449
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_excellent_case_category_list`
|
|
450
|
+
|
|
451
|
+
- Summary: 获取优秀行业分类列表/Get Excellent Case Category List
|
|
452
|
+
- Capabilities: general
|
|
453
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
454
|
+
- operationId: `get_excellent_case_category_list_api_v1_douyin_xingtu_v2_get_excellent_case_category_list_get`
|
|
455
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-excellent-case-category-list`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-excellent-case-category-list)
|
|
456
|
+
|
|
457
|
+
#### Parameters
|
|
458
|
+
|
|
459
|
+
| Field | In | Type | Required | Description |
|
|
460
|
+
| --- | --- | --- | --- | --- |
|
|
461
|
+
| platform_source | query | integer | No | 平台来源/Platform source |
|
|
462
|
+
|
|
463
|
+
#### Request Body
|
|
464
|
+
|
|
465
|
+
None
|
|
466
|
+
|
|
467
|
+
#### Success Response
|
|
468
|
+
|
|
469
|
+
##### `200 application/json`
|
|
470
|
+
|
|
471
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
472
|
+
|
|
473
|
+
| Field | Type | Required | Description |
|
|
474
|
+
| --- | --- | --- | --- |
|
|
475
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
476
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
477
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
478
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
479
|
+
| support | string | No | Support message \| 支持消息 |
|
|
480
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
481
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
482
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
483
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
484
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
485
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
486
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
487
|
+
|
|
488
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
489
|
+
|
|
490
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_ip_activity_detail`
|
|
491
|
+
|
|
492
|
+
- Summary: 获取星图IP活动详情/Get IP Activity Detail
|
|
493
|
+
- Capabilities: details
|
|
494
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
495
|
+
- operationId: `get_ip_activity_detail_api_v1_douyin_xingtu_v2_get_ip_activity_detail_get`
|
|
496
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-ip-activity-detail`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-ip-activity-detail)
|
|
497
|
+
|
|
498
|
+
#### Parameters
|
|
499
|
+
|
|
500
|
+
| Field | In | Type | Required | Description |
|
|
501
|
+
| --- | --- | --- | --- | --- |
|
|
502
|
+
| id | query | integer | Yes | 活动ID,从get_ip_activity_list获取/Activity ID from get_ip_activity_list |
|
|
503
|
+
|
|
504
|
+
#### Request Body
|
|
505
|
+
|
|
506
|
+
None
|
|
507
|
+
|
|
508
|
+
#### Success Response
|
|
509
|
+
|
|
510
|
+
##### `200 application/json`
|
|
511
|
+
|
|
512
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
513
|
+
|
|
514
|
+
| Field | Type | Required | Description |
|
|
515
|
+
| --- | --- | --- | --- |
|
|
516
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
517
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
518
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
519
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
520
|
+
| support | string | No | Support message \| 支持消息 |
|
|
521
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
522
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
523
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
524
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
525
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
526
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
527
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
528
|
+
|
|
529
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
530
|
+
|
|
531
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_ip_activity_industry_list`
|
|
532
|
+
|
|
533
|
+
- Summary: 获取星图IP日历行业列表/Get IP Activity Industry List
|
|
534
|
+
- Capabilities: general
|
|
535
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
536
|
+
- operationId: `get_ip_activity_industry_list_api_v1_douyin_xingtu_v2_get_ip_activity_industry_list_get`
|
|
537
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-ip-activity-industry-list`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-ip-activity-industry-list)
|
|
538
|
+
|
|
539
|
+
#### Parameters
|
|
540
|
+
|
|
541
|
+
None
|
|
542
|
+
|
|
543
|
+
#### Request Body
|
|
544
|
+
|
|
545
|
+
None
|
|
546
|
+
|
|
547
|
+
#### Success Response
|
|
548
|
+
|
|
549
|
+
##### `200 application/json`
|
|
550
|
+
|
|
551
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
552
|
+
|
|
553
|
+
| Field | Type | Required | Description |
|
|
554
|
+
| --- | --- | --- | --- |
|
|
555
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
556
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
557
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
558
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
559
|
+
| support | string | No | Support message \| 支持消息 |
|
|
560
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
561
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
562
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
563
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
564
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
565
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
566
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
567
|
+
|
|
568
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
569
|
+
|
|
570
|
+
### `POST /api/u1/v1/douyin/xingtu_v2/get_ip_activity_list`
|
|
571
|
+
|
|
572
|
+
- Summary: 获取星图IP日历活动列表/Get IP Activity List
|
|
573
|
+
- Capabilities: general
|
|
574
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
575
|
+
- operationId: `get_ip_activity_list_api_v1_douyin_xingtu_v2_get_ip_activity_list_post`
|
|
576
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#post-api-u1-v1-douyin-xingtu-v2-get-ip-activity-list`](../api-contracts/douyin-xingtu-v2-api.md#post-api-u1-v1-douyin-xingtu-v2-get-ip-activity-list)
|
|
577
|
+
|
|
578
|
+
#### Parameters
|
|
579
|
+
|
|
580
|
+
None
|
|
581
|
+
|
|
582
|
+
#### Request Body
|
|
583
|
+
|
|
584
|
+
- required: Yes
|
|
585
|
+
|
|
586
|
+
##### `application/json`
|
|
587
|
+
|
|
588
|
+
- Schema summary: `query_start_time*`:string, `query_end_time*`:string, `industry_id_list`[string], `category_list`[integer], `status_list`[integer]
|
|
589
|
+
|
|
590
|
+
| Field | Type | Required | Description |
|
|
591
|
+
| --- | --- | --- | --- |
|
|
592
|
+
| query_start_time | string | Yes | 查询开始时间戳/Query start timestamp |
|
|
593
|
+
| query_end_time | string | Yes | 查询结束时间戳/Query end timestamp |
|
|
594
|
+
| industry_id_list | array<string> | No | 行业ID列表/Industry ID list |
|
|
595
|
+
| category_list | array<integer> | No | IP类型列表/IP category list |
|
|
596
|
+
| status_list | array<integer> | No | IP状态列表/IP status list |
|
|
597
|
+
|
|
598
|
+
#### Success Response
|
|
599
|
+
|
|
600
|
+
##### `200 application/json`
|
|
601
|
+
|
|
602
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
603
|
+
|
|
604
|
+
| Field | Type | Required | Description |
|
|
605
|
+
| --- | --- | --- | --- |
|
|
606
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
607
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
608
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
609
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
610
|
+
| support | string | No | Support message \| 支持消息 |
|
|
611
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
612
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
613
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
614
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
615
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
616
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
617
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
618
|
+
|
|
619
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
620
|
+
|
|
621
|
+
### `POST /api/u1/v1/douyin/xingtu_v2/get_playlet_actor_rank_catalog`
|
|
622
|
+
|
|
623
|
+
- Summary: 获取短剧演员热榜分类/Get Playlet Actor Rank Catalog
|
|
624
|
+
- Capabilities: general
|
|
625
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
626
|
+
- operationId: `get_playlet_actor_rank_catalog_api_v1_douyin_xingtu_v2_get_playlet_actor_rank_catalog_post`
|
|
627
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#post-api-u1-v1-douyin-xingtu-v2-get-playlet-actor-rank-catalog`](../api-contracts/douyin-xingtu-v2-api.md#post-api-u1-v1-douyin-xingtu-v2-get-playlet-actor-rank-catalog)
|
|
628
|
+
|
|
629
|
+
#### Parameters
|
|
630
|
+
|
|
631
|
+
None
|
|
632
|
+
|
|
633
|
+
#### Request Body
|
|
634
|
+
|
|
635
|
+
None
|
|
636
|
+
|
|
637
|
+
#### Success Response
|
|
638
|
+
|
|
639
|
+
##### `200 application/json`
|
|
640
|
+
|
|
641
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
642
|
+
|
|
643
|
+
| Field | Type | Required | Description |
|
|
644
|
+
| --- | --- | --- | --- |
|
|
645
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
646
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
647
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
648
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
649
|
+
| support | string | No | Support message \| 支持消息 |
|
|
650
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
651
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
652
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
653
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
654
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
655
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
656
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
657
|
+
|
|
658
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
659
|
+
|
|
660
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_playlet_actor_rank_list`
|
|
661
|
+
|
|
662
|
+
- Summary: 获取短剧演员热榜/Get Playlet Actor Rank List
|
|
663
|
+
- Capabilities: general
|
|
664
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
665
|
+
- operationId: `get_playlet_actor_rank_list_api_v1_douyin_xingtu_v2_get_playlet_actor_rank_list_get`
|
|
666
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-playlet-actor-rank-list`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-playlet-actor-rank-list)
|
|
667
|
+
|
|
668
|
+
#### Parameters
|
|
669
|
+
|
|
670
|
+
| Field | In | Type | Required | Description |
|
|
671
|
+
| --- | --- | --- | --- | --- |
|
|
672
|
+
| category | query | string | No | 分类/Category |
|
|
673
|
+
| name | query | string | No | 榜单名称/Ranking name |
|
|
674
|
+
| qualifier | query | string | No | 达人类型,空字符串=不限/Actor type, empty=all |
|
|
675
|
+
| period | query | integer | No | 统计周期,7=周榜,30=月榜/Period, 7=weekly, 30=monthly |
|
|
676
|
+
| date | query | string | No | 统计日期,格式YYYYMMDD/Date, format YYYYMMDD |
|
|
677
|
+
| limit | query | integer | No | 返回数量/Result limit |
|
|
678
|
+
|
|
679
|
+
#### Request Body
|
|
680
|
+
|
|
681
|
+
None
|
|
682
|
+
|
|
683
|
+
#### Success Response
|
|
684
|
+
|
|
685
|
+
##### `200 application/json`
|
|
686
|
+
|
|
687
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
688
|
+
|
|
689
|
+
| Field | Type | Required | Description |
|
|
690
|
+
| --- | --- | --- | --- |
|
|
691
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
692
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
693
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
694
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
695
|
+
| support | string | No | Support message \| 支持消息 |
|
|
696
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
697
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
698
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
699
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
700
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
701
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
702
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
703
|
+
|
|
704
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
705
|
+
|
|
706
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_ranking_list_catalog`
|
|
707
|
+
|
|
708
|
+
- Summary: 获取星图热榜分类/Get Ranking List Catalog
|
|
709
|
+
- Capabilities: general
|
|
710
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
711
|
+
- operationId: `get_ranking_list_catalog_api_v1_douyin_xingtu_v2_get_ranking_list_catalog_get`
|
|
712
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-ranking-list-catalog`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-ranking-list-catalog)
|
|
713
|
+
|
|
714
|
+
#### Parameters
|
|
715
|
+
|
|
716
|
+
| Field | In | Type | Required | Description |
|
|
717
|
+
| --- | --- | --- | --- | --- |
|
|
718
|
+
| codes | query | string | No | 分类代码,默认为空字符串/Classification codes, default is empty string |
|
|
719
|
+
| biz_scene | query | string | No | 业务场景/Business scene |
|
|
720
|
+
|
|
721
|
+
#### Request Body
|
|
722
|
+
|
|
723
|
+
None
|
|
724
|
+
|
|
725
|
+
#### Success Response
|
|
726
|
+
|
|
727
|
+
##### `200 application/json`
|
|
728
|
+
|
|
729
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
730
|
+
|
|
731
|
+
| Field | Type | Required | Description |
|
|
732
|
+
| --- | --- | --- | --- |
|
|
733
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
734
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
735
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
736
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
737
|
+
| support | string | No | Support message \| 支持消息 |
|
|
738
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
739
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
740
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
741
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
742
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
743
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
744
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
745
|
+
|
|
746
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
747
|
+
|
|
748
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_ranking_list_data`
|
|
749
|
+
|
|
750
|
+
- Summary: 获取星图达人商业榜数据/Get Ranking List Data
|
|
751
|
+
- Capabilities: general
|
|
752
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
753
|
+
- operationId: `get_ranking_list_data_api_v1_douyin_xingtu_v2_get_ranking_list_data_get`
|
|
754
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-ranking-list-data`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-ranking-list-data)
|
|
755
|
+
|
|
756
|
+
#### Parameters
|
|
757
|
+
|
|
758
|
+
| Field | In | Type | Required | Description |
|
|
759
|
+
| --- | --- | --- | --- | --- |
|
|
760
|
+
| code | query | integer | No | 榜单类型代码/Ranking type code |
|
|
761
|
+
| qualifier | query | string | No | 榜单分类ID,从get_ranking_list_catalog获取/Category qualifier_id |
|
|
762
|
+
| version | query | string | No | 版本/Version |
|
|
763
|
+
| period | query | integer | No | 统计周期,7=周榜,30=月榜/Period, 7=weekly, 30=monthly |
|
|
764
|
+
| date | query | string | No | 统计日期,格式YYYYMMDD/Date, format YYYYMMDD |
|
|
765
|
+
| limit | query | integer | No | 返回数量/Result limit |
|
|
766
|
+
|
|
767
|
+
#### Request Body
|
|
768
|
+
|
|
769
|
+
None
|
|
770
|
+
|
|
771
|
+
#### Success Response
|
|
772
|
+
|
|
773
|
+
##### `200 application/json`
|
|
774
|
+
|
|
775
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
776
|
+
|
|
777
|
+
| Field | Type | Required | Description |
|
|
778
|
+
| --- | --- | --- | --- |
|
|
779
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
780
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
781
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
782
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
783
|
+
| support | string | No | Support message \| 支持消息 |
|
|
784
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
785
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
786
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
787
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
788
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
789
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
790
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
791
|
+
|
|
792
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
793
|
+
|
|
794
|
+
### `POST /api/u1/v1/douyin/xingtu_v2/get_recommend_for_star_authors`
|
|
795
|
+
|
|
796
|
+
- Summary: 获取相似创作者推荐/Get Recommend Similar Star Authors
|
|
797
|
+
- Capabilities: creators
|
|
798
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
799
|
+
- operationId: `get_recommend_for_star_authors_api_v1_douyin_xingtu_v2_get_recommend_for_star_authors_post`
|
|
800
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#post-api-u1-v1-douyin-xingtu-v2-get-recommend-for-star-authors`](../api-contracts/douyin-xingtu-v2-api.md#post-api-u1-v1-douyin-xingtu-v2-get-recommend-for-star-authors)
|
|
801
|
+
|
|
802
|
+
#### Parameters
|
|
803
|
+
|
|
804
|
+
None
|
|
805
|
+
|
|
806
|
+
#### Request Body
|
|
807
|
+
|
|
808
|
+
- required: Yes
|
|
809
|
+
|
|
810
|
+
##### `application/json`
|
|
811
|
+
|
|
812
|
+
- Schema summary: `author_ids*`[string], `similar_type`:string, `page`:integer, `limit`:integer
|
|
813
|
+
|
|
814
|
+
| Field | Type | Required | Description |
|
|
815
|
+
| --- | --- | --- | --- |
|
|
816
|
+
| author_ids | array<string> | Yes | 创作者ID列表/List of creator author IDs |
|
|
817
|
+
| similar_type | string | No | 相似类型/Similarity type |
|
|
818
|
+
| page | integer | No | 页码/Page number |
|
|
819
|
+
| limit | integer | No | 每页数量/Page size |
|
|
820
|
+
|
|
821
|
+
#### Success Response
|
|
822
|
+
|
|
823
|
+
##### `200 application/json`
|
|
824
|
+
|
|
825
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
826
|
+
|
|
827
|
+
| Field | Type | Required | Description |
|
|
828
|
+
| --- | --- | --- | --- |
|
|
829
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
830
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
831
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
832
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
833
|
+
| support | string | No | Support message \| 支持消息 |
|
|
834
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
835
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
836
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
837
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
838
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
839
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
840
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
841
|
+
|
|
842
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
843
|
+
|
|
844
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_resource_list`
|
|
845
|
+
|
|
846
|
+
- Summary: 获取营销活动案例/Get Resource List
|
|
847
|
+
- Capabilities: general
|
|
848
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
849
|
+
- operationId: `get_resource_list_api_v1_douyin_xingtu_v2_get_resource_list_get`
|
|
850
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-resource-list`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-resource-list)
|
|
851
|
+
|
|
852
|
+
#### Parameters
|
|
853
|
+
|
|
854
|
+
| Field | In | Type | Required | Description |
|
|
855
|
+
| --- | --- | --- | --- | --- |
|
|
856
|
+
| resource_id | query | integer | Yes | 资源ID/Resource ID |
|
|
857
|
+
|
|
858
|
+
#### Request Body
|
|
859
|
+
|
|
860
|
+
None
|
|
861
|
+
|
|
862
|
+
#### Success Response
|
|
863
|
+
|
|
864
|
+
##### `200 application/json`
|
|
865
|
+
|
|
866
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
867
|
+
|
|
868
|
+
| Field | Type | Required | Description |
|
|
869
|
+
| --- | --- | --- | --- |
|
|
870
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
871
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
872
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
873
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
874
|
+
| support | string | No | Support message \| 支持消息 |
|
|
875
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
876
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
877
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
878
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
879
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
880
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
881
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
882
|
+
|
|
883
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
884
|
+
|
|
885
|
+
### `GET /api/u1/v1/douyin/xingtu_v2/get_user_profile_qrcode`
|
|
886
|
+
|
|
887
|
+
- Summary: 获取用户主页二维码/Get User Profile QRCode
|
|
888
|
+
- Capabilities: profiles / accounts
|
|
889
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
890
|
+
- operationId: `get_user_profile_qrcode_api_v1_douyin_xingtu_v2_get_user_profile_qrcode_get`
|
|
891
|
+
- Full contract: [`api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-user-profile-qrcode`](../api-contracts/douyin-xingtu-v2-api.md#get-api-u1-v1-douyin-xingtu-v2-get-user-profile-qrcode)
|
|
892
|
+
|
|
893
|
+
#### Parameters
|
|
894
|
+
|
|
895
|
+
| Field | In | Type | Required | Description |
|
|
896
|
+
| --- | --- | --- | --- | --- |
|
|
897
|
+
| core_user_id | query | string | No | 用户核心ID(与sec_uid二选一)/User core ID (pick one with sec_uid) |
|
|
898
|
+
| sec_uid | query | string | No | 用户sec_uid(与core_user_id二选一)/User sec_uid (pick one with core_user_id) |
|
|
899
|
+
|
|
900
|
+
#### Request Body
|
|
901
|
+
|
|
902
|
+
None
|
|
903
|
+
|
|
904
|
+
#### Success Response
|
|
905
|
+
|
|
906
|
+
##### `200 application/json`
|
|
907
|
+
|
|
908
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
909
|
+
|
|
910
|
+
| Field | Type | Required | Description |
|
|
911
|
+
| --- | --- | --- | --- |
|
|
912
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
913
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
914
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
915
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
916
|
+
| support | string | No | Support message \| 支持消息 |
|
|
917
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
918
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
919
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
920
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
921
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
922
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
923
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
924
|
+
|
|
925
|
+
- Fields truncated: this layer shows only the first `12` rows.
|