detectedInfectionsnullable array of DetectedInfection (object)
errorMessagenullable string
dateScannedstring (date-time)
trueFileTypenullable string
referenceIdnullable string
Request
Response
Send a file to the API to be scanned. This can either be done via a multi-part file upload or a binary file transfer. If done as a binary file transfer, headers may be added to specify the file name and an upload destination (if desired). The upload destination is specified as an uploadTo form field when using multi-part form uploads.
detectedInfectionsnullable array of DetectedInfection (object)
errorMessagenullable string
dateScannedstring (date-time)
trueFileTypenullable string
referenceIdnullable string
Request
Response
Check the status of an extra large file scan job. This could be used when a file larger than what can fit on the API's disk was submitted to be scanned via the scan existing API. The initial scan existing API request would have a reference ID returned back that would be included in this request.