Passport extraction V2
The Passport Extraction API is designed to extract data from passport images. You can input the URL of the passport image, and the API will return structured data extracted from the image, such as the passport holder's name, date of birth, passport number, address and other relevant details.
Key | Value |
Authorization | access token (returned as id field of login request) |
Content-type | application/json |
PARAMETERS | DESCRIPTION | TYPE | VALUE (COMPULSORY OR OPTIONAL) |
type | Supported type parameter for creation of Identity objects
| String | COMPULSORY |
E-mail can't be empty | String | COMPULSORY | |
callbackUrl | callbackUrl is where the data is posted on each activity performed on this Identity object. | String | COMPULSORY |
images | blank | List | COMPULSORY |
Key | Value |
Authorization | access token (returned as id field of login request) |
Content-type | application/json |
Parameter | Type | Required | Description |
task | string | Yes | The task to be performed by the API. For the driving license verification, the value should be "verification". |
essentials | object | Yes | blank |