// admin login

Welcome back

Sign in to your brand dashboard.

Forgot password?
Dashboard
Your face authentication overview
Enrolled Users
Total Auth Attempts
Access Granted
Success Rate
API KEY
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.

Capture New Face
✓ Face enrolled successfully!
Click "Start Camera" to begin

Position your face in the circle · Good lighting · Look straight at camera

Enrolled Users
Loading…
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.

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
}