ReferenceKnowledge quality

Get an entity synthesis

A compiled, always-current profile for one entity — overview, current relationship, key contacts, recent activity, risks and likely outcome.

Reading a synthesis is one request against a pre-built page instead of a search across hundreds of documents and a fresh reasoning pass. The answer is also consistent: two people asking the same question get the same text.

A synthesis is a summary, never ground truth — every response carries its source_count and source_ids.

GET
/api/v1/memory/synthesis/{entity_id}

Authorization

x-api-key<token>

A platform key (ck_live_…) — reaches every memory in the tenant.

In: header

Path Parameters

entity_id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/memory/synthesis/ent_acme_corp"
{  "entity_id": "string",  "entity_name": "string",  "content": "string",  "content_format": "markdown",  "source_count": 0,  "source_ids": [    "string"  ],  "version": 0,  "updated_at": "2019-08-24T14:15:22Z"}
Was this page helpful?
Report an issue