@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,709 @@
|
|
|
1
|
+
# TikTok-Creator-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/tiktok-creator-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md`](../api-contracts/tiktok-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: `14`
|
|
9
|
+
- Common capabilities: creators / content details / analytics / commerce / livestream / details
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `cookie`, `proxy`, `start_date`, `item_id`, `page`, `product_id`, `end_date`, `count`, `offset`, `item_ids`
|
|
12
|
+
- Tag description: **(TikTok创作者数据和账号收益数据接口/TikTok-Creator-API data and account revenue data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `POST /api/u1/v1/tiktok/creator/get_account_health_status`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取创作者账号健康状态/Get Creator Account Health Status
|
|
19
|
+
- Capabilities: creators
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `get_account_health_status_api_v1_tiktok_creator_get_account_health_status_post`
|
|
22
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-account-health-status`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-account-health-status)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
None
|
|
27
|
+
|
|
28
|
+
#### Request Body
|
|
29
|
+
|
|
30
|
+
- required: Yes
|
|
31
|
+
|
|
32
|
+
##### `application/json`
|
|
33
|
+
|
|
34
|
+
- Schema summary: `cookie`:string, `proxy`:string
|
|
35
|
+
|
|
36
|
+
| Field | Type | Required | Description |
|
|
37
|
+
| --- | --- | --- | --- |
|
|
38
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
39
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
40
|
+
|
|
41
|
+
#### Success Response
|
|
42
|
+
|
|
43
|
+
##### `200 application/json`
|
|
44
|
+
|
|
45
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
46
|
+
|
|
47
|
+
| Field | Type | Required | Description |
|
|
48
|
+
| --- | --- | --- | --- |
|
|
49
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
50
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
51
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
52
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
53
|
+
| support | string | No | Support message \| 支持消息 |
|
|
54
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
55
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
56
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
57
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
58
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
59
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
60
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
61
|
+
|
|
62
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
63
|
+
|
|
64
|
+
### `POST /api/u1/v1/tiktok/creator/get_account_insights_overview`
|
|
65
|
+
|
|
66
|
+
- Summary: 获取创作者账号概览/Get Creator Account Overview
|
|
67
|
+
- Capabilities: creators / analytics
|
|
68
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
69
|
+
- operationId: `get_account_insights_overview_api_v1_tiktok_creator_get_account_insights_overview_post`
|
|
70
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-account-insights-overview`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-account-insights-overview)
|
|
71
|
+
|
|
72
|
+
#### Parameters
|
|
73
|
+
|
|
74
|
+
None
|
|
75
|
+
|
|
76
|
+
#### Request Body
|
|
77
|
+
|
|
78
|
+
- required: Yes
|
|
79
|
+
|
|
80
|
+
##### `application/json`
|
|
81
|
+
|
|
82
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string
|
|
83
|
+
|
|
84
|
+
| Field | Type | Required | Description |
|
|
85
|
+
| --- | --- | --- | --- |
|
|
86
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
87
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
88
|
+
| start_date | string | No | 查询开始时间,如 '04-01-2025'/ Query Start Date, e.g. '04-01-2025' |
|
|
89
|
+
|
|
90
|
+
#### Success Response
|
|
91
|
+
|
|
92
|
+
##### `200 application/json`
|
|
93
|
+
|
|
94
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
95
|
+
|
|
96
|
+
| Field | Type | Required | Description |
|
|
97
|
+
| --- | --- | --- | --- |
|
|
98
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
99
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
100
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
101
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
102
|
+
| support | string | No | Support message \| 支持消息 |
|
|
103
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
104
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
105
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
106
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
107
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
108
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
109
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
110
|
+
|
|
111
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
112
|
+
|
|
113
|
+
### `POST /api/u1/v1/tiktok/creator/get_account_violation_list`
|
|
114
|
+
|
|
115
|
+
- Summary: 获取创作者账号违规记录列表/Get Creator Account Violation Record List
|
|
116
|
+
- Capabilities: creators
|
|
117
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
118
|
+
- operationId: `get_account_violation_list_api_v1_tiktok_creator_get_account_violation_list_post`
|
|
119
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-account-violation-list`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-account-violation-list)
|
|
120
|
+
|
|
121
|
+
#### Parameters
|
|
122
|
+
|
|
123
|
+
None
|
|
124
|
+
|
|
125
|
+
#### Request Body
|
|
126
|
+
|
|
127
|
+
- required: Yes
|
|
128
|
+
|
|
129
|
+
##### `application/json`
|
|
130
|
+
|
|
131
|
+
- Schema summary: `cookie`:string, `proxy`:string, `page`:integer
|
|
132
|
+
|
|
133
|
+
| Field | Type | Required | Description |
|
|
134
|
+
| --- | --- | --- | --- |
|
|
135
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
136
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
137
|
+
| page | integer | No | 页码/Page Number |
|
|
138
|
+
|
|
139
|
+
#### Success Response
|
|
140
|
+
|
|
141
|
+
##### `200 application/json`
|
|
142
|
+
|
|
143
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
144
|
+
|
|
145
|
+
| Field | Type | Required | Description |
|
|
146
|
+
| --- | --- | --- | --- |
|
|
147
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
148
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
149
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
150
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
151
|
+
| support | string | No | Support message \| 支持消息 |
|
|
152
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
153
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
154
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
155
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
156
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
157
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
158
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
159
|
+
|
|
160
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
161
|
+
|
|
162
|
+
### `POST /api/u1/v1/tiktok/creator/get_creator_account_info`
|
|
163
|
+
|
|
164
|
+
- Summary: 获取创作者账号信息/Get Creator Account Info
|
|
165
|
+
- Capabilities: creators
|
|
166
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
167
|
+
- operationId: `get_creator_account_info_api_v1_tiktok_creator_get_creator_account_info_post`
|
|
168
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-creator-account-info`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-creator-account-info)
|
|
169
|
+
|
|
170
|
+
#### Parameters
|
|
171
|
+
|
|
172
|
+
None
|
|
173
|
+
|
|
174
|
+
#### Request Body
|
|
175
|
+
|
|
176
|
+
- required: Yes
|
|
177
|
+
|
|
178
|
+
##### `application/json`
|
|
179
|
+
|
|
180
|
+
- Schema summary: `cookie`:string, `proxy`:string
|
|
181
|
+
|
|
182
|
+
| Field | Type | Required | Description |
|
|
183
|
+
| --- | --- | --- | --- |
|
|
184
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
185
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
186
|
+
|
|
187
|
+
#### Success Response
|
|
188
|
+
|
|
189
|
+
##### `200 application/json`
|
|
190
|
+
|
|
191
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
192
|
+
|
|
193
|
+
| Field | Type | Required | Description |
|
|
194
|
+
| --- | --- | --- | --- |
|
|
195
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
196
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
197
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
198
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
199
|
+
| support | string | No | Support message \| 支持消息 |
|
|
200
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
201
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
202
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
203
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
204
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
205
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
206
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
207
|
+
|
|
208
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
209
|
+
|
|
210
|
+
### `POST /api/u1/v1/tiktok/creator/get_live_analytics_summary`
|
|
211
|
+
|
|
212
|
+
- Summary: 获取创作者直播概览/Get Creator Live Overview
|
|
213
|
+
- Capabilities: creators / analytics / livestream
|
|
214
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
215
|
+
- operationId: `get_live_overview_api_v1_tiktok_creator_get_live_analytics_summary_post`
|
|
216
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-live-analytics-summary`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-live-analytics-summary)
|
|
217
|
+
|
|
218
|
+
#### Parameters
|
|
219
|
+
|
|
220
|
+
None
|
|
221
|
+
|
|
222
|
+
#### Request Body
|
|
223
|
+
|
|
224
|
+
- required: Yes
|
|
225
|
+
|
|
226
|
+
##### `application/json`
|
|
227
|
+
|
|
228
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string
|
|
229
|
+
|
|
230
|
+
| Field | Type | Required | Description |
|
|
231
|
+
| --- | --- | --- | --- |
|
|
232
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
233
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
234
|
+
| start_date | string | No | 查询开始时间,如 '04-01-2025'/ Query Start Date, e.g. '04-01-2025' |
|
|
235
|
+
|
|
236
|
+
#### Success Response
|
|
237
|
+
|
|
238
|
+
##### `200 application/json`
|
|
239
|
+
|
|
240
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
241
|
+
|
|
242
|
+
| Field | Type | Required | Description |
|
|
243
|
+
| --- | --- | --- | --- |
|
|
244
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
245
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
246
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
247
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
248
|
+
| support | string | No | Support message \| 支持消息 |
|
|
249
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
250
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
251
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
252
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
253
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
254
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
255
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
256
|
+
|
|
257
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
258
|
+
|
|
259
|
+
### `POST /api/u1/v1/tiktok/creator/get_product_analytics_list`
|
|
260
|
+
|
|
261
|
+
- Summary: 获取创作者商品列表分析/Get Creator Product List Analytics
|
|
262
|
+
- Capabilities: creators / commerce / analytics
|
|
263
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
264
|
+
- operationId: `get_product_analytics_list_api_v1_tiktok_creator_get_product_analytics_list_post`
|
|
265
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-product-analytics-list`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-product-analytics-list)
|
|
266
|
+
|
|
267
|
+
#### Parameters
|
|
268
|
+
|
|
269
|
+
None
|
|
270
|
+
|
|
271
|
+
#### Request Body
|
|
272
|
+
|
|
273
|
+
- required: Yes
|
|
274
|
+
|
|
275
|
+
##### `application/json`
|
|
276
|
+
|
|
277
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string, `end_date`:string, `page`:integer
|
|
278
|
+
|
|
279
|
+
| Field | Type | Required | Description |
|
|
280
|
+
| --- | --- | --- | --- |
|
|
281
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
282
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
283
|
+
| start_date | string | No | 开始日期,如 '2025-04-01'/ Start Date, e.g. '2025-04-01' |
|
|
284
|
+
| end_date | string | No | 结束日期,如 '2025-05-01'/ End Date, e.g. '2025-05-01' |
|
|
285
|
+
| page | integer | No | 页码/Page Number |
|
|
286
|
+
|
|
287
|
+
#### Success Response
|
|
288
|
+
|
|
289
|
+
##### `200 application/json`
|
|
290
|
+
|
|
291
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
292
|
+
|
|
293
|
+
| Field | Type | Required | Description |
|
|
294
|
+
| --- | --- | --- | --- |
|
|
295
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
296
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
297
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
298
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
299
|
+
| support | string | No | Support message \| 支持消息 |
|
|
300
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
301
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
302
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
303
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
304
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
305
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
306
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
307
|
+
|
|
308
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
309
|
+
|
|
310
|
+
### `POST /api/u1/v1/tiktok/creator/get_product_related_videos`
|
|
311
|
+
|
|
312
|
+
- Summary: 获取同款商品关联视频/Get Product Related Videos
|
|
313
|
+
- Capabilities: creators / content details / commerce
|
|
314
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
315
|
+
- operationId: `get_product_related_videos_api_v1_tiktok_creator_get_product_related_videos_post`
|
|
316
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-product-related-videos`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-product-related-videos)
|
|
317
|
+
|
|
318
|
+
#### Parameters
|
|
319
|
+
|
|
320
|
+
None
|
|
321
|
+
|
|
322
|
+
#### Request Body
|
|
323
|
+
|
|
324
|
+
- required: Yes
|
|
325
|
+
|
|
326
|
+
##### `application/json`
|
|
327
|
+
|
|
328
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string, `item_id*`:string, `product_id*`:string
|
|
329
|
+
|
|
330
|
+
| Field | Type | Required | Description |
|
|
331
|
+
| --- | --- | --- | --- |
|
|
332
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
333
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
334
|
+
| start_date | string | No | 查询开始时间,如 '04-01-2025'/ Query Start Date, e.g. '04-01-2025' |
|
|
335
|
+
| item_id | string | Yes | 视频 ID/Video ID |
|
|
336
|
+
| product_id | string | Yes | 商品 ID/Product ID |
|
|
337
|
+
|
|
338
|
+
#### Success Response
|
|
339
|
+
|
|
340
|
+
##### `200 application/json`
|
|
341
|
+
|
|
342
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
343
|
+
|
|
344
|
+
| Field | Type | Required | Description |
|
|
345
|
+
| --- | --- | --- | --- |
|
|
346
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
347
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
348
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
349
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
350
|
+
| support | string | No | Support message \| 支持消息 |
|
|
351
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
352
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
353
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
354
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
355
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
356
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
357
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
358
|
+
|
|
359
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
360
|
+
|
|
361
|
+
### `POST /api/u1/v1/tiktok/creator/get_showcase_product_list`
|
|
362
|
+
|
|
363
|
+
- Summary: 获取橱窗商品列表/Get Showcase Product List
|
|
364
|
+
- Capabilities: creators / commerce
|
|
365
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
366
|
+
- operationId: `get_showcase_product_list_api_v1_tiktok_creator_get_showcase_product_list_post`
|
|
367
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-showcase-product-list`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-showcase-product-list)
|
|
368
|
+
|
|
369
|
+
#### Parameters
|
|
370
|
+
|
|
371
|
+
None
|
|
372
|
+
|
|
373
|
+
#### Request Body
|
|
374
|
+
|
|
375
|
+
- required: Yes
|
|
376
|
+
|
|
377
|
+
##### `application/json`
|
|
378
|
+
|
|
379
|
+
- Schema summary: `cookie`:string, `proxy`:string, `count`:integer, `offset`:integer
|
|
380
|
+
|
|
381
|
+
| Field | Type | Required | Description |
|
|
382
|
+
| --- | --- | --- | --- |
|
|
383
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
384
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
385
|
+
| count | integer | No | 每页数量/Page Size |
|
|
386
|
+
| offset | integer | No | 偏移量/Offset |
|
|
387
|
+
|
|
388
|
+
#### Success Response
|
|
389
|
+
|
|
390
|
+
##### `200 application/json`
|
|
391
|
+
|
|
392
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
393
|
+
|
|
394
|
+
| Field | Type | Required | Description |
|
|
395
|
+
| --- | --- | --- | --- |
|
|
396
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
397
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
398
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
399
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
400
|
+
| support | string | No | Support message \| 支持消息 |
|
|
401
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
402
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
403
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
404
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
405
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
406
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
407
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
408
|
+
|
|
409
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
410
|
+
|
|
411
|
+
### `POST /api/u1/v1/tiktok/creator/get_video_analytics_summary`
|
|
412
|
+
|
|
413
|
+
- Summary: 获取创作者视频概览/Get Creator Video Overview
|
|
414
|
+
- Capabilities: creators / content details / analytics
|
|
415
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
416
|
+
- operationId: `get_video_analytics_summary_api_v1_tiktok_creator_get_video_analytics_summary_post`
|
|
417
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-analytics-summary`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-analytics-summary)
|
|
418
|
+
|
|
419
|
+
#### Parameters
|
|
420
|
+
|
|
421
|
+
None
|
|
422
|
+
|
|
423
|
+
#### Request Body
|
|
424
|
+
|
|
425
|
+
- required: Yes
|
|
426
|
+
|
|
427
|
+
##### `application/json`
|
|
428
|
+
|
|
429
|
+
- Schema summary: `cookie`:string, `proxy`:string
|
|
430
|
+
|
|
431
|
+
| Field | Type | Required | Description |
|
|
432
|
+
| --- | --- | --- | --- |
|
|
433
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
434
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
435
|
+
|
|
436
|
+
#### Success Response
|
|
437
|
+
|
|
438
|
+
##### `200 application/json`
|
|
439
|
+
|
|
440
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
441
|
+
|
|
442
|
+
| Field | Type | Required | Description |
|
|
443
|
+
| --- | --- | --- | --- |
|
|
444
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
445
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
446
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
447
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
448
|
+
| support | string | No | Support message \| 支持消息 |
|
|
449
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
450
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
451
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
452
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
453
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
454
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
455
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
456
|
+
|
|
457
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
458
|
+
|
|
459
|
+
### `POST /api/u1/v1/tiktok/creator/get_video_associated_product_list`
|
|
460
|
+
|
|
461
|
+
- Summary: 获取视频关联商品列表/Get Video Associated Product List
|
|
462
|
+
- Capabilities: creators / content details / commerce
|
|
463
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
464
|
+
- operationId: `get_video_associated_product_list_api_v1_tiktok_creator_get_video_associated_product_list_post`
|
|
465
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-associated-product-list`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-associated-product-list)
|
|
466
|
+
|
|
467
|
+
#### Parameters
|
|
468
|
+
|
|
469
|
+
None
|
|
470
|
+
|
|
471
|
+
#### Request Body
|
|
472
|
+
|
|
473
|
+
- required: Yes
|
|
474
|
+
|
|
475
|
+
##### `application/json`
|
|
476
|
+
|
|
477
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string, `item_ids*`[string]
|
|
478
|
+
|
|
479
|
+
| Field | Type | Required | Description |
|
|
480
|
+
| --- | --- | --- | --- |
|
|
481
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
482
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
483
|
+
| start_date | string | No | 查询开始时间,如 '04-01-2025'/ Query Start Date, e.g. '04-01-2025' |
|
|
484
|
+
| item_ids | array<string> | Yes | 视频 ID 列表/Video ID List |
|
|
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 |
|
|
493
|
+
| --- | --- | --- | --- |
|
|
494
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
495
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
496
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
497
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
498
|
+
| support | string | No | Support message \| 支持消息 |
|
|
499
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
500
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
501
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
502
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
503
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
504
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
505
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
506
|
+
|
|
507
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
508
|
+
|
|
509
|
+
### `POST /api/u1/v1/tiktok/creator/get_video_audience_stats`
|
|
510
|
+
|
|
511
|
+
- Summary: 获取视频受众分析数据/Get Video Audience Analysis Data
|
|
512
|
+
- Capabilities: creators / content details
|
|
513
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
514
|
+
- operationId: `get_video_audience_stats_api_v1_tiktok_creator_get_video_audience_stats_post`
|
|
515
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-audience-stats`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-audience-stats)
|
|
516
|
+
|
|
517
|
+
#### Parameters
|
|
518
|
+
|
|
519
|
+
None
|
|
520
|
+
|
|
521
|
+
#### Request Body
|
|
522
|
+
|
|
523
|
+
- required: Yes
|
|
524
|
+
|
|
525
|
+
##### `application/json`
|
|
526
|
+
|
|
527
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string, `item_id*`:string
|
|
528
|
+
|
|
529
|
+
| Field | Type | Required | Description |
|
|
530
|
+
| --- | --- | --- | --- |
|
|
531
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
532
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
533
|
+
| start_date | string | No | 查询开始时间,如 '04-01-2025'/ Query Start Date, e.g. '04-01-2025' |
|
|
534
|
+
| item_id | string | Yes | 视频 ID/Video ID |
|
|
535
|
+
|
|
536
|
+
#### Success Response
|
|
537
|
+
|
|
538
|
+
##### `200 application/json`
|
|
539
|
+
|
|
540
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
541
|
+
|
|
542
|
+
| Field | Type | Required | Description |
|
|
543
|
+
| --- | --- | --- | --- |
|
|
544
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
545
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
546
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
547
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
548
|
+
| support | string | No | Support message \| 支持消息 |
|
|
549
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
550
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
551
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
552
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
553
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
554
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
555
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
556
|
+
|
|
557
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
558
|
+
|
|
559
|
+
### `POST /api/u1/v1/tiktok/creator/get_video_detailed_stats`
|
|
560
|
+
|
|
561
|
+
- Summary: 获取视频详细分段统计数据/Get Video Detailed Statistics
|
|
562
|
+
- Capabilities: creators / content details / details
|
|
563
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
564
|
+
- operationId: `get_video_detailed_stats_api_v1_tiktok_creator_get_video_detailed_stats_post`
|
|
565
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-detailed-stats`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-detailed-stats)
|
|
566
|
+
|
|
567
|
+
#### Parameters
|
|
568
|
+
|
|
569
|
+
None
|
|
570
|
+
|
|
571
|
+
#### Request Body
|
|
572
|
+
|
|
573
|
+
- required: Yes
|
|
574
|
+
|
|
575
|
+
##### `application/json`
|
|
576
|
+
|
|
577
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string, `item_id*`:string
|
|
578
|
+
|
|
579
|
+
| Field | Type | Required | Description |
|
|
580
|
+
| --- | --- | --- | --- |
|
|
581
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
582
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
583
|
+
| start_date | string | No | 查询开始时间,如 '04-01-2025'/ Query Start Date, e.g. '04-01-2025' |
|
|
584
|
+
| item_id | string | Yes | 视频 ID/Video ID |
|
|
585
|
+
|
|
586
|
+
#### Success Response
|
|
587
|
+
|
|
588
|
+
##### `200 application/json`
|
|
589
|
+
|
|
590
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
591
|
+
|
|
592
|
+
| Field | Type | Required | Description |
|
|
593
|
+
| --- | --- | --- | --- |
|
|
594
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
595
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
596
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
597
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
598
|
+
| support | string | No | Support message \| 支持消息 |
|
|
599
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
600
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
601
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
602
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
603
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
604
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
605
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
606
|
+
|
|
607
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
608
|
+
|
|
609
|
+
### `POST /api/u1/v1/tiktok/creator/get_video_list_analytics`
|
|
610
|
+
|
|
611
|
+
- Summary: 获取创作者视频列表分析/Get Creator Video List Analytics
|
|
612
|
+
- Capabilities: creators / content details / analytics
|
|
613
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
614
|
+
- operationId: `get_video_list_api_v1_tiktok_creator_get_video_list_analytics_post`
|
|
615
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-list-analytics`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-list-analytics)
|
|
616
|
+
|
|
617
|
+
#### Parameters
|
|
618
|
+
|
|
619
|
+
None
|
|
620
|
+
|
|
621
|
+
#### Request Body
|
|
622
|
+
|
|
623
|
+
- required: Yes
|
|
624
|
+
|
|
625
|
+
##### `application/json`
|
|
626
|
+
|
|
627
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string, `page`:integer, `rules`:string
|
|
628
|
+
|
|
629
|
+
| Field | Type | Required | Description |
|
|
630
|
+
| --- | --- | --- | --- |
|
|
631
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
632
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
633
|
+
| start_date | string | No | 查询开始时间,如 '04-01-2025'/ Query Start Date, e.g. '04-01-2025' |
|
|
634
|
+
| page | integer | No | 页码/Page Number |
|
|
635
|
+
| rules | string | No | 列表排序规则,默认按发布时间排序/ List sorting rule, default is by publish time |
|
|
636
|
+
|
|
637
|
+
#### Success Response
|
|
638
|
+
|
|
639
|
+
##### `200 application/json`
|
|
640
|
+
|
|
641
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
642
|
+
|
|
643
|
+
| Field | Type | Required | Description |
|
|
644
|
+
| --- | --- | --- | --- |
|
|
645
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
646
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
647
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
648
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
649
|
+
| support | string | No | Support message \| 支持消息 |
|
|
650
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
651
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
652
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
653
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
654
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
655
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
656
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
657
|
+
|
|
658
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
659
|
+
|
|
660
|
+
### `POST /api/u1/v1/tiktok/creator/get_video_to_product_stats`
|
|
661
|
+
|
|
662
|
+
- Summary: 获取视频与商品关联统计数据/Get Video-Product Association Statistics
|
|
663
|
+
- Capabilities: creators / content details / commerce
|
|
664
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
665
|
+
- operationId: `get_video_to_product_stats_api_v1_tiktok_creator_get_video_to_product_stats_post`
|
|
666
|
+
- Full contract: [`api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-to-product-stats`](../api-contracts/tiktok-creator-api.md#post-api-u1-v1-tiktok-creator-get-video-to-product-stats)
|
|
667
|
+
|
|
668
|
+
#### Parameters
|
|
669
|
+
|
|
670
|
+
None
|
|
671
|
+
|
|
672
|
+
#### Request Body
|
|
673
|
+
|
|
674
|
+
- required: Yes
|
|
675
|
+
|
|
676
|
+
##### `application/json`
|
|
677
|
+
|
|
678
|
+
- Schema summary: `cookie`:string, `proxy`:string, `start_date`:string, `item_id*`:string, `product_id*`:string
|
|
679
|
+
|
|
680
|
+
| Field | Type | Required | Description |
|
|
681
|
+
| --- | --- | --- | --- |
|
|
682
|
+
| cookie | string | No | 用户 Cookie 字符串/User Cookie String |
|
|
683
|
+
| proxy | string | No | 可选 HTTP 代理地址/Optional HTTP Proxy Address |
|
|
684
|
+
| start_date | string | No | 查询开始时间,如 '04-01-2025'/ Query Start Date, e.g. '04-01-2025' |
|
|
685
|
+
| item_id | string | Yes | 视频 ID/Video ID |
|
|
686
|
+
| product_id | string | Yes | 商品 ID/Product ID |
|
|
687
|
+
|
|
688
|
+
#### Success Response
|
|
689
|
+
|
|
690
|
+
##### `200 application/json`
|
|
691
|
+
|
|
692
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
693
|
+
|
|
694
|
+
| Field | Type | Required | Description |
|
|
695
|
+
| --- | --- | --- | --- |
|
|
696
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
697
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
698
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
699
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
700
|
+
| support | string | No | Support message \| 支持消息 |
|
|
701
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
702
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
703
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
704
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
705
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
706
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
707
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
708
|
+
|
|
709
|
+
- Fields truncated: this layer shows only the first `12` rows.
|