Entity intelligence datasets
Every dataset below is a projection of one canonical entity record. Every fact carries a source surface, an observation time and a confidence value; every score carries a confidence layer. Query them over REST, over a hosted MCP server, or through the @entidex/sdk npm package — the same data, on every plan, with deeper layers unlocking as you upgrade.
Insight Snapshot
A single, dated read of how AI sees an entity right now — AI Visibility, Sentiment, Share of Voice, surface breakdown and derived insights. £19 one-off, or on cadence from Starter.
/api/v1/entities/{id}/insightsFor: Founders, marketing and PR teams
Learn moreDrift Report
Every change AI makes in its picture of an entity — score movements, cross-surface divergence, lifecycle transitions and early-warning spikes — dated, cause-attributed and cited. Watch/Starter+ with subscription alerts.
/api/v1/entities/{id}/drift/api/v1/entities/{id}/score-historyFor: Crisis, comms and monitoring teams
Learn moreTrust Dossier
The long-form due-diligence report: registry footprint, sanctions screening, 90 days of drift, Trust Stack composite, cross-surface consensus and risk indicators — every claim auditable. £199–£499 per report, or unlimited on Pro Plus+.
/api/v1/entities/{id}/complete/api/v1/entities/{id}/marketsFor: Due-diligence, M&A, investor and legal teams
Learn moreGrounding Packet
The named, free-tier grounding payload for agents and RAG pipelines: one small, deterministic per-entity packet — verified facts with per-fact provenance, corrections to claims AI engines commonly get wrong, and Ed25519-signed provenance. Fetch it at the top of every workflow that answers about an entity; ?format=grounding-metadata returns a groundingChunks/groundingSupports projection for pipelines built against Vertex grounding shapes. Grounding, not enrichment.
/api/v1/entities/{id}/grounding-packetFor: Agent, RAG and AI-application developers
Learn moreTruth & Correction
Per-engine LLM Knowledge Accuracy — an accuracy percentage with a 95% Wilson interval, plus the exact fields each engine gets wrong or is unaware of. Paired with Information Lag (how long an engine takes to adopt a published correction), per-claim Claim Truth verdicts, cross-engine Consensus/Divergence, and the signed Entity Knowledge Statement.
/api/v1/entities/{id}/knowledge-accuracy/api/v1/entities/{id}/ground-truthFor: Brand risk, PR, comms and legal teams
Learn moreGrounding Check
Scored statement verification against the signed verified record: POST a statement about an entity and get coded verdicts — supported, contradicted, or unverifiable — with confidence and citations per assertion. Deterministic (no model judges the verdict); granularity differences count as supported and out-of-record assertions come back unverifiable, never guessed. Free tier, rate-limited — the guardrail hook for agent and RAG pipelines.
/api/v1/entities/{id}/grounding-check/api/v1/entities/{id}/ground-truthFor: Agent, RAG and guardrail engineering teams
Learn moreGoogle AI Answers
What Google AI Overviews and Google AI Mode actually say about an entity — the recorded answer with mention and position, sentiment and competitor mentions, plus every citation those answers lean on (source, domain, URL and quoted text) and an own-domain-cited flag per answer.
/api/v1/entities/{id}/google-ai-answersFor: GEO, search and brand teams
Learn moreAI Visibility & GEO
AI Visibility, Sentiment and Share of Voice with full score history and drift events — the headline signals for tracking how an entity is described and recommended across AI engines over time.
/api/v1/entities/{id}/insights/api/v1/entities/{id}/score-history/api/v1/entities/{id}/driftFor: Marketing and GEO teams
Learn moreAI Recommendation Potential
Per-prompt-class breakdown of how likely AI engines are to recommend the entity. Projects stored Decision Survival probes onto a canonical prompt-class taxonomy (Discovery, Evaluation under pushback, Constrained final choice; plus five framework-declared classes not yet probed), returning per-engine recommendation rates and 95% Wilson intervals per class, plus the strongest and weakest classes for the entity.
/api/v1/entities/{id}/recommendation-potentialFor: GEO, brand and category-marketing teams
Cohort Comparison
Cohort rank, deltas against the cohort median, and full cohort rankings — how an entity compares to its cohort on AI Visibility, Sentiment and Share of Voice.
/api/v1/cohort/{cohortId}/compareFor: Agencies and competitive-intelligence teams
People & Executives
Person entities with Conflation detection — whether AI engines are mixing an individual up with someone else of a similar name — alongside sentiment and drift for the individual record.
/api/v1/entities/{id}/insights/api/v1/entities/{id}/driftFor: Executive reputation and online reputation management teams
Creators
Creator Resolution — any name or a single profile link resolved to the canonical creator with every cross-verified handle and a signed record — plus YouTube and podcast intelligence for creator and media entities.
/api/v1/creators/resolveFor: Creator platforms, talent agencies and developers
Learn moreComplete entity record
The whole entity record in one call: identity, categorisation, headline scores, relationships, lifecycle stage and AI Ecosystem read. The single canonical projection every other dataset module is derived from — also exposed as MCP tools for AI agents.
/api/v1/entities/{id}/completeFor: Developers and AI agents
Learn moreMarkets & Registry
A live listing and quote for public-company entities, plus legal-entity registry footprint (GLEIF LEI) for organisation-eligible entities.
/api/v1/entities/{id}/marketsFor: Investor relations, finance and due-diligence teams
Learn moreAI Ecosystem
How each of ChatGPT, Claude, Gemini, Perplexity and Grok mentions, recommends, cites and positions an entity, plus a cross-engine coherence read — where the engines agree, where they diverge, and why.
/api/v1/entities/{id}/ecosystemFor: GEO strategists
Learn moreHow access works
A free API key unlocks rate-limited entity resolution and cached headline signals — enough to try every dataset shape against a real entity. Paid tiers unlock deeper layers: full score history, drift, cohort comparison, and the complete entity record.
The same datasets are exposed to AI agents through a hosted MCP server, so an agent can query entity intelligence directly instead of scraping it. The @entidex/sdk npm package wraps the REST API with typed helpers for every dataset above.
A command-line client is in private beta and not yet publicly installable — use the REST API, MCP server or SDK today.