Find which company a name refers to, or confirm it is new

View as Markdown
Returns status MATCHED, NO_MATCH, or NEEDS_REVIEW. MATCHED: match.record.id is the company; read its detail with entities get --entity-id. NO_MATCH: no record you can see is this company; create it, using officialUrl as its website when present. NEEDS_REVIEW: show candidate (most probable first) to the user and ask which one it is or whether it is new; never create on NEEDS_REVIEW. stage names the step that settled it: DETERMINISTIC (URL or registry-id proof, no model call), JUDGMENT (decision model), or WEB_EVIDENCE (added a web search). Send the website and LinkedIn company URL whenever you have them, location and context to tell namesakes apart, and the article as sourceUrl or sourceNewsId. A parent, subsidiary, or namesake is a different company. For the full detail of an exact slug, URL, or domain use entities lookup get. Example: entities lookup --name "Acme AI" --url https://acme.ai --location "Austin, TX". Output: --text (default) is compact text, --json the full envelope, --data the Identification object for scripts.

Authentication

AuthorizationBearer

User bearer token: Clerk session JWT, Clerk OAuth access token, or Clerk API key

Query parameters

includePrivatebooleanOptional

Also considers hidden and unpublished records; needs private-visibility authority. Without it, NO_MATCH covers only records you can see.

Request

This endpoint expects an object.
namestringRequired0-200 characters
Name exactly as the source writes it, such as Acme AI or Jane Doe.
contextstring or nullOptional0-2000 characters

Specific facts in plain words: product, industry, employer and title, or founder names. Generic words like startup add nothing.

locationstring or nullOptional0-2000 characters

City, region, or country, such as Austin, TX. Tells namesakes apart; not proof on its own.

sourceNewsIdinteger or nullOptional

aVenture news id of the article that mentions the subject; an unknown id is a 400.

sourceUrlstring or nullOptional0-2000 characters

URL of the article that mentions the subject; read from aVenture news when stored there, otherwise fetched.

urllist of stringsOptional

URLs the subject owns: its website, its LinkedIn company or person profile, or a registry page. At most 10. Put articles in sourceUrl.

Response headers

X-RateLimit-Limitinteger

Requests allowed per client IP in the current rate-limit window.

X-RateLimit-Remaininginteger

Requests left before the tightest applicable rate-limit bucket rejects.

X-RateLimit-Resetinteger

Seconds until the exhausted rate-limit bucket admits another request; 0 when none is exhausted.

Response

The identification as canonical JSON or compact text/plain.

candidatelist of objects
Records considered, most probable first.
detailstring
One sentence naming what settled the answer or what the user must decide.
stageenum
The ladder step that settled the answer.
Allowed values:
statusenum

What the caller does next: act on match, create, or ask the user.

Allowed values:
matchobject or nullOptional
The matched record when status is MATCHED.
officialUrlstring or nullOptional
The subject's own website or profile page found in web search. Use it as the website when creating the record only if it is the subject's own domain, not a LinkedIn, Crunchbase, or other profile page.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
406
Not Acceptable Error
409
Conflict Error
415
Unsupported Media Type Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error