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"
}Eight capabilities — every layer of entity intelligence, programmable.
Resolve any entity by name, URL, or partial match to a stable canonical identity across all data sources.
One call returns the complete, categorized record — identity, categorization, headline signals, coverage, scores, perception, drift, lifecycle, relationships and cohort. Depth widens with tier; withheld sections are listed in meta.withheld.
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 — with a free tier that samples raw observations per entity.
Navigate the categorized entity network — list categories and page through each category’s members. Free tier.
Up and running in three steps.
Create a free API key at /developers/keys. The CLI is in private beta — when it ships, `entidex login` will be the device-flow entry point.
Create a key →Set the Authorization header on every request. Keys are per-account and scoped to your tier.
Authorization: Bearer entx_live_sk_...Resolve an entity, then pull the complete categorized record — or any single layer your plan unlocks. All responses are JSON.
GET /api/v1/entities/{entityId}/completeComplete example
curl -s "https://entidex.com/api/v1/entities/anthropic/complete" \
-H "Authorization: Bearer $ENTIDEX_API_KEY"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 |
| Starter | L1 · Profile |
| Developer | L1 · Profile |
| developer_flat | L1 · Profile |
| Pro | L2 · Insight |
| Pro Plus | L2 · Insight |
| Agency | L3 · Drift |
| Enterprise | L4 · Cohort |