2.1.0
Last updated
Release date: June 11, 2026
Facephi Finger Service 2.1.0 adds the operational metrics Endpoint used to report Fingerprint usage counters.
This Version provides:
Public Fingerprint extraction Endpoints and 1:1 authentication on the Facephi contract
Usage counter report via GET /api/v1/finger/metrics
Explicit documentation of the supported Fingerprint image formats for image-based requests: wsq, bmp, png, jpg, jp2
/api/v1/finger/extract
POST
Generates a Fingerprint template from a public payload
/api/v1/finger/authenticate
POST
Executes Fingerprint 1:1 authentication
/api/v1/finger/metrics
GET
Reports Fingerprint usage counters
/api/v1/finger/version
GET
Service Version and License status
/api/v1/finger/health
GET
Service health and availability
/api/v1/finger/config
GET/POST
Gets or updates the runtime configuration
Customers who need operational visibility can start consuming the Endpoint /metrics.
Continue relying solely on the documented public fields; internal processing details remain abstracted.
Operating system
Linux x86_64
License
Valid Facephi License file
Docker
Recommended for deployment
Fingerprint operation endpoints are only available when the service runs in the role master.
Dynamic configuration updates are applied in memory and are not persisted automatically.
Some configuration values require a restart to take full effect (port, number_of_threads).
For Technical Support, contact your Facephi representative.
Last updated
docker pull facephicorp.jfrog.io/docker-core-pro-fphi/facephi-finger-service:2.1.0
docker run -d \
-p 6982:6982 \
-v /path/to/license:/app/license \
-v /path/to/config:/app/config \
--name finger-service \
facephicorp.jfrog.io/docker-core-pro-fphi/facephi-finger-service:2.1.0