FaceX Verify
Documentation / Quick Start
FACEX DOCUMENTATION

Build trust into every
interaction.

Everything you need to integrate FaceX Verify identity verification with confidence—from your first API call to global scale.

verify.js
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
});
QUICK START

Make your first verification request.

Create your API key, install an SDK, and verify a real identity in under five minutes.

01

Get your API key

Create a sandbox key from the Developer Portal. It’s free to use and safe for testing.

Open Developer Portal →
02

Install the SDK

Use our Web SDK or a server library for your preferred language.

npm install @facex/sdk
03

Send a verification request

Submit a face image and receive a verified result with confidence signals.

View request example →
CORE GUIDES

Everything your integration needs.

API REFERENCE

Designed for developers.

Predictable endpoints, consistent responses, and detail-rich error messages make integration a pleasure.

POST /v1/verify
{
  "verified": true,
  "confidence": 0.9987,
  "liveness": "passed",
  "request_id": "ver_9N2k..."
}
SHIP WITH CONFIDENCE

Ready to build trusted
experiences?

Start with the Quick Start, explore best practices, or test your flow in the API Explorer.

Open Developer Portal Read the FAQ →