02 // LIVE BIOMETRICS
Sign in to access 1:1 Face Verification & 3D Liveness Audit Engine
| Key Label | API Key | Status | Actions |
|---|---|---|---|
| Loading API keys... | |||
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,..."]
}'