BrandKwikID Documentation
API SuiteData Protection (ML)

Aadhaar Masking

Advanced Aadhaar data protection with intelligent masking technology. Ensures regulatory compliance while maintaining document integrity for financial institutions.

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__/redact" \  -F file="string"
null
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}