v1

latestOpenAPI 3.0.1raw.githubusercontent.com2022-05-25274.4 KB
scan and persist

POST call to scan file for virus, and persist to disk (optional)

this endpoint is called to scan file for virus and persist it in AWS s3 (optional)

post/v1/scan/upload

Response

no virus detected and file upload to S3 bucket

s3Refstring

S3 file key

bucketstring

bucket name

fileSizeKbinteger

unencrypted file size in kb

Example response

{
  "s3Ref": "123_PRESCRIPTION.JPG.2020",
  "bucket": "pip-bucket"
}