Skip to main content
DEVELOPER PORTAL · V.E.R.I.F.Y.™

Get API Access

Six verification pipelines. Zero document storage. One API key. Starter tier: 500 verifications/month at $49.

Request API Access

Keys issued within 1 business day · api@25alpha.ai

Quick Start — 10 Minutes to First Verification

STEP 1 — INSTALL

npm install @25alpha/verify-sdk

STEP 2 — VERIFY AN ATHLETE

const response = await fetch(
  'https://api.verify.25alpha.ai/v1/verify/athlete',
  {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
      'X-Verify-API-Key': process.env.VERIFY_API_KEY,
    },
    body: JSON.stringify({ user_id: athlete.id }),
  }
);

const token = await response.json();
// { verified: true, token_id: "...", arceb_trace_id: "..." }
// Store only token_id — never document content

STEP 3 — RESPONSE SCHEMA

{
  "token_id": "vt_01j...",
  "verified": true,
  "population": "athlete",
  "confidence": 0.97,
  "expires_at": "2026-12-11T06:23:41.994Z",
  "arceb_trace_id": "arc_01j...",
  "compliance_flags": {
    "coppa_consent": true,
    "arceb_trace": true
  }
}
// Document content is NEVER returned — PAT-118

Store token_id and arceb_trace_id only. Document content is never returned and never stored anywhere in the pipeline.

Six Verification Pipelines

VERIFY Veteran™
DD-214, service records, VOSB/SDVOSB status
population: "veteran"
VERIFY Federal™
.gov email, CAC, federal employee credentials
population: "federal"
VERIFY Edu™
.edu email, teaching certification, district ID
population: "edu"
VERIFY Athlete™
NCAA status, HS enrollment, COPPA compliant
population: "athlete"
VERIFY Citizen™
Phone OTP, behavioral trust scoring
population: "citizen"
VERIFY Global™
Passport hash, GDPR compliant, international athletes
population: "global"

API Tiers

Starter
$49/mo
500/mo
All 6 populations · Standard rate limits
Growth
$149/mo
2,500/mo
All 6 populations · Priority support
Scale
$499/mo
10,000/mo
All 6 populations · SLA 99.9%
Enterprise
Custom
Unlimited
White-label · Dedicated infra · FedRAMP path

Enterprise pricing and white-label agreements: api@25alpha.ai

Compliance Built In

COPPA
GDPR
FERPA
FCRA
GLBA
FedRAMP path

Every verification event is immutably logged to ARCEB with 7-year retention. Zero documents stored. Four patent-pending innovations (PAT-118–121). SOC 2 Type I target Q3 2026.