@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,721 @@
|
|
|
1
|
+
# PiPiXia-App-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/pipixia-app-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/pipixia-app-api.md`](../api-contracts/pipixia-app-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 / search / details / trends / rankings / topics
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `cursor`, `cell_id`, `user_id`, `cell_type`, `hashtag_id`, `feed_count`, `offset`, `hashtag_request_type`, `hashtag_sort_type`, `page`
|
|
12
|
+
- Tag description: **(皮皮虾App数据接口/PiPiXia-App-API data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/pipixia/app/fetch_hashtag_detail`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取话题详情/Get hashtag detail
|
|
19
|
+
- Capabilities: details / topics
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_hashtag_detail_api_v1_pipixia_app_fetch_hashtag_detail_get`
|
|
22
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hashtag-detail`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hashtag-detail)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| hashtag_id | query | string | Yes | 话题id/Hashtag id |
|
|
29
|
+
|
|
30
|
+
#### Request Body
|
|
31
|
+
|
|
32
|
+
None
|
|
33
|
+
|
|
34
|
+
#### Success Response
|
|
35
|
+
|
|
36
|
+
##### `200 application/json`
|
|
37
|
+
|
|
38
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
39
|
+
|
|
40
|
+
| Field | Type | Required | Description |
|
|
41
|
+
| --- | --- | --- | --- |
|
|
42
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
43
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
44
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
45
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
46
|
+
| support | string | No | Support message \| 支持消息 |
|
|
47
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
48
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
49
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
50
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
51
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
52
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
53
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
54
|
+
|
|
55
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
56
|
+
|
|
57
|
+
### `GET /api/u1/v1/pipixia/app/fetch_hashtag_post_list`
|
|
58
|
+
|
|
59
|
+
- Summary: 获取话题作品列表/Get hashtag post list
|
|
60
|
+
- Capabilities: content details / topics
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `fetch_hashtag_post_list_api_v1_pipixia_app_fetch_hashtag_post_list_get`
|
|
63
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hashtag-post-list`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hashtag-post-list)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
| Field | In | Type | Required | Description |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| hashtag_id | query | string | Yes | 话题id/Hashtag id |
|
|
70
|
+
| cursor | query | string | No | 翻页游标/Page cursor |
|
|
71
|
+
| feed_count | query | string | No | 翻页数量/Page count |
|
|
72
|
+
| hashtag_request_type | query | string | No | 话题请求类型/Hashtag request type |
|
|
73
|
+
| hashtag_sort_type | query | string | No | 话题排序类型/Hashtag sort type |
|
|
74
|
+
|
|
75
|
+
#### Request Body
|
|
76
|
+
|
|
77
|
+
None
|
|
78
|
+
|
|
79
|
+
#### Success Response
|
|
80
|
+
|
|
81
|
+
##### `200 application/json`
|
|
82
|
+
|
|
83
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
84
|
+
|
|
85
|
+
| Field | Type | Required | Description |
|
|
86
|
+
| --- | --- | --- | --- |
|
|
87
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
88
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
89
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
90
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
91
|
+
| support | string | No | Support message \| 支持消息 |
|
|
92
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
93
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
94
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
95
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
96
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
97
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
98
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
99
|
+
|
|
100
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
101
|
+
|
|
102
|
+
### `GET /api/u1/v1/pipixia/app/fetch_home_feed`
|
|
103
|
+
|
|
104
|
+
- Summary: 获取首页推荐/Get home feed
|
|
105
|
+
- Capabilities: profiles / accounts
|
|
106
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
107
|
+
- operationId: `fetch_home_feed_api_v1_pipixia_app_fetch_home_feed_get`
|
|
108
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-home-feed`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-home-feed)
|
|
109
|
+
|
|
110
|
+
#### Parameters
|
|
111
|
+
|
|
112
|
+
| Field | In | Type | Required | Description |
|
|
113
|
+
| --- | --- | --- | --- | --- |
|
|
114
|
+
| cursor | query | string | No | 翻页游标/Page cursor |
|
|
115
|
+
|
|
116
|
+
#### Request Body
|
|
117
|
+
|
|
118
|
+
None
|
|
119
|
+
|
|
120
|
+
#### Success Response
|
|
121
|
+
|
|
122
|
+
##### `200 application/json`
|
|
123
|
+
|
|
124
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
125
|
+
|
|
126
|
+
| Field | Type | Required | Description |
|
|
127
|
+
| --- | --- | --- | --- |
|
|
128
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
129
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
130
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
131
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
132
|
+
| support | string | No | Support message \| 支持消息 |
|
|
133
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
134
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
135
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
136
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
137
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
138
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
139
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
140
|
+
|
|
141
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
142
|
+
|
|
143
|
+
### `GET /api/u1/v1/pipixia/app/fetch_home_short_drama_feed`
|
|
144
|
+
|
|
145
|
+
- Summary: 获取首页短剧推荐/Get home short drama feed
|
|
146
|
+
- Capabilities: profiles / accounts
|
|
147
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
148
|
+
- operationId: `fetch_home_short_drama_feed_api_v1_pipixia_app_fetch_home_short_drama_feed_get`
|
|
149
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-home-short-drama-feed`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-home-short-drama-feed)
|
|
150
|
+
|
|
151
|
+
#### Parameters
|
|
152
|
+
|
|
153
|
+
| Field | In | Type | Required | Description |
|
|
154
|
+
| --- | --- | --- | --- | --- |
|
|
155
|
+
| page | query | integer | No | 页码/Page number |
|
|
156
|
+
|
|
157
|
+
#### Request Body
|
|
158
|
+
|
|
159
|
+
None
|
|
160
|
+
|
|
161
|
+
#### Success Response
|
|
162
|
+
|
|
163
|
+
##### `200 application/json`
|
|
164
|
+
|
|
165
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
166
|
+
|
|
167
|
+
| Field | Type | Required | Description |
|
|
168
|
+
| --- | --- | --- | --- |
|
|
169
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
170
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
171
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
172
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
173
|
+
| support | string | No | Support message \| 支持消息 |
|
|
174
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
175
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
176
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
177
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
178
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
179
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
180
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
181
|
+
|
|
182
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
183
|
+
|
|
184
|
+
### `GET /api/u1/v1/pipixia/app/fetch_hot_search_board_detail`
|
|
185
|
+
|
|
186
|
+
- Summary: 获取热搜榜单详情/Get hot search board detail
|
|
187
|
+
- Capabilities: search / trends / rankings / details
|
|
188
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
189
|
+
- operationId: `fetch_hot_search_board_detail_api_v1_pipixia_app_fetch_hot_search_board_detail_get`
|
|
190
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hot-search-board-detail`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hot-search-board-detail)
|
|
191
|
+
|
|
192
|
+
#### Parameters
|
|
193
|
+
|
|
194
|
+
| Field | In | Type | Required | Description |
|
|
195
|
+
| --- | --- | --- | --- | --- |
|
|
196
|
+
| block_type | query | integer | Yes | 榜单类型/Board type |
|
|
197
|
+
|
|
198
|
+
#### Request Body
|
|
199
|
+
|
|
200
|
+
None
|
|
201
|
+
|
|
202
|
+
#### Success Response
|
|
203
|
+
|
|
204
|
+
##### `200 application/json`
|
|
205
|
+
|
|
206
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
207
|
+
|
|
208
|
+
| Field | Type | Required | Description |
|
|
209
|
+
| --- | --- | --- | --- |
|
|
210
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
211
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
212
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
213
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
214
|
+
| support | string | No | Support message \| 支持消息 |
|
|
215
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
216
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
217
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
218
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
219
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
220
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
221
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
222
|
+
|
|
223
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
224
|
+
|
|
225
|
+
### `GET /api/u1/v1/pipixia/app/fetch_hot_search_board_list`
|
|
226
|
+
|
|
227
|
+
- Summary: 获取热搜榜单列表/Get hot search board list
|
|
228
|
+
- Capabilities: search / trends / rankings
|
|
229
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
230
|
+
- operationId: `fetch_hot_search_board_list_api_v1_pipixia_app_fetch_hot_search_board_list_get`
|
|
231
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hot-search-board-list`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hot-search-board-list)
|
|
232
|
+
|
|
233
|
+
#### Parameters
|
|
234
|
+
|
|
235
|
+
None
|
|
236
|
+
|
|
237
|
+
#### Request Body
|
|
238
|
+
|
|
239
|
+
None
|
|
240
|
+
|
|
241
|
+
#### Success Response
|
|
242
|
+
|
|
243
|
+
##### `200 application/json`
|
|
244
|
+
|
|
245
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
246
|
+
|
|
247
|
+
| Field | Type | Required | Description |
|
|
248
|
+
| --- | --- | --- | --- |
|
|
249
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
250
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
251
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
252
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
253
|
+
| support | string | No | Support message \| 支持消息 |
|
|
254
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
255
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
256
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
257
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
258
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
259
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
260
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
261
|
+
|
|
262
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
263
|
+
|
|
264
|
+
### `GET /api/u1/v1/pipixia/app/fetch_hot_search_words`
|
|
265
|
+
|
|
266
|
+
- Summary: 获取热搜词条/Get hot search words
|
|
267
|
+
- Capabilities: search / trends / rankings
|
|
268
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
269
|
+
- operationId: `fetch_hot_search_words_api_v1_pipixia_app_fetch_hot_search_words_get`
|
|
270
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hot-search-words`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-hot-search-words)
|
|
271
|
+
|
|
272
|
+
#### Parameters
|
|
273
|
+
|
|
274
|
+
None
|
|
275
|
+
|
|
276
|
+
#### Request Body
|
|
277
|
+
|
|
278
|
+
None
|
|
279
|
+
|
|
280
|
+
#### Success Response
|
|
281
|
+
|
|
282
|
+
##### `200 application/json`
|
|
283
|
+
|
|
284
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
285
|
+
|
|
286
|
+
| Field | Type | Required | Description |
|
|
287
|
+
| --- | --- | --- | --- |
|
|
288
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
289
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
290
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
291
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
292
|
+
| support | string | No | Support message \| 支持消息 |
|
|
293
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
294
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
295
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
296
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
297
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
298
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
299
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
300
|
+
|
|
301
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
302
|
+
|
|
303
|
+
### `GET /api/u1/v1/pipixia/app/fetch_increase_post_view_count`
|
|
304
|
+
|
|
305
|
+
- Summary: 增加作品浏览数/Increase post view count
|
|
306
|
+
- Capabilities: content details
|
|
307
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
308
|
+
- operationId: `fetch_increase_post_view_count_api_v1_pipixia_app_fetch_increase_post_view_count_get`
|
|
309
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-increase-post-view-count`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-increase-post-view-count)
|
|
310
|
+
|
|
311
|
+
#### Parameters
|
|
312
|
+
|
|
313
|
+
| Field | In | Type | Required | Description |
|
|
314
|
+
| --- | --- | --- | --- | --- |
|
|
315
|
+
| cell_id | query | string | Yes | 作品id/Video id |
|
|
316
|
+
| cell_type | query | integer | No | 作品类型/Video type |
|
|
317
|
+
|
|
318
|
+
#### Request Body
|
|
319
|
+
|
|
320
|
+
None
|
|
321
|
+
|
|
322
|
+
#### Success Response
|
|
323
|
+
|
|
324
|
+
##### `200 application/json`
|
|
325
|
+
|
|
326
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
327
|
+
|
|
328
|
+
| Field | Type | Required | Description |
|
|
329
|
+
| --- | --- | --- | --- |
|
|
330
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
331
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
332
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
333
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
334
|
+
| support | string | No | Support message \| 支持消息 |
|
|
335
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
336
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
337
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
338
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
339
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
340
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
341
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
342
|
+
|
|
343
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
344
|
+
|
|
345
|
+
### `GET /api/u1/v1/pipixia/app/fetch_post_comment_list`
|
|
346
|
+
|
|
347
|
+
- Summary: 获取作品评论列表/Get post comment list
|
|
348
|
+
- Capabilities: comments / content details
|
|
349
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
350
|
+
- operationId: `fetch_post_comment_list_api_v1_pipixia_app_fetch_post_comment_list_get`
|
|
351
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-post-comment-list`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-post-comment-list)
|
|
352
|
+
|
|
353
|
+
#### Parameters
|
|
354
|
+
|
|
355
|
+
| Field | In | Type | Required | Description |
|
|
356
|
+
| --- | --- | --- | --- | --- |
|
|
357
|
+
| cell_id | query | string | Yes | 作品id/Video id |
|
|
358
|
+
| cell_type | query | integer | No | 作品类型/Video type |
|
|
359
|
+
| offset | query | string | No | 翻页游标/Page cursor |
|
|
360
|
+
|
|
361
|
+
#### Request Body
|
|
362
|
+
|
|
363
|
+
None
|
|
364
|
+
|
|
365
|
+
#### Success Response
|
|
366
|
+
|
|
367
|
+
##### `200 application/json`
|
|
368
|
+
|
|
369
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
370
|
+
|
|
371
|
+
| Field | Type | Required | Description |
|
|
372
|
+
| --- | --- | --- | --- |
|
|
373
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
374
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
375
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
376
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
377
|
+
| support | string | No | Support message \| 支持消息 |
|
|
378
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
379
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
380
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
381
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
382
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
383
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
384
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
385
|
+
|
|
386
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
387
|
+
|
|
388
|
+
### `GET /api/u1/v1/pipixia/app/fetch_post_detail`
|
|
389
|
+
|
|
390
|
+
- Summary: 获取单个作品数据/Get single video data
|
|
391
|
+
- Capabilities: content details / details
|
|
392
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
393
|
+
- operationId: `fetch_post_detail_api_v1_pipixia_app_fetch_post_detail_get`
|
|
394
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-post-detail`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-post-detail)
|
|
395
|
+
|
|
396
|
+
#### Parameters
|
|
397
|
+
|
|
398
|
+
| Field | In | Type | Required | Description |
|
|
399
|
+
| --- | --- | --- | --- | --- |
|
|
400
|
+
| cell_id | query | string | Yes | 作品id/Video id |
|
|
401
|
+
| cell_type | query | integer | No | 作品类型/Video type |
|
|
402
|
+
|
|
403
|
+
#### Request Body
|
|
404
|
+
|
|
405
|
+
None
|
|
406
|
+
|
|
407
|
+
#### Success Response
|
|
408
|
+
|
|
409
|
+
##### `200 application/json`
|
|
410
|
+
|
|
411
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
412
|
+
|
|
413
|
+
| Field | Type | Required | Description |
|
|
414
|
+
| --- | --- | --- | --- |
|
|
415
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
416
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
417
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
418
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
419
|
+
| support | string | No | Support message \| 支持消息 |
|
|
420
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
421
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
422
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
423
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
424
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
425
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
426
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
427
|
+
|
|
428
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
429
|
+
|
|
430
|
+
### `GET /api/u1/v1/pipixia/app/fetch_post_statistics`
|
|
431
|
+
|
|
432
|
+
- Summary: 获取作品统计数据/Get post statistics
|
|
433
|
+
- Capabilities: content details
|
|
434
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
435
|
+
- operationId: `fetch_post_statistics_api_v1_pipixia_app_fetch_post_statistics_get`
|
|
436
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-post-statistics`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-post-statistics)
|
|
437
|
+
|
|
438
|
+
#### Parameters
|
|
439
|
+
|
|
440
|
+
| Field | In | Type | Required | Description |
|
|
441
|
+
| --- | --- | --- | --- | --- |
|
|
442
|
+
| cell_id | query | string | Yes | 作品id/Video id |
|
|
443
|
+
|
|
444
|
+
#### Request Body
|
|
445
|
+
|
|
446
|
+
None
|
|
447
|
+
|
|
448
|
+
#### Success Response
|
|
449
|
+
|
|
450
|
+
##### `200 application/json`
|
|
451
|
+
|
|
452
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
453
|
+
|
|
454
|
+
| Field | Type | Required | Description |
|
|
455
|
+
| --- | --- | --- | --- |
|
|
456
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
457
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
458
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
459
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
460
|
+
| support | string | No | Support message \| 支持消息 |
|
|
461
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
462
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
463
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
464
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
465
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
466
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
467
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
468
|
+
|
|
469
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
470
|
+
|
|
471
|
+
### `GET /api/u1/v1/pipixia/app/fetch_search`
|
|
472
|
+
|
|
473
|
+
- Summary: 搜索接口/Search API
|
|
474
|
+
- Capabilities: search
|
|
475
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
476
|
+
- operationId: `fetch_search_api_v1_pipixia_app_fetch_search_get`
|
|
477
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-search`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-search)
|
|
478
|
+
|
|
479
|
+
#### Parameters
|
|
480
|
+
|
|
481
|
+
| Field | In | Type | Required | Description |
|
|
482
|
+
| --- | --- | --- | --- | --- |
|
|
483
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
484
|
+
| offset | query | string | No | 翻页游标/Page cursor |
|
|
485
|
+
| search_type | query | string | No | 搜索类型/Search type |
|
|
486
|
+
|
|
487
|
+
#### Request Body
|
|
488
|
+
|
|
489
|
+
None
|
|
490
|
+
|
|
491
|
+
#### Success Response
|
|
492
|
+
|
|
493
|
+
##### `200 application/json`
|
|
494
|
+
|
|
495
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
496
|
+
|
|
497
|
+
| Field | Type | Required | Description |
|
|
498
|
+
| --- | --- | --- | --- |
|
|
499
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
500
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
501
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
502
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
503
|
+
| support | string | No | Support message \| 支持消息 |
|
|
504
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
505
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
506
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
507
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
508
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
509
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
510
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
511
|
+
|
|
512
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
513
|
+
|
|
514
|
+
### `GET /api/u1/v1/pipixia/app/fetch_short_url`
|
|
515
|
+
|
|
516
|
+
- Summary: 生成短连接/Generate short URL
|
|
517
|
+
- Capabilities: general
|
|
518
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
519
|
+
- operationId: `fetch_short_url_api_v1_pipixia_app_fetch_short_url_get`
|
|
520
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-short-url`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-short-url)
|
|
521
|
+
|
|
522
|
+
#### Parameters
|
|
523
|
+
|
|
524
|
+
| Field | In | Type | Required | Description |
|
|
525
|
+
| --- | --- | --- | --- | --- |
|
|
526
|
+
| original_url | query | string | Yes | 原始链接/Original URL |
|
|
527
|
+
|
|
528
|
+
#### Request Body
|
|
529
|
+
|
|
530
|
+
None
|
|
531
|
+
|
|
532
|
+
#### Success Response
|
|
533
|
+
|
|
534
|
+
##### `200 application/json`
|
|
535
|
+
|
|
536
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
537
|
+
|
|
538
|
+
| Field | Type | Required | Description |
|
|
539
|
+
| --- | --- | --- | --- |
|
|
540
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
541
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
542
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
543
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
544
|
+
| support | string | No | Support message \| 支持消息 |
|
|
545
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
546
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
547
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
548
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
549
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
550
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
551
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
552
|
+
|
|
553
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
554
|
+
|
|
555
|
+
### `GET /api/u1/v1/pipixia/app/fetch_user_follower_list`
|
|
556
|
+
|
|
557
|
+
- Summary: 获取用户粉丝列表/Get user follower list
|
|
558
|
+
- Capabilities: profiles / accounts
|
|
559
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
560
|
+
- operationId: `fetch_user_follower_list_api_v1_pipixia_app_fetch_user_follower_list_get`
|
|
561
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-user-follower-list`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-user-follower-list)
|
|
562
|
+
|
|
563
|
+
#### Parameters
|
|
564
|
+
|
|
565
|
+
| Field | In | Type | Required | Description |
|
|
566
|
+
| --- | --- | --- | --- | --- |
|
|
567
|
+
| user_id | query | string | Yes | 用户id/User id |
|
|
568
|
+
| cursor | query | string | No | 翻页游标/Page cursor |
|
|
569
|
+
|
|
570
|
+
#### Request Body
|
|
571
|
+
|
|
572
|
+
None
|
|
573
|
+
|
|
574
|
+
#### Success Response
|
|
575
|
+
|
|
576
|
+
##### `200 application/json`
|
|
577
|
+
|
|
578
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
579
|
+
|
|
580
|
+
| Field | Type | Required | Description |
|
|
581
|
+
| --- | --- | --- | --- |
|
|
582
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
583
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
584
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
585
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
586
|
+
| support | string | No | Support message \| 支持消息 |
|
|
587
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
588
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
589
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
590
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
591
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
592
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
593
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
594
|
+
|
|
595
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
596
|
+
|
|
597
|
+
### `GET /api/u1/v1/pipixia/app/fetch_user_following_list`
|
|
598
|
+
|
|
599
|
+
- Summary: 获取用户关注列表/Get user following list
|
|
600
|
+
- Capabilities: profiles / accounts
|
|
601
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
602
|
+
- operationId: `fetch_user_following_list_api_v1_pipixia_app_fetch_user_following_list_get`
|
|
603
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-user-following-list`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-user-following-list)
|
|
604
|
+
|
|
605
|
+
#### Parameters
|
|
606
|
+
|
|
607
|
+
| Field | In | Type | Required | Description |
|
|
608
|
+
| --- | --- | --- | --- | --- |
|
|
609
|
+
| user_id | query | string | Yes | 用户id/User id |
|
|
610
|
+
| cursor | query | string | No | 翻页游标/Page cursor |
|
|
611
|
+
|
|
612
|
+
#### Request Body
|
|
613
|
+
|
|
614
|
+
None
|
|
615
|
+
|
|
616
|
+
#### Success Response
|
|
617
|
+
|
|
618
|
+
##### `200 application/json`
|
|
619
|
+
|
|
620
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
621
|
+
|
|
622
|
+
| Field | Type | Required | Description |
|
|
623
|
+
| --- | --- | --- | --- |
|
|
624
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
625
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
626
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
627
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
628
|
+
| support | string | No | Support message \| 支持消息 |
|
|
629
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
630
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
631
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
632
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
633
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
634
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
635
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
636
|
+
|
|
637
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
638
|
+
|
|
639
|
+
### `GET /api/u1/v1/pipixia/app/fetch_user_info`
|
|
640
|
+
|
|
641
|
+
- Summary: 获取用户信息/Get user information
|
|
642
|
+
- Capabilities: profiles / accounts
|
|
643
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
644
|
+
- operationId: `fetch_user_info_api_v1_pipixia_app_fetch_user_info_get`
|
|
645
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-user-info`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-user-info)
|
|
646
|
+
|
|
647
|
+
#### Parameters
|
|
648
|
+
|
|
649
|
+
| Field | In | Type | Required | Description |
|
|
650
|
+
| --- | --- | --- | --- | --- |
|
|
651
|
+
| user_id | query | string | Yes | 用户id/User id |
|
|
652
|
+
|
|
653
|
+
#### Request Body
|
|
654
|
+
|
|
655
|
+
None
|
|
656
|
+
|
|
657
|
+
#### Success Response
|
|
658
|
+
|
|
659
|
+
##### `200 application/json`
|
|
660
|
+
|
|
661
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
662
|
+
|
|
663
|
+
| Field | Type | Required | Description |
|
|
664
|
+
| --- | --- | --- | --- |
|
|
665
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
666
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
667
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
668
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
669
|
+
| support | string | No | Support message \| 支持消息 |
|
|
670
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
671
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
672
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
673
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
674
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
675
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
676
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
677
|
+
|
|
678
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
679
|
+
|
|
680
|
+
### `GET /api/u1/v1/pipixia/app/fetch_user_post_list`
|
|
681
|
+
|
|
682
|
+
- Summary: 获取用户作品列表/Get user post list
|
|
683
|
+
- Capabilities: profiles / accounts / content details
|
|
684
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
685
|
+
- operationId: `fetch_user_post_list_api_v1_pipixia_app_fetch_user_post_list_get`
|
|
686
|
+
- Full contract: [`api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-user-post-list`](../api-contracts/pipixia-app-api.md#get-api-u1-v1-pipixia-app-fetch-user-post-list)
|
|
687
|
+
|
|
688
|
+
#### Parameters
|
|
689
|
+
|
|
690
|
+
| Field | In | Type | Required | Description |
|
|
691
|
+
| --- | --- | --- | --- | --- |
|
|
692
|
+
| user_id | query | string | Yes | 用户id/User id |
|
|
693
|
+
| cursor | query | string | No | 翻页游标/Page cursor |
|
|
694
|
+
| feed_count | query | string | No | 翻页数量/Page count |
|
|
695
|
+
|
|
696
|
+
#### Request Body
|
|
697
|
+
|
|
698
|
+
None
|
|
699
|
+
|
|
700
|
+
#### Success Response
|
|
701
|
+
|
|
702
|
+
##### `200 application/json`
|
|
703
|
+
|
|
704
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
705
|
+
|
|
706
|
+
| Field | Type | Required | Description |
|
|
707
|
+
| --- | --- | --- | --- |
|
|
708
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
709
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
710
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
711
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
712
|
+
| support | string | No | Support message \| 支持消息 |
|
|
713
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
714
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
715
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
716
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
717
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
718
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
719
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
720
|
+
|
|
721
|
+
- Fields truncated: this layer shows only the first `12` rows.
|