@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,1575 @@
|
|
|
1
|
+
# Douyin-Creator-API Full Contract
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Back to route summary: [`api-tags/douyin-creator-api.md`](../api-tags/douyin-creator-api.md)
|
|
5
|
+
- Current contract file: `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
|
+
- Default auth: Header `Authorization` Bearer
|
|
10
|
+
- Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
|
|
11
|
+
- Tag description: **(抖音创作者数据接口/Douyin-Creator-API data endpoints)**
|
|
12
|
+
|
|
13
|
+
## Route Contracts
|
|
14
|
+
|
|
15
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-activity-detail"></a>
|
|
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
|
+
|
|
23
|
+
#### Notes
|
|
24
|
+
|
|
25
|
+
> # [中文]
|
|
26
|
+
> ### 用途:
|
|
27
|
+
> - 获取抖音创作者活动详情数据
|
|
28
|
+
> ### 参数:
|
|
29
|
+
> - activity_id: 活动ID(从活动列表接口获取)
|
|
30
|
+
> ### 返回:
|
|
31
|
+
> - 创作者活动详情数据
|
|
32
|
+
>
|
|
33
|
+
> # [English]
|
|
34
|
+
> ### Purpose:
|
|
35
|
+
> - Get Douyin creator activity detail data
|
|
36
|
+
> ### Parameters:
|
|
37
|
+
> - activity_id: Activity ID (obtained from activity list interface)
|
|
38
|
+
> ### Return:
|
|
39
|
+
> - Creator activity detail data
|
|
40
|
+
>
|
|
41
|
+
> # [示例/Example]
|
|
42
|
+
> activity_id = "7545335931785450534"
|
|
43
|
+
|
|
44
|
+
#### Parameters
|
|
45
|
+
|
|
46
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
47
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
48
|
+
| activity_id | query | string | Yes | 活动ID/Activity ID | None | 7545335931785450534 | None |
|
|
49
|
+
|
|
50
|
+
#### Request Body
|
|
51
|
+
|
|
52
|
+
None
|
|
53
|
+
|
|
54
|
+
#### Success Response
|
|
55
|
+
|
|
56
|
+
##### `200 application/json`
|
|
57
|
+
|
|
58
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
59
|
+
|
|
60
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
61
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
62
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
63
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
64
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
65
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
66
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
67
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
68
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
69
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
70
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
71
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
72
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
73
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
74
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
75
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
76
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
77
|
+
|
|
78
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-activity-list"></a>
|
|
79
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_activity_list`
|
|
80
|
+
|
|
81
|
+
- Summary: 获取创作者活动列表/Get creator activity list
|
|
82
|
+
- Capabilities: creators
|
|
83
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
84
|
+
- operationId: `fetch_creator_activity_list_api_v1_douyin_creator_fetch_creator_activity_list_get`
|
|
85
|
+
|
|
86
|
+
#### Notes
|
|
87
|
+
|
|
88
|
+
> # [中文]
|
|
89
|
+
> ### 用途:
|
|
90
|
+
> - 获取抖音创作者活动列表数据
|
|
91
|
+
> ### 参数:
|
|
92
|
+
> - start_time: 开始时间戳
|
|
93
|
+
> - end_time: 结束时间戳
|
|
94
|
+
> ### 返回:
|
|
95
|
+
> - 创作者活动列表数据
|
|
96
|
+
>
|
|
97
|
+
> # [English]
|
|
98
|
+
> ### Purpose:
|
|
99
|
+
> - Get Douyin creator activity list data
|
|
100
|
+
> ### Parameters:
|
|
101
|
+
> - start_time: Start timestamp
|
|
102
|
+
> - end_time: End timestamp
|
|
103
|
+
> ### Return:
|
|
104
|
+
> - Creator activity list data
|
|
105
|
+
>
|
|
106
|
+
> # [示例/Example]
|
|
107
|
+
> start_time = 1756656000
|
|
108
|
+
> end_time = 1759247999
|
|
109
|
+
|
|
110
|
+
#### Parameters
|
|
111
|
+
|
|
112
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
113
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
114
|
+
| start_time | query | integer | Yes | 开始时间戳/Start timestamp | None | 1756656000 | None |
|
|
115
|
+
| end_time | query | integer | Yes | 结束时间戳/End timestamp | None | 1759247999 | None |
|
|
116
|
+
|
|
117
|
+
#### Request Body
|
|
118
|
+
|
|
119
|
+
None
|
|
120
|
+
|
|
121
|
+
#### Success Response
|
|
122
|
+
|
|
123
|
+
##### `200 application/json`
|
|
124
|
+
|
|
125
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
126
|
+
|
|
127
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
128
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
129
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
130
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
131
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
132
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
133
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
134
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
135
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
136
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
137
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
138
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
139
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
140
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
141
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
142
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
143
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
144
|
+
|
|
145
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-content-category"></a>
|
|
146
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_content_category`
|
|
147
|
+
|
|
148
|
+
- Summary: 获取创作者内容创作合集分类/Get creator content creation category
|
|
149
|
+
- Capabilities: creators
|
|
150
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
151
|
+
- operationId: `fetch_creator_content_category_api_v1_douyin_creator_fetch_creator_content_category_get`
|
|
152
|
+
|
|
153
|
+
#### Notes
|
|
154
|
+
|
|
155
|
+
> # [中文]
|
|
156
|
+
> ### 用途:
|
|
157
|
+
> - 获取抖音创作者平台内容创作的合集分类列表
|
|
158
|
+
> ### 参数:
|
|
159
|
+
> - 无需额外参数
|
|
160
|
+
> ### 返回:
|
|
161
|
+
> - 内容创作合集分类数据
|
|
162
|
+
>
|
|
163
|
+
> # [English]
|
|
164
|
+
> ### Purpose:
|
|
165
|
+
> - Get Douyin creator platform content creation category list
|
|
166
|
+
> ### Parameters:
|
|
167
|
+
> - No additional parameters required
|
|
168
|
+
> ### Return:
|
|
169
|
+
> - Content creation category data
|
|
170
|
+
|
|
171
|
+
#### Parameters
|
|
172
|
+
|
|
173
|
+
None
|
|
174
|
+
|
|
175
|
+
#### Request Body
|
|
176
|
+
|
|
177
|
+
None
|
|
178
|
+
|
|
179
|
+
#### Success Response
|
|
180
|
+
|
|
181
|
+
##### `200 application/json`
|
|
182
|
+
|
|
183
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
184
|
+
|
|
185
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
186
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
187
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
188
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
189
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
190
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
191
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
192
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
193
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
194
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
195
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
196
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
197
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
198
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
199
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
200
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
201
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
202
|
+
|
|
203
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-content-course"></a>
|
|
204
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_content_course`
|
|
205
|
+
|
|
206
|
+
- Summary: 获取创作者内容创作课程/Get creator content creation course
|
|
207
|
+
- Capabilities: creators
|
|
208
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
209
|
+
- operationId: `fetch_creator_content_course_api_v1_douyin_creator_fetch_creator_content_course_get`
|
|
210
|
+
|
|
211
|
+
#### Notes
|
|
212
|
+
|
|
213
|
+
> # [中文]
|
|
214
|
+
> ### 用途:
|
|
215
|
+
> - 获取抖音创作者平台指定分类的内容创作课程
|
|
216
|
+
> ### 参数:
|
|
217
|
+
> - category_id: 分类ID (更多分类ID请通过内容创作合集分类接口获取)
|
|
218
|
+
> 常见分类ID示例:
|
|
219
|
+
> - 184: 视频创作
|
|
220
|
+
> - 185: 直播创作
|
|
221
|
+
> - 186: 图文创作
|
|
222
|
+
> - 188: 美食视频创作
|
|
223
|
+
> - 180: 内容创作基础
|
|
224
|
+
> - order: 排序方式 (1=推荐排序, 2=最受欢迎, 3=最新上传)
|
|
225
|
+
> - limit: 每页数量 (建议24,范围1-100)
|
|
226
|
+
> - offset: 偏移量 (起始位置)
|
|
227
|
+
> ### 返回:
|
|
228
|
+
> - 指定分类的内容创作课程数据
|
|
229
|
+
>
|
|
230
|
+
> # [English]
|
|
231
|
+
> ### Purpose:
|
|
232
|
+
> - Get Douyin creator platform content creation courses for specified category
|
|
233
|
+
> ### Parameters:
|
|
234
|
+
> - category_id: Category ID (for more category IDs, please refer to the content creation category interface)
|
|
235
|
+
> Common category ID examples:
|
|
236
|
+
> - 184: Video Creation
|
|
237
|
+
> - 185: Live Streaming Creation
|
|
238
|
+
> - 186: Image & Text Creation
|
|
239
|
+
> - 188: Food Video Creation
|
|
240
|
+
> - 180: Content Creation Basics
|
|
241
|
+
> - order: Order type (1=recommended order, 2=most popular, 3=latest upload)
|
|
242
|
+
> - limit: Items per page (recommended 24, range 1-100)
|
|
243
|
+
> - offset: Offset (starting position)
|
|
244
|
+
> ### Return:
|
|
245
|
+
> - Content creation course data for specified category
|
|
246
|
+
|
|
247
|
+
#### Parameters
|
|
248
|
+
|
|
249
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
250
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
251
|
+
| category_id | query | integer | Yes | 分类ID/Category ID | None | 180 | None |
|
|
252
|
+
| order | query | integer | No | 排序方式/Order type (1=推荐排序, 2=最受欢迎, 3=最新上传) | 1 | 1 | None |
|
|
253
|
+
| limit | query | integer | No | 每页数量/Items per page | 24 | 24 | None |
|
|
254
|
+
| offset | query | integer | No | 偏移量/Offset (starting position) | 0 | 0 | None |
|
|
255
|
+
|
|
256
|
+
#### Request Body
|
|
257
|
+
|
|
258
|
+
None
|
|
259
|
+
|
|
260
|
+
#### Success Response
|
|
261
|
+
|
|
262
|
+
##### `200 application/json`
|
|
263
|
+
|
|
264
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
265
|
+
|
|
266
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
267
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
268
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
269
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
270
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
271
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
272
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
273
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
274
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
275
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
276
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
277
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
278
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
279
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
280
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
281
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
282
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
283
|
+
|
|
284
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-hot-challenge-billboard"></a>
|
|
285
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_challenge_billboard`
|
|
286
|
+
|
|
287
|
+
- Summary: 获取创作者热门挑战榜单/Get creator hot challenge billboard
|
|
288
|
+
- Capabilities: trends / rankings / creators / topics
|
|
289
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
290
|
+
- operationId: `fetch_creator_hot_challenge_billboard_api_v1_douyin_creator_fetch_creator_hot_challenge_billboard_get`
|
|
291
|
+
|
|
292
|
+
#### Notes
|
|
293
|
+
|
|
294
|
+
> # [中文]
|
|
295
|
+
> ### 用途:
|
|
296
|
+
> - 获取抖音创作者平台热门挑战榜单数据
|
|
297
|
+
> ### 返回:
|
|
298
|
+
> - 热门挑战榜单数据
|
|
299
|
+
>
|
|
300
|
+
> # [English]
|
|
301
|
+
> ### Purpose:
|
|
302
|
+
> - Get Douyin creator platform hot challenge billboard data
|
|
303
|
+
> ### Return:
|
|
304
|
+
> - Hot challenge billboard data
|
|
305
|
+
>
|
|
306
|
+
> # [示例/Example]
|
|
307
|
+
> 无需参数,直接调用即可获取当前热门挑战榜单
|
|
308
|
+
> No parameters required, call directly to get current hot challenge billboard
|
|
309
|
+
|
|
310
|
+
#### Parameters
|
|
311
|
+
|
|
312
|
+
None
|
|
313
|
+
|
|
314
|
+
#### Request Body
|
|
315
|
+
|
|
316
|
+
None
|
|
317
|
+
|
|
318
|
+
#### Success Response
|
|
319
|
+
|
|
320
|
+
##### `200 application/json`
|
|
321
|
+
|
|
322
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
323
|
+
|
|
324
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
325
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
326
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
327
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
328
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
329
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
330
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
331
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
332
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
333
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
334
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
335
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
336
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
337
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
338
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
339
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
340
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
341
|
+
|
|
342
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-hot-course"></a>
|
|
343
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_course`
|
|
344
|
+
|
|
345
|
+
- Summary: 获取创作者热门课程/Get creator hot course
|
|
346
|
+
- Capabilities: trends / rankings / creators
|
|
347
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
348
|
+
- operationId: `fetch_creator_hot_course_api_v1_douyin_creator_fetch_creator_hot_course_get`
|
|
349
|
+
|
|
350
|
+
#### Notes
|
|
351
|
+
|
|
352
|
+
> # [中文]
|
|
353
|
+
> ### 用途:
|
|
354
|
+
> - 获取抖音创作者平台热门课程数据或精选专题课程
|
|
355
|
+
> ### 参数:
|
|
356
|
+
> - order: 排序方式 (1=推荐排序, 2=最受欢迎, 3=最新上传)
|
|
357
|
+
> - limit: 每页数量 (建议24,范围1-100)
|
|
358
|
+
> - offset: 偏移量 (起始位置)
|
|
359
|
+
> - category_id: 精选专题分类ID (不传则获取热门课程,传入则获取指定分类的精选专题)
|
|
360
|
+
> 可选值:
|
|
361
|
+
> - 6976547830546582816: 知识品类
|
|
362
|
+
> - 6976547923849006336: 生活品类
|
|
363
|
+
> - 6976547940311633165: 娱乐品类
|
|
364
|
+
> - 6976547972108635404: 美食品类
|
|
365
|
+
> - 6980288134957272352: 正能量
|
|
366
|
+
> - 6980288181744766219: 游戏品类
|
|
367
|
+
> - 6980288219548011776: 通用
|
|
368
|
+
> ### 返回:
|
|
369
|
+
> - 热门课程数据或精选专题课程数据
|
|
370
|
+
>
|
|
371
|
+
> # [English]
|
|
372
|
+
> ### Purpose:
|
|
373
|
+
> - Get Douyin creator platform hot course data or selected topic courses
|
|
374
|
+
> ### Parameters:
|
|
375
|
+
> - order: Order type (1=recommended order, 2=most popular, 3=latest upload)
|
|
376
|
+
> - limit: Items per page (recommended 24, range 1-100)
|
|
377
|
+
> - offset: Offset (starting position)
|
|
378
|
+
> - category_id: Selected topic category ID (empty for hot courses, specific ID for selected topics)
|
|
379
|
+
> Available values:
|
|
380
|
+
> - 6976547830546582816: Knowledge Category
|
|
381
|
+
> - 6976547923849006336: Life Category
|
|
382
|
+
> - 6976547940311633165: Entertainment Category
|
|
383
|
+
> - 6976547972108635404: Food Category
|
|
384
|
+
> - 6980288134957272352: Positive Energy
|
|
385
|
+
> - 6980288181744766219: Gaming Category
|
|
386
|
+
> - 6980288219548011776: General
|
|
387
|
+
> ### Return:
|
|
388
|
+
> - Hot course data or selected topic course data
|
|
389
|
+
>
|
|
390
|
+
> # [示例/Example]
|
|
391
|
+
> ```
|
|
392
|
+
> # 获取热门课程/Get hot courses
|
|
393
|
+
> GET /fetch_creator_hot_course?order=1&limit=24&offset=0
|
|
394
|
+
>
|
|
395
|
+
> # 获取知识品类精选专题/Get knowledge category selected topics
|
|
396
|
+
> GET /fetch_creator_hot_course?order=1&limit=24&offset=0&category_id=6976547830546582816
|
|
397
|
+
>
|
|
398
|
+
> # 获取美食品类精选专题/Get food category selected topics
|
|
399
|
+
> GET /fetch_creator_hot_course?order=1&limit=24&offset=0&category_id=6976547972108635404
|
|
400
|
+
> ```
|
|
401
|
+
|
|
402
|
+
#### Parameters
|
|
403
|
+
|
|
404
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
405
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
406
|
+
| order | query | integer | No | 排序方式/Order type (1=推荐排序, 2=最受欢迎, 3=最新上传) | 1 | 1 | None |
|
|
407
|
+
| limit | query | integer | No | 每页数量/Items per page (建议24) | 24 | 24 | None |
|
|
408
|
+
| offset | query | integer | No | 偏移量/Offset | 0 | 0 | None |
|
|
409
|
+
| category_id | query | string | No | 精选专题分类ID/Selected topic category ID - 不传则为热门课程,传入则为精选专题 可选值/Available values: 6976547830546582816=知识品类, 6976547923849006336=生活品类, 6976547940311633165=娱乐品类, 6976547972108635404=美食品… | None | None | None |
|
|
410
|
+
|
|
411
|
+
#### Request Body
|
|
412
|
+
|
|
413
|
+
None
|
|
414
|
+
|
|
415
|
+
#### Success Response
|
|
416
|
+
|
|
417
|
+
##### `200 application/json`
|
|
418
|
+
|
|
419
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
420
|
+
|
|
421
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
422
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
423
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
424
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
425
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
426
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
427
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
428
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
429
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
430
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
431
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
432
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
433
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
434
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
435
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
436
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
437
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
438
|
+
|
|
439
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-hot-music-billboard"></a>
|
|
440
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_music_billboard`
|
|
441
|
+
|
|
442
|
+
- Summary: 获取创作者热门音乐榜单/Get creator hot music billboard
|
|
443
|
+
- Capabilities: trends / rankings / creators / music / audio
|
|
444
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
445
|
+
- operationId: `fetch_creator_hot_music_billboard_api_v1_douyin_creator_fetch_creator_hot_music_billboard_get`
|
|
446
|
+
|
|
447
|
+
#### Notes
|
|
448
|
+
|
|
449
|
+
> # [中文]
|
|
450
|
+
> ### 用途:
|
|
451
|
+
> - 获取抖音创作者平台热门音乐榜单数据
|
|
452
|
+
> ### 参数:
|
|
453
|
+
> - billboard_tag: 榜单标签,0=全部,其他值请通过配置接口获取
|
|
454
|
+
> - order_key: 排序键 (1=播放最高, 2=点赞最多, 4=热度最高, 5=投稿最多)
|
|
455
|
+
> - time_filter: 时间筛选 (1=24小时, 2=7天, 3=30天)
|
|
456
|
+
> ### 返回:
|
|
457
|
+
> - 热门音乐榜单数据
|
|
458
|
+
>
|
|
459
|
+
> # [English]
|
|
460
|
+
> ### Purpose:
|
|
461
|
+
> - Get Douyin creator platform hot music billboard data
|
|
462
|
+
> ### Parameters:
|
|
463
|
+
> - billboard_tag: Billboard tag, 0=all, other values can be obtained through config interface
|
|
464
|
+
> - order_key: Order key (1=highest views, 2=most likes, 4=highest popularity, 5=most submissions)
|
|
465
|
+
> - time_filter: Time filter (1=24 hours, 2=7 days, 3=30 days)
|
|
466
|
+
> ### Return:
|
|
467
|
+
> - Hot music billboard data
|
|
468
|
+
>
|
|
469
|
+
> # [示例/Example]
|
|
470
|
+
> billboard_tag = 0 # 全部/All
|
|
471
|
+
> order_key = 1 # 播放最高/Highest views
|
|
472
|
+
> time_filter = 1 # 24小时/24 hours
|
|
473
|
+
|
|
474
|
+
#### Parameters
|
|
475
|
+
|
|
476
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
477
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
478
|
+
| billboard_tag | query | integer | No | 榜单标签/Billboard tag (0=全部,具体分类值可通过配置接口获取) | 0 | 0 | None |
|
|
479
|
+
| order_key | query | integer | No | 排序键/Order key (1=播放最高, 2=点赞最多, 4=热度最高, 5=投稿最多) | 1 | 1 | None |
|
|
480
|
+
| time_filter | query | integer | No | 时间筛选/Time filter (1=24小时, 2=7天, 3=30天) | 1 | 1 | None |
|
|
481
|
+
|
|
482
|
+
#### Request Body
|
|
483
|
+
|
|
484
|
+
None
|
|
485
|
+
|
|
486
|
+
#### Success Response
|
|
487
|
+
|
|
488
|
+
##### `200 application/json`
|
|
489
|
+
|
|
490
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
491
|
+
|
|
492
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
493
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
494
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
495
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
496
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
497
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
498
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
499
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
500
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
501
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
502
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
503
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
504
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
505
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
506
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
507
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
508
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
509
|
+
|
|
510
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-hot-props-billboard"></a>
|
|
511
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_props_billboard`
|
|
512
|
+
|
|
513
|
+
- Summary: 获取创作者热门道具榜单/Get creator hot props billboard
|
|
514
|
+
- Capabilities: trends / rankings / creators
|
|
515
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
516
|
+
- operationId: `fetch_creator_hot_props_billboard_api_v1_douyin_creator_fetch_creator_hot_props_billboard_get`
|
|
517
|
+
|
|
518
|
+
#### Notes
|
|
519
|
+
|
|
520
|
+
> # [中文]
|
|
521
|
+
> ### 用途:
|
|
522
|
+
> - 获取抖音创作者热门道具榜单数据
|
|
523
|
+
> ### 参数:
|
|
524
|
+
> - billboard_tag: 榜单标签,0=全部,其他值请通过config接口获取
|
|
525
|
+
> - 0: 全部
|
|
526
|
+
> - 333: 美食
|
|
527
|
+
> - 334: 旅行
|
|
528
|
+
> - 299: 泛生活
|
|
529
|
+
> - 335: 汽车
|
|
530
|
+
> - 336: 科技
|
|
531
|
+
> - 302: 游戏
|
|
532
|
+
> - 296: 二次元
|
|
533
|
+
> - 337: 娱乐
|
|
534
|
+
> - 311: 明星
|
|
535
|
+
> - 298: 体育
|
|
536
|
+
> - 300: 文化教育
|
|
537
|
+
> - 301: 校园
|
|
538
|
+
> - 297: 政务
|
|
539
|
+
> - 305: 时尚
|
|
540
|
+
> - 306: 才艺
|
|
541
|
+
> - 669: 财经
|
|
542
|
+
> - 314: 随拍
|
|
543
|
+
> - 307: 动植物
|
|
544
|
+
> - 309: 图文控
|
|
545
|
+
> - 308: 剧情
|
|
546
|
+
> - 315: 亲子
|
|
547
|
+
> - 718: 三农
|
|
548
|
+
> - 310: 创意
|
|
549
|
+
> - 312: 户外
|
|
550
|
+
> - 926: 公益
|
|
551
|
+
> - order_key: 排序键
|
|
552
|
+
> - 1: 播放最高
|
|
553
|
+
> - 5: 投稿最多
|
|
554
|
+
> - 6: 展现最高
|
|
555
|
+
> - 7: 收藏最高
|
|
556
|
+
> - time_filter: 时间筛选
|
|
557
|
+
> - 1: 24小时
|
|
558
|
+
> - 2: 7天
|
|
559
|
+
> - 3: 30天
|
|
560
|
+
> ### 返回:
|
|
561
|
+
> - 创作者热门道具榜单数据
|
|
562
|
+
>
|
|
563
|
+
> # [English]
|
|
564
|
+
> ### Purpose:
|
|
565
|
+
> - Get Douyin creator hot props billboard data
|
|
566
|
+
> ### Parameters:
|
|
567
|
+
> - billboard_tag: Billboard tag, 0=all, other values can be obtained through config interface
|
|
568
|
+
> - 0: All
|
|
569
|
+
> - 333: Food
|
|
570
|
+
> - 334: Travel
|
|
571
|
+
> - 299: Lifestyle
|
|
572
|
+
> - 335: Automotive
|
|
573
|
+
> - 336: Technology
|
|
574
|
+
> - 302: Gaming
|
|
575
|
+
> - 296: Anime
|
|
576
|
+
> - 337: Entertainment
|
|
577
|
+
> - 311: Celebrity
|
|
578
|
+
> - 298: Sports
|
|
579
|
+
> - 300: Culture & Education
|
|
580
|
+
> - 301: Campus
|
|
581
|
+
> - 297: Government
|
|
582
|
+
> - 305: Fashion
|
|
583
|
+
> - 306: Talent Show
|
|
584
|
+
> - 669: Finance
|
|
585
|
+
> - 314: Random
|
|
586
|
+
> - 307: Animals & Plants
|
|
587
|
+
> - 309: Graphics & Text
|
|
588
|
+
> - 308: Drama
|
|
589
|
+
> - 315: Parenting
|
|
590
|
+
> - 718: Agriculture
|
|
591
|
+
> - 310: Creative
|
|
592
|
+
> - 312: Outdoor
|
|
593
|
+
> - 926: Public Welfare
|
|
594
|
+
> - order_key: Order key
|
|
595
|
+
> - 1: Highest views
|
|
596
|
+
> - 5: Most submissions
|
|
597
|
+
> - 6: Highest exposure
|
|
598
|
+
> - 7: Most favorites
|
|
599
|
+
> - time_filter: Time filter
|
|
600
|
+
> - 1: 24 hours
|
|
601
|
+
> - 2: 7 days
|
|
602
|
+
> - 3: 30 days
|
|
603
|
+
> ### Return:
|
|
604
|
+
> - Creator hot props billboard data
|
|
605
|
+
>
|
|
606
|
+
> # [示例/Example]
|
|
607
|
+
> billboard_tag = 0
|
|
608
|
+
> order_key = 1 # 播放最高/Highest views
|
|
609
|
+
> time_filter = 1 # 24小时/24 hours
|
|
610
|
+
|
|
611
|
+
#### Parameters
|
|
612
|
+
|
|
613
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
614
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
615
|
+
| billboard_tag | query | integer | No | 榜单标签,0=全部,其他值请通过config接口获取/Billboard tag, 0=all, other values can be obtained through config interface | 0 | None | None |
|
|
616
|
+
| order_key | query | integer | No | 排序键: 1=播放最高, 5=投稿最多, 6=展现最高, 7=收藏最高/Order key: 1=highest views, 5=most submissions, 6=highest exposure, 7=most favorites | 1 | None | None |
|
|
617
|
+
| time_filter | query | integer | No | 时间筛选: 1=24小时, 2=7天, 3=30天/Time filter: 1=24 hours, 2=7 days, 3=30 days | 1 | None | None |
|
|
618
|
+
|
|
619
|
+
#### Request Body
|
|
620
|
+
|
|
621
|
+
None
|
|
622
|
+
|
|
623
|
+
#### Success Response
|
|
624
|
+
|
|
625
|
+
##### `200 application/json`
|
|
626
|
+
|
|
627
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
628
|
+
|
|
629
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
630
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
631
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
632
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
633
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
634
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
635
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
636
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
637
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
638
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
639
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
640
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
641
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
642
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
643
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
644
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
645
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
646
|
+
|
|
647
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-hot-spot-billboard"></a>
|
|
648
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_spot_billboard`
|
|
649
|
+
|
|
650
|
+
- Summary: 获取创作者中心创作热点/Get creator hot spot billboard
|
|
651
|
+
- Capabilities: trends / rankings / creators
|
|
652
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
653
|
+
- operationId: `fetch_creator_hot_spot_billboard_api_v1_douyin_creator_fetch_creator_hot_spot_billboard_get`
|
|
654
|
+
|
|
655
|
+
#### Notes
|
|
656
|
+
|
|
657
|
+
> # [中文]
|
|
658
|
+
> ### 用途:
|
|
659
|
+
> - 获取抖音创作者热点榜单数据
|
|
660
|
+
> ### 参数:
|
|
661
|
+
> - billboard_tag: 热点标签,多个标签用逗号分隔
|
|
662
|
+
> 可选值:
|
|
663
|
+
> - 站内玩法: 1004,1000,1002,1003,1001
|
|
664
|
+
> - 话题互动: 20001,20006,20000,20003,20005,20002,20
|
|
665
|
+
> - 娱乐: 2007,2000,2011,2012,2009,2010,2004,2005,2003,2008,2001,2002,2006
|
|
666
|
+
> - 社会: 4005,4006,4007,4003,4004,4000
|
|
667
|
+
> - 二次元: 13000
|
|
668
|
+
> - 交通: 23000
|
|
669
|
+
> - 亲子: 19000
|
|
670
|
+
> - 体育: 5002,5000,5001
|
|
671
|
+
> - 军事: 21000
|
|
672
|
+
> - 剧情: 18000
|
|
673
|
+
> - 动物萌宠: 8000
|
|
674
|
+
> - 天气: 22001,22002
|
|
675
|
+
> - 才艺: 17000
|
|
676
|
+
> - 文化教育: 14000
|
|
677
|
+
> - 旅行: 10000
|
|
678
|
+
> - 时尚: 16000
|
|
679
|
+
> - 时政: 3000,3001,3002
|
|
680
|
+
> - 校园: 15000
|
|
681
|
+
> - 汽车: 11000
|
|
682
|
+
> - 游戏: 12000,12001
|
|
683
|
+
> - 科技: 6000
|
|
684
|
+
> - 美食: 9000
|
|
685
|
+
> - 财经: 7000
|
|
686
|
+
> - hot_search_type: 热搜类型
|
|
687
|
+
> - 1: 热点总榜
|
|
688
|
+
> - 2: 同城热点榜
|
|
689
|
+
> - 3: 热点上升榜
|
|
690
|
+
> - city_code: 城市代码,当hot_search_type=2时必需
|
|
691
|
+
> ### 返回:
|
|
692
|
+
> - 创作者热点榜单数据
|
|
693
|
+
>
|
|
694
|
+
> # [English]
|
|
695
|
+
> ### Purpose:
|
|
696
|
+
> - Get Douyin creator hot spot billboard data
|
|
697
|
+
> ### Parameters:
|
|
698
|
+
> - billboard_tag: Hot spot tag - multiple tags separated by comma
|
|
699
|
+
> Available values:
|
|
700
|
+
> - Platform Features: 1004,1000,1002,1003,1001
|
|
701
|
+
> - Topic Interaction: 20001,20006,20000,20003,20005,20002,20
|
|
702
|
+
> - Entertainment: 2007,2000,2011,2012,2009,2010,2004,2005,2003,2008,2001,2002,2006
|
|
703
|
+
> - Society: 4005,4006,4007,4003,4004,4000
|
|
704
|
+
> - Anime: 13000
|
|
705
|
+
> - Transportation: 23000
|
|
706
|
+
> - Parenting: 19000
|
|
707
|
+
> - Sports: 5002,5000,5001
|
|
708
|
+
> - Military: 21000
|
|
709
|
+
> - Drama: 18000
|
|
710
|
+
> - Animals & Pets: 8000
|
|
711
|
+
> - Weather: 22001,22002
|
|
712
|
+
> - Talent Show: 17000
|
|
713
|
+
> - Culture & Education: 14000
|
|
714
|
+
> - Travel: 10000
|
|
715
|
+
> - Fashion: 16000
|
|
716
|
+
> - Politics: 3000,3001,3002
|
|
717
|
+
> - Campus: 15000
|
|
718
|
+
> - Automotive: 11000
|
|
719
|
+
> - Gaming: 12000,12001
|
|
720
|
+
> - Technology: 6000
|
|
721
|
+
> - Food: 9000
|
|
722
|
+
> - Finance: 7000
|
|
723
|
+
> - hot_search_type: Hot search type
|
|
724
|
+
> - 1: Hot Spot Overall Ranking
|
|
725
|
+
> - 2: Local Hot Spot Ranking
|
|
726
|
+
> - 3: Rising Hot Spot Ranking
|
|
727
|
+
> - city_code: City code - required when hot_search_type=2
|
|
728
|
+
> ### Return:
|
|
729
|
+
> - Creator hot spot billboard data
|
|
730
|
+
>
|
|
731
|
+
> # [示例/Example]
|
|
732
|
+
> billboard_tag = "0" # 全部/All
|
|
733
|
+
> hot_search_type = 1 # 热点总榜/Overall ranking
|
|
734
|
+
> city_code = None # 可选/Optional
|
|
735
|
+
|
|
736
|
+
#### Parameters
|
|
737
|
+
|
|
738
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
739
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
740
|
+
| billboard_tag | query | string | No | 热点标签,多个标签用逗号分隔,如'1004,1000,1002'/Hot spot tag - multiple tags separated by comma, like '1004,1000,1002' | 0 | None | None |
|
|
741
|
+
| hot_search_type | query | integer | No | 热搜类型: 1=热点总榜, 2=同城热点榜, 3=热点上升榜/Hot search type: 1=Overall ranking, 2=Local ranking, 3=Rising ranking | 1 | None | None |
|
|
742
|
+
| city_code | query | string | No | 城市代码,当hot_search_type=2时必需/City code - required when hot_search_type=2 | None | None | None |
|
|
743
|
+
|
|
744
|
+
#### Request Body
|
|
745
|
+
|
|
746
|
+
None
|
|
747
|
+
|
|
748
|
+
#### Success Response
|
|
749
|
+
|
|
750
|
+
##### `200 application/json`
|
|
751
|
+
|
|
752
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
753
|
+
|
|
754
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
755
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
756
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
757
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
758
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
759
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
760
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
761
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
762
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
763
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
764
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
765
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
766
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
767
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
768
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
769
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
770
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
771
|
+
|
|
772
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-hot-topic-billboard"></a>
|
|
773
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_hot_topic_billboard`
|
|
774
|
+
|
|
775
|
+
- Summary: 获取创作者热门话题榜单/Get creator hot topic billboard
|
|
776
|
+
- Capabilities: trends / rankings / creators / topics
|
|
777
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
778
|
+
- operationId: `fetch_creator_hot_topic_billboard_api_v1_douyin_creator_fetch_creator_hot_topic_billboard_get`
|
|
779
|
+
|
|
780
|
+
#### Notes
|
|
781
|
+
|
|
782
|
+
> # [中文]
|
|
783
|
+
> ### 用途:
|
|
784
|
+
> - 获取抖音创作者热门话题榜单数据
|
|
785
|
+
> ### 参数:
|
|
786
|
+
> - billboard_tag: 榜单标签,0=全部,其他值请通过config接口获取
|
|
787
|
+
> - 0: 全部
|
|
788
|
+
> - 333: 美食
|
|
789
|
+
> - 334: 旅行
|
|
790
|
+
> - 299: 泛生活
|
|
791
|
+
> - 335: 汽车
|
|
792
|
+
> - 336: 科技
|
|
793
|
+
> - 302: 游戏
|
|
794
|
+
> - 296: 二次元
|
|
795
|
+
> - 337: 娱乐
|
|
796
|
+
> - 311: 明星
|
|
797
|
+
> - 298: 体育
|
|
798
|
+
> - 300: 文化教育
|
|
799
|
+
> - 301: 校园
|
|
800
|
+
> - 297: 政务
|
|
801
|
+
> - 305: 时尚
|
|
802
|
+
> - 306: 才艺
|
|
803
|
+
> - 669: 财经
|
|
804
|
+
> - 314: 随拍
|
|
805
|
+
> - 307: 动植物
|
|
806
|
+
> - 309: 图文控
|
|
807
|
+
> - 308: 剧情
|
|
808
|
+
> - 315: 亲子
|
|
809
|
+
> - 718: 三农
|
|
810
|
+
> - 310: 创意
|
|
811
|
+
> - 312: 户外
|
|
812
|
+
> - 926: 公益
|
|
813
|
+
> - order_key: 排序键
|
|
814
|
+
> - 1: 播放最高
|
|
815
|
+
> - 2: 点赞最多
|
|
816
|
+
> - 3: 评论最多
|
|
817
|
+
> - 4: 投稿最多
|
|
818
|
+
> - time_filter: 时间筛选
|
|
819
|
+
> - 1: 24小时
|
|
820
|
+
> - 2: 7天
|
|
821
|
+
> - 3: 30天
|
|
822
|
+
> ### 返回:
|
|
823
|
+
> - 创作者热门话题榜单数据
|
|
824
|
+
>
|
|
825
|
+
> # [English]
|
|
826
|
+
> ### Purpose:
|
|
827
|
+
> - Get Douyin creator hot topic billboard data
|
|
828
|
+
> ### Parameters:
|
|
829
|
+
> - billboard_tag: Billboard tag, 0=all, other values can be obtained through config interface
|
|
830
|
+
> - 0: All
|
|
831
|
+
> - 333: Food
|
|
832
|
+
> - 334: Travel
|
|
833
|
+
> - 299: Lifestyle
|
|
834
|
+
> - 335: Automotive
|
|
835
|
+
> - 336: Technology
|
|
836
|
+
> - 302: Gaming
|
|
837
|
+
> - 296: Anime
|
|
838
|
+
> - 337: Entertainment
|
|
839
|
+
> - 311: Celebrity
|
|
840
|
+
> - 298: Sports
|
|
841
|
+
> - 300: Culture & Education
|
|
842
|
+
> - 301: Campus
|
|
843
|
+
> - 297: Government
|
|
844
|
+
> - 305: Fashion
|
|
845
|
+
> - 306: Talent Show
|
|
846
|
+
> - 669: Finance
|
|
847
|
+
> - 314: Random
|
|
848
|
+
> - 307: Animals & Plants
|
|
849
|
+
> - 309: Graphics & Text
|
|
850
|
+
> - 308: Drama
|
|
851
|
+
> - 315: Parenting
|
|
852
|
+
> - 718: Agriculture
|
|
853
|
+
> - 310: Creative
|
|
854
|
+
> - 312: Outdoor
|
|
855
|
+
> - 926: Public Welfare
|
|
856
|
+
> - order_key: Order key
|
|
857
|
+
> - 1: Highest views
|
|
858
|
+
> - 2: Most likes
|
|
859
|
+
> - 3: Most comments
|
|
860
|
+
> - 4: Most submissions
|
|
861
|
+
> - time_filter: Time filter
|
|
862
|
+
> - 1: 24 hours
|
|
863
|
+
> - 2: 7 days
|
|
864
|
+
> - 3: 30 days
|
|
865
|
+
> ### Return:
|
|
866
|
+
> - Creator hot topic billboard data
|
|
867
|
+
>
|
|
868
|
+
> # [示例/Example]
|
|
869
|
+
> billboard_tag = 0
|
|
870
|
+
> order_key = 1 # 播放最高/Highest views
|
|
871
|
+
> time_filter = 1 # 24小时/24 hours
|
|
872
|
+
|
|
873
|
+
#### Parameters
|
|
874
|
+
|
|
875
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
876
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
877
|
+
| billboard_tag | query | integer | No | 榜单标签,0=全部,其他值请通过config接口获取/Billboard tag, 0=all, other values can be obtained through config interface | 0 | None | None |
|
|
878
|
+
| order_key | query | integer | No | 排序键: 1=播放最高, 2=点赞最多, 3=评论最多, 4=投稿最多/Order key: 1=highest views, 2=most likes, 3=most comments, 4=most submissions | 1 | None | None |
|
|
879
|
+
| time_filter | query | integer | No | 时间筛选: 1=24小时, 2=7天, 3=30天/Time filter: 1=24 hours, 2=7 days, 3=30 days | 1 | None | None |
|
|
880
|
+
|
|
881
|
+
#### Request Body
|
|
882
|
+
|
|
883
|
+
None
|
|
884
|
+
|
|
885
|
+
#### Success Response
|
|
886
|
+
|
|
887
|
+
##### `200 application/json`
|
|
888
|
+
|
|
889
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
890
|
+
|
|
891
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
892
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
893
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
894
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
895
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
896
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
897
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
898
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
899
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
900
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
901
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
902
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
903
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
904
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
905
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
906
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
907
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
908
|
+
|
|
909
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-material-center-billboard"></a>
|
|
910
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_material_center_billboard`
|
|
911
|
+
|
|
912
|
+
- Summary: 获取创作者中心热门视频榜单/Get creator material center billboard
|
|
913
|
+
- Capabilities: trends / rankings / creators
|
|
914
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
915
|
+
- operationId: `fetch_creator_material_center_billboard_api_v1_douyin_creator_fetch_creator_material_center_billboard_get`
|
|
916
|
+
|
|
917
|
+
#### Notes
|
|
918
|
+
|
|
919
|
+
> # [中文]
|
|
920
|
+
> ### 用途:
|
|
921
|
+
> - 获取抖音创作者中心热门视频榜单数据
|
|
922
|
+
> ### 参数:
|
|
923
|
+
> - billboard_tag: 榜单标签,0=全部,其他值请通过config接口获取
|
|
924
|
+
> - 0: 全部
|
|
925
|
+
> - 333: 美食
|
|
926
|
+
> - 334: 旅行
|
|
927
|
+
> - 299: 泛生活
|
|
928
|
+
> - 335: 汽车
|
|
929
|
+
> - 336: 科技
|
|
930
|
+
> - 302: 游戏
|
|
931
|
+
> - 296: 二次元
|
|
932
|
+
> - 337: 娱乐
|
|
933
|
+
> - 311: 明星
|
|
934
|
+
> - 298: 体育
|
|
935
|
+
> - 300: 文化教育
|
|
936
|
+
> - 301: 校园
|
|
937
|
+
> - 297: 政务
|
|
938
|
+
> - 305: 时尚
|
|
939
|
+
> - 306: 才艺
|
|
940
|
+
> - 669: 财经
|
|
941
|
+
> - 314: 随拍
|
|
942
|
+
> - 307: 动植物
|
|
943
|
+
> - 309: 图文控
|
|
944
|
+
> - 308: 剧情
|
|
945
|
+
> - 315: 亲子
|
|
946
|
+
> - 718: 三农
|
|
947
|
+
> - 310: 创意
|
|
948
|
+
> - 312: 户外
|
|
949
|
+
> - 926: 公益
|
|
950
|
+
> - order_key: 排序键
|
|
951
|
+
> - 1: 播放最高
|
|
952
|
+
> - 2: 点赞最多
|
|
953
|
+
> - 3: 评论最多
|
|
954
|
+
> - 4: 热度最高
|
|
955
|
+
> - time_filter: 时间筛选
|
|
956
|
+
> - 1: 24小时
|
|
957
|
+
> - 2: 7天
|
|
958
|
+
> - 3: 30天
|
|
959
|
+
> ### 返回:
|
|
960
|
+
> - 创作者中心热门视频榜单数据
|
|
961
|
+
>
|
|
962
|
+
> # [English]
|
|
963
|
+
> ### Purpose:
|
|
964
|
+
> - Get Douyin creator material center billboard data
|
|
965
|
+
> ### Parameters:
|
|
966
|
+
> - billboard_tag: Billboard tag, 0=all, other values can be obtained through config interface
|
|
967
|
+
> - 0: All
|
|
968
|
+
> - 333: Food
|
|
969
|
+
> - 334: Travel
|
|
970
|
+
> - 299: Lifestyle
|
|
971
|
+
> - 335: Automotive
|
|
972
|
+
> - 336: Technology
|
|
973
|
+
> - 302: Gaming
|
|
974
|
+
> - 296: Anime
|
|
975
|
+
> - 337: Entertainment
|
|
976
|
+
> - 311: Celebrity
|
|
977
|
+
> - 298: Sports
|
|
978
|
+
> - 300: Culture & Education
|
|
979
|
+
> - 301: Campus
|
|
980
|
+
> - 297: Government
|
|
981
|
+
> - 305: Fashion
|
|
982
|
+
> - 306: Talent Show
|
|
983
|
+
> - 669: Finance
|
|
984
|
+
> - 314: Random
|
|
985
|
+
> - 307: Animals & Plants
|
|
986
|
+
> - 309: Graphics & Text
|
|
987
|
+
> - 308: Drama
|
|
988
|
+
> - 315: Parenting
|
|
989
|
+
> - 718: Agriculture
|
|
990
|
+
> - 310: Creative
|
|
991
|
+
> - 312: Outdoor
|
|
992
|
+
> - 926: Public Welfare
|
|
993
|
+
> - order_key: Order key
|
|
994
|
+
> - 1: Highest views
|
|
995
|
+
> - 2: Most likes
|
|
996
|
+
> - 3: Most comments
|
|
997
|
+
> - 4: Highest popularity
|
|
998
|
+
> - time_filter: Time filter
|
|
999
|
+
> - 1: 24 hours
|
|
1000
|
+
> - 2: 7 days
|
|
1001
|
+
> - 3: 30 days
|
|
1002
|
+
> ### Return:
|
|
1003
|
+
> - Creator material center billboard data
|
|
1004
|
+
>
|
|
1005
|
+
> # [示例/Example]
|
|
1006
|
+
> billboard_tag = 0
|
|
1007
|
+
> order_key = 1 # 播放最高/Highest views
|
|
1008
|
+
> time_filter = 1 # 24小时/24 hours
|
|
1009
|
+
|
|
1010
|
+
#### Parameters
|
|
1011
|
+
|
|
1012
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1013
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1014
|
+
| billboard_tag | query | integer | No | 榜单标签,0=全部,其他值请通过config接口获取/Billboard tag, 0=all, other values can be obtained through config interface | 0 | None | None |
|
|
1015
|
+
| order_key | query | integer | No | 排序键: 1=播放最高, 2=点赞最多, 3=评论最多, 4=热度最高/Order key: 1=highest views, 2=most likes, 3=most comments, 4=highest popularity | 1 | None | None |
|
|
1016
|
+
| time_filter | query | integer | No | 时间筛选: 1=24小时, 2=7天, 3=30天/Time filter: 1=24 hours, 2=7 days, 3=30 days | 1 | None | None |
|
|
1017
|
+
|
|
1018
|
+
#### Request Body
|
|
1019
|
+
|
|
1020
|
+
None
|
|
1021
|
+
|
|
1022
|
+
#### Success Response
|
|
1023
|
+
|
|
1024
|
+
##### `200 application/json`
|
|
1025
|
+
|
|
1026
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1027
|
+
|
|
1028
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1029
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1030
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1031
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1032
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1033
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1034
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1035
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1036
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1037
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1038
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1039
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1040
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1041
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1042
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1043
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1044
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1045
|
+
|
|
1046
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-creator-material-center-config"></a>
|
|
1047
|
+
### `GET /api/u1/v1/douyin/creator/fetch_creator_material_center_config`
|
|
1048
|
+
|
|
1049
|
+
- Summary: 获取创作者中心配置/Get creator material center config
|
|
1050
|
+
- Capabilities: creators
|
|
1051
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1052
|
+
- operationId: `fetch_creator_material_center_config_api_v1_douyin_creator_fetch_creator_material_center_config_get`
|
|
1053
|
+
|
|
1054
|
+
#### Notes
|
|
1055
|
+
|
|
1056
|
+
> # [中文]
|
|
1057
|
+
> ### 用途:
|
|
1058
|
+
> - 获取抖音创作者中心配置信息
|
|
1059
|
+
> ### 返回:
|
|
1060
|
+
> - 创作者中心配置数据
|
|
1061
|
+
>
|
|
1062
|
+
> # [English]
|
|
1063
|
+
> ### Purpose:
|
|
1064
|
+
> - Get Douyin creator material center configuration
|
|
1065
|
+
> ### Return:
|
|
1066
|
+
> - Creator material center config data
|
|
1067
|
+
|
|
1068
|
+
#### Parameters
|
|
1069
|
+
|
|
1070
|
+
None
|
|
1071
|
+
|
|
1072
|
+
#### Request Body
|
|
1073
|
+
|
|
1074
|
+
None
|
|
1075
|
+
|
|
1076
|
+
#### Success Response
|
|
1077
|
+
|
|
1078
|
+
##### `200 application/json`
|
|
1079
|
+
|
|
1080
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1081
|
+
|
|
1082
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1083
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1084
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1085
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1086
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1087
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1088
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1089
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1090
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1091
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1092
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1093
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1094
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1095
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1096
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1097
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1098
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1099
|
+
|
|
1100
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-industry-category-config"></a>
|
|
1101
|
+
### `GET /api/u1/v1/douyin/creator/fetch_industry_category_config`
|
|
1102
|
+
|
|
1103
|
+
- Summary: 获取行业分类配置/Get industry category config
|
|
1104
|
+
- Capabilities: creators
|
|
1105
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1106
|
+
- operationId: `fetch_industry_category_config_api_v1_douyin_creator_fetch_industry_category_config_get`
|
|
1107
|
+
|
|
1108
|
+
#### Notes
|
|
1109
|
+
|
|
1110
|
+
> # [中文]
|
|
1111
|
+
> ### 用途:
|
|
1112
|
+
> - 获取抖音创作者平台的行业分类配置
|
|
1113
|
+
> - 返回所有可用的行业分类层级结构
|
|
1114
|
+
> - **建议在调用商单任务列表接口前先调用此接口获取完整的行业分类信息**
|
|
1115
|
+
>
|
|
1116
|
+
> ### 重要说明:
|
|
1117
|
+
> - 此接口已优化为Redis缓存,首次调用后数据将缓存30天
|
|
1118
|
+
> - 缓存键: `douyin_creator:industry_categories`
|
|
1119
|
+
> - 数据结构包含一级行业和二级行业的完整映射关系
|
|
1120
|
+
>
|
|
1121
|
+
> ### 数据结构:
|
|
1122
|
+
> ```json
|
|
1123
|
+
> {
|
|
1124
|
+
> "status_code": 0,
|
|
1125
|
+
> "status_msg": "success",
|
|
1126
|
+
> "data": {
|
|
1127
|
+
> "industry_categories": [
|
|
1128
|
+
> {"key": "-1", "label": "全部"},
|
|
1129
|
+
> {"key": 1901, "label": "3C及电器"},
|
|
1130
|
+
> {"key": 1913, "label": "游戏"},
|
|
1131
|
+
> ...
|
|
1132
|
+
> ],
|
|
1133
|
+
> "industry_subcategories": {
|
|
1134
|
+
> 1913: [
|
|
1135
|
+
> {"key": "-1", "label": "全部"},
|
|
1136
|
+
> {"key": 191301, "label": "休闲游戏"},
|
|
1137
|
+
> {"key": 191302, "label": "棋牌桌游"},
|
|
1138
|
+
> ...
|
|
1139
|
+
> ],
|
|
1140
|
+
> ...
|
|
1141
|
+
> }
|
|
1142
|
+
> }
|
|
1143
|
+
> }
|
|
1144
|
+
> ```
|
|
1145
|
+
>
|
|
1146
|
+
> ### 在商单任务筛选中的使用:
|
|
1147
|
+
> 1. **获取全部行业任务**: `industry_lv1=-1` (此时industry_lv2无需设置)
|
|
1148
|
+
> 2. **获取特定一级行业**: `industry_lv1=1913` (游戏行业)
|
|
1149
|
+
> 3. **获取特定二级行业**: `industry_lv1=1913&industry_lv2=191301` (游戏-休闲游戏)
|
|
1150
|
+
>
|
|
1151
|
+
> ### 性能优化:
|
|
1152
|
+
> - 首次调用时从本地JSON文件读取并缓存到Redis
|
|
1153
|
+
> - 后续调用直接从Redis缓存读取,大幅提升响应速度
|
|
1154
|
+
> - 缓存有效期30天,确保数据时效性
|
|
1155
|
+
>
|
|
1156
|
+
> ### 返回:
|
|
1157
|
+
> - 返回完整的行业分类树结构
|
|
1158
|
+
> - 包含32个一级行业分类和对应的二级行业分类
|
|
1159
|
+
> - 每个分类包含分类ID(key)和名称(label)
|
|
1160
|
+
>
|
|
1161
|
+
> # [English]
|
|
1162
|
+
> ### Purpose:
|
|
1163
|
+
> - Get industry category configuration from Douyin Creator platform
|
|
1164
|
+
> - Returns all available industry classification hierarchy
|
|
1165
|
+
> - **Recommend calling this API first before using mission task list API to get complete industry classification info**
|
|
1166
|
+
>
|
|
1167
|
+
> ### Important Notes:
|
|
1168
|
+
> - This API is optimized with Redis caching, data will be cached for 30 days after first call
|
|
1169
|
+
> - Cache key: `douyin_creator:industry_categories`
|
|
1170
|
+
> - Data structure contains complete mapping relationship between primary and secondary industries
|
|
1171
|
+
>
|
|
1172
|
+
> ### Data Structure:
|
|
1173
|
+
> ```json
|
|
1174
|
+
> {
|
|
1175
|
+
> "status_code": 0,
|
|
1176
|
+
> "status_msg": "success",
|
|
1177
|
+
> "data": {
|
|
1178
|
+
> "industry_categories": [
|
|
1179
|
+
> {"key": "-1", "label": "All"},
|
|
1180
|
+
> {"key": 1901, "label": "3C & Electronics"},
|
|
1181
|
+
> {"key": 1913, "label": "Gaming"},
|
|
1182
|
+
> ...
|
|
1183
|
+
> ],
|
|
1184
|
+
> "industry_subcategories": {
|
|
1185
|
+
> 1913: [
|
|
1186
|
+
> {"key": "-1", "label": "All"},
|
|
1187
|
+
> {"key": 191301, "label": "Casual Games"},
|
|
1188
|
+
> {"key": 191302, "label": "Board Games"},
|
|
1189
|
+
> ...
|
|
1190
|
+
> ],
|
|
1191
|
+
> ...
|
|
1192
|
+
> }
|
|
1193
|
+
> }
|
|
1194
|
+
> }
|
|
1195
|
+
> ```
|
|
1196
|
+
>
|
|
1197
|
+
> ### Usage in Mission Task Filtering:
|
|
1198
|
+
> 1. **Get all industry tasks**: `industry_lv1=-1` (industry_lv2 not needed)
|
|
1199
|
+
> 2. **Get specific primary industry**: `industry_lv1=1913` (Gaming industry)
|
|
1200
|
+
> 3. **Get specific secondary industry**: `industry_lv1=1913&industry_lv2=191301` (Gaming-Casual Games)
|
|
1201
|
+
>
|
|
1202
|
+
> ### Performance Optimization:
|
|
1203
|
+
> - First call reads from local JSON file and caches to Redis
|
|
1204
|
+
> - Subsequent calls read directly from Redis cache, significantly improving response speed
|
|
1205
|
+
> - Cache validity period of 30 days ensures data timeliness
|
|
1206
|
+
>
|
|
1207
|
+
> ### Return:
|
|
1208
|
+
> - Returns complete industry classification tree structure
|
|
1209
|
+
> - Contains 32 primary industry categories and corresponding secondary industry categories
|
|
1210
|
+
> - Each category contains category ID(key) and name(label)
|
|
1211
|
+
|
|
1212
|
+
#### Parameters
|
|
1213
|
+
|
|
1214
|
+
None
|
|
1215
|
+
|
|
1216
|
+
#### Request Body
|
|
1217
|
+
|
|
1218
|
+
None
|
|
1219
|
+
|
|
1220
|
+
#### Success Response
|
|
1221
|
+
|
|
1222
|
+
##### `200 application/json`
|
|
1223
|
+
|
|
1224
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1225
|
+
|
|
1226
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1227
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1228
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1229
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1230
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1231
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1232
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1233
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1234
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1235
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1236
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1237
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1238
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1239
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1240
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1241
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1242
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1243
|
+
|
|
1244
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-mission-task-list"></a>
|
|
1245
|
+
### `GET /api/u1/v1/douyin/creator/fetch_mission_task_list`
|
|
1246
|
+
|
|
1247
|
+
- Summary: 获取商单任务列表/Get mission task list
|
|
1248
|
+
- Capabilities: creators
|
|
1249
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1250
|
+
- operationId: `fetch_mission_task_list_api_v1_douyin_creator_fetch_mission_task_list_get`
|
|
1251
|
+
|
|
1252
|
+
#### Notes
|
|
1253
|
+
|
|
1254
|
+
> # [中文]
|
|
1255
|
+
> ### 用途:
|
|
1256
|
+
> - 获取抖音创作者平台的商单任务列表
|
|
1257
|
+
> - 支持多种筛选条件,包括行业分类、付费类型、平台渠道等
|
|
1258
|
+
>
|
|
1259
|
+
> ### 重要参数使用说明:
|
|
1260
|
+
> #### 行业分类组合规则:
|
|
1261
|
+
> - **industry_lv1=-1 (全部)**: 当选择全部一级行业时,industry_lv2参数将被忽略,无需设置
|
|
1262
|
+
> - **industry_lv1=具体值**: 当选择具体一级行业时,可配合industry_lv2进行二级筛选
|
|
1263
|
+
> - industry_lv2=-1: 该一级行业下的所有二级分类
|
|
1264
|
+
> - industry_lv2=具体值: 该一级行业下的具体二级分类
|
|
1265
|
+
>
|
|
1266
|
+
> #### 可选参数 (选择"全部"时无需传入):
|
|
1267
|
+
> - **platform_channel**: 不传入表示全部平台渠道
|
|
1268
|
+
> - **pay_type**: 不传入表示全部付费类型
|
|
1269
|
+
> - **greater_than_cost_progress**: 不传入表示不限制成本进度
|
|
1270
|
+
> - **publish_time_start**: 不传入表示不限制发布时间
|
|
1271
|
+
> - **quick_selector_scene**: 不传入表示不使用快速筛选
|
|
1272
|
+
> - **keyword**: 不传入表示不进行关键词搜索
|
|
1273
|
+
>
|
|
1274
|
+
> ### 参数详解:
|
|
1275
|
+
> - cursor: 游标,用于分页,0表示第一页
|
|
1276
|
+
> - limit: 每页返回的任务数量,建议24
|
|
1277
|
+
> - mission_type: 任务类型,通常为1
|
|
1278
|
+
> - tab_scene: 场景类型
|
|
1279
|
+
> - 1: 可投稿 (可以直接投稿的任务)
|
|
1280
|
+
> - 2: 可报名 (需要报名审核的任务)
|
|
1281
|
+
> - 3: 好物测评 (商品测评类任务)
|
|
1282
|
+
> - industry_lv1/lv2: 行业分类 (建议先调用fetch_industry_category_config获取完整分类)
|
|
1283
|
+
> - -1: 全部行业
|
|
1284
|
+
> - 具体数值: 对应具体行业类别 (如1913=游戏, 1903=食品饮料)
|
|
1285
|
+
> - platform_channel: 平台渠道 (可选)
|
|
1286
|
+
> - 1: 抖音视频
|
|
1287
|
+
> - 2: 抖音直播
|
|
1288
|
+
> - 3: 抖音图文
|
|
1289
|
+
> - pay_type: 付费类型 (可选)
|
|
1290
|
+
> - 1: 视频等级 (按粉丝量等级定价)
|
|
1291
|
+
> - 2: 自定义 (商家自定义价格)
|
|
1292
|
+
> - 3: 按转化付费 (按转化效果付费)
|
|
1293
|
+
> - 4: 按有效播放量 (按播放量付费)
|
|
1294
|
+
> - 5: 按销售量 (按商品销售量付费)
|
|
1295
|
+
> - 9: 按核销量 (按核销数量付费)
|
|
1296
|
+
> - 14: 按付费分佣 (按分佣比例付费)
|
|
1297
|
+
> - greater_than_cost_progress: 成本进度筛选 (可选)
|
|
1298
|
+
> - 20: 高于20%成本进度的任务
|
|
1299
|
+
> - 50: 高于50%成本进度的任务
|
|
1300
|
+
> - 80: 高于80%成本进度的任务
|
|
1301
|
+
> - publish_time_start: 发布开始时间过滤 (可选,时间戳格式)
|
|
1302
|
+
> - quick_selector_scene: 快速筛选场景 (可选)
|
|
1303
|
+
> - 1: 高收益任务
|
|
1304
|
+
> - 4: 保底收入任务
|
|
1305
|
+
> - 5: 曾经合作过的商家
|
|
1306
|
+
> - keyword: 关键词搜索 (可选,支持任务名称或任务ID)
|
|
1307
|
+
>
|
|
1308
|
+
> ### 使用示例:
|
|
1309
|
+
> ```
|
|
1310
|
+
> # 获取全部行业的可投稿任务
|
|
1311
|
+
> GET /fetch_mission_task_list?industry_lv1=-1&tab_scene=1
|
|
1312
|
+
>
|
|
1313
|
+
> # 获取游戏行业休闲游戏分类的按播放量付费任务
|
|
1314
|
+
> GET /fetch_mission_task_list?industry_lv1=1913&industry_lv2=191301&pay_type=4
|
|
1315
|
+
>
|
|
1316
|
+
> # 获取高收益的抖音视频任务
|
|
1317
|
+
> GET /fetch_mission_task_list?platform_channel=1&quick_selector_scene=1
|
|
1318
|
+
> ```
|
|
1319
|
+
>
|
|
1320
|
+
> ### 返回:
|
|
1321
|
+
> - 返回符合条件的商单任务列表
|
|
1322
|
+
> - 包含任务详情、报酬信息、要求等
|
|
1323
|
+
>
|
|
1324
|
+
> # [English]
|
|
1325
|
+
> ### Purpose:
|
|
1326
|
+
> - Get mission task list from Douyin Creator platform
|
|
1327
|
+
> - Supports multiple filtering conditions including industry classification, payment type, platform channel, etc.
|
|
1328
|
+
>
|
|
1329
|
+
> ### Important Parameter Usage Guidelines:
|
|
1330
|
+
> #### Industry Classification Combination Rules:
|
|
1331
|
+
> - **industry_lv1=-1 (All)**: When selecting all primary industries, industry_lv2 parameter will be ignored, no need to set
|
|
1332
|
+
> - **industry_lv1=specific value**: When selecting specific primary industry, can be combined with industry_lv2 for secondary filtering
|
|
1333
|
+
> - industry_lv2=-1: All secondary categories under the primary industry
|
|
1334
|
+
> - industry_lv2=specific value: Specific secondary category under the primary industry
|
|
1335
|
+
>
|
|
1336
|
+
> #### Optional Parameters (No need to pass when selecting "All"):
|
|
1337
|
+
> - **platform_channel**: Not passing means all platform channels
|
|
1338
|
+
> - **pay_type**: Not passing means all payment types
|
|
1339
|
+
> - **greater_than_cost_progress**: Not passing means no cost progress restriction
|
|
1340
|
+
> - **publish_time_start**: Not passing means no publish time restriction
|
|
1341
|
+
> - **quick_selector_scene**: Not passing means no quick filtering
|
|
1342
|
+
> - **keyword**: Not passing means no keyword search
|
|
1343
|
+
>
|
|
1344
|
+
> ### Parameter Details:
|
|
1345
|
+
> - cursor: Cursor for pagination, 0 for first page
|
|
1346
|
+
> - limit: Number of tasks per page, recommended 24
|
|
1347
|
+
> - mission_type: Mission type, usually 1
|
|
1348
|
+
> - tab_scene: Scene type
|
|
1349
|
+
> - 1: Submittable (tasks that can be submitted directly)
|
|
1350
|
+
> - 2: Registrable (tasks that require registration and approval)
|
|
1351
|
+
> - 3: Product Review (product evaluation tasks)
|
|
1352
|
+
> - industry_lv1/lv2: Industry classification (recommend calling fetch_industry_category_config first)
|
|
1353
|
+
> - -1: All industries
|
|
1354
|
+
> - Specific values: Corresponding to specific industry categories (e.g., 1913=Gaming, 1903=Food&Beverage)
|
|
1355
|
+
> - platform_channel: Platform channel (optional)
|
|
1356
|
+
> - 1: Douyin Video
|
|
1357
|
+
> - 2: Douyin Live
|
|
1358
|
+
> - 3: Douyin Image&Text
|
|
1359
|
+
> - pay_type: Payment type (optional)
|
|
1360
|
+
> - 1: Video Level (pricing by follower level)
|
|
1361
|
+
> - 2: Custom (merchant custom pricing)
|
|
1362
|
+
> - 3: Conversion-based (pay by conversion effect)
|
|
1363
|
+
> - 4: Valid Views (pay by view count)
|
|
1364
|
+
> - 5: Sales Volume (pay by product sales)
|
|
1365
|
+
> - 9: Verification Volume (pay by verification count)
|
|
1366
|
+
> - 14: Commission-based (pay by commission ratio)
|
|
1367
|
+
> - greater_than_cost_progress: Cost progress filter (optional)
|
|
1368
|
+
> - 20: Tasks with more than 20% cost progress
|
|
1369
|
+
> - 50: Tasks with more than 50% cost progress
|
|
1370
|
+
> - 80: Tasks with more than 80% cost progress
|
|
1371
|
+
> - publish_time_start: Publish start time filter (optional, timestamp format)
|
|
1372
|
+
> - quick_selector_scene: Quick filter scene (optional)
|
|
1373
|
+
> - 1: High revenue tasks
|
|
1374
|
+
> - 4: Guaranteed income tasks
|
|
1375
|
+
> - 5: Previously collaborated merchants
|
|
1376
|
+
> - keyword: Keyword search (optional, supports task name or task ID)
|
|
1377
|
+
>
|
|
1378
|
+
> ### Usage Examples:
|
|
1379
|
+
> ```
|
|
1380
|
+
> # Get submittable tasks from all industries
|
|
1381
|
+
> GET /fetch_mission_task_list?industry_lv1=-1&tab_scene=1
|
|
1382
|
+
>
|
|
1383
|
+
> # Get tasks from gaming industry casual games category with view-based payment
|
|
1384
|
+
> GET /fetch_mission_task_list?industry_lv1=1913&industry_lv2=191301&pay_type=4
|
|
1385
|
+
>
|
|
1386
|
+
> # Get high-revenue Douyin video tasks
|
|
1387
|
+
> GET /fetch_mission_task_list?platform_channel=1&quick_selector_scene=1
|
|
1388
|
+
> ```
|
|
1389
|
+
>
|
|
1390
|
+
> ### Return:
|
|
1391
|
+
> - Returns mission task list matching the conditions
|
|
1392
|
+
> - Contains task details, compensation info, requirements, etc.
|
|
1393
|
+
|
|
1394
|
+
#### Parameters
|
|
1395
|
+
|
|
1396
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1397
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1398
|
+
| cursor | query | integer | No | 游标/Cursor (分页) | 0 | 0 | None |
|
|
1399
|
+
| limit | query | integer | No | 每页数量/Items per page | 24 | 24 | None |
|
|
1400
|
+
| mission_type | query | integer | No | 任务类型/Mission type | 1 | 1 | None |
|
|
1401
|
+
| tab_scene | query | integer | No | 场景类型/Scene type (1=可投稿, 2=可报名, 3=好物测评) | 1 | 1 | None |
|
|
1402
|
+
| industry_lv1 | query | integer | No | 一级行业/Primary industry (-1=全部) | -1 | 1913 | None |
|
|
1403
|
+
| industry_lv2 | query | integer | No | 二级行业/Secondary industry (-1=全部) | -1 | 191301 | None |
|
|
1404
|
+
| platform_channel | query | integer | No | 平台渠道/Platform channel (1=抖音视频, 2=抖音直播, 3=抖音图文) | None | 1 | None |
|
|
1405
|
+
| pay_type | query | integer | No | 付费类型/Pay type (1=视频等级, 2=自定义, 3=按转化付费, 4=按有效播放量, 5=按销售量, 9=按核销量, 14=按付费分佣) | None | 4 | None |
|
|
1406
|
+
| greater_than_cost_progress | query | integer | No | 成本进度/Cost progress (20=高于20%, 50=高于50%, 80=高于80%) | None | 20 | None |
|
|
1407
|
+
| publish_time_start | query | integer | No | 发布开始时间/Publish start time (时间戳) | None | 1757097636 | None |
|
|
1408
|
+
| quick_selector_scene | query | integer | No | 快速选择场景/Quick selector (1=高收益, 4=保底收入, 5=合作过) | None | None | None |
|
|
1409
|
+
| keyword | query | string | No | 关键词/Keyword (任务名称或ID) | None | None | None |
|
|
1410
|
+
|
|
1411
|
+
#### Request Body
|
|
1412
|
+
|
|
1413
|
+
None
|
|
1414
|
+
|
|
1415
|
+
#### Success Response
|
|
1416
|
+
|
|
1417
|
+
##### `200 application/json`
|
|
1418
|
+
|
|
1419
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1420
|
+
|
|
1421
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1422
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1423
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1424
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1425
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1426
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1427
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1428
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1429
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1430
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1431
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1432
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1433
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1434
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1435
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1436
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1437
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1438
|
+
|
|
1439
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-user-search"></a>
|
|
1440
|
+
### `GET /api/u1/v1/douyin/creator/fetch_user_search`
|
|
1441
|
+
|
|
1442
|
+
- Summary: 搜索用户/Search users
|
|
1443
|
+
- Capabilities: search / creators / profiles / accounts
|
|
1444
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1445
|
+
- operationId: `fetch_user_search_api_v1_douyin_creator_fetch_user_search_get`
|
|
1446
|
+
|
|
1447
|
+
#### Notes
|
|
1448
|
+
|
|
1449
|
+
> # [中文]
|
|
1450
|
+
> ### 用途:
|
|
1451
|
+
> - 搜索抖音用户,支持抖音号和抖音昵称搜索
|
|
1452
|
+
> ### 参数:
|
|
1453
|
+
> - user_name: 用户名 (支持抖音号和抖音昵称)
|
|
1454
|
+
> - 抖音号: 如 "rmrbxmt"
|
|
1455
|
+
> - 抖音昵称: 如 "Y"、"人民日报"
|
|
1456
|
+
> ### 返回:
|
|
1457
|
+
> - 最多返回20个匹配的用户信息
|
|
1458
|
+
> - 包含用户基本信息如头像、昵称、抖音号等
|
|
1459
|
+
>
|
|
1460
|
+
> # [English]
|
|
1461
|
+
> ### Purpose:
|
|
1462
|
+
> - Search Douyin users by Douyin ID or nickname
|
|
1463
|
+
> ### Parameters:
|
|
1464
|
+
> - user_name: Username (supports Douyin ID and nickname)
|
|
1465
|
+
> - Douyin ID: e.g., "rmrbxmt"
|
|
1466
|
+
> - Nickname: e.g., "Y", "人民日报"
|
|
1467
|
+
> ### Return:
|
|
1468
|
+
> - Returns up to 20 matching user information
|
|
1469
|
+
> - Contains basic user info like avatar, nickname, Douyin ID, etc.
|
|
1470
|
+
|
|
1471
|
+
#### Parameters
|
|
1472
|
+
|
|
1473
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1474
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1475
|
+
| user_name | query | string | Yes | 用户名/Username (支持抖音号和抖音昵称) | None | Y | None |
|
|
1476
|
+
|
|
1477
|
+
#### Request Body
|
|
1478
|
+
|
|
1479
|
+
None
|
|
1480
|
+
|
|
1481
|
+
#### Success Response
|
|
1482
|
+
|
|
1483
|
+
##### `200 application/json`
|
|
1484
|
+
|
|
1485
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1486
|
+
|
|
1487
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1488
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1489
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1490
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1491
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1492
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1493
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1494
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1495
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1496
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1497
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1498
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1499
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1500
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1501
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1502
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1503
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1504
|
+
|
|
1505
|
+
<a id="get-api-u1-v1-douyin-creator-fetch-video-danmaku-list"></a>
|
|
1506
|
+
### `GET /api/u1/v1/douyin/creator/fetch_video_danmaku_list`
|
|
1507
|
+
|
|
1508
|
+
- Summary: 获取作品弹幕列表/Get video danmaku list
|
|
1509
|
+
- Capabilities: creators / content details
|
|
1510
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1511
|
+
- operationId: `fetch_video_danmaku_list_api_v1_douyin_creator_fetch_video_danmaku_list_get`
|
|
1512
|
+
|
|
1513
|
+
#### Notes
|
|
1514
|
+
|
|
1515
|
+
> # [中文]
|
|
1516
|
+
> ### 用途:
|
|
1517
|
+
> - 获取指定作品的弹幕列表,支持管理和筛选弹幕
|
|
1518
|
+
> ### 参数:
|
|
1519
|
+
> - item_id: 作品ID (必需参数,从作品链接或API获取)
|
|
1520
|
+
> - count: 每页弹幕数量 (建议20,范围1-100)
|
|
1521
|
+
> - offset: 偏移量 (分页使用,起始位置)
|
|
1522
|
+
> - order_type: 排序类型 (1=时间排序, 2=其他排序)
|
|
1523
|
+
> - is_blocked: 是否获取被屏蔽的弹幕 (false=正常弹幕, true=被屏蔽弹幕)
|
|
1524
|
+
> ### 返回:
|
|
1525
|
+
> - 作品弹幕列表数据
|
|
1526
|
+
>
|
|
1527
|
+
> # [English]
|
|
1528
|
+
> ### Purpose:
|
|
1529
|
+
> - Get danmaku list for specified video, supports management and filtering
|
|
1530
|
+
> ### Parameters:
|
|
1531
|
+
> - item_id: Video item ID (required, get from video link or API)
|
|
1532
|
+
> - count: Items per page (recommended 20, range 1-100)
|
|
1533
|
+
> - offset: Offset (for pagination, starting position)
|
|
1534
|
+
> - order_type: Order type (1=time order, 2=other order)
|
|
1535
|
+
> - is_blocked: Whether to get blocked danmaku (false=normal, true=blocked)
|
|
1536
|
+
> ### Return:
|
|
1537
|
+
> - Video danmaku list data
|
|
1538
|
+
|
|
1539
|
+
#### Parameters
|
|
1540
|
+
|
|
1541
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1542
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1543
|
+
| item_id | query | string | Yes | 作品ID/Video item ID | None | 7545659154417896746 | None |
|
|
1544
|
+
| count | query | integer | No | 每页数量/Items per page | 20 | 20 | None |
|
|
1545
|
+
| offset | query | integer | No | 偏移量/Offset (starting position) | 0 | 0 | None |
|
|
1546
|
+
| order_type | query | integer | No | 排序类型/Order type (1=时间排序, 2=其他排序) | 1 | 1 | None |
|
|
1547
|
+
| is_blocked | query | boolean | No | 是否被屏蔽/Is blocked | false | false | None |
|
|
1548
|
+
|
|
1549
|
+
#### Request Body
|
|
1550
|
+
|
|
1551
|
+
None
|
|
1552
|
+
|
|
1553
|
+
#### Success Response
|
|
1554
|
+
|
|
1555
|
+
##### `200 application/json`
|
|
1556
|
+
|
|
1557
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1558
|
+
|
|
1559
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1560
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1561
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1562
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1563
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1564
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1565
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1566
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1567
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1568
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1569
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1570
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1571
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1572
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1573
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1574
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1575
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|