2.0.0
Last updated
Release date: June 8, 2026
Facephi Finger Service 2.0.0 introduces the public Facephi contract for fingerprint extraction and 1:1 authentication.
This Version provides:
Public fingerprint operation endpoints based on the 2.0.0 contract
Removal of legacy public 1.x.x routes
Stricter request validation for fingerprint operations
Supported image formats for image-based fingerprint requests: wsq, bmp, png, jpg, jp2
POST /api/v1/finger/create-template has been replaced by POST /api/v1/finger/extract.
POST /api/v1/finger/verify has been replaced by POST /api/v1/finger/authenticate.
Fingerprint operation payloads are not compatible with 1.x.x clients.
/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/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
Update client integrations to use /extract and /authenticate.
Update the request payloads to the public field names of Version 2.0.0.
Remove any dependency on legacy fields or on the availability of legacy routes.
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.0.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.0.0