Skip to main content

Free trial

Every new account gets an instant Watch-tier trial key, valid for 7 days, scoped to the following topic(s): global.No credit card. Mint one with a single POST /v1/keys/trial — see Quickstart.

Feature matrix

Every endpoint in the Exorde Intel API maps to a feature key. Higher tiers inherit everything from lower tiers — a See key has every Watch feature plus its own. Awareness
FeatureWatchSeeKnow
Trending terms
Volume timeseries
Volume by keyword
Current narrative summary
Alert feed
Investigation
FeatureWatchSeeKnow
Conversation clusters
Cluster lifecycle
Named entity leaderboard
Entity timeline
Narrative history
Platform breakdown
Keyword search
Evidence
FeatureWatchSeeKnow
Posts in a cluster
Posts mentioning entity
Posts under a narrative
Custom scopes
FeatureWatchSeeKnow
Create/edit watchlists
Watchlist trending
Watchlist volume
Watchlist volume by keyword
Watchlist entities
Watchlist platforms
Watchlist narrative
Watchlist posts
Watchlist alerts
Watchlist cluster analytics
Webhooks
FeatureWatchSeeKnow
Alert subscriptions (webhook)
Intelligence
FeatureWatchSeeKnow
Editorial report archive
Latest editorial report
Account
FeatureWatchSeeKnow
Usage + quota
Billing status

Quotas

Rate limits are enforced per API key via a sliding 60-second window with an additional 1-second burst cap. When a limit is hit, the API returns 429 rate_limited with a Retry-After header.
QuotaWatchSeeKnow
Requests / minute30120600
Burst (req / sec)52060
Alert subscriptions32050
Custom watchlists420
Terms per watchlist1050
Evidence lookback (days)1 d3 d7 d
Evidence endpoints (/clusters/{id}/posts, /entities/{name}/posts, /narratives/{snapshot_id}/posts) enforce a tier-specific lookback window. For bulk historical export, use the separate Data Export API.

Available topics

The curated topic set shared across tiers. Topic access is further scoped per key — your key’s topics array determines which topics you can query. Know-tier keys default to all curated topics. cyber, finance, disinfo, global
Need a private topic (e.g. a country, an industry vertical, a named adversary)? Know-tier customers can request custom topic provisioning — contact us.

Upgrade behavior

When a request targets a feature or topic your tier does not grant, the API returns 403 upgrade_required with a typed envelope:
{
  "error": "upgrade_required",
  "message": "This endpoint requires the 'see' tier",
  "feature": "clusters",
  "current_tier": "watch",
  "required_tier": "see",
  "upgrade": true
}
This envelope is stable across every gated endpoint — build your upsell UI once.
This page is auto-generated from api/config.py by scripts/gen_tier_matrix.py on 2026-04-20. Do not edit by hand — your change will be overwritten on the next release.