BrandKwikID Documentation
API SuiteDocument Processing (ML)

Card Detection

This API can classify and detect card types which include Aadhaar Front, Aadhaar Back, Pan Card, Passport Front, Passport Back, Driving License, Voter ID

Try itLoading playground…
Loading…
AuthorizationBearer <token>

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

In: header

filestring
unique_id?string

Response Body

curl -X POST "https://__mock__/card_detection/card_detection" \  -F file="string"
{
  "card_type": "string",
  "confidence": 0
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}