INE Service API
1. Introduction
This document includes the API description of the service provided in the FacePhi INE Service product.
2. REST API
The REST API is described in the following Swagger documentation:
The service offers this only one endpoint:
- /api/v1/facial/authentication: This endpoint is used to authenticate two facial photos. It receives two images and/or a raw templates, and returns a score value that indicates if the face belongs to the same person, and a probability that indicates the similarity between the two faces. The image or template must be encoded in base64.