Uploading Face Image
This is where the real-time face verification occurs
{
"Content-Type": "application/json",
"Accept": "application/json",
"x-api-key": "Your API key"
}{
"faceImage":"https://res.cloudinary.com/image/wkoqzmjz76gmg5zmfhjo.jpg",
"documentIdentificationId":"64d3a6f3-6f71-4e15-a6ee-08b95b8f724e"
}{
"faceImage_base64":"/9j/xvbhxchvbhbvcxvc/4QBMRXhpZgAATU0AKgAAAAgAAgESAAMAAAABAAYAAIdpAAQA................",
"documentIdentificationId":"64d3a6f3-6f71-4e15-a6ee-08b95b8f724e"
}Last updated