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.
