MOST Docs
mostQI APImostValid API
DEMO
  • Generative Content Extraction
  • Content Extraction
  • Multipage Content Extraction
  • Vio Extraction
  • Liveness
  • Facematch
  • Invoice Extraction
  • Address Parsing
  • License Plate
mostQI APImostValid API
DEMO
  • Generative Content Extraction
  • Content Extraction
  • Multipage Content Extraction
  • Vio Extraction
  • Liveness
  • Facematch
  • Invoice Extraction
  • Address Parsing
  • License Plate
Help Desk
MOST Linkedin
MOSTQI Instagram
MOST Youtube
pt-BRen-US
pt-BRen-US
  1. en-US
  • Introduction
  • Consuming the API
  • API Characteristics
  • Error messages
  • Support Material
  • mostValid
    • Authenticate (Get JWT)
      POST
    • Content Extraction
      POST
    • Process Status
      POST
  1. en-US

API Characteristics

Supported file extensions#

The API supports the following file types:
Document TypeFile ExtensionMIME Type
Joint Photographics Experts Group.jpegimage/jpeg
JPG.jpgimage/jpeg
Portable Network Graphics.pngimage/png
Portable Pixmap Format.ppmimage/x-portable-pixmap
Tagged Image File Format *.tiffimage/tiff
Portable Document Format.pdfapplication/pdf
JPEG 2000.jp2image/jp2
WEBP.webpimage/webp
Graphics Interchange Format.gifimage/gif
HEIC.heicimage/heic
AVIF.avifimage/avif
JPEG File Interchange Format.jfifimage/.jfif
Portable Gray Map.pgmimage/x-portable-graymap
PAM.pamimage/x-portable-arbitrarymap
PBM.pbmimage/x-portable-bitmap
JXL.jxlimage/jxl
FPX.fpximage/vnd.net-fpx
BMP.bmpimage/bmp
NOTE
For TIFF files that contain more than one page, extraction will occur only on the first page.
WARNING
Password-protected PDF files must be accompanied by the respective password, encoded in a base64 string, and sent in the filePassword input parameter.

Characteristics and limitations of image files#

The maximum upload limit for mostValid is 50MB for PDFs and 20MB for image files, with a minimum area limit of 5k pixels or 50 pixels per side.
Files containing more than 50 pages (PDF) will be rejected. For files with more than 5 pages, the asynchronous route should be used to avoid timeout.
Due to the wide variation in quality of capture devices available on smartphones, there are no minimum recommendations in terms of resolution or image size.
To reduce the file size to be sent to mostValid, JPG compression is recommended. We do not recommend image resizing operations, as this operation can compromise quality more than JPG compression.
In some cases, compression with up to 80% loss is acceptable, but there is a significant reduction in image size. Lossy compression can impair reading performance, so very high levels should be used only for very large images.
Images that exceed the upper limit of 9M pixels will be resized (proportionally) to fit within the limit.
Modified at 2024-07-26 18:00:08
Previous
Consuming the API
Next
Error messages
Built with