Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.exorde.io/llms.txt

Use this file to discover all available pages before exploring further.

The Exorde Intel API has three customer tiers. Two non-customer tiers (test, demo) exist for QA and the public demo at intel.exorde.io; they are not sold and never appear in upgrade flows.

At a glance

CapabilityWatchSeeKnow
IntentAwareness — “what’s happening”Investigation — “why and where”Intelligence — “act on it”
Topic scope per key1 (global on trial)up to 4all 4
Rate limit (rpm)30120600
Burst52060
Active webhook subscriptions-2050
Custom watchlists420
Monthly call quota5,000250,0002,000,000
Terms per watchlist1050
Trial available✅ 7-day, free, scoped to globalon requeston request
Trial keys are minted via POST /v1/keys/trial. Paid tiers are issued after Stripe checkout.

Endpoint access by tier

Endpoint familyWatchSeeKnow
/v1/health, /v1/version, /v1/status, /v1/topics, /v1/docs✅ public
/v1/keys/trial, /v1/keys/current, /v1/keys/rotate, /v1/me, /v1/usage
/v1/topics/{topic}/trending
/v1/topics/{topic}/volume, /volume/keywords
/v1/topics/{topic}/narrative (latest summary)
/v1/topics/{topic}/alerts
/v1/subscriptions (webhook delivery)
/v1/topics/{topic}/clusters, /clusters/lifecycle, /clusters/posts
/v1/topics/{topic}/entities, /entities/cooccurrence, /entities/timeline, /entities/posts
/v1/topics/{topic}/narratives/history, /narratives/posts
/v1/topics/{topic}/platforms
/v1/topics/{topic}/search
/v1/watchlists (CRUD + analytics surface)
/v1/watchlists/{id}/clusters
/v1/topics/{topic}/reports/latest, /reports/archive
A 403 upgrade_required response always carries current_tier, required_tier, feature, and upgrade: true so client UIs can render an upgrade CTA without parsing strings.

History depth caps

The API enforces per-tier caps on how far back you can query each surface. Requests above the cap are silently clamped (no error) — the response will indicate the effective window.
SurfaceWatchSeeKnow
alerts (hours)2472168
trending (hours)2472168
volume (hours)24168720
narratives/history (days)3090
entities/timeline (days)30365
reports (days)90365
Evidence posts (days)137

Result-size caps

Hard ceilings on limit parameters across endpoints.
EndpointWatchSeeKnow
clusters20100500
entities20100500
search2050200
platforms20100500
watchlists/posts100500
Requesting limit=10000 on a Watch key returns at most 20 items. Use pagination cursors where supported.

What happens at quota limits

LimitResponseRecovery
Per-minute RPM exceeded429 rate_limited with Retry-After and X-RateLimit-* headersSee Rate limits
Webhook subscription cap429 subscription_limit_reached with current, limit, tierDelete one or upgrade
Watchlist cap429 watchlist_limit_reached with current, limit, tierDelete one or upgrade
Watchlist terms cap422 watchlist_term_limit_reachedReduce terms or upgrade

Topic catalog

The four customer-facing curated topics:
TopicTracks
globalTop storylines across the global conversation
cyberCybersecurity incidents, threat actors, breaches
financeMarkets, central banks, crypto, earnings
disinfoCoordinated narrative ops, bot activity, deepfakes
Additional curated slices (defense, energy, geopolitics, MENA, etc.) are available to enterprise Know customers on request — contact [email protected].

Test and demo tiers

exd_test_* keys serve fixture data for deterministic plumbing tests. They do not cost quota and are not issued to customers. Production data requires a paid key. The public demo at intel.exorde.io runs on a shared demo tier key with elevated rate limits.