🇳🇬 Built for Nigerian Documents

AI-Powered Document Verification API for Nigerian KYC

Upload a NIN slip, CAC certificate, or utility bill — get structured data, fraud detection, and a confidence score in seconds. One API call.

Start Free — 500 calls/month View API Docs
verify_document.py
# Verify a NIN slip in 3 lines
import requests

response = requests.post("https://api.verifyng.com/verify",
    files={"file": open("nin_slip.jpg", "rb")},
    data={"document_type": "nin_slip"},
    headers={"X-API-Key": "your_api_key"})

result = response.json()
print(result["extracted_fields"]["full_name"])  # ALIMI VICTOR OMOLADE
print(result["confidence_score"])           # 0.95
Every Nigerian ID document. One API.
Our AI reads the document image directly — no templates, no manual rules. Upload any supported document and get structured JSON back.
🪪

NIN Slip

Full name, NIN (11 digits), date of birth, gender, address, phone number, issue date

🏢

CAC Certificate

Company name, RC number, registration date, company type, registered address

💡

Utility Bill

Name, address, account number, meter number, billing period, amount, provider

🚗

Driver's License

Full name, license number, DOB, expiry date, address, gender, blood group

🗳️

Voter's Card

Full name, VIN number, date of birth, gender, polling unit, state, LGA

✈️

International Passport

Full name, passport number, DOB, expiry date, gender, nationality

Three steps. One API call. Real results.
1

Upload Document Image

Send a photo or scan of any supported Nigerian document to our API endpoint.

2

AI Reads & Extracts

Our vision AI reads the document like a human — extracts every field into structured JSON.

3

Validate & Score

Fields are validated against Nigerian formats. Fraud signals detected. Confidence score returned.

Start free. Scale as you grow.
No credit card required. Upgrade when you need more calls.
Free
₦0
forever
  • 500 API calls/month
  • All document types
  • JSON response
  • Fraud detection
Get Free API Key
Scale
₦80,000
per month
  • 50,000 API calls/month
  • Dedicated support
  • Custom integrations
  • SLA guarantee
Get Started
Enterprise
Custom
contact us
  • Unlimited API calls
  • On-premise option
  • Custom models
  • Dedicated account manager
Contact Sales
Stop sending customers to foreign KYC APIs.

VerifyNG understands Nigerian document formats — NIN numbers, RC numbers, NUBAN accounts, Nigerian phone numbers, Naira amounts. Built by Nigerians, for Nigeria.