Resolve entities, query AI visibility scores, drift events, and cohort analytics. One REST API. Every public signal, structured.
GET /api/v1/entities/anthropic Authorization: Bearer entx_live_sk_•••••••• Accept: application/json
{
"id": "anthropic",
"name": "Anthropic",
"aiVisibilityScore": 87,
"sentiment": "positive",
"driftScore": 0.12,
"layer": "insight",
"refreshedAt": "2025-05-07T09:41Z"
}Six endpoint groups — every layer of entity intelligence, programmable.
Resolve any entity by name, URL, or partial match to a stable canonical identity across all data sources.
Query AI Visibility Score, sentiment, recommendation presence, and thematic framing in one call.
Retrieve trajectory history and named drift events — breakout, erosion, authority lag, pivot, crisis.
Compare entities side-by-side across every signal dimension with the cohort endpoint.
Drill into source-level provenance for every score — time-stamped, append-only, always drillable.
Search and observe entities across the full cross-surface observation index programmatically.
Up and running in three steps.
Run `entidex login` in your terminal to start the device flow. Your key is written to ~/.entidex/config.toml.
See CLI docs →Set the Authorization header on every request. Keys are per-account and scoped to your tier.
Authorization: Bearer entx_live_sk_...Resolve an entity and access the layers your plan unlocks. All responses are JSON.
GET /api/v1/entities/{entityId}https://entidex.com/api/v1JSON responses · HTTPS only · rate-limited per keyYour subscription determines which API layers your key can reach. Higher layers include all layers below them.
| Plan | Max API layer |
|---|---|
| Free | Free |
| Snapshot | L1 · Profile |
| Pulse | L1 · Profile |
| Developer | L1 · Profile |
| Pro | L2 · Insight |
| Agency | L3 · Drift |
| Enterprise | L4 · Cohort |