Semantic entity search across the org-wide graph
Semantic entity search across the org-wide graph
Semantic search over entities in the organization-wide graph. JSON body: `text` (1-2000 chars, required), optional `topK` (1-100), optional `types` (non-empty array of organization | person | location | identifier | date | amount | other). Returns `{ matches }`, each `{ id, type, name, score }` ranked by similarity. Organization administrators only; other callers get 403.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
text
topK
types
Response
Ranked entity matches across the organization.
matches