Face Comparison

Compare two faces

Compare two images

POST https://api.usetani.com/v1/persons/compare

Creates a new person.

Headers

NameTypeDescription

x-api-key*

string

Your API key

x-group-id*

string

Your group ID from the dashboard.

Request Body

NameTypeDescription

image1*

string

Image that needs to be recognized.

image2*

string

Image that needs to be recognized.

{
    "message":"The images you uploaded are the same person",
    "similarity_score": 0.7556397799150376,
}

Last updated