Deduplicate names

Name Deduplication takes a list of names and groups similar names into clusters. Matches across name variations (such as misspellings and nicknames) have multilingual support by using a linguistic, statistically-based system. A threshold parameter determines how much variation between names is permitted in any given cluster. There is a limit of 1000 names per list per call.

Given a list of names as input, the output is a cluster ID for each name. Similar names are given the same cluster ID. The output may then be sorted by cluster ID to group together possible duplicate names.

Headers

X-RosetteAPI-KeystringRequired

Request

This endpoint expects an object.
nameslist of objectsOptional
thresholddoubleOptional

Response

OK
resultslist of strings or null
list of cluster IDs