Skip to main content
POST/api/v1/face/compare
Compare two face images (face_a and face_b) and get a match result. Images can be URLs or Base64. Optionally attach a reference_id to correlate the call on your side.

Headers

Body parameters

Response

Returns an entity with a boolean match, a similarity score, the confidence_band, the threshold used, per-image quality, and a correlation_id (echoes the reference_id you sent, if any).

Errors