Release Notes — Version 0.0.1
Release Date: January 29, 2026
Overview
Initial development release of Facephi IAD Service, a REST API microservice for detecting injection attacks in biometric captures.
This is a pre-release version for internal testing and early integration partners.
What's Included
Core Capabilities
- Liveness Detection — Verify authenticity of biometric captures in real-time
- Image Extraction — Extract validated images from authenticated captures
- Health Monitoring — Built-in endpoints for operational monitoring
- Configuration Management — Update settings without service restart
Deployment
- Docker container based on Ubuntu 24.04
- Pre-configured for development and testing
- Includes all required dependencies
API Endpoints
| Endpoint | Purpose |
|---|---|
POST /api/v1/check-capture |
Detect liveness and injection attacks |
POST /api/v1/extract-image |
Extract image from validated capture |
POST /api/v1/extract_data |
Extract structured data from capture |
GET /api/v1/version |
Service version and license status |
GET /api/v1/health |
Health check for monitoring |
GET/POST /api/v1/config |
Retrieve or update configuration |
Note: Endpoint paths were standardized in version 1.0.0. See 1.0.0 release notes for migration details.
Installation
docker pull facephicorp.jfrog.io/docker-core-pro-fphi/facephi-iad-service:0.0.1
docker run -d \
-p 6982:6982 \
-v /path/to/license:/app/license \
-v /path/to/config:/app/config \
--name iad-service \
facephicorp.jfrog.io/docker-core-pro-fphi/facephi-iad-service:0.0.1
See Installation Guide for detailed instructions.
Known Limitations
- Development release — not recommended for production
- Endpoint paths will change in v1.0.0 (standardization planned)
- Service requires external IAD engine for processing
- Configuration changes to
portandnumber_of_threadsrequire restart - Linux x86_64 only (no ARM support)
Next Steps
Version 1.0.0 will include:
- Standardized endpoint paths with /iad prefix
- Enhanced Docker integration
- Automatic engine management
- Production-ready stability
Support
For technical support or feedback, contact your Facephi representative.