Conheça a nossa nova rota Liveness Streaming!
Name | Type | Mandatory | Description |
---|---|---|---|
fields | Field List | Yes | Field List serialized in JSON. These values will be used in comparison with the content. |
fileBase64 | String | Yes, when fileUrl parameter is not informed | Binary of the file to be processed, encoded in text string according to RFC3548 standard using base64 encoding. |
fileUrl | String | Yes, when fileBase64 parameter is not informed | Public URL of the file to be processed. |
filePassword | String | Yes, if the submitted file is an encrypted PDF | Password encoded in a base64 string, as PDFs allow passwords to be binary data. |
Name | Type | Nullable | Description |
---|---|---|---|
name | String | Yes | Name of the field that will be compared to the content. |
value | String | Yes | Value used in the comparison. |