Resolve a person, organization, place, or company by free-text name. Returns ranked candidates with the canonicalDocumentation Index
Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
Use this file to discover all available pages before exploring further.
slug you should feed into entity-aware tools.
Use this first whenever you only have a human name. The slug is the stable handle — once resolved, downstream tools that take entity_slug accept it directly without re-resolving.
For companies that you can identify by ticker, domain, CIK, or QID, prefer companies/resolve_company — it has more identifier surface.
Inputs
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | yes | — | Free-text name (e.g. "sam altman", "nvidia", "kara swisher"). Case-insensitive. |
limit | integer (1–10) | no | 5 | Maximum candidates to return. |
Output
A markdown document with an## Entity matches for "<query>" (N) heading and one ### Name section per result, each with bullet-style **Slug:**, **Description:**, **Wikipedia:** (when present), and — for companies — **Ticker:** / **Domain:** lines.
Sample (query="Marc Andreessen", limit=2):
**Description:** and **Wikipedia:** lines to disambiguate. The string after **Slug:** is what every other tool that takes an entity_slug parameter expects.
Example
Related
- REST equivalent:
GET /v1/entities. - Use the returned
slugwithpodcasts/get_entity_mentions,podcasts/search_dialogue,podcasts/list_episodes, orpodcasts/list_clips. - For company-specific identifiers, use
companies/resolve_companyinstead.