Skip to content

YeboVerifyIdentity Verification API

Built for Africa. Simple to integrate. Enterprise-grade security.

Quick Start

bash
curl -X POST https://api.yeboverify.com/v1/verify/selfie-match \
  -H "X-API-Key: your_api_key" \
  -F "selfie=@selfie.jpg" \
  -F "profilePictureUrl=https://example.com/profile.jpg"
json
{
  "success": true,
  "data": {
    "verificationId": "vrf_sm_abc123xyz",
    "samePerson": true,
    "matchScore": 94.5,
    "confidence": "high"
  }
}

Get Your API Key

Contact us at support@yeboverify.com to register your business and receive your API key.