Base64 or URL of selfie image to compare against ID
type*
String
type of voter card. One of old_voter_card, new_voter_card
metadata
Object
Metadata object. Any valid object can be passed here. It gets returned as is.
GVC Verification
The GVC verification feature is used to verify that a provided GVC number exists in the government database. It shows the full information of the GVC holder;
GVC Facial Matching
The GVC Facial Matching is used to verify that a GVC is valid and also that the image provided matches the image in the database. This includes a confidence score of the facial matching.
GVC Validation
GVC Validation is used to verify a GVC and compare given data parameters against the data present in the government database. For example, a first name and last name can be provided and this will validate as true or false as to whether it matches with the names in the database or not.
GVC Full Sample Request
This is a sample request that contains all the parameters as described above, all in one call.
{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}