FindAll

Generate FindAll Candidates

Return ranked entity candidates matching a natural language objective.

This endpoint performs a best-effort search optimised for low latency. For comprehensive match evaluation and enrichment, use the FindAll API.

post/v1beta/findall/candidates

Request body

entity_type'company' | 'people' required

Type of entity to search for.

match_limitinteger

Maximum number of candidates to return. Must be between 5 and 1000 (inclusive). May return fewer results. Defaults to 100.

objectivestring required

Natural language description of target entities.

Response

Successful Response

candidate_set_idstring required

Candidate set request ID. Example: candidate_set_cad0a6d2dec046bd95ae900527d880e7

Changes