Now live — 54 African countries

Africa's identity
infrastructure layer

Verify any African identity with a single API call. Issue portable Verified Identity Tokens. Let your users carry their trust score everywhere.

54
Countries supported
<100ms
Identity lookup
RS256
VIT signing algorithm
0
Raw IDs stored

Built for African scale

Every feature designed around the reality of African identity infrastructure.

54 African Countries

NIN, BVN, National ID, Passport — every major African identity document supported.

Sub-100ms Lookups

Connect an existing verified identity to your platform in under 100 milliseconds.

AfriShield Active Defense

DeepScan blocks AI-generated faces and synthetic documents before they reach identity providers.

Zero Raw Data Stored

ID numbers and biometrics are SHA-256 hashed. Face embeddings are AES-256-GCM encrypted.

Cross-Platform Trust Score

A live reputation score that follows the identity across every connected platform.

Portable VIT

One RS256-signed Verified Identity Token. Verify once, use on any platform in the network.

Integrate in minutes

Three API calls to verify any African identity. One token that works on every platform in the AfriVerify network.

  1. 1Initiate a verification session
  2. 2Guide the user through OTP + ID + face match
  3. 3Receive a signed Verified Identity Token
  4. 4Check trust score anytime, sub-100ms
Get your API key
verify.ts
// 1. Initiate a verification session
const { token } = await fetch('/v1/verify/initiate', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer av_live_xxxx',
    'X-Platform': 'your-app',
  },
  body: JSON.stringify({ phone: '+2348012345678', country: 'NG' }),
}).then(r => r.json());

// 2. Guide user through OTP + ID + face
// ...your UI flow...

// 3. Poll for the Verified Identity Token (VIT)
const { vit, trust_score } = await fetch(
  `/v1/verify/status/${token}`
).then(r => r.json());
// { verified: true, trust_score: 412, vit: "av_vit_..." }

Simple, transparent pricing

Start free. Scale as you grow.

Sandbox
Free
100 verifications / month
  • All API endpoints
  • Sandbox environment
  • VIT generation
  • Community support
Start free
Most popular
Starter
$49/mo
2,000 verifications / month
  • Production environment
  • AfriShield included
  • Usage analytics
  • Webhooks
  • Email support
Get started
Enterprise
Custom
Unlimited verifications
  • Everything in Starter
  • SLA guarantee
  • Dedicated support
  • Fraud graph access
  • Custom contracts
Contact sales

Start verifying today

100 free verifications. No credit card required.

Create your account