@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,694 @@
|
|
|
1
|
+
# Douyin-Creator-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/douyin-creator-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/douyin-creator-api.md`](../api-contracts/douyin-creator-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: `16`
|
|
9
|
+
- Common capabilities: creators / trends / rankings / topics / details / music / audio / search
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `billboard_tag`, `order_key`, `time_filter`, `limit`, `offset`, `category_id`, `order`, `activity_id`, `start_time`, `end_time`
|
|
12
|
+
- Tag description: **(抖音创作者数据接口/Douyin-Creator-API data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_activity_detail`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取创作者活动详情/Get creator activity detail
|
|
19
|
+
- Capabilities: creators / details
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_creator_activity_detail_api_v1_douyin_creator_fetch_creator_activity_detail_get`
|
|
22
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-activity-detail`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-activity-detail)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| activity_id | query | string | Yes | 活动ID/Activity ID |
|
|
29
|
+
|
|
30
|
+
#### Request Body
|
|
31
|
+
|
|
32
|
+
None
|
|
33
|
+
|
|
34
|
+
#### Success Response
|
|
35
|
+
|
|
36
|
+
##### `200 application/json`
|
|
37
|
+
|
|
38
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
39
|
+
|
|
40
|
+
| Field | Type | Required | Description |
|
|
41
|
+
| --- | --- | --- | --- |
|
|
42
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
43
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
44
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
45
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
46
|
+
| support | string | No | Support message \| 支持消息 |
|
|
47
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
48
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
49
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
50
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
51
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
52
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
53
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
54
|
+
|
|
55
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
56
|
+
|
|
57
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_activity_list`
|
|
58
|
+
|
|
59
|
+
- Summary: 获取创作者活动列表/Get creator activity list
|
|
60
|
+
- Capabilities: creators
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `fetch_creator_activity_list_api_v1_douyin_creator_fetch_creator_activity_list_get`
|
|
63
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-activity-list`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-activity-list)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
| Field | In | Type | Required | Description |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| start_time | query | integer | Yes | 开始时间戳/Start timestamp |
|
|
70
|
+
| end_time | query | integer | Yes | 结束时间戳/End timestamp |
|
|
71
|
+
|
|
72
|
+
#### Request Body
|
|
73
|
+
|
|
74
|
+
None
|
|
75
|
+
|
|
76
|
+
#### Success Response
|
|
77
|
+
|
|
78
|
+
##### `200 application/json`
|
|
79
|
+
|
|
80
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
81
|
+
|
|
82
|
+
| Field | Type | Required | Description |
|
|
83
|
+
| --- | --- | --- | --- |
|
|
84
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
85
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
86
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
87
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
88
|
+
| support | string | No | Support message \| 支持消息 |
|
|
89
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
90
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
91
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
92
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
93
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
94
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
95
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
96
|
+
|
|
97
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
98
|
+
|
|
99
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_content_category`
|
|
100
|
+
|
|
101
|
+
- Summary: 获取创作者内容创作合集分类/Get creator content creation category
|
|
102
|
+
- Capabilities: creators
|
|
103
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
104
|
+
- operationId: `fetch_creator_content_category_api_v1_douyin_creator_fetch_creator_content_category_get`
|
|
105
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-content-category`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-content-category)
|
|
106
|
+
|
|
107
|
+
#### Parameters
|
|
108
|
+
|
|
109
|
+
None
|
|
110
|
+
|
|
111
|
+
#### Request Body
|
|
112
|
+
|
|
113
|
+
None
|
|
114
|
+
|
|
115
|
+
#### Success Response
|
|
116
|
+
|
|
117
|
+
##### `200 application/json`
|
|
118
|
+
|
|
119
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
120
|
+
|
|
121
|
+
| Field | Type | Required | Description |
|
|
122
|
+
| --- | --- | --- | --- |
|
|
123
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
124
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
125
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
126
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
127
|
+
| support | string | No | Support message \| 支持消息 |
|
|
128
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
129
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
130
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
131
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
132
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
133
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
134
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
135
|
+
|
|
136
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
137
|
+
|
|
138
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_content_course`
|
|
139
|
+
|
|
140
|
+
- Summary: 获取创作者内容创作课程/Get creator content creation course
|
|
141
|
+
- Capabilities: creators
|
|
142
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
143
|
+
- operationId: `fetch_creator_content_course_api_v1_douyin_creator_fetch_creator_content_course_get`
|
|
144
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-content-course`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-content-course)
|
|
145
|
+
|
|
146
|
+
#### Parameters
|
|
147
|
+
|
|
148
|
+
| Field | In | Type | Required | Description |
|
|
149
|
+
| --- | --- | --- | --- | --- |
|
|
150
|
+
| category_id | query | integer | Yes | 分类ID/Category ID |
|
|
151
|
+
| order | query | integer | No | 排序方式/Order type (1=推荐排序, 2=最受欢迎, 3=最新上传) |
|
|
152
|
+
| limit | query | integer | No | 每页数量/Items per page |
|
|
153
|
+
| offset | query | integer | No | 偏移量/Offset (starting position) |
|
|
154
|
+
|
|
155
|
+
#### Request Body
|
|
156
|
+
|
|
157
|
+
None
|
|
158
|
+
|
|
159
|
+
#### Success Response
|
|
160
|
+
|
|
161
|
+
##### `200 application/json`
|
|
162
|
+
|
|
163
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
164
|
+
|
|
165
|
+
| Field | Type | Required | Description |
|
|
166
|
+
| --- | --- | --- | --- |
|
|
167
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
168
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
169
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
170
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
171
|
+
| support | string | No | Support message \| 支持消息 |
|
|
172
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
173
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
174
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
175
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
176
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
177
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
178
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
179
|
+
|
|
180
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
181
|
+
|
|
182
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_challenge_billboard`
|
|
183
|
+
|
|
184
|
+
- Summary: 获取创作者热门挑战榜单/Get creator hot challenge billboard
|
|
185
|
+
- Capabilities: trends / rankings / creators / topics
|
|
186
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
187
|
+
- operationId: `fetch_creator_hot_challenge_billboard_api_v1_douyin_creator_fetch_creator_hot_challenge_billboard_get`
|
|
188
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-challenge-billboard`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-challenge-billboard)
|
|
189
|
+
|
|
190
|
+
#### Parameters
|
|
191
|
+
|
|
192
|
+
None
|
|
193
|
+
|
|
194
|
+
#### Request Body
|
|
195
|
+
|
|
196
|
+
None
|
|
197
|
+
|
|
198
|
+
#### Success Response
|
|
199
|
+
|
|
200
|
+
##### `200 application/json`
|
|
201
|
+
|
|
202
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
203
|
+
|
|
204
|
+
| Field | Type | Required | Description |
|
|
205
|
+
| --- | --- | --- | --- |
|
|
206
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
207
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
208
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
209
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
210
|
+
| support | string | No | Support message \| 支持消息 |
|
|
211
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
212
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
213
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
214
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
215
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
216
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
217
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
218
|
+
|
|
219
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
220
|
+
|
|
221
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_course`
|
|
222
|
+
|
|
223
|
+
- Summary: 获取创作者热门课程/Get creator hot course
|
|
224
|
+
- Capabilities: trends / rankings / creators
|
|
225
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
226
|
+
- operationId: `fetch_creator_hot_course_api_v1_douyin_creator_fetch_creator_hot_course_get`
|
|
227
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-course`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-course)
|
|
228
|
+
|
|
229
|
+
#### Parameters
|
|
230
|
+
|
|
231
|
+
| Field | In | Type | Required | Description |
|
|
232
|
+
| --- | --- | --- | --- | --- |
|
|
233
|
+
| order | query | integer | No | 排序方式/Order type (1=推荐排序, 2=最受欢迎, 3=最新上传) |
|
|
234
|
+
| limit | query | integer | No | 每页数量/Items per page (建议24) |
|
|
235
|
+
| offset | query | integer | No | 偏移量/Offset |
|
|
236
|
+
| category_id | query | string | No | 精选专题分类ID/Selected topic category ID - 不传则为热门课程,传入则为精选专题 可选值/Available values: 6976547830546582816=知识品类, 697654792384900… |
|
|
237
|
+
|
|
238
|
+
#### Request Body
|
|
239
|
+
|
|
240
|
+
None
|
|
241
|
+
|
|
242
|
+
#### Success Response
|
|
243
|
+
|
|
244
|
+
##### `200 application/json`
|
|
245
|
+
|
|
246
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
247
|
+
|
|
248
|
+
| Field | Type | Required | Description |
|
|
249
|
+
| --- | --- | --- | --- |
|
|
250
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
251
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
252
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
253
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
254
|
+
| support | string | No | Support message \| 支持消息 |
|
|
255
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
256
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
257
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
258
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
259
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
260
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
261
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
262
|
+
|
|
263
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
264
|
+
|
|
265
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_music_billboard`
|
|
266
|
+
|
|
267
|
+
- Summary: 获取创作者热门音乐榜单/Get creator hot music billboard
|
|
268
|
+
- Capabilities: trends / rankings / creators / music / audio
|
|
269
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
270
|
+
- operationId: `fetch_creator_hot_music_billboard_api_v1_douyin_creator_fetch_creator_hot_music_billboard_get`
|
|
271
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-music-billboard`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-music-billboard)
|
|
272
|
+
|
|
273
|
+
#### Parameters
|
|
274
|
+
|
|
275
|
+
| Field | In | Type | Required | Description |
|
|
276
|
+
| --- | --- | --- | --- | --- |
|
|
277
|
+
| billboard_tag | query | integer | No | 榜单标签/Billboard tag (0=全部,具体分类值可通过配置接口获取) |
|
|
278
|
+
| order_key | query | integer | No | 排序键/Order key (1=播放最高, 2=点赞最多, 4=热度最高, 5=投稿最多) |
|
|
279
|
+
| time_filter | query | integer | No | 时间筛选/Time filter (1=24小时, 2=7天, 3=30天) |
|
|
280
|
+
|
|
281
|
+
#### Request Body
|
|
282
|
+
|
|
283
|
+
None
|
|
284
|
+
|
|
285
|
+
#### Success Response
|
|
286
|
+
|
|
287
|
+
##### `200 application/json`
|
|
288
|
+
|
|
289
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
290
|
+
|
|
291
|
+
| Field | Type | Required | Description |
|
|
292
|
+
| --- | --- | --- | --- |
|
|
293
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
294
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
295
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
296
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
297
|
+
| support | string | No | Support message \| 支持消息 |
|
|
298
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
299
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
300
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
301
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
302
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
303
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
304
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
305
|
+
|
|
306
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
307
|
+
|
|
308
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_props_billboard`
|
|
309
|
+
|
|
310
|
+
- Summary: 获取创作者热门道具榜单/Get creator hot props billboard
|
|
311
|
+
- Capabilities: trends / rankings / creators
|
|
312
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
313
|
+
- operationId: `fetch_creator_hot_props_billboard_api_v1_douyin_creator_fetch_creator_hot_props_billboard_get`
|
|
314
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-props-billboard`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-props-billboard)
|
|
315
|
+
|
|
316
|
+
#### Parameters
|
|
317
|
+
|
|
318
|
+
| Field | In | Type | Required | Description |
|
|
319
|
+
| --- | --- | --- | --- | --- |
|
|
320
|
+
| billboard_tag | query | integer | No | 榜单标签,0=全部,其他值请通过config接口获取/Billboard tag, 0=all, other values can be obtained through config interface |
|
|
321
|
+
| order_key | query | integer | No | 排序键: 1=播放最高, 5=投稿最多, 6=展现最高, 7=收藏最高/Order key: 1=highest views, 5=most submissions, 6=highest exposure, 7=most favorites |
|
|
322
|
+
| time_filter | query | integer | No | 时间筛选: 1=24小时, 2=7天, 3=30天/Time filter: 1=24 hours, 2=7 days, 3=30 days |
|
|
323
|
+
|
|
324
|
+
#### Request Body
|
|
325
|
+
|
|
326
|
+
None
|
|
327
|
+
|
|
328
|
+
#### Success Response
|
|
329
|
+
|
|
330
|
+
##### `200 application/json`
|
|
331
|
+
|
|
332
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
333
|
+
|
|
334
|
+
| Field | Type | Required | Description |
|
|
335
|
+
| --- | --- | --- | --- |
|
|
336
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
337
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
338
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
339
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
340
|
+
| support | string | No | Support message \| 支持消息 |
|
|
341
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
342
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
343
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
344
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
345
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
346
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
347
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
348
|
+
|
|
349
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
350
|
+
|
|
351
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_spot_billboard`
|
|
352
|
+
|
|
353
|
+
- Summary: 获取创作者中心创作热点/Get creator hot spot billboard
|
|
354
|
+
- Capabilities: trends / rankings / creators
|
|
355
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
356
|
+
- operationId: `fetch_creator_hot_spot_billboard_api_v1_douyin_creator_fetch_creator_hot_spot_billboard_get`
|
|
357
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-spot-billboard`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-spot-billboard)
|
|
358
|
+
|
|
359
|
+
#### Parameters
|
|
360
|
+
|
|
361
|
+
| Field | In | Type | Required | Description |
|
|
362
|
+
| --- | --- | --- | --- | --- |
|
|
363
|
+
| billboard_tag | query | string | No | 热点标签,多个标签用逗号分隔,如'1004,1000,1002'/Hot spot tag - multiple tags separated by comma, like '1004,1000,1002' |
|
|
364
|
+
| hot_search_type | query | integer | No | 热搜类型: 1=热点总榜, 2=同城热点榜, 3=热点上升榜/Hot search type: 1=Overall ranking, 2=Local ranking, 3=Rising ranking |
|
|
365
|
+
| city_code | query | string | No | 城市代码,当hot_search_type=2时必需/City code - required when hot_search_type=2 |
|
|
366
|
+
|
|
367
|
+
#### Request Body
|
|
368
|
+
|
|
369
|
+
None
|
|
370
|
+
|
|
371
|
+
#### Success Response
|
|
372
|
+
|
|
373
|
+
##### `200 application/json`
|
|
374
|
+
|
|
375
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
376
|
+
|
|
377
|
+
| Field | Type | Required | Description |
|
|
378
|
+
| --- | --- | --- | --- |
|
|
379
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
380
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
381
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
382
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
383
|
+
| support | string | No | Support message \| 支持消息 |
|
|
384
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
385
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
386
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
387
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
388
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
389
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
390
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
391
|
+
|
|
392
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
393
|
+
|
|
394
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_topic_billboard`
|
|
395
|
+
|
|
396
|
+
- Summary: 获取创作者热门话题榜单/Get creator hot topic billboard
|
|
397
|
+
- Capabilities: trends / rankings / creators / topics
|
|
398
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
399
|
+
- operationId: `fetch_creator_hot_topic_billboard_api_v1_douyin_creator_fetch_creator_hot_topic_billboard_get`
|
|
400
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-topic-billboard`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-hot-topic-billboard)
|
|
401
|
+
|
|
402
|
+
#### Parameters
|
|
403
|
+
|
|
404
|
+
| Field | In | Type | Required | Description |
|
|
405
|
+
| --- | --- | --- | --- | --- |
|
|
406
|
+
| billboard_tag | query | integer | No | 榜单标签,0=全部,其他值请通过config接口获取/Billboard tag, 0=all, other values can be obtained through config interface |
|
|
407
|
+
| order_key | query | integer | No | 排序键: 1=播放最高, 2=点赞最多, 3=评论最多, 4=投稿最多/Order key: 1=highest views, 2=most likes, 3=most comments, 4=most submissions |
|
|
408
|
+
| time_filter | query | integer | No | 时间筛选: 1=24小时, 2=7天, 3=30天/Time filter: 1=24 hours, 2=7 days, 3=30 days |
|
|
409
|
+
|
|
410
|
+
#### Request Body
|
|
411
|
+
|
|
412
|
+
None
|
|
413
|
+
|
|
414
|
+
#### Success Response
|
|
415
|
+
|
|
416
|
+
##### `200 application/json`
|
|
417
|
+
|
|
418
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
419
|
+
|
|
420
|
+
| Field | Type | Required | Description |
|
|
421
|
+
| --- | --- | --- | --- |
|
|
422
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
423
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
424
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
425
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
426
|
+
| support | string | No | Support message \| 支持消息 |
|
|
427
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
428
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
429
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
430
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
431
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
432
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
433
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
434
|
+
|
|
435
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
436
|
+
|
|
437
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_material_center_billboard`
|
|
438
|
+
|
|
439
|
+
- Summary: 获取创作者中心热门视频榜单/Get creator material center billboard
|
|
440
|
+
- Capabilities: trends / rankings / creators
|
|
441
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
442
|
+
- operationId: `fetch_creator_material_center_billboard_api_v1_douyin_creator_fetch_creator_material_center_billboard_get`
|
|
443
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-material-center-billboard`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-material-center-billboard)
|
|
444
|
+
|
|
445
|
+
#### Parameters
|
|
446
|
+
|
|
447
|
+
| Field | In | Type | Required | Description |
|
|
448
|
+
| --- | --- | --- | --- | --- |
|
|
449
|
+
| billboard_tag | query | integer | No | 榜单标签,0=全部,其他值请通过config接口获取/Billboard tag, 0=all, other values can be obtained through config interface |
|
|
450
|
+
| order_key | query | integer | No | 排序键: 1=播放最高, 2=点赞最多, 3=评论最多, 4=热度最高/Order key: 1=highest views, 2=most likes, 3=most comments, 4=highest popularity |
|
|
451
|
+
| time_filter | query | integer | No | 时间筛选: 1=24小时, 2=7天, 3=30天/Time filter: 1=24 hours, 2=7 days, 3=30 days |
|
|
452
|
+
|
|
453
|
+
#### Request Body
|
|
454
|
+
|
|
455
|
+
None
|
|
456
|
+
|
|
457
|
+
#### Success Response
|
|
458
|
+
|
|
459
|
+
##### `200 application/json`
|
|
460
|
+
|
|
461
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
462
|
+
|
|
463
|
+
| Field | Type | Required | Description |
|
|
464
|
+
| --- | --- | --- | --- |
|
|
465
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
466
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
467
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
468
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
469
|
+
| support | string | No | Support message \| 支持消息 |
|
|
470
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
471
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
472
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
473
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
474
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
475
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
476
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
477
|
+
|
|
478
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
479
|
+
|
|
480
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_material_center_config`
|
|
481
|
+
|
|
482
|
+
- Summary: 获取创作者中心配置/Get creator material center config
|
|
483
|
+
- Capabilities: creators
|
|
484
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
485
|
+
- operationId: `fetch_creator_material_center_config_api_v1_douyin_creator_fetch_creator_material_center_config_get`
|
|
486
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-material-center-config`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-creator-material-center-config)
|
|
487
|
+
|
|
488
|
+
#### Parameters
|
|
489
|
+
|
|
490
|
+
None
|
|
491
|
+
|
|
492
|
+
#### Request Body
|
|
493
|
+
|
|
494
|
+
None
|
|
495
|
+
|
|
496
|
+
#### Success Response
|
|
497
|
+
|
|
498
|
+
##### `200 application/json`
|
|
499
|
+
|
|
500
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
501
|
+
|
|
502
|
+
| Field | Type | Required | Description |
|
|
503
|
+
| --- | --- | --- | --- |
|
|
504
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
505
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
506
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
507
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
508
|
+
| support | string | No | Support message \| 支持消息 |
|
|
509
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
510
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
511
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
512
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
513
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
514
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
515
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
516
|
+
|
|
517
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
518
|
+
|
|
519
|
+
### `GET /api/u1/v1/douyin/creator/fetch_industry_category_config`
|
|
520
|
+
|
|
521
|
+
- Summary: 获取行业分类配置/Get industry category config
|
|
522
|
+
- Capabilities: creators
|
|
523
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
524
|
+
- operationId: `fetch_industry_category_config_api_v1_douyin_creator_fetch_industry_category_config_get`
|
|
525
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-industry-category-config`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-industry-category-config)
|
|
526
|
+
|
|
527
|
+
#### Parameters
|
|
528
|
+
|
|
529
|
+
None
|
|
530
|
+
|
|
531
|
+
#### Request Body
|
|
532
|
+
|
|
533
|
+
None
|
|
534
|
+
|
|
535
|
+
#### Success Response
|
|
536
|
+
|
|
537
|
+
##### `200 application/json`
|
|
538
|
+
|
|
539
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
540
|
+
|
|
541
|
+
| Field | Type | Required | Description |
|
|
542
|
+
| --- | --- | --- | --- |
|
|
543
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
544
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
545
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
546
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
547
|
+
| support | string | No | Support message \| 支持消息 |
|
|
548
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
549
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
550
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
551
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
552
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
553
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
554
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
555
|
+
|
|
556
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
557
|
+
|
|
558
|
+
### `GET /api/u1/v1/douyin/creator/fetch_mission_task_list`
|
|
559
|
+
|
|
560
|
+
- Summary: 获取商单任务列表/Get mission task list
|
|
561
|
+
- Capabilities: creators
|
|
562
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
563
|
+
- operationId: `fetch_mission_task_list_api_v1_douyin_creator_fetch_mission_task_list_get`
|
|
564
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-mission-task-list`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-mission-task-list)
|
|
565
|
+
|
|
566
|
+
#### Parameters
|
|
567
|
+
|
|
568
|
+
| Field | In | Type | Required | Description |
|
|
569
|
+
| --- | --- | --- | --- | --- |
|
|
570
|
+
| cursor | query | integer | No | 游标/Cursor (分页) |
|
|
571
|
+
| limit | query | integer | No | 每页数量/Items per page |
|
|
572
|
+
| mission_type | query | integer | No | 任务类型/Mission type |
|
|
573
|
+
| tab_scene | query | integer | No | 场景类型/Scene type (1=可投稿, 2=可报名, 3=好物测评) |
|
|
574
|
+
| industry_lv1 | query | integer | No | 一级行业/Primary industry (-1=全部) |
|
|
575
|
+
| industry_lv2 | query | integer | No | 二级行业/Secondary industry (-1=全部) |
|
|
576
|
+
| platform_channel | query | integer | No | 平台渠道/Platform channel (1=抖音视频, 2=抖音直播, 3=抖音图文) |
|
|
577
|
+
| pay_type | query | integer | No | 付费类型/Pay type (1=视频等级, 2=自定义, 3=按转化付费, 4=按有效播放量, 5=按销售量, 9=按核销量, 14=按付费分佣) |
|
|
578
|
+
| greater_than_cost_progress | query | integer | No | 成本进度/Cost progress (20=高于20%, 50=高于50%, 80=高于80%) |
|
|
579
|
+
| publish_time_start | query | integer | No | 发布开始时间/Publish start time (时间戳) |
|
|
580
|
+
| quick_selector_scene | query | integer | No | 快速选择场景/Quick selector (1=高收益, 4=保底收入, 5=合作过) |
|
|
581
|
+
| keyword | query | string | No | 关键词/Keyword (任务名称或ID) |
|
|
582
|
+
|
|
583
|
+
#### Request Body
|
|
584
|
+
|
|
585
|
+
None
|
|
586
|
+
|
|
587
|
+
#### Success Response
|
|
588
|
+
|
|
589
|
+
##### `200 application/json`
|
|
590
|
+
|
|
591
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
592
|
+
|
|
593
|
+
| Field | Type | Required | Description |
|
|
594
|
+
| --- | --- | --- | --- |
|
|
595
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
596
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
597
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
598
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
599
|
+
| support | string | No | Support message \| 支持消息 |
|
|
600
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
601
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
602
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
603
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
604
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
605
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
606
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
607
|
+
|
|
608
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
609
|
+
|
|
610
|
+
### `GET /api/u1/v1/douyin/creator/fetch_user_search`
|
|
611
|
+
|
|
612
|
+
- Summary: 搜索用户/Search users
|
|
613
|
+
- Capabilities: search / creators / profiles / accounts
|
|
614
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
615
|
+
- operationId: `fetch_user_search_api_v1_douyin_creator_fetch_user_search_get`
|
|
616
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-user-search`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-user-search)
|
|
617
|
+
|
|
618
|
+
#### Parameters
|
|
619
|
+
|
|
620
|
+
| Field | In | Type | Required | Description |
|
|
621
|
+
| --- | --- | --- | --- | --- |
|
|
622
|
+
| user_name | query | string | Yes | 用户名/Username (支持抖音号和抖音昵称) |
|
|
623
|
+
|
|
624
|
+
#### Request Body
|
|
625
|
+
|
|
626
|
+
None
|
|
627
|
+
|
|
628
|
+
#### Success Response
|
|
629
|
+
|
|
630
|
+
##### `200 application/json`
|
|
631
|
+
|
|
632
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
633
|
+
|
|
634
|
+
| Field | Type | Required | Description |
|
|
635
|
+
| --- | --- | --- | --- |
|
|
636
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
637
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
638
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
639
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
640
|
+
| support | string | No | Support message \| 支持消息 |
|
|
641
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
642
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
643
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
644
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
645
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
646
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
647
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
648
|
+
|
|
649
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
650
|
+
|
|
651
|
+
### `GET /api/u1/v1/douyin/creator/fetch_video_danmaku_list`
|
|
652
|
+
|
|
653
|
+
- Summary: 获取作品弹幕列表/Get video danmaku list
|
|
654
|
+
- Capabilities: creators / content details
|
|
655
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
656
|
+
- operationId: `fetch_video_danmaku_list_api_v1_douyin_creator_fetch_video_danmaku_list_get`
|
|
657
|
+
- Full contract: [`api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-video-danmaku-list`](../api-contracts/douyin-creator-api.md#get-api-u1-v1-douyin-creator-fetch-video-danmaku-list)
|
|
658
|
+
|
|
659
|
+
#### Parameters
|
|
660
|
+
|
|
661
|
+
| Field | In | Type | Required | Description |
|
|
662
|
+
| --- | --- | --- | --- | --- |
|
|
663
|
+
| item_id | query | string | Yes | 作品ID/Video item ID |
|
|
664
|
+
| count | query | integer | No | 每页数量/Items per page |
|
|
665
|
+
| offset | query | integer | No | 偏移量/Offset (starting position) |
|
|
666
|
+
| order_type | query | integer | No | 排序类型/Order type (1=时间排序, 2=其他排序) |
|
|
667
|
+
| is_blocked | query | boolean | No | 是否被屏蔽/Is blocked |
|
|
668
|
+
|
|
669
|
+
#### Request Body
|
|
670
|
+
|
|
671
|
+
None
|
|
672
|
+
|
|
673
|
+
#### Success Response
|
|
674
|
+
|
|
675
|
+
##### `200 application/json`
|
|
676
|
+
|
|
677
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
678
|
+
|
|
679
|
+
| Field | Type | Required | Description |
|
|
680
|
+
| --- | --- | --- | --- |
|
|
681
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
682
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
683
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
684
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
685
|
+
| support | string | No | Support message \| 支持消息 |
|
|
686
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
687
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
688
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
689
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
690
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
691
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
692
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
693
|
+
|
|
694
|
+
- Fields truncated: this layer shows only the first `12` rows.
|