Selfie Photo ID Verification
Match a live selfie against a government-issued photo ID.
Request
POST/api/v1/kyc/photoid/verify
{{baseUrl}}/api/v1/kyc/photoid/verifyHeader
Body Parameters
Request payload
Sample dataRequest payload
{
"selfie_image": "https://cdn.example.com/sample.jpg",
"photoid_image": "https://cdn.example.com/sample.jpg"
}Expected response
200 OKSample dataExpected response
{
"entity": {
"status": "success",
"match": true,
"confidence_value": 98.7
}
}Response Fields
Set {{baseUrl}} to https://api.peleza.com (production) or https://sandbox.peleza.com (sandbox). Authenticated calls need a Bearer token from POST /api/v1/oauth/token.
