Get your API key
Create a sandbox key from the Developer Portal. It’s free to use and safe for testing.
Open Developer Portal →Everything you need to integrate FaceX Verify identity verification with confidence—from your first API call to global scale.
import { FaceX Verify } from '@facex/sdk';
const facex = new FaceX Verify({
apiKey: process.env.FACEX_KEY
});
const result = await facex.verify({
image: selfie,
liveness: true
});Create your API key, install an SDK, and verify a real identity in under five minutes.
Create a sandbox key from the Developer Portal. It’s free to use and safe for testing.
Open Developer Portal →Use our Web SDK or a server library for your preferred language.
npm install @facex/sdkSubmit a face image and receive a verified result with confidence signals.
View request example →Secure every request with API keys, permissions, and signing.
Read guide →◉Match a live face to an enrolled image or trusted identity document.
Read guide →◌Detect spoofs, deepfakes, screens, and presentation attacks.
Read guide →▣Combine biometrics, documents, and risk intelligence in one flow.
Read guide →⌁Receive reliable, signed events when verification status changes.
Read guide →◈Platform-specific implementation guides and UI components.
Read guide →Predictable endpoints, consistent responses, and detail-rich error messages make integration a pleasure.
{
"verified": true,
"confidence": 0.9987,
"liveness": "passed",
"request_id": "ver_9N2k..."
}Start with the Quick Start, explore best practices, or test your flow in the API Explorer.