Native SDK REST API Pre-launch

Identity verification for the next generation of apps.

Seamlessly integrate passport scanning and biometric liveness.
One SDK. Endless trust.

No spam. Early access only.

Who we are

Built with purpose.
Designed without shortcuts.

Mission

To make digital identity impossible to fake and effortless to trust.

We believe that trust is the foundation of every meaningful digital interaction. Our work is to make sure that trust is a given — not a question — for every app, every platform, and every person on the verified web.

Vision

A world where every digital interaction is backed by verified identity.

The verified web isn't a distant idea — it's the direction everything is moving. We're building the identity layer that gets us there: one integration, one standard, one moment of trust at a time.

Capabilities

Everything you need
for trusted identity.

Passport Scan

AI-driven OCR reads global travel documents in under 2 seconds — MRZ zones, NFC chip data, and full visual inspection with tamper detection across 190+ countries.

Biometric Liveness

Real-time head movement and 3D facial mapping prevent spoofing at every vector — photos, videos, and deepfakes are all detected and rejected.

Age Verification

Instant age gating for social, regulated, and age-sensitive platforms. Privacy-preserving by design — no raw biometrics stored.

190+

Global Coverage

Passports, national IDs, and driver's licences across 190+ countries — with continuous document model updates.

For Developers

Built for developers.
Trusted by enterprises.

  • REST API with full OpenAPI 3.0 specification
  • Native SDK with full language support
  • Real-time webhook events for every step
View Docs →
import CleerWayID

// Configure your verification session
let config = CleerWayIDConfig(
    apiKey: "sk_live_••••••••••••",
    mode: .liveness,
    locale: .automatic
)

// Present the verification flow
CleerWayIDSession.start(config: config) { result in
    switch result {
    case .success(let identity):
        print("Verified: \(identity.fullName)")
        print("Age:      \(identity.age)")
    case .failure(let error):
        print("Error: \(error.localizedDescription)")
    }
}
curl -X POST https://api.clearwayid.com/v1/sessions \
  -H "Authorization: Bearer sk_live_••••••••••••" \
  -H "Content-Type: application/json" \
  -d '{
    "mode": "liveness",
    "webhook_url": "https://yourapp.com/webhook/clearwayid",
    "locale": "auto",
    "metadata": { "user_id": "usr_123" }
  }'

# 201 Created
{
  "session_id":   "ses_01J8KXR4...",
  "redirect_url": "https://verify.clearwayid.com/ses_01J8KXR4",
  "expires_at":   "2026-04-26T15:00:00Z"
}

Investor Relations

The Future of
Digital Trust.

The global identity verification market is undergoing a seismic shift. As mobile-first regulations tighten and digital fraud accelerates, demand for frictionless biometric-native verification has never been higher. CleerWayID is positioned to become the identity layer for the next generation of apps — and the verified web beyond.

$18B Global identity verification market by 2027
34% Annual growth rate driven by mobile-first regulation
Full Investor Overview → Request Pitch Deck →

Pricing

Two ways to pay.
One simple decision.

Choose a flat subscription for predictable costs, or pay only per verification you run.

Business

$499

per month · 20,000 verifications included

  • 20,000 verifications / month
  • $0.025 per extra verification
  • Everything in Pro
  • Analytics dashboard
  • Team seats (up to 5)
  • Dedicated Slack channel
Get Early Access →

Enterprise

Custom

Volume pricing available

  • Unlimited verifications
  • Dedicated infrastructure
  • Custom SLA & uptime guarantee
  • White-label SDK
  • Dedicated account manager
Contact Sales →