Browse documentation
One-hop brief on an entity
Coverage Graph: a one-hop brief on an entity — the passages that mention it, its top source hosts, and the entities it co-occurs with.
get
/dossier Request
curl \
-H "x-api-key: $UNLOB_API_KEY" \
"https://api.unlob.com/dossier?entity=<entity>" Behaviour
Replaces roughly ten searches and a manual merge. The co-mentioned entities are the leads: they are what you did not know to search for.
Parameters
| Name | Type | Description |
|---|---|---|
entityrequired | string | Entity / salient term. |
limit | integer | Maximum mentions, default 10. |
Responses
| Status | Meaning |
|---|---|
200 | Mentions, top source hosts, and co-mentioned entities. |
401 | Missing, unknown or revoked key. A key minted moments ago can answer 401 until it propagates to the serving fleet. |
429 | Over the per-minute rate, or past a hard-capped monthly quota. `retry-after` is present on the rate-limit case only. |
The same call over MCP is a tool with these parameter names unchanged. See Errors for what to do with each status.