BrandKwikID Documentation
API SuiteDocument OCR (ML)

Passport Back

This API extracts details like Father Name, Mother Name, Spouse Name, Address, Passport Number, Old Passport Number, Old Passport Date of Issue, Old Passport Place of Issue from the back side of Passport

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

filestring
flags?string
unique_id?string

Response Body

curl -X POST "https://__mock__/ocr/passport/back" \  -F file="string"
{
  "address": "string",
  "father_name": "string",
  "mother_name": "string",
  "old_passport_date_of_issue": "string",
  "old_passport_number": "string",
  "old_passport_place_of_issue": "string",
  "passport_number": "string",
  "spouse_name": "string"
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}