v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

Name Match

post/v1/api_hub/name_match_l1

Request body

name1string required

John Doe

name2string required

Jon Dow

Response

200

scorenumber
match_typestring

Example response

{
  "score": 87.13,
  "match_type": "EXACT_FUZZY",
  "score_components": {
    "name_score": 1.7425000000000002,
    "num_tokens": 2,
    "match": 2,
    "conclusive_match": 2
  }
}