Hackura
Sentinel AI
K

API reference

Scans

Launch URL and infrastructure scans from automation, dashboards, or security tooling.

Endpoint

POST /scan/url

Request body

Request
{
"url": "https://example.com",
"use_graph": true,
"depth": "standard"
}

Response body

Response
{
"scan_id": "scan_01H",
"status": "complete",
"risk_level": "MEDIUM",
"confidence": 94.2
}

Errors

Validation

Return structured validation errors when the URL is invalid, blocked, or malformed.