API-first verification for emerging markets. Neural-link document parsing, biometric liveness, and authoritative registry sync in < 2 seconds.
Document Intelligence
Deep learning models parse identity documents across 40+ formats. Bounding-box extraction with sub-pixel accuracy on low-quality scans.
Biometric Verification
Real-time neural liveness detection defeats presentation attacks. 3D depth estimation from 2D inputs using proprietary ML models.
Authoritative Verification
Direct integration with national databases: NIMC, KRA, BVN, and expanding. If it's not in the registry, it doesn't pass.
| ID | TYPE | REGION | STATUS | CONFIDENCE | LATENCY |
|---|---|---|---|---|---|
| VRF-8A2C | NATIONAL_ID | NG | PASS | 99.8% | 1.2s |
| VRF-7B1D | PASSPORT | KE | PASS | 99.6% | 1.4s |
| VRF-3E9F | DRIVERS_LIC | GH | FLAGGED | 67.2% | 0.9s |
| VRF-1C4A | NATIONAL_ID | ZA | PASS | 99.9% | 1.1s |
| VRF-5D8B | VOTER_ID | UG | PASS | 98.7% | 1.6s |
Modular deployment via SDK. Document parsing, biometric liveness, and registry sync — all in a single request. Ship identity verification in hours, not months.
import Fidel80 from '@fidel80/sdk';
const client = new Fidel80({ apiKey: 'fid_live_...' });
const result = await client.verify({
document: {
type: 'NATIONAL_ID',
country: 'NG',
image: documentBuffer,
},
biometric: {
selfie: selfieBuffer,
liveness: true,
},
registry: {
check: ['NIMC', 'BVN'],
},
});
console.log(result.confidence); // 0.998
console.log(result.status); // 'PASS'Onboard clients with confidence using advanced AI-driven screening that instantly identifies exposure to sanctions, PEPs, and adverse media.
Evaluate corporate entities with deep risk profiling, including ownership structures, affiliations, and financial crime exposure.
Continuously track changes in risk profiles with real-time alerts on customers and businesses.
Detect suspicious activity using rules, machine learning, and graph-based relationship analysis.
Screen transactions in real time against sanctions lists while minimizing false positives.
Access a global database of sanctioned individuals, entities, and organizations.
Identify politically exposed persons and their close associates across jurisdictions.
Monitor global news using AI-powered multilingual analysis to detect reputational risk.