Getting started

Plan tiers

Endpoints in this reference are labelled with the lowest tier that unlocks them. Higher tiers always include everything from lower ones.

TierMonthly callsBurstTrendsSearchWebhooksDemand mining
Pro5,00060/min1
Business25,000180/min5
Scale100,000600/min20

Tier gates

A request to a gated endpoint from a lower tier returns 403 FEATURE_FORBIDDEN:

{
  "error": {
    "code": "FEATURE_FORBIDDEN",
    "message": "the 'webhooks' feature requires a higher plan than 'pro'",
    "request_id": "...",
    "details": { "feature": "webhooks", "plan": "pro" }
  }
}