Create Project Entity

Beta

The resolution endpoints allow users to search for matching entities against a provided list of attributes. The endpoint is similar to the search endpoint, except it’s tuned to only return the best match so the client doesn’t need to do as much or any post-processing work to filter down results.

Path parameters

project_idstringRequired

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Query parameters

enable_llm_cleanbooleanOptional

Whether to enable LLM-based data cleaning to remove noise and standardize entity attributes. Defaults to true if not supplied. Set to false to disable LLM cleaning.

Request

This endpoint expects an object.
identifierlist of strings or integers or doublesOptional
namelist of stringsOptional
countrylist of enumsOptional
addresslist of stringsOptional
date_of_birthlist of stringsOptional
contactlist of strings or integers or doublesOptional
typelist of enumsOptional
citylist of stringsOptional
statelist of stringsOptional
profileenumOptional
Allowed values:
enable_llm_cleanbooleanOptional

Whether to enable LLM-based data cleaning to remove noise and standardize entity attributes. Defaults to true if not supplied. Set to false to disable LLM cleaning.

Response

This endpoint returns an object.
dataobject

Errors