Scans

Use the Bucketscan API to upload files, trigger scans, and retrieve scan results.

Uploads a file to initiate the virus scan

post
Authorizations
X-Api-KeystringRequired
Responses
200

A reference to the file being scanned

application/json
post
/scans/initiate

Check the status of a scan

get
Authorizations
X-Api-KeystringRequired
Path parameters
scanIdstringRequired
Responses
200

The status of the file scan

application/json
get
/scans/{scanId}

Last updated