XFaceX
Developer portal / Overview

Good morning, Alex

Here’s how your identity verification infrastructure is performing.

Test API
Total verifications
24,892

↑ 18.4% vs. previous period

Success rate
99.7%

↑ 0.2% vs. previous period

Avg. response timeϟ
483ms

↓ 62ms faster than previous

API KEYS

Production keys

Primary productionCreated Jan 12, 2026 · Last used 2 min ago
fx_live_••••••••••••••••7J2K
Mobile applicationCreated Mar 04, 2026 · Last used 1 hour ago
fx_live_••••••••••••••••9F4M
View all API keys
QUICKSTART

Make your first request

● LIVE
curl https://api.facex.ai/v1/verify \\
  -H "Authorization: Bearer $FACEX_KEY" \\
  -F "image=@selfie.jpg"
Read the quickstart guide
USAGE

Verification volume

8k6k4k2k0
Jun 21Jun 27Jul 03Jul 09Jul 15Jul 20
Plan usage24,892 / 50,000
Resets in11 days
View usage details →
DEVELOPER RESOURCES

Build with FaceX Verify

DocumentationGuides, concepts, and API references
API explorerTest requests in your browser
SDKs & librariesNative tools for every platform
INTERACTIVE API EXPLORER

Test the Verification API

Send a test request using your sandbox key. No code required.

● SANDBOX
RESPONSE200 OK
{
  "verified": true,
  "confidence": 0.9987,
  "liveness": "passed",
  "request_id": "ver_9N2k..."
}
FACE X SDKs

Native tools for every stack.

Build faster with production-ready SDKs, beautiful UI components, and deep platform integrations.

Explore SDKs
API key copied to clipboard