Use the Bucketscan API to upload files, trigger scans, and retrieve scan results.
Last updated 6 months ago
POST /api/v1/scans/initiate HTTP/1.1 Host: bucketscan.com X-Api-Key: YOUR_API_KEY Accept: */*
A reference to the file being scanned
{ "scanId": "text", "status": 1, "statusText": "text" }
GET /api/v1/scans/{scanId} HTTP/1.1 Host: bucketscan.com X-Api-Key: YOUR_API_KEY Accept: */*
The status of the file scan
{ "scanId": "text", "status": "pending" }