Skip to main content
POST
/
v1
/
documents
/
aadhaar-masking
Aadhaar Masking
curl --request POST \
  --url https://production.deepvue.tech/v1/documents/aadhaar-masking \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "document": "<string>",
  "consent": "<string>"
}
'
{
"code": 200,
"timestamp": null,
"transaction_id": "string",
"sub_code": "SUCCESS",
"message": "Document Masked Successfully",
"data": {
"masked_document": "string"
}
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Body

application/json
document
string
required

Response

Successful Response