@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,737 @@
|
|
|
1
|
+
# Sora2-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/sora2-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/sora2-api.md`](../api-contracts/sora2-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: `17`
|
|
9
|
+
- Common capabilities: content details / profiles / accounts / general / comments / details / media / download
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `cursor`, `user_id`, `post_id`, `post_url`, `task_id`, `prompt`, `orientation`, `media_id`, `comment_id`, `eager_views`
|
|
12
|
+
- Tag description: **(Sora2 接口/Sora2 API endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `POST /api/u1/v1/sora2/create_video`
|
|
17
|
+
|
|
18
|
+
- Summary: [已弃用/Deprecated] 文本/图片生成视频/Create video from text or image
|
|
19
|
+
- Capabilities: content details
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `create_video_api_v1_sora2_create_video_post`
|
|
22
|
+
- Full contract: [`api-contracts/sora2-api.md#post-api-u1-v1-sora2-create-video`](../api-contracts/sora2-api.md#post-api-u1-v1-sora2-create-video)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
None
|
|
27
|
+
|
|
28
|
+
#### Request Body
|
|
29
|
+
|
|
30
|
+
- required: Yes
|
|
31
|
+
|
|
32
|
+
##### `application/json`
|
|
33
|
+
|
|
34
|
+
- Schema summary: `prompt*`:string, `orientation`:string, `media_id`:string
|
|
35
|
+
|
|
36
|
+
| Field | Type | Required | Description |
|
|
37
|
+
| --- | --- | --- | --- |
|
|
38
|
+
| prompt | string | Yes | 视频描述文本(最多2000字符)/Video description text (max 2000 chars) |
|
|
39
|
+
| orientation | string enum[portrait, landscape] | No | 视频方向:portrait(竖屏9:16) 或 landscape(横屏16:9)/Video orientation: portrait(9:16) or landscape(16:9) |
|
|
40
|
+
| media_id | string | No | 图片 media_id(可选),从 upload_image 接口获取,用于图生视频/Image media_id (optional) from upload_image endpoint for image-to-video gene… |
|
|
41
|
+
|
|
42
|
+
#### Success Response
|
|
43
|
+
|
|
44
|
+
##### `200 application/json`
|
|
45
|
+
|
|
46
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
47
|
+
|
|
48
|
+
| Field | Type | Required | Description |
|
|
49
|
+
| --- | --- | --- | --- |
|
|
50
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
51
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
52
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
53
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
54
|
+
| support | string | No | Support message \| 支持消息 |
|
|
55
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
56
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
57
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
58
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
59
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
60
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
61
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
62
|
+
|
|
63
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
64
|
+
|
|
65
|
+
### `GET /api/u1/v1/sora2/get_cameo_leaderboard`
|
|
66
|
+
|
|
67
|
+
- Summary: 获取 Cameo 出镜秀达人排行榜/Fetch Cameo leaderboard
|
|
68
|
+
- Capabilities: general
|
|
69
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
70
|
+
- operationId: `get_cameo_leaderboard_api_v1_sora2_get_cameo_leaderboard_get`
|
|
71
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-cameo-leaderboard`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-cameo-leaderboard)
|
|
72
|
+
|
|
73
|
+
#### Parameters
|
|
74
|
+
|
|
75
|
+
| Field | In | Type | Required | Description |
|
|
76
|
+
| --- | --- | --- | --- | --- |
|
|
77
|
+
| cursor | query | string | No | 翻页参数(可选)/Cursor for pagination (optional) |
|
|
78
|
+
|
|
79
|
+
#### Request Body
|
|
80
|
+
|
|
81
|
+
None
|
|
82
|
+
|
|
83
|
+
#### Success Response
|
|
84
|
+
|
|
85
|
+
##### `200 application/json`
|
|
86
|
+
|
|
87
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
88
|
+
|
|
89
|
+
| Field | Type | Required | Description |
|
|
90
|
+
| --- | --- | --- | --- |
|
|
91
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
92
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
93
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
94
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
95
|
+
| support | string | No | Support message \| 支持消息 |
|
|
96
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
97
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
98
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
99
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
100
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
101
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
102
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
103
|
+
|
|
104
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
105
|
+
|
|
106
|
+
### `GET /api/u1/v1/sora2/get_comment_replies`
|
|
107
|
+
|
|
108
|
+
- Summary: 获取评论的回复/Fetch comment replies
|
|
109
|
+
- Capabilities: comments
|
|
110
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
111
|
+
- operationId: `get_comment_replies_api_v1_sora2_get_comment_replies_get`
|
|
112
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-comment-replies`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-comment-replies)
|
|
113
|
+
|
|
114
|
+
#### Parameters
|
|
115
|
+
|
|
116
|
+
| Field | In | Type | Required | Description |
|
|
117
|
+
| --- | --- | --- | --- | --- |
|
|
118
|
+
| comment_id | query | string | Yes | 一级评论ID/First-level comment ID |
|
|
119
|
+
| cursor | query | string | No | 翻页参数,从上一次响应中获取/Pagination cursor from previous response |
|
|
120
|
+
|
|
121
|
+
#### Request Body
|
|
122
|
+
|
|
123
|
+
None
|
|
124
|
+
|
|
125
|
+
#### Success Response
|
|
126
|
+
|
|
127
|
+
##### `200 application/json`
|
|
128
|
+
|
|
129
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
130
|
+
|
|
131
|
+
| Field | Type | Required | Description |
|
|
132
|
+
| --- | --- | --- | --- |
|
|
133
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
134
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
135
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
136
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
137
|
+
| support | string | No | Support message \| 支持消息 |
|
|
138
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
139
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
140
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
141
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
142
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
143
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
144
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
145
|
+
|
|
146
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
147
|
+
|
|
148
|
+
### `GET /api/u1/v1/sora2/get_feed`
|
|
149
|
+
|
|
150
|
+
- Summary: 获取Feed流(热门/推荐视频)/Fetch feed
|
|
151
|
+
- Capabilities: general
|
|
152
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
153
|
+
- operationId: `get_feed_api_v1_sora2_get_feed_get`
|
|
154
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-feed`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-feed)
|
|
155
|
+
|
|
156
|
+
#### Parameters
|
|
157
|
+
|
|
158
|
+
| Field | In | Type | Required | Description |
|
|
159
|
+
| --- | --- | --- | --- | --- |
|
|
160
|
+
| cursor | query | string | No | 翻页参数,从上一次响应中获取/Pagination cursor from previous response |
|
|
161
|
+
| eager_views | query | string | No | 观看记录JSON字符串(可选),用于个性化推荐/Watch history JSON string (optional), for personalized recommendations |
|
|
162
|
+
|
|
163
|
+
#### Request Body
|
|
164
|
+
|
|
165
|
+
None
|
|
166
|
+
|
|
167
|
+
#### Success Response
|
|
168
|
+
|
|
169
|
+
##### `200 application/json`
|
|
170
|
+
|
|
171
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
172
|
+
|
|
173
|
+
| Field | Type | Required | Description |
|
|
174
|
+
| --- | --- | --- | --- |
|
|
175
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
176
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
177
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
178
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
179
|
+
| support | string | No | Support message \| 支持消息 |
|
|
180
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
181
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
182
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
183
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
184
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
185
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
186
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
187
|
+
|
|
188
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
189
|
+
|
|
190
|
+
### `GET /api/u1/v1/sora2/get_post_comments`
|
|
191
|
+
|
|
192
|
+
- Summary: 获取作品一级评论/Fetch post comments
|
|
193
|
+
- Capabilities: comments / content details
|
|
194
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
195
|
+
- operationId: `get_post_comments_api_v1_sora2_get_post_comments_get`
|
|
196
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-post-comments`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-post-comments)
|
|
197
|
+
|
|
198
|
+
#### Parameters
|
|
199
|
+
|
|
200
|
+
| Field | In | Type | Required | Description |
|
|
201
|
+
| --- | --- | --- | --- | --- |
|
|
202
|
+
| post_id | query | string | Yes | 作品ID/Post ID |
|
|
203
|
+
| cursor | query | string | No | 翻页参数,从上一次响应中获取/Pagination cursor from previous response |
|
|
204
|
+
|
|
205
|
+
#### Request Body
|
|
206
|
+
|
|
207
|
+
None
|
|
208
|
+
|
|
209
|
+
#### Success Response
|
|
210
|
+
|
|
211
|
+
##### `200 application/json`
|
|
212
|
+
|
|
213
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
214
|
+
|
|
215
|
+
| Field | Type | Required | Description |
|
|
216
|
+
| --- | --- | --- | --- |
|
|
217
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
218
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
219
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
220
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
221
|
+
| support | string | No | Support message \| 支持消息 |
|
|
222
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
223
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
224
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
225
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
226
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
227
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
228
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
229
|
+
|
|
230
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
231
|
+
|
|
232
|
+
### `GET /api/u1/v1/sora2/get_post_detail`
|
|
233
|
+
|
|
234
|
+
- Summary: 获取单一作品详情/Fetch single post detail
|
|
235
|
+
- Capabilities: content details / details
|
|
236
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
237
|
+
- operationId: `get_post_detail_api_v1_sora2_get_post_detail_get`
|
|
238
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-post-detail`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-post-detail)
|
|
239
|
+
|
|
240
|
+
#### Parameters
|
|
241
|
+
|
|
242
|
+
| Field | In | Type | Required | Description |
|
|
243
|
+
| --- | --- | --- | --- | --- |
|
|
244
|
+
| post_id | query | string | No | 作品ID(可选)/Post ID (optional) |
|
|
245
|
+
| post_url | query | string | No | 作品链接(可选)/Post URL (optional) |
|
|
246
|
+
|
|
247
|
+
#### Request Body
|
|
248
|
+
|
|
249
|
+
None
|
|
250
|
+
|
|
251
|
+
#### Success Response
|
|
252
|
+
|
|
253
|
+
##### `200 application/json`
|
|
254
|
+
|
|
255
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
256
|
+
|
|
257
|
+
| Field | Type | Required | Description |
|
|
258
|
+
| --- | --- | --- | --- |
|
|
259
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
260
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
261
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
262
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
263
|
+
| support | string | No | Support message \| 支持消息 |
|
|
264
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
265
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
266
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
267
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
268
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
269
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
270
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
271
|
+
|
|
272
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
273
|
+
|
|
274
|
+
### `GET /api/u1/v1/sora2/get_post_remix_list`
|
|
275
|
+
|
|
276
|
+
- Summary: 获取作品的 Remix 列表/Fetch post remix list
|
|
277
|
+
- Capabilities: content details
|
|
278
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
279
|
+
- operationId: `get_post_remix_list_api_v1_sora2_get_post_remix_list_get`
|
|
280
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-post-remix-list`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-post-remix-list)
|
|
281
|
+
|
|
282
|
+
#### Parameters
|
|
283
|
+
|
|
284
|
+
| Field | In | Type | Required | Description |
|
|
285
|
+
| --- | --- | --- | --- | --- |
|
|
286
|
+
| post_id | query | string | No | 作品ID(可选)/Post ID (optional) |
|
|
287
|
+
| post_url | query | string | No | 作品链接(可选)/Post URL (optional) |
|
|
288
|
+
| cursor | query | string | No | 翻页参数(可选)/Cursor for pagination (optional) |
|
|
289
|
+
|
|
290
|
+
#### Request Body
|
|
291
|
+
|
|
292
|
+
None
|
|
293
|
+
|
|
294
|
+
#### Success Response
|
|
295
|
+
|
|
296
|
+
##### `200 application/json`
|
|
297
|
+
|
|
298
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
299
|
+
|
|
300
|
+
| Field | Type | Required | Description |
|
|
301
|
+
| --- | --- | --- | --- |
|
|
302
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
303
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
304
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
305
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
306
|
+
| support | string | No | Support message \| 支持消息 |
|
|
307
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
308
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
309
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
310
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
311
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
312
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
313
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
314
|
+
|
|
315
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
316
|
+
|
|
317
|
+
### `GET /api/u1/v1/sora2/get_task_detail`
|
|
318
|
+
|
|
319
|
+
- Summary: [已弃用/Deprecated] 获取任务生成的作品详情(无水印版本)/Get task-generated post detail (watermark-free)
|
|
320
|
+
- Capabilities: details
|
|
321
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
322
|
+
- operationId: `get_task_detail_api_v1_sora2_get_task_detail_get`
|
|
323
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-task-detail`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-task-detail)
|
|
324
|
+
|
|
325
|
+
#### Parameters
|
|
326
|
+
|
|
327
|
+
| Field | In | Type | Required | Description |
|
|
328
|
+
| --- | --- | --- | --- | --- |
|
|
329
|
+
| task_id | query | string | No | 任务ID(可选,与generation_id二选一)/Task ID (optional, choose one with generation_id) |
|
|
330
|
+
| generation_id | query | string | No | 生成ID(可选,与task_id二选一)/Generation ID (optional, choose one with task_id) |
|
|
331
|
+
|
|
332
|
+
#### Request Body
|
|
333
|
+
|
|
334
|
+
None
|
|
335
|
+
|
|
336
|
+
#### Success Response
|
|
337
|
+
|
|
338
|
+
##### `200 application/json`
|
|
339
|
+
|
|
340
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
341
|
+
|
|
342
|
+
| Field | Type | Required | Description |
|
|
343
|
+
| --- | --- | --- | --- |
|
|
344
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
345
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
346
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
347
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
348
|
+
| support | string | No | Support message \| 支持消息 |
|
|
349
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
350
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
351
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
352
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
353
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
354
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
355
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
356
|
+
|
|
357
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
358
|
+
|
|
359
|
+
### `GET /api/u1/v1/sora2/get_task_status`
|
|
360
|
+
|
|
361
|
+
- Summary: [已弃用/Deprecated] 查询任务状态/Get task status
|
|
362
|
+
- Capabilities: general
|
|
363
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
364
|
+
- operationId: `get_task_status_api_v1_sora2_get_task_status_get`
|
|
365
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-task-status`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-task-status)
|
|
366
|
+
|
|
367
|
+
#### Parameters
|
|
368
|
+
|
|
369
|
+
| Field | In | Type | Required | Description |
|
|
370
|
+
| --- | --- | --- | --- | --- |
|
|
371
|
+
| task_id | query | string | Yes | 任务ID(从create_video返回)/Task ID (returned from create_video) |
|
|
372
|
+
|
|
373
|
+
#### Request Body
|
|
374
|
+
|
|
375
|
+
None
|
|
376
|
+
|
|
377
|
+
#### Success Response
|
|
378
|
+
|
|
379
|
+
##### `200 application/json`
|
|
380
|
+
|
|
381
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
382
|
+
|
|
383
|
+
| Field | Type | Required | Description |
|
|
384
|
+
| --- | --- | --- | --- |
|
|
385
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
386
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
387
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
388
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
389
|
+
| support | string | No | Support message \| 支持消息 |
|
|
390
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
391
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
392
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
393
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
394
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
395
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
396
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
397
|
+
|
|
398
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
399
|
+
|
|
400
|
+
### `GET /api/u1/v1/sora2/get_user_cameo_appearances`
|
|
401
|
+
|
|
402
|
+
- Summary: 获取用户Cameo出镜秀列表/Fetch user cameo appearances
|
|
403
|
+
- Capabilities: profiles / accounts
|
|
404
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
405
|
+
- operationId: `get_user_cameo_appearances_api_v1_sora2_get_user_cameo_appearances_get`
|
|
406
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-cameo-appearances`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-cameo-appearances)
|
|
407
|
+
|
|
408
|
+
#### Parameters
|
|
409
|
+
|
|
410
|
+
| Field | In | Type | Required | Description |
|
|
411
|
+
| --- | --- | --- | --- | --- |
|
|
412
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
413
|
+
| cursor | query | string | No | 翻页参数,从上一次响应中获取/Pagination cursor from previous response |
|
|
414
|
+
|
|
415
|
+
#### Request Body
|
|
416
|
+
|
|
417
|
+
None
|
|
418
|
+
|
|
419
|
+
#### Success Response
|
|
420
|
+
|
|
421
|
+
##### `200 application/json`
|
|
422
|
+
|
|
423
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
424
|
+
|
|
425
|
+
| Field | Type | Required | Description |
|
|
426
|
+
| --- | --- | --- | --- |
|
|
427
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
428
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
429
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
430
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
431
|
+
| support | string | No | Support message \| 支持消息 |
|
|
432
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
433
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
434
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
435
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
436
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
437
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
438
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
439
|
+
|
|
440
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
441
|
+
|
|
442
|
+
### `GET /api/u1/v1/sora2/get_user_followers`
|
|
443
|
+
|
|
444
|
+
- Summary: 获取用户粉丝列表/Fetch user followers
|
|
445
|
+
- Capabilities: profiles / accounts
|
|
446
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
447
|
+
- operationId: `get_user_followers_api_v1_sora2_get_user_followers_get`
|
|
448
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-followers`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-followers)
|
|
449
|
+
|
|
450
|
+
#### Parameters
|
|
451
|
+
|
|
452
|
+
| Field | In | Type | Required | Description |
|
|
453
|
+
| --- | --- | --- | --- | --- |
|
|
454
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
455
|
+
| cursor | query | string | No | 翻页参数,从上一次响应中获取/Pagination cursor from previous response |
|
|
456
|
+
|
|
457
|
+
#### Request Body
|
|
458
|
+
|
|
459
|
+
None
|
|
460
|
+
|
|
461
|
+
#### Success Response
|
|
462
|
+
|
|
463
|
+
##### `200 application/json`
|
|
464
|
+
|
|
465
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
466
|
+
|
|
467
|
+
| Field | Type | Required | Description |
|
|
468
|
+
| --- | --- | --- | --- |
|
|
469
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
470
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
471
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
472
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
473
|
+
| support | string | No | Support message \| 支持消息 |
|
|
474
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
475
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
476
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
477
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
478
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
479
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
480
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
481
|
+
|
|
482
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
483
|
+
|
|
484
|
+
### `GET /api/u1/v1/sora2/get_user_following`
|
|
485
|
+
|
|
486
|
+
- Summary: 获取用户关注列表/Fetch user following
|
|
487
|
+
- Capabilities: profiles / accounts
|
|
488
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
489
|
+
- operationId: `get_user_following_api_v1_sora2_get_user_following_get`
|
|
490
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-following`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-following)
|
|
491
|
+
|
|
492
|
+
#### Parameters
|
|
493
|
+
|
|
494
|
+
| Field | In | Type | Required | Description |
|
|
495
|
+
| --- | --- | --- | --- | --- |
|
|
496
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
497
|
+
| cursor | query | string | No | 翻页参数,从上一次响应中获取/Pagination cursor from previous response |
|
|
498
|
+
|
|
499
|
+
#### Request Body
|
|
500
|
+
|
|
501
|
+
None
|
|
502
|
+
|
|
503
|
+
#### Success Response
|
|
504
|
+
|
|
505
|
+
##### `200 application/json`
|
|
506
|
+
|
|
507
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
508
|
+
|
|
509
|
+
| Field | Type | Required | Description |
|
|
510
|
+
| --- | --- | --- | --- |
|
|
511
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
512
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
513
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
514
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
515
|
+
| support | string | No | Support message \| 支持消息 |
|
|
516
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
517
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
518
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
519
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
520
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
521
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
522
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
523
|
+
|
|
524
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
525
|
+
|
|
526
|
+
### `GET /api/u1/v1/sora2/get_user_posts`
|
|
527
|
+
|
|
528
|
+
- Summary: 获取用户发布的帖子列表/Fetch user posts
|
|
529
|
+
- Capabilities: profiles / accounts / content details
|
|
530
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
531
|
+
- operationId: `get_user_posts_api_v1_sora2_get_user_posts_get`
|
|
532
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-posts`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-posts)
|
|
533
|
+
|
|
534
|
+
#### Parameters
|
|
535
|
+
|
|
536
|
+
| Field | In | Type | Required | Description |
|
|
537
|
+
| --- | --- | --- | --- | --- |
|
|
538
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
539
|
+
| cursor | query | string | No | 翻页参数,从上一次响应中获取/Pagination cursor from previous response |
|
|
540
|
+
|
|
541
|
+
#### Request Body
|
|
542
|
+
|
|
543
|
+
None
|
|
544
|
+
|
|
545
|
+
#### Success Response
|
|
546
|
+
|
|
547
|
+
##### `200 application/json`
|
|
548
|
+
|
|
549
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
550
|
+
|
|
551
|
+
| Field | Type | Required | Description |
|
|
552
|
+
| --- | --- | --- | --- |
|
|
553
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
554
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
555
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
556
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
557
|
+
| support | string | No | Support message \| 支持消息 |
|
|
558
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
559
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
560
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
561
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
562
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
563
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
564
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
565
|
+
|
|
566
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
567
|
+
|
|
568
|
+
### `GET /api/u1/v1/sora2/get_user_profile`
|
|
569
|
+
|
|
570
|
+
- Summary: 获取用户信息档案/Fetch user profile
|
|
571
|
+
- Capabilities: profiles / accounts
|
|
572
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
573
|
+
- operationId: `get_user_profile_api_v1_sora2_get_user_profile_get`
|
|
574
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-profile`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-user-profile)
|
|
575
|
+
|
|
576
|
+
#### Parameters
|
|
577
|
+
|
|
578
|
+
| Field | In | Type | Required | Description |
|
|
579
|
+
| --- | --- | --- | --- | --- |
|
|
580
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
581
|
+
|
|
582
|
+
#### Request Body
|
|
583
|
+
|
|
584
|
+
None
|
|
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
|
+
### `GET /api/u1/v1/sora2/get_video_download_info`
|
|
610
|
+
|
|
611
|
+
- Summary: 获取无水印视频下载信息/Fetch none watermark video download info
|
|
612
|
+
- Capabilities: content details / media / download
|
|
613
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
614
|
+
- operationId: `get_video_download_info_api_v1_sora2_get_video_download_info_get`
|
|
615
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-video-download-info`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-get-video-download-info)
|
|
616
|
+
|
|
617
|
+
#### Parameters
|
|
618
|
+
|
|
619
|
+
| Field | In | Type | Required | Description |
|
|
620
|
+
| --- | --- | --- | --- | --- |
|
|
621
|
+
| post_id | query | string | No | 作品ID(可选)/Post ID (optional) |
|
|
622
|
+
| post_url | query | string | No | 作品链接(可选)/Post URL (optional) |
|
|
623
|
+
|
|
624
|
+
#### Request Body
|
|
625
|
+
|
|
626
|
+
None
|
|
627
|
+
|
|
628
|
+
#### Success Response
|
|
629
|
+
|
|
630
|
+
##### `200 application/json`
|
|
631
|
+
|
|
632
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
633
|
+
|
|
634
|
+
| Field | Type | Required | Description |
|
|
635
|
+
| --- | --- | --- | --- |
|
|
636
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
637
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
638
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
639
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
640
|
+
| support | string | No | Support message \| 支持消息 |
|
|
641
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
642
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
643
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
644
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
645
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
646
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
647
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
648
|
+
|
|
649
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
650
|
+
|
|
651
|
+
### `GET /api/u1/v1/sora2/search_users`
|
|
652
|
+
|
|
653
|
+
- Summary: 搜索用户/Search users
|
|
654
|
+
- Capabilities: search / profiles / accounts
|
|
655
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
656
|
+
- operationId: `search_users_api_v1_sora2_search_users_get`
|
|
657
|
+
- Full contract: [`api-contracts/sora2-api.md#get-api-u1-v1-sora2-search-users`](../api-contracts/sora2-api.md#get-api-u1-v1-sora2-search-users)
|
|
658
|
+
|
|
659
|
+
#### Parameters
|
|
660
|
+
|
|
661
|
+
| Field | In | Type | Required | Description |
|
|
662
|
+
| --- | --- | --- | --- | --- |
|
|
663
|
+
| username | query | string | Yes | 搜索关键词(用户名)/Search keyword (username) |
|
|
664
|
+
|
|
665
|
+
#### Request Body
|
|
666
|
+
|
|
667
|
+
None
|
|
668
|
+
|
|
669
|
+
#### Success Response
|
|
670
|
+
|
|
671
|
+
##### `200 application/json`
|
|
672
|
+
|
|
673
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
674
|
+
|
|
675
|
+
| Field | Type | Required | Description |
|
|
676
|
+
| --- | --- | --- | --- |
|
|
677
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
678
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
679
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
680
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
681
|
+
| support | string | No | Support message \| 支持消息 |
|
|
682
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
683
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
684
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
685
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
686
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
687
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
688
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
689
|
+
|
|
690
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
691
|
+
|
|
692
|
+
### `POST /api/u1/v1/sora2/upload_image`
|
|
693
|
+
|
|
694
|
+
- Summary: 上传图片获取media_id/Upload image to get media_id
|
|
695
|
+
- Capabilities: media upload / public URL
|
|
696
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
697
|
+
- operationId: `upload_image_api_v1_sora2_upload_image_post`
|
|
698
|
+
- Full contract: [`api-contracts/sora2-api.md#post-api-u1-v1-sora2-upload-image`](../api-contracts/sora2-api.md#post-api-u1-v1-sora2-upload-image)
|
|
699
|
+
|
|
700
|
+
#### Parameters
|
|
701
|
+
|
|
702
|
+
None
|
|
703
|
+
|
|
704
|
+
#### Request Body
|
|
705
|
+
|
|
706
|
+
- required: Yes
|
|
707
|
+
|
|
708
|
+
##### `multipart/form-data`
|
|
709
|
+
|
|
710
|
+
- Schema summary: `file*`:string
|
|
711
|
+
|
|
712
|
+
| Field | Type | Required | Description |
|
|
713
|
+
| --- | --- | --- | --- |
|
|
714
|
+
| file | string(binary) | Yes | PNG/JPG/JPEG |
|
|
715
|
+
|
|
716
|
+
#### Success Response
|
|
717
|
+
|
|
718
|
+
##### `200 application/json`
|
|
719
|
+
|
|
720
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
721
|
+
|
|
722
|
+
| Field | Type | Required | Description |
|
|
723
|
+
| --- | --- | --- | --- |
|
|
724
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
725
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
726
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
727
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
728
|
+
| support | string | No | Support message \| 支持消息 |
|
|
729
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
730
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
731
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
732
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
733
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
734
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
735
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
736
|
+
|
|
737
|
+
- Fields truncated: this layer shows only the first `12` rows.
|