Nigeria ๐ณ๐ฌ
Extract PII data from Nigerian ID documents
How It Works
Appruve's OCR API allows you to extract the Personally identifiable information from a Nigeria ID document including the ID face photo. The endpoint is constructed as follows.
id_type
should be replaced with the specific ID type. Supported ID types are passport
, voter
, driver_license
, and national_id
The request is a multipart POST
request as shown in the example below. The id_image
parameter is required and the value could be a File Object or a web URL.
An example response is given below.
The returned transaction_reference
value should be used for the Upload Selfie endpoint.
Last updated