@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,1123 @@
|
|
|
1
|
+
# Instagram-V3-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/instagram-v3-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/instagram-v3-api.md`](../api-contracts/instagram-v3-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: `26`
|
|
9
|
+
- Common capabilities: profiles / accounts / content details / comments / search / general / topics
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `user_id`, `username`, `url`, `first`, `after`, `query`, `media_id`, `code`, `max_id`, `comment_id`
|
|
12
|
+
- Tag description: **(Instagram V3数据接口/Instagram-V3-API endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/instagram/v3/bulk_translate_comments`
|
|
17
|
+
|
|
18
|
+
- Summary: 批量翻译评论/Bulk translate comments
|
|
19
|
+
- Capabilities: comments
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `bulk_translate_comments_api_v1_instagram_v3_bulk_translate_comments_get`
|
|
22
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-bulk-translate-comments`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-bulk-translate-comments)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| comment_ids | query | string | Yes | 评论ID列表,逗号分隔/Comment ID list, comma separated |
|
|
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/instagram/v3/general_search`
|
|
58
|
+
|
|
59
|
+
- Summary: 综合搜索(支持分页)/General search (with pagination)
|
|
60
|
+
- Capabilities: search
|
|
61
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
62
|
+
- operationId: `general_search_api_v1_instagram_v3_general_search_get`
|
|
63
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-general-search`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-general-search)
|
|
64
|
+
|
|
65
|
+
#### Parameters
|
|
66
|
+
|
|
67
|
+
| Field | In | Type | Required | Description |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| query | query | string | Yes | 搜索关键词/Search keyword |
|
|
70
|
+
| next_max_id | query | string | No | 分页ID,首次请求不传,从上一次响应的next_max_id获取/Pagination ID, omit for first request, get from previous response next_max_id |
|
|
71
|
+
| rank_token | query | string | No | 排序token,首次请求不传,从上一次响应获取/Rank token, omit for first request, get from previous response |
|
|
72
|
+
| enable_metadata | query | boolean | No | 是否启用元数据/Enable metadata |
|
|
73
|
+
|
|
74
|
+
#### Request Body
|
|
75
|
+
|
|
76
|
+
None
|
|
77
|
+
|
|
78
|
+
#### Success Response
|
|
79
|
+
|
|
80
|
+
##### `200 application/json`
|
|
81
|
+
|
|
82
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
83
|
+
|
|
84
|
+
| Field | Type | Required | Description |
|
|
85
|
+
| --- | --- | --- | --- |
|
|
86
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
87
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
88
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
89
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
90
|
+
| support | string | No | Support message \| 支持消息 |
|
|
91
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
92
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
93
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
94
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
95
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
96
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
97
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
98
|
+
|
|
99
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
100
|
+
|
|
101
|
+
### `GET /api/u1/v1/instagram/v3/get_comment_replies`
|
|
102
|
+
|
|
103
|
+
- Summary: 获取评论的子评论/回复/Get comment replies
|
|
104
|
+
- Capabilities: comments
|
|
105
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
106
|
+
- operationId: `get_comment_replies_api_v1_instagram_v3_get_comment_replies_get`
|
|
107
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-comment-replies`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-comment-replies)
|
|
108
|
+
|
|
109
|
+
#### Parameters
|
|
110
|
+
|
|
111
|
+
| Field | In | Type | Required | Description |
|
|
112
|
+
| --- | --- | --- | --- | --- |
|
|
113
|
+
| media_id | query | string | No | 帖子媒体ID/Post media ID |
|
|
114
|
+
| code | query | string | No | 帖子短代码/Post shortcode |
|
|
115
|
+
| url | query | string | No | 帖子URL/Post URL |
|
|
116
|
+
| comment_id | query | string | Yes | 父评论ID/Parent comment ID |
|
|
117
|
+
| min_id | query | string | No | 分页游标,首次请求不传,从上一次响应的 next_min_child_cursor 获取/Pagination cursor, omit for first request, get from previous response next… |
|
|
118
|
+
|
|
119
|
+
#### Request Body
|
|
120
|
+
|
|
121
|
+
None
|
|
122
|
+
|
|
123
|
+
#### Success Response
|
|
124
|
+
|
|
125
|
+
##### `200 application/json`
|
|
126
|
+
|
|
127
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
128
|
+
|
|
129
|
+
| Field | Type | Required | Description |
|
|
130
|
+
| --- | --- | --- | --- |
|
|
131
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
132
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
133
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
134
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
135
|
+
| support | string | No | Support message \| 支持消息 |
|
|
136
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
137
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
138
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
139
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
140
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
141
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
142
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
143
|
+
|
|
144
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
145
|
+
|
|
146
|
+
### `GET /api/u1/v1/instagram/v3/get_explore`
|
|
147
|
+
|
|
148
|
+
- Summary: 获取探索页推荐帖子/Get explore feed
|
|
149
|
+
- Capabilities: general
|
|
150
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
151
|
+
- operationId: `get_explore_api_v1_instagram_v3_get_explore_get`
|
|
152
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-explore`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-explore)
|
|
153
|
+
|
|
154
|
+
#### Parameters
|
|
155
|
+
|
|
156
|
+
| Field | In | Type | Required | Description |
|
|
157
|
+
| --- | --- | --- | --- | --- |
|
|
158
|
+
| max_id | query | string | No | 分页游标,首次请求不传,从上一次响应的 next_max_id 获取/Pagination cursor, omit for first request, get from previous response next_max_id |
|
|
159
|
+
|
|
160
|
+
#### Request Body
|
|
161
|
+
|
|
162
|
+
None
|
|
163
|
+
|
|
164
|
+
#### Success Response
|
|
165
|
+
|
|
166
|
+
##### `200 application/json`
|
|
167
|
+
|
|
168
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
169
|
+
|
|
170
|
+
| Field | Type | Required | Description |
|
|
171
|
+
| --- | --- | --- | --- |
|
|
172
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
173
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
174
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
175
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
176
|
+
| support | string | No | Support message \| 支持消息 |
|
|
177
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
178
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
179
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
180
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
181
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
182
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
183
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
184
|
+
|
|
185
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
186
|
+
|
|
187
|
+
### `GET /api/u1/v1/instagram/v3/get_highlight_stories`
|
|
188
|
+
|
|
189
|
+
- Summary: 获取Highlight精选详情/Get highlight stories
|
|
190
|
+
- Capabilities: general
|
|
191
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
192
|
+
- operationId: `get_highlight_stories_api_v1_instagram_v3_get_highlight_stories_get`
|
|
193
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-highlight-stories`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-highlight-stories)
|
|
194
|
+
|
|
195
|
+
#### Parameters
|
|
196
|
+
|
|
197
|
+
| Field | In | Type | Required | Description |
|
|
198
|
+
| --- | --- | --- | --- | --- |
|
|
199
|
+
| highlight_id | query | string | Yes | 精选ID/Highlight ID (格式/format: highlight:xxx) |
|
|
200
|
+
| reel_ids | query | string | No | 精选ID列表,逗号分隔,如不提供则仅查询highlight_id/Highlight ID list, comma separated, if not provided only query highlight_id |
|
|
201
|
+
|
|
202
|
+
#### Request Body
|
|
203
|
+
|
|
204
|
+
None
|
|
205
|
+
|
|
206
|
+
#### Success Response
|
|
207
|
+
|
|
208
|
+
##### `200 application/json`
|
|
209
|
+
|
|
210
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
211
|
+
|
|
212
|
+
| Field | Type | Required | Description |
|
|
213
|
+
| --- | --- | --- | --- |
|
|
214
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
215
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
216
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
217
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
218
|
+
| support | string | No | Support message \| 支持消息 |
|
|
219
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
220
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
221
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
222
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
223
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
224
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
225
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
226
|
+
|
|
227
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
228
|
+
|
|
229
|
+
### `GET /api/u1/v1/instagram/v3/get_location_info`
|
|
230
|
+
|
|
231
|
+
- Summary: 获取地点详情/Get location info
|
|
232
|
+
- Capabilities: general
|
|
233
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
234
|
+
- operationId: `get_location_info_api_v1_instagram_v3_get_location_info_get`
|
|
235
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-location-info`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-location-info)
|
|
236
|
+
|
|
237
|
+
#### Parameters
|
|
238
|
+
|
|
239
|
+
| Field | In | Type | Required | Description |
|
|
240
|
+
| --- | --- | --- | --- | --- |
|
|
241
|
+
| location_id | query | string | Yes | 地点ID/Location ID |
|
|
242
|
+
| show_nearby | query | boolean | No | 是否显示附近地点/Whether to show nearby places |
|
|
243
|
+
|
|
244
|
+
#### Request Body
|
|
245
|
+
|
|
246
|
+
None
|
|
247
|
+
|
|
248
|
+
#### Success Response
|
|
249
|
+
|
|
250
|
+
##### `200 application/json`
|
|
251
|
+
|
|
252
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
253
|
+
|
|
254
|
+
| Field | Type | Required | Description |
|
|
255
|
+
| --- | --- | --- | --- |
|
|
256
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
257
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
258
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
259
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
260
|
+
| support | string | No | Support message \| 支持消息 |
|
|
261
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
262
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
263
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
264
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
265
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
266
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
267
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
268
|
+
|
|
269
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
270
|
+
|
|
271
|
+
### `GET /api/u1/v1/instagram/v3/get_location_posts`
|
|
272
|
+
|
|
273
|
+
- Summary: 获取地点相关帖子/Get location posts
|
|
274
|
+
- Capabilities: content details
|
|
275
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
276
|
+
- operationId: `get_location_posts_api_v1_instagram_v3_get_location_posts_get`
|
|
277
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-location-posts`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-location-posts)
|
|
278
|
+
|
|
279
|
+
#### Parameters
|
|
280
|
+
|
|
281
|
+
| Field | In | Type | Required | Description |
|
|
282
|
+
| --- | --- | --- | --- | --- |
|
|
283
|
+
| location_id | query | string | Yes | 地点ID/Location ID |
|
|
284
|
+
| tab | query | string | No | 帖子类型: ranked(热门), recent(最新)/Post type: ranked(top), recent(latest) |
|
|
285
|
+
| page_size_override | query | integer | No | 每页数量/Page size |
|
|
286
|
+
|
|
287
|
+
#### Request Body
|
|
288
|
+
|
|
289
|
+
None
|
|
290
|
+
|
|
291
|
+
#### Success Response
|
|
292
|
+
|
|
293
|
+
##### `200 application/json`
|
|
294
|
+
|
|
295
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
296
|
+
|
|
297
|
+
| Field | Type | Required | Description |
|
|
298
|
+
| --- | --- | --- | --- |
|
|
299
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
300
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
301
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
302
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
303
|
+
| support | string | No | Support message \| 支持消息 |
|
|
304
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
305
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
306
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
307
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
308
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
309
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
310
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
311
|
+
|
|
312
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
313
|
+
|
|
314
|
+
### `GET /api/u1/v1/instagram/v3/get_post_comments`
|
|
315
|
+
|
|
316
|
+
- Summary: 获取帖子评论/Get post comments
|
|
317
|
+
- Capabilities: comments / content details
|
|
318
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
319
|
+
- operationId: `get_post_comments_api_v1_instagram_v3_get_post_comments_get`
|
|
320
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-post-comments`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-post-comments)
|
|
321
|
+
|
|
322
|
+
#### Parameters
|
|
323
|
+
|
|
324
|
+
| Field | In | Type | Required | Description |
|
|
325
|
+
| --- | --- | --- | --- | --- |
|
|
326
|
+
| media_id | query | string | No | 帖子媒体ID/Post media ID |
|
|
327
|
+
| code | query | string | No | 帖子短代码/Post shortcode (e.g., DUajw4YkorV) |
|
|
328
|
+
| url | query | string | No | 帖子URL/Post URL |
|
|
329
|
+
| min_id | query | string | No | 分页游标,首次请求不传,从上一次响应的 next_min_id 获取/Pagination cursor, omit for first request, get from previous response next_min_id |
|
|
330
|
+
| sort_order | query | string | No | 排序方式: popular(热门), newest(最新)/Sort order: popular, newest |
|
|
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/instagram/v3/get_post_info`
|
|
360
|
+
|
|
361
|
+
- Summary: 获取帖子详情/Get post info (media_id or URL)
|
|
362
|
+
- Capabilities: content details
|
|
363
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
364
|
+
- operationId: `get_post_info_api_v1_instagram_v3_get_post_info_get`
|
|
365
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-post-info`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-post-info)
|
|
366
|
+
|
|
367
|
+
#### Parameters
|
|
368
|
+
|
|
369
|
+
| Field | In | Type | Required | Description |
|
|
370
|
+
| --- | --- | --- | --- | --- |
|
|
371
|
+
| media_id | query | string | No | 帖子媒体ID/Post media ID |
|
|
372
|
+
| url | query | string | No | 帖子URL/Post URL |
|
|
373
|
+
|
|
374
|
+
#### Request Body
|
|
375
|
+
|
|
376
|
+
None
|
|
377
|
+
|
|
378
|
+
#### Success Response
|
|
379
|
+
|
|
380
|
+
##### `200 application/json`
|
|
381
|
+
|
|
382
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
383
|
+
|
|
384
|
+
| Field | Type | Required | Description |
|
|
385
|
+
| --- | --- | --- | --- |
|
|
386
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
387
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
388
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
389
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
390
|
+
| support | string | No | Support message \| 支持消息 |
|
|
391
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
392
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
393
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
394
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
395
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
396
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
397
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
398
|
+
|
|
399
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
400
|
+
|
|
401
|
+
### `GET /api/u1/v1/instagram/v3/get_post_info_by_code`
|
|
402
|
+
|
|
403
|
+
- Summary: 获取帖子详情(code)/Get post info by shortcode
|
|
404
|
+
- Capabilities: content details
|
|
405
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
406
|
+
- operationId: `get_post_info_by_code_api_v1_instagram_v3_get_post_info_by_code_get`
|
|
407
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-post-info-by-code`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-post-info-by-code)
|
|
408
|
+
|
|
409
|
+
#### Parameters
|
|
410
|
+
|
|
411
|
+
| Field | In | Type | Required | Description |
|
|
412
|
+
| --- | --- | --- | --- | --- |
|
|
413
|
+
| code | query | string | No | 帖子短代码/Post shortcode |
|
|
414
|
+
| url | query | string | No | 帖子URL(自动提取短代码)/Post URL (auto extract shortcode) |
|
|
415
|
+
|
|
416
|
+
#### Request Body
|
|
417
|
+
|
|
418
|
+
None
|
|
419
|
+
|
|
420
|
+
#### Success Response
|
|
421
|
+
|
|
422
|
+
##### `200 application/json`
|
|
423
|
+
|
|
424
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
425
|
+
|
|
426
|
+
| Field | Type | Required | Description |
|
|
427
|
+
| --- | --- | --- | --- |
|
|
428
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
429
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
430
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
431
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
432
|
+
| support | string | No | Support message \| 支持消息 |
|
|
433
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
434
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
435
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
436
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
437
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
438
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
439
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
440
|
+
|
|
441
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
442
|
+
|
|
443
|
+
### `GET /api/u1/v1/instagram/v3/get_post_oembed`
|
|
444
|
+
|
|
445
|
+
- Summary: 获取帖子oEmbed内嵌信息/Get post oEmbed info
|
|
446
|
+
- Capabilities: content details
|
|
447
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
448
|
+
- operationId: `get_post_oembed_api_v1_instagram_v3_get_post_oembed_get`
|
|
449
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-post-oembed`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-post-oembed)
|
|
450
|
+
|
|
451
|
+
#### Parameters
|
|
452
|
+
|
|
453
|
+
| Field | In | Type | Required | Description |
|
|
454
|
+
| --- | --- | --- | --- | --- |
|
|
455
|
+
| url | query | string | Yes | Instagram帖子的完整URL/Full URL of Instagram post |
|
|
456
|
+
| hidecaption | query | boolean | No | 是否隐藏帖子文本/Whether to hide caption |
|
|
457
|
+
| maxwidth | query | integer | No | 最大宽度(像素)/Max width in pixels |
|
|
458
|
+
|
|
459
|
+
#### Request Body
|
|
460
|
+
|
|
461
|
+
None
|
|
462
|
+
|
|
463
|
+
#### Success Response
|
|
464
|
+
|
|
465
|
+
##### `200 application/json`
|
|
466
|
+
|
|
467
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
468
|
+
|
|
469
|
+
| Field | Type | Required | Description |
|
|
470
|
+
| --- | --- | --- | --- |
|
|
471
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
472
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
473
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
474
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
475
|
+
| support | string | No | Support message \| 支持消息 |
|
|
476
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
477
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
478
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
479
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
480
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
481
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
482
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
483
|
+
|
|
484
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
485
|
+
|
|
486
|
+
### `GET /api/u1/v1/instagram/v3/get_recommended_reels`
|
|
487
|
+
|
|
488
|
+
- Summary: 获取Reels推荐列表/Get recommended Reels feed
|
|
489
|
+
- Capabilities: general
|
|
490
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
491
|
+
- operationId: `get_recommended_reels_api_v1_instagram_v3_get_recommended_reels_get`
|
|
492
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-recommended-reels`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-recommended-reels)
|
|
493
|
+
|
|
494
|
+
#### Parameters
|
|
495
|
+
|
|
496
|
+
| Field | In | Type | Required | Description |
|
|
497
|
+
| --- | --- | --- | --- | --- |
|
|
498
|
+
| first | query | integer | No | 获取数量/Number of reels to fetch |
|
|
499
|
+
| after | query | string | No | 分页游标,首次请求不传,从上一次响应的 page_info.end_cursor 获取/Pagination cursor, omit for first request, get from previous response page_… |
|
|
500
|
+
|
|
501
|
+
#### Request Body
|
|
502
|
+
|
|
503
|
+
None
|
|
504
|
+
|
|
505
|
+
#### Success Response
|
|
506
|
+
|
|
507
|
+
##### `200 application/json`
|
|
508
|
+
|
|
509
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
510
|
+
|
|
511
|
+
| Field | Type | Required | Description |
|
|
512
|
+
| --- | --- | --- | --- |
|
|
513
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
514
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
515
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
516
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
517
|
+
| support | string | No | Support message \| 支持消息 |
|
|
518
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
519
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
520
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
521
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
522
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
523
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
524
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
525
|
+
|
|
526
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
527
|
+
|
|
528
|
+
### `GET /api/u1/v1/instagram/v3/get_user_about`
|
|
529
|
+
|
|
530
|
+
- Summary: 获取用户账户简介/Get user about info
|
|
531
|
+
- Capabilities: profiles / accounts
|
|
532
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
533
|
+
- operationId: `get_user_about_api_v1_instagram_v3_get_user_about_get`
|
|
534
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-about`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-about)
|
|
535
|
+
|
|
536
|
+
#### Parameters
|
|
537
|
+
|
|
538
|
+
| Field | In | Type | Required | Description |
|
|
539
|
+
| --- | --- | --- | --- | --- |
|
|
540
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
541
|
+
| username | query | string | No | 用户名/Username |
|
|
542
|
+
|
|
543
|
+
#### Request Body
|
|
544
|
+
|
|
545
|
+
None
|
|
546
|
+
|
|
547
|
+
#### Success Response
|
|
548
|
+
|
|
549
|
+
##### `200 application/json`
|
|
550
|
+
|
|
551
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
552
|
+
|
|
553
|
+
| Field | Type | Required | Description |
|
|
554
|
+
| --- | --- | --- | --- |
|
|
555
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
556
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
557
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
558
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
559
|
+
| support | string | No | Support message \| 支持消息 |
|
|
560
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
561
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
562
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
563
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
564
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
565
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
566
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
567
|
+
|
|
568
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
569
|
+
|
|
570
|
+
### `GET /api/u1/v1/instagram/v3/get_user_brief`
|
|
571
|
+
|
|
572
|
+
- Summary: 获取用户短详情/Get user brief info
|
|
573
|
+
- Capabilities: profiles / accounts
|
|
574
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
575
|
+
- operationId: `get_user_brief_api_v1_instagram_v3_get_user_brief_get`
|
|
576
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-brief`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-brief)
|
|
577
|
+
|
|
578
|
+
#### Parameters
|
|
579
|
+
|
|
580
|
+
| Field | In | Type | Required | Description |
|
|
581
|
+
| --- | --- | --- | --- | --- |
|
|
582
|
+
| user_id | query | string | Yes | 用户ID/User ID |
|
|
583
|
+
| username | query | string | Yes | 用户名/Username |
|
|
584
|
+
|
|
585
|
+
#### Request Body
|
|
586
|
+
|
|
587
|
+
None
|
|
588
|
+
|
|
589
|
+
#### Success Response
|
|
590
|
+
|
|
591
|
+
##### `200 application/json`
|
|
592
|
+
|
|
593
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
594
|
+
|
|
595
|
+
| Field | Type | Required | Description |
|
|
596
|
+
| --- | --- | --- | --- |
|
|
597
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
598
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
599
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
600
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
601
|
+
| support | string | No | Support message \| 支持消息 |
|
|
602
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
603
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
604
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
605
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
606
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
607
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
608
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
609
|
+
|
|
610
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
611
|
+
|
|
612
|
+
### `GET /api/u1/v1/instagram/v3/get_user_followers`
|
|
613
|
+
|
|
614
|
+
- Summary: 获取用户粉丝列表/Get user followers list
|
|
615
|
+
- Capabilities: profiles / accounts
|
|
616
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
617
|
+
- operationId: `get_user_followers_api_v1_instagram_v3_get_user_followers_get`
|
|
618
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-followers`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-followers)
|
|
619
|
+
|
|
620
|
+
#### Parameters
|
|
621
|
+
|
|
622
|
+
| Field | In | Type | Required | Description |
|
|
623
|
+
| --- | --- | --- | --- | --- |
|
|
624
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
625
|
+
| username | query | string | No | 用户名/Username |
|
|
626
|
+
| count | query | integer | No | 每次获取数量/Number of users to fetch per request |
|
|
627
|
+
| max_id | query | string | No | 分页游标,首次请求不传,从上一次响应的 next_max_id 获取/Pagination cursor, omit for first request, get from previous response next_max_id |
|
|
628
|
+
|
|
629
|
+
#### Request Body
|
|
630
|
+
|
|
631
|
+
None
|
|
632
|
+
|
|
633
|
+
#### Success Response
|
|
634
|
+
|
|
635
|
+
##### `200 application/json`
|
|
636
|
+
|
|
637
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
638
|
+
|
|
639
|
+
| Field | Type | Required | Description |
|
|
640
|
+
| --- | --- | --- | --- |
|
|
641
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
642
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
643
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
644
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
645
|
+
| support | string | No | Support message \| 支持消息 |
|
|
646
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
647
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
648
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
649
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
650
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
651
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
652
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
653
|
+
|
|
654
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
655
|
+
|
|
656
|
+
### `GET /api/u1/v1/instagram/v3/get_user_following`
|
|
657
|
+
|
|
658
|
+
- Summary: 获取用户关注列表/Get user following list
|
|
659
|
+
- Capabilities: profiles / accounts
|
|
660
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
661
|
+
- operationId: `get_user_following_api_v1_instagram_v3_get_user_following_get`
|
|
662
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-following`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-following)
|
|
663
|
+
|
|
664
|
+
#### Parameters
|
|
665
|
+
|
|
666
|
+
| Field | In | Type | Required | Description |
|
|
667
|
+
| --- | --- | --- | --- | --- |
|
|
668
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
669
|
+
| username | query | string | No | 用户名/Username |
|
|
670
|
+
| count | query | integer | No | 每次获取数量/Number of users to fetch per request |
|
|
671
|
+
| max_id | query | string | No | 分页游标,首次请求不传,从上一次响应的 next_max_id 获取/Pagination cursor, omit for first request, get from previous response next_max_id |
|
|
672
|
+
|
|
673
|
+
#### Request Body
|
|
674
|
+
|
|
675
|
+
None
|
|
676
|
+
|
|
677
|
+
#### Success Response
|
|
678
|
+
|
|
679
|
+
##### `200 application/json`
|
|
680
|
+
|
|
681
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
682
|
+
|
|
683
|
+
| Field | Type | Required | Description |
|
|
684
|
+
| --- | --- | --- | --- |
|
|
685
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
686
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
687
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
688
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
689
|
+
| support | string | No | Support message \| 支持消息 |
|
|
690
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
691
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
692
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
693
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
694
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
695
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
696
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
697
|
+
|
|
698
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
699
|
+
|
|
700
|
+
### `GET /api/u1/v1/instagram/v3/get_user_highlights`
|
|
701
|
+
|
|
702
|
+
- Summary: 获取用户精选Highlights列表/Get user highlights
|
|
703
|
+
- Capabilities: profiles / accounts
|
|
704
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
705
|
+
- operationId: `get_user_highlights_api_v1_instagram_v3_get_user_highlights_get`
|
|
706
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-highlights`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-highlights)
|
|
707
|
+
|
|
708
|
+
#### Parameters
|
|
709
|
+
|
|
710
|
+
| Field | In | Type | Required | Description |
|
|
711
|
+
| --- | --- | --- | --- | --- |
|
|
712
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
713
|
+
| username | query | string | No | 用户名/Username |
|
|
714
|
+
| first | query | integer | No | 获取数量/Number of highlights to fetch |
|
|
715
|
+
| after | query | string | No | 分页游标(从上次响应的page_info.end_cursor获取)/Pagination cursor (from previous response page_info.end_cursor) |
|
|
716
|
+
|
|
717
|
+
#### Request Body
|
|
718
|
+
|
|
719
|
+
None
|
|
720
|
+
|
|
721
|
+
#### Success Response
|
|
722
|
+
|
|
723
|
+
##### `200 application/json`
|
|
724
|
+
|
|
725
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
726
|
+
|
|
727
|
+
| Field | Type | Required | Description |
|
|
728
|
+
| --- | --- | --- | --- |
|
|
729
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
730
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
731
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
732
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
733
|
+
| support | string | No | Support message \| 支持消息 |
|
|
734
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
735
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
736
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
737
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
738
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
739
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
740
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
741
|
+
|
|
742
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
743
|
+
|
|
744
|
+
### `GET /api/u1/v1/instagram/v3/get_user_posts`
|
|
745
|
+
|
|
746
|
+
- Summary: 获取用户帖子列表/Get user posts
|
|
747
|
+
- Capabilities: profiles / accounts / content details
|
|
748
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
749
|
+
- operationId: `get_user_posts_api_v1_instagram_v3_get_user_posts_get`
|
|
750
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-posts`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-posts)
|
|
751
|
+
|
|
752
|
+
#### Parameters
|
|
753
|
+
|
|
754
|
+
| Field | In | Type | Required | Description |
|
|
755
|
+
| --- | --- | --- | --- | --- |
|
|
756
|
+
| username | query | string | No | 用户名/Username |
|
|
757
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
758
|
+
| first | query | integer | No | 获取帖子数量/Number of posts to fetch |
|
|
759
|
+
| after | query | string | No | 分页游标(从上次响应的page_info.end_cursor获取)/Pagination cursor (from previous response page_info.end_cursor) |
|
|
760
|
+
|
|
761
|
+
#### Request Body
|
|
762
|
+
|
|
763
|
+
None
|
|
764
|
+
|
|
765
|
+
#### Success Response
|
|
766
|
+
|
|
767
|
+
##### `200 application/json`
|
|
768
|
+
|
|
769
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
770
|
+
|
|
771
|
+
| Field | Type | Required | Description |
|
|
772
|
+
| --- | --- | --- | --- |
|
|
773
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
774
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
775
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
776
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
777
|
+
| support | string | No | Support message \| 支持消息 |
|
|
778
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
779
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
780
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
781
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
782
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
783
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
784
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
785
|
+
|
|
786
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
787
|
+
|
|
788
|
+
### `GET /api/u1/v1/instagram/v3/get_user_profile`
|
|
789
|
+
|
|
790
|
+
- Summary: 获取用户信息/Get user profile
|
|
791
|
+
- Capabilities: profiles / accounts
|
|
792
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
793
|
+
- operationId: `get_user_profile_api_v1_instagram_v3_get_user_profile_get`
|
|
794
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-profile`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-profile)
|
|
795
|
+
|
|
796
|
+
#### Parameters
|
|
797
|
+
|
|
798
|
+
| Field | In | Type | Required | Description |
|
|
799
|
+
| --- | --- | --- | --- | --- |
|
|
800
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
801
|
+
| username | query | string | No | 用户名/Username |
|
|
802
|
+
|
|
803
|
+
#### Request Body
|
|
804
|
+
|
|
805
|
+
None
|
|
806
|
+
|
|
807
|
+
#### Success Response
|
|
808
|
+
|
|
809
|
+
##### `200 application/json`
|
|
810
|
+
|
|
811
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
812
|
+
|
|
813
|
+
| Field | Type | Required | Description |
|
|
814
|
+
| --- | --- | --- | --- |
|
|
815
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
816
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
817
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
818
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
819
|
+
| support | string | No | Support message \| 支持消息 |
|
|
820
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
821
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
822
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
823
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
824
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
825
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
826
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
827
|
+
|
|
828
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
829
|
+
|
|
830
|
+
### `GET /api/u1/v1/instagram/v3/get_user_reels`
|
|
831
|
+
|
|
832
|
+
- Summary: 获取用户Reels列表/Get user reels
|
|
833
|
+
- Capabilities: profiles / accounts
|
|
834
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
835
|
+
- operationId: `get_user_reels_api_v1_instagram_v3_get_user_reels_get`
|
|
836
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-reels`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-reels)
|
|
837
|
+
|
|
838
|
+
#### Parameters
|
|
839
|
+
|
|
840
|
+
| Field | In | Type | Required | Description |
|
|
841
|
+
| --- | --- | --- | --- | --- |
|
|
842
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
843
|
+
| username | query | string | No | 用户名/Username |
|
|
844
|
+
| first | query | integer | No | 获取数量/Number of reels to fetch |
|
|
845
|
+
| after | query | string | No | 分页游标(从上次响应的page_info.end_cursor获取)/Pagination cursor (from previous response page_info.end_cursor) |
|
|
846
|
+
|
|
847
|
+
#### Request Body
|
|
848
|
+
|
|
849
|
+
None
|
|
850
|
+
|
|
851
|
+
#### Success Response
|
|
852
|
+
|
|
853
|
+
##### `200 application/json`
|
|
854
|
+
|
|
855
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
856
|
+
|
|
857
|
+
| Field | Type | Required | Description |
|
|
858
|
+
| --- | --- | --- | --- |
|
|
859
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
860
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
861
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
862
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
863
|
+
| support | string | No | Support message \| 支持消息 |
|
|
864
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
865
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
866
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
867
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
868
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
869
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
870
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
871
|
+
|
|
872
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
873
|
+
|
|
874
|
+
### `GET /api/u1/v1/instagram/v3/get_user_stories`
|
|
875
|
+
|
|
876
|
+
- Summary: 获取用户Stories(快拍)/Get user stories
|
|
877
|
+
- Capabilities: profiles / accounts
|
|
878
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
879
|
+
- operationId: `get_user_stories_api_v1_instagram_v3_get_user_stories_get`
|
|
880
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-stories`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-stories)
|
|
881
|
+
|
|
882
|
+
#### Parameters
|
|
883
|
+
|
|
884
|
+
| Field | In | Type | Required | Description |
|
|
885
|
+
| --- | --- | --- | --- | --- |
|
|
886
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
887
|
+
| username | query | string | No | 用户名/Username |
|
|
888
|
+
| reel_ids | query | string | No | 用户ID列表,逗号分隔,可同时获取多个用户的Stories(如不提供则仅查询user_id)/User ID list, comma separated, fetch multiple users' stories at once (if… |
|
|
889
|
+
|
|
890
|
+
#### Request Body
|
|
891
|
+
|
|
892
|
+
None
|
|
893
|
+
|
|
894
|
+
#### Success Response
|
|
895
|
+
|
|
896
|
+
##### `200 application/json`
|
|
897
|
+
|
|
898
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
899
|
+
|
|
900
|
+
| Field | Type | Required | Description |
|
|
901
|
+
| --- | --- | --- | --- |
|
|
902
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
903
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
904
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
905
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
906
|
+
| support | string | No | Support message \| 支持消息 |
|
|
907
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
908
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
909
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
910
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
911
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
912
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
913
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
914
|
+
|
|
915
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
916
|
+
|
|
917
|
+
### `GET /api/u1/v1/instagram/v3/get_user_tagged_posts`
|
|
918
|
+
|
|
919
|
+
- Summary: 获取用户被标记的帖子/Get user tagged posts
|
|
920
|
+
- Capabilities: profiles / accounts / content details
|
|
921
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
922
|
+
- operationId: `get_user_tagged_posts_api_v1_instagram_v3_get_user_tagged_posts_get`
|
|
923
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-tagged-posts`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-get-user-tagged-posts)
|
|
924
|
+
|
|
925
|
+
#### Parameters
|
|
926
|
+
|
|
927
|
+
| Field | In | Type | Required | Description |
|
|
928
|
+
| --- | --- | --- | --- | --- |
|
|
929
|
+
| user_id | query | string | No | 用户ID/User ID |
|
|
930
|
+
| username | query | string | No | 用户名/Username |
|
|
931
|
+
| first | query | integer | No | 获取帖子数量/Number of posts to fetch |
|
|
932
|
+
| after | query | string | No | 分页游标(从上次响应的page_info.end_cursor获取)/Pagination cursor (from previous response page_info.end_cursor) |
|
|
933
|
+
|
|
934
|
+
#### Request Body
|
|
935
|
+
|
|
936
|
+
None
|
|
937
|
+
|
|
938
|
+
#### Success Response
|
|
939
|
+
|
|
940
|
+
##### `200 application/json`
|
|
941
|
+
|
|
942
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
943
|
+
|
|
944
|
+
| Field | Type | Required | Description |
|
|
945
|
+
| --- | --- | --- | --- |
|
|
946
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
947
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
948
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
949
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
950
|
+
| support | string | No | Support message \| 支持消息 |
|
|
951
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
952
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
953
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
954
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
955
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
956
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
957
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
958
|
+
|
|
959
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
960
|
+
|
|
961
|
+
### `GET /api/u1/v1/instagram/v3/search_hashtags`
|
|
962
|
+
|
|
963
|
+
- Summary: 搜索话题标签/Search hashtags
|
|
964
|
+
- Capabilities: search / topics
|
|
965
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
966
|
+
- operationId: `search_hashtags_api_v1_instagram_v3_search_hashtags_get`
|
|
967
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-search-hashtags`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-search-hashtags)
|
|
968
|
+
|
|
969
|
+
#### Parameters
|
|
970
|
+
|
|
971
|
+
| Field | In | Type | Required | Description |
|
|
972
|
+
| --- | --- | --- | --- | --- |
|
|
973
|
+
| query | query | string | Yes | 搜索关键词/Search keyword |
|
|
974
|
+
|
|
975
|
+
#### Request Body
|
|
976
|
+
|
|
977
|
+
None
|
|
978
|
+
|
|
979
|
+
#### Success Response
|
|
980
|
+
|
|
981
|
+
##### `200 application/json`
|
|
982
|
+
|
|
983
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
984
|
+
|
|
985
|
+
| Field | Type | Required | Description |
|
|
986
|
+
| --- | --- | --- | --- |
|
|
987
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
988
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
989
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
990
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
991
|
+
| support | string | No | Support message \| 支持消息 |
|
|
992
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
993
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
994
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
995
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
996
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
997
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
998
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
999
|
+
|
|
1000
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1001
|
+
|
|
1002
|
+
### `GET /api/u1/v1/instagram/v3/search_places`
|
|
1003
|
+
|
|
1004
|
+
- Summary: 搜索地点/Search places
|
|
1005
|
+
- Capabilities: search
|
|
1006
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1007
|
+
- operationId: `search_places_api_v1_instagram_v3_search_places_get`
|
|
1008
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-search-places`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-search-places)
|
|
1009
|
+
|
|
1010
|
+
#### Parameters
|
|
1011
|
+
|
|
1012
|
+
| Field | In | Type | Required | Description |
|
|
1013
|
+
| --- | --- | --- | --- | --- |
|
|
1014
|
+
| query | query | string | Yes | 搜索关键词/Search keyword |
|
|
1015
|
+
|
|
1016
|
+
#### Request Body
|
|
1017
|
+
|
|
1018
|
+
None
|
|
1019
|
+
|
|
1020
|
+
#### Success Response
|
|
1021
|
+
|
|
1022
|
+
##### `200 application/json`
|
|
1023
|
+
|
|
1024
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1025
|
+
|
|
1026
|
+
| Field | Type | Required | Description |
|
|
1027
|
+
| --- | --- | --- | --- |
|
|
1028
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1029
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1030
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1031
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1032
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1033
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1034
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1035
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1036
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1037
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1038
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1039
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1040
|
+
|
|
1041
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1042
|
+
|
|
1043
|
+
### `GET /api/u1/v1/instagram/v3/search_users`
|
|
1044
|
+
|
|
1045
|
+
- Summary: 搜索用户/Search users
|
|
1046
|
+
- Capabilities: search / profiles / accounts
|
|
1047
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1048
|
+
- operationId: `search_users_api_v1_instagram_v3_search_users_get`
|
|
1049
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-search-users`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-search-users)
|
|
1050
|
+
|
|
1051
|
+
#### Parameters
|
|
1052
|
+
|
|
1053
|
+
| Field | In | Type | Required | Description |
|
|
1054
|
+
| --- | --- | --- | --- | --- |
|
|
1055
|
+
| query | query | string | Yes | 搜索关键词/Search keyword |
|
|
1056
|
+
|
|
1057
|
+
#### Request Body
|
|
1058
|
+
|
|
1059
|
+
None
|
|
1060
|
+
|
|
1061
|
+
#### Success Response
|
|
1062
|
+
|
|
1063
|
+
##### `200 application/json`
|
|
1064
|
+
|
|
1065
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1066
|
+
|
|
1067
|
+
| Field | Type | Required | Description |
|
|
1068
|
+
| --- | --- | --- | --- |
|
|
1069
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1070
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1071
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1072
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1073
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1074
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1075
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1076
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1077
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1078
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1079
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1080
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1081
|
+
|
|
1082
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
1083
|
+
|
|
1084
|
+
### `GET /api/u1/v1/instagram/v3/translate_comment`
|
|
1085
|
+
|
|
1086
|
+
- Summary: 翻译评论/帖子文本/Translate comment or caption
|
|
1087
|
+
- Capabilities: comments
|
|
1088
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1089
|
+
- operationId: `translate_comment_api_v1_instagram_v3_translate_comment_get`
|
|
1090
|
+
- Full contract: [`api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-translate-comment`](../api-contracts/instagram-v3-api.md#get-api-u1-v1-instagram-v3-translate-comment)
|
|
1091
|
+
|
|
1092
|
+
#### Parameters
|
|
1093
|
+
|
|
1094
|
+
| Field | In | Type | Required | Description |
|
|
1095
|
+
| --- | --- | --- | --- | --- |
|
|
1096
|
+
| comment_id | query | string | Yes | 帖子媒体ID/Post media ID |
|
|
1097
|
+
|
|
1098
|
+
#### Request Body
|
|
1099
|
+
|
|
1100
|
+
None
|
|
1101
|
+
|
|
1102
|
+
#### Success Response
|
|
1103
|
+
|
|
1104
|
+
##### `200 application/json`
|
|
1105
|
+
|
|
1106
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1107
|
+
|
|
1108
|
+
| Field | Type | Required | Description |
|
|
1109
|
+
| --- | --- | --- | --- |
|
|
1110
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
1111
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
1112
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
1113
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
1114
|
+
| support | string | No | Support message \| 支持消息 |
|
|
1115
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
1116
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
1117
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
1118
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
1119
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
1120
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
1121
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
1122
|
+
|
|
1123
|
+
- Fields truncated: this layer shows only the first `12` rows.
|