Skip to content

Face Comparison

Using the Face Comparison feature, you can match two or more portraits in the same image or in different ones and find out whether the face belongs to the same person, assess how similar the detected faces are. For this, use the POST /api/match request.

To compare several images from a document and look up a person in the database in one request, use POST /api/match_and_search. In this case, the calculation of the discriptor will be performed only once, as opposed to using two requests for the same operation.

Find comprehensive information about the request and response parameters in the Web API documentation.