Skip to main content
POST
Compare faces

Authorizations

Authorization
string
header
required

API key as Bearer token

Body

application/json
image_1
string<byte>
required

First face image (base64)

image_2
string<byte>
required

Second face image (base64)

Response

200 - application/json

Face comparison result

id
string
object
enum<string>
Available options:
identity.face_match
match
boolean
similarity_score
number<float>
Required range: 0 <= x <= 1
threshold
number
confidence
number