Identity Verification AI Service
Developer & Test Dashboard
⚠️ This UI is for development and testing only. Do not expose in production.
Image Quality
Test blur score, brightness, resolution checks on uploaded or captured images.
POST /ai/image/qualityDocument Analysis
OCR extraction, document detection, perspective correction, face crop from ID.
POST /ai/document/analyzeFace Verification
Compare two face images using ArcFace model via DeepFace.
POST /ai/face/verifyFull Flow Test
End-to-end test: registered ID → live ID → OCR compare → selfie face verify.
Multi-stepSwagger Docs
Interactive API documentation generated by FastAPI.
/docsHealth Check
Service liveness endpoint consumed by .NET backend and orchestrators.
GET /health