Intelligence API · 开发者接口

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 订阅即可访问双语文章档案。每个密钥绑定一位订阅者,保护个人访问权限。

Get your API key · 获取 API 密钥

Request a secure email link

If you are an active subscriber, check your email for a private key-generation link. 若您是有效订阅者,请检查邮箱中的专属密钥生成链接。

Pricing · 定价

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 专属订阅
Endpoints · 接口
MethodPathPurpose · 用途
GET/api/v1/articlesList published article metadata
GET/api/v1/articles/{slug}Read one article, full text for active keys
GET/api/v1/changes?since=ISOSync article changes
GET/api/v1/categoriesList editorial categories
GET/api/v1/search?q=Search articles and videos
GET/api/v1/meInspect key status and quota
Authentication · 身份验证
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 · JavaScript
# 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.

Further reading

OpenAPI JSON · RSS feed