Redact check outcome
Last updated
Last updated
This will only apply to Document Checks.
POST https://api.complycube.com/v1/checks/:id/redact
Redacts attributes and image features from the outcome of the specified check.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Event | Description |
---|---|
Event | Description |
---|---|
Content-Type
*
string
The content-type must always be set to application/json
.
Authorization
*
string
The API live
or test
key.
id
*
string
The ID of the check.
attributes
string
The list of attributes to redact from the document image.
images
string
The list of images to redact from the document image.
address
Redacts the address.
birthPlace
Redacts the birth place.
dob
Redacts the date of birth.
documentDiscriminator
Redacts the document discriminator.
documentNumber
Redacts the document number.
expirationDate
Redacts the expiration date.
firstName
Redacts the first name.
gender
Redacts the gender.
healthInsuranceNumber
Redacts the health insurance number.
issuingAuthority
Redacts the issuing authority.
issuingCountry
Redacts the issuing country.
issuingDate
Redacts the issuing date.
issuingPlace
Redacts the issuing place.
lastName
Redacts the last name.
mrz
Redacts the MRZ.
nationality
Redacts the nationality.
personalNumber
Redacts the personal number.
taxIdentificationNumber
Redacts the tax identification number.
all
Redacts the entire front and back images of the document.
face
Redacts the faces or portraits.
securityElements
Redacts the security elements.
signature
Redacts the signature.
code
Redacts codes (e.g. barcodes, QR codes).
fingerprint
Redacts fingerprints.