Skip to main content
POST
Entity Resolution

Authorizations

Authorization
string
header
required

JWT bearer token.

Body

application/json
entities
object[]

Entities to match using the external route contract. Empty arrays are allowed and return results: [].

limit
integer
default:3

Maximum candidates to return per entity row. Valid integer values are 1 through 10. Omitted or out-of-range integers are normalized to 3; malformed non-integer values fail validation.

Response

Entity name resolution results

results
object[]
required

Table-style results keyed by input entity.

Last modified on July 10, 2026