Intelligence API — included with your annual subscription
年费订阅者免费使用
Build research workflows on the same bilingual article archive used by InsightBridge Global Intelligence. API access is included with an active annual Premium subscription; each key is bound to one subscriber. 使用有效年度 Premium 订阅即可访问双语文章档案。每个密钥绑定一位订阅者,保护个人访问权限。
Request a secure email link
If you are an active subscriber, check your email for a private key-generation link. 若您是有效订阅者,请检查邮箱中的专属密钥生成链接。
Included with annual subscription
US$12,000 / 14 months. The Intelligence API is included free, with a stated API value of US$7,500 / year. 年费订阅(US$12,000 / 14 个月)免费包含 Intelligence API,API 年度价值 US$7,500。
Annual subscription · 年费订阅API only — US$7,500 / year
A standalone annual API subscription for developers who need the Intelligence archive without the full editorial edition。 面向仅需 Intelligence 档案访问权的开发者。
API subscription · API 专属订阅| Method | Path | Purpose · 用途 |
|---|---|---|
| GET | /api/v1/articles | List published article metadata |
| GET | /api/v1/articles/{slug} | Read one article, full text for active keys |
| GET | /api/v1/changes?since=ISO | Sync article changes |
| GET | /api/v1/categories | List editorial categories |
| GET | /api/v1/search?q= | Search articles and videos |
| GET | /api/v1/me | Inspect key status and quota |
curl "https://intelligence.insightbridge.global/api/v1/articles?page_size=20" \
-H "Authorization: Bearer ib_live_…"
curl "https://intelligence.insightbridge.global/api/v1/articles/SLUG?lang=en" \
-H "X-API-Key: ib_live_…"# Python
requests.get(url, headers={"Authorization": f"Bearer {key}"})
// JavaScript
fetch(url, {headers: {Authorization: `Bearer ${key}`}})Rate limits
Keys receive 5,000 requests per UTC day and 60 per minute. Anonymous requests are limited to 200 per day and 20 per minute.
Single-user binding
Keys can learn up to two source fingerprints. Simultaneous use from both sources freezes the key; travel or an old source is handled by rotation.
