Characteristics
Image features
Supported file extensions
Tipo de Documento | Extensão do Arquivo | MIME Type |
---|---|---|
AVIF | .avif | image/avif |
BMP | .bmp | image/bmp |
Graphics Interchange Format | .gif | image/gif |
HEIC | .heic | image/heic |
Joint Photographics Experts Group | .jpeg | image/jpeg |
JPEG 2000 | .jp2 | image/jp2 |
JPEG File Interchange Format | .jfif | image/.jfif |
JPG | .jpg | image/jpeg |
JXL | .jxl | image/jxl |
PAM | .pam | image/x-portable-arbitrarymap |
PBM | .pbm | image/x-portable-bitmap |
Portable Document Format | application/pdf | |
Portable Gray Map | .pgm | image/x-portable-graymap |
Portable Network Graphics | .png | image/png |
Portable Pixmap Format | .ppm | image/x-portable-pixmap |
Tagged Image File Format * | .tiff | image/tiff |
WEBP | .webp | image/webp |
NOTE
WARNING
filePassword
input parameter.Characteristics and limitations of image files
Image transformation
Original image submitted in the request.
returnImage
returnImage
: If this parameter is included in the request with the value true, the API will return crops of the binaries of the typified document images, correcting the perspective.Image of the document with corrected perspective.
returnedImageQuality
returnedImageQuality
: Allows setting the quality of the deskew image returned in the route through the returnImage parameter. The default value (when not specified) is 75.returnCrops
returnCrops
: If this parameter is included in the request with the value 'true', the API will return crops of the binaries of images contained within a typified document, correcting the perspective. These crops may include photos, signatures, barcodes, and fingerprints. Consult the list of read documents to view all available crops.Photo crop (tag has=photo).
Signature crop (tag has=signature).
Standard response
{
"result": {},
"requestId": "",
"elapsedMilliseconds": 0,
"status": {
"message": "Ok",
"code": "200",
"errors": null
}
}
WARNING
result
is not guaranteed. It is mandatory to use the name
field as a reference to find the values.Response
Name | Type | Nullable | Description |
---|---|---|---|
result | Variable | Yes | List containing the result of the method (see specific documentation for each). |
requestId | String | No | Code that identifies the request made on the server, it is recorded in the service billing history. |
elapsedMilliseconds | Integer | No | Duration of the processing in milliseconds. |
status | Object | No | Object containing the status code and message of the response. |
Status
Name | Type | Nullable | Description |
---|---|---|---|
code | String | No | Internal status code. |
message | String | Yes | Return message of the status. |
errors | List of Error | Yes | List of Error type objects, the format is variable. |
Data storage and LGPD
Modified at 2024-07-09 19:33:09