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 the following endpoints:
- /api/v1/facial/authentication: This endpoint is used to authenticate two facial photos. It supports image-image, template-template, and mixed image-template combinations. It 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.
- /api/v1/version: This endpoint returns the service version and SDK information.