Face match verification

Compares two face images and returns a similarity score. Accepts multipart/form-data with either (image1 file + image2 file) or (image1 file + image2_url string). Requires X-API-KEY and X-Client-ID headers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
file
required

Primary image file (jpeg/png).

file

Secondary image file (jpeg/png). Optional if image2_url is provided.

string

Public URL to the secondary image. Optional if image2 file is provided.

Responses

400

Bad request — missing or invalid images.

401

Unauthorized — missing or invalid API credentials.

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json