🆔National ID OCR
This API provides Data Extraction for the Egyptian National ID.
Egyptian National ID OCR
POST
https://<base-url>/api/v1.5/ocr/
Headers
Content-Type*
string
application/json
Authentication*
string
Bearer <access-token>
Request Body
document_type*
string
egy_nid
data*
object
Request details
Note: The object below is one of the parameters included in the request as mentioned in the previous section
Integration
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
Last updated