Two scopes: curated topics and custom watchlists
Every analytical endpoint runs against a scope. There are two kinds.| Scope | What | Maintained by | Tier |
|---|---|---|---|
| Curated topic | A named, stable slice (e.g. global, cyber, finance, disinfo) | Exorde | Available on every tier, topic scope per key |
| Custom watchlist | Your own keyword, phrase, entity, or domain scope | You | See and Know |
Curated topics
The four public curated topics:| Topic | What it tracks |
|---|---|
global | Top storylines across the global conversation — geopolitics, macro events, mainstream news |
cyber | Cybersecurity incidents, threat actors, vulnerabilities, ransomware, breaches |
finance | Markets, central banks, crypto, earnings, macro indicators |
disinfo | Coordinated narrative operations, bot activity, deepfake claims, information-warfare signals |
GET /v1/me returns your topics array. A Watch-tier trial key is scoped to global only.
Call any topic analytics endpoint with the topic slug:
403 topic_denied.
Custom watchlists
Watchlists are your private scopes. You define the terms, the API runs the same analytics against the matching post stream.Term types
| Type | Matches | Example |
|---|---|---|
keyword | Substring match against entity names and cluster themes | ransomware |
phrase | Same mechanism as keyword; may contain spaces | zero day exploit |
entity | Exact lowercase match on cluster entities | lockbit |
domain | Exact match on cluster top domains | bleepingcomputer.com |
Create a watchlist
Query a watchlist
The full analytics surface mirrors topic endpoints.Update or delete
Limits
| Quota | Watch | See | Know |
|---|---|---|---|
| Custom watchlists | — | 4 | 20 |
| Terms per watchlist | — | 10 | 50 |
429 watchlist_limit_reached or 422 watchlist_term_limit_reached. Full limits and error codes: Tiers and Quotas, Errors.
When to use which
- Use a curated topic when your use case aligns with one of the four public slices. Less setup, same analytics, global baselines already learned.
- Use a watchlist when you need to track a specific brand, actor, campaign, domain, or niche — anything outside the curated slices. Know-tier customers can also request private curated topics via [email protected].