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