Use the Bucketscan API to upload files, trigger scans, and retrieve scan results.
Last updated 2 months ago
/scans/initiate
curl -L \ --request POST \ --url 'https://bucketscan.com/api/v1/scans/initiate' \ --header 'X-Api-Key: YOUR_API_KEY'
{ "scanId": "text", "status": 1, "statusText": "text" }
/scans/{scanId}
curl -L \ --url 'https://bucketscan.com/api/v1/scans/{scanId}' \ --header 'X-Api-Key: YOUR_API_KEY'
{ "scanId": "text", "status": "pending" }