Improved

Documents API improvements

In the documents API response, we have introduced two new fields - scanStatus and numOfPages. In all the documents API responses, you can now get detailed information about an uploaded document. This information includes the document scan status and the number of pages in a CLEAN document.

FieldDescription
scanStatusDocument scan status (NOT_SCANNED, CLEAN, INFECTED, IN_QUEUE, REJECTED, or UNDEFINED)
numOfPagesNumber of pages in the document

See GET /v3/documents in the API reference for more information.