For the complete documentation index, see llms.txt. This page is also available as Markdown.

1.0.0

Release date: April 20, 2026

Overview

First documented release of Facephi Finger Service, a Rest API microservice for Fingerprint processing on the Facephi platform.

This version provides:

  • Fingerprint template generation

  • Fingerprint 1:1 verification

  • Operational management Endpoints

  • Runtime configuration management

  • Docker deployment support for single-node and cluster-oriented topologies

Included endpoints

Endpoint
Method
Purpose

/api/v1/finger/create-template

POST

Generates Fingerprint templates

/api/v1/finger/verify

POST

Executes 1:1 verification

/api/v1/finger/version

GET

Service version and license status

/api/v1/finger/health

GET

Service and engine health

/api/v1/finger/config

GET/POST

Gets or updates the runtime configuration

Deployment

Requirements

Component
Requirement

Operating system

Linux x86_64

License

Valid Facephi license file

Docker

Recommended for deployment

Known limitations

  • Fingerprint operation endpoints are only available when the service runs in the role master.

  • Dynamic configuration updates are not automatically persisted to disk.

  • Some configuration values require a restart to be fully applied (port, number_of_threads).

Documentation

Support

For Technical Support, contact your Facephi representative.

Last updated