back  Back to APIs

Name Entity Match

{{username ? 'subscribe' : 'start free trial'}}

Remaining API Counts:

{{(token.limit-token.counter) || '0' }}
Remaining API Count : {{(token.limit-token.counter) || '0' }}

API Overview

Verify if different names refer to the same identity

try it out

( Click on the image to enlarge )

Try the API

Select Threshold

Please enter your comment and click on submit.

Please wait...

Check out the API results using samples provided below

Samples

{{selectedRec}}

Matched!

Not Matched!

Documentation

POST

URL : {{url}}/api/v1/name_entity   COPY

API Token

  Regenerate

{{tokenDisplay}}  

Request JSON body

Body:
{
  "req_id" : < string >,
  "entities": ["qwerty","qwerty",...],
}

Headers:
{
  "content-type" : < application/json >,
  "token" : < string >
}

Request Field Details

Fields Values/Description
req_id Unique request ID used for processing requests
entities Query text

Response

Body:
{
  "req_id" : < string >,
  "score" : < string >,
  "api_success" : < flag >,
  "error_message" : < string >,
  "result" : < string >,
}

Response Field Details

Fields Values/Description
score Corresponding score
req_id Corresponding request id
api_success Sucess flag
error_message Error message if fail
result Extracted result