POST
/
match
/
text
Compare two text strings
curl --request POST \
  --url https://idverify-api.argosidentity.com/modules/verify/curp/match/text \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "originalText": "argos",
  "matchingText": "Arg0s",
  "callbackUrl": "https://your-domain.com/callback"
}'
{
  "similarity": 70
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Successful text comparison

The response is of type object.