BrandKwikID Documentation
API SuiteDocument OCR (ML)

Pan

This API extracts details like Pan Number, Father Name, Name, DOB from the Pan Card

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/pan" \  -F file="string"
{
  "DOB": "string",
  "father_name": "string",
  "name": "string",
  "pan_number": "string"
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}