Dashboard
Your face authentication overview
Quick Start
Protect any page by adding this script tag. Replace with your API key above.
Loading…
Enroll Users
Add authorized faces to your brand
📧 Invite User to Self-Enroll
Send an invite link — user enrolls their own face from anywhere.
INVITE LINK (share manually if email failed)
Capture New Face
✓ Face enrolled successfully!
Click "Start Camera" to begin
Position your face in the circle · Good lighting · Look straight at camera
Access Logs
Last 50 verification attempts
| Status |
Name |
Confidence |
IP |
Time |
| Loading… |
Integration
Protect your website with one line of code
Embed Script
Add this to any HTML page you want to protect. Visitors must verify their face to see the content.
Loading…
Gate Page Link
Or link directly to the Veriface gate page. Users verify here and get redirected back to your site.
Loading…
REST API
Verify faces programmatically via POST request.
POST https://getveriface.com/api/verify
Content-Type: application/json
{
"apiKey": "vf_live_...",
"embedding": [0.12, -0.45, ...] // 128-dim float array
}