🆔National ID OCR
Last updated
Last updated
This API provides Data Extraction for the Egyptian National ID, without document verification.
POST
https://valifystage.com/api/v1.5/ocr/
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Download the JSON file from here.
Open Postman and click on Import.
Drop the JSON file.
Click on "Egy NID OCR" then click on "Authorization" and replace the <access token> field with your access token and then click on "Body".
After clicking on "Body", fill in the required fields then click Send.
Please note that the front and back images should be converted to base 64 format. This can be done via an online tool; https://base64.guru/converter/encode/image/jpg
Content-Type*
string
application/json
Authentication*
string
Bearer <access-token>
document_type*
string
egy_nid
data*
object
Object containing the parameters below:
{
front_img: <base64 str>,
back_img: <base64 str>,
bundle_key: <str>,
lang: <str>
}