TrustGrid Logo

Biometric Identity System

Sign in to access 1:1 Face Verification & 3D Liveness Audit Engine

Invalid email address or password.
TrustGrid Logo

Face Verification & Liveness Audit

dhanushr@trustgrid.com
01 // REFERENCE

Identity Document Ingestion

Deposit Reference Photo ID

or Browse File (JPEG, PNG, HEIC, HEIF, WEBP, BMP)

REFERENCE FACE EXTRACTED
Extracted ID Face
✓ Face Extracted
02 // LIVE BIOMETRICS

Real-time Live Facial Assessment

ACTIVE BIOMETRIC AUDIT

Center Face & Look Ahead

AUDIT SUMMARY

Biometric Verification Summary

AUTHENTICATED
Matching complete
Biometric Identity Match CONFIRMED
MATCHED
Anti-Spoofing Liveness Index AUTHENTIC
0 / 100
System Processing Latency
0.0 ms
DEVELOPER API KEYS

API Keys Management

PROVISION KEY

Generate New API Key

MANAGEMENT & CONTROL

Active & Blocked API Keys

Key Label API Key Status Actions
Loading API keys...
INTEGRATION EXAMPLES

Developer REST API Code Examples

cURL Command Request Example
curl -X POST "http://localhost:8000/api/v1/verify" \
  -H "X-API-Key: YOUR_API_KEY_HERE" \
  -H "Content-Type: application/json" \
  -d '{
    "sessionId": "CUSTOM_SESSION_101",
    "idDocumentImage": "data:image/jpeg;base64,...",
    "liveKeyframes": ["data:image/jpeg;base64,..."]
  }'