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-Key
Request
This endpoint expects an object.
names
threshold
Response
OK
results
list of cluster IDs