Docs / API Reference

๐Ÿ“ก API Reference

Authentication
Authorization: Bearer znt_live_xxxx...
Generate API keys in Settings โ†’ API Keys. Rate limit: 100 req/min (standard), 1000 req/min (institutional).
Endpoints
MethodEndpointDescription
POST/v1/scanStart new audit (file or address)
GET/v1/scan/:idGet audit status & results
GET/v1/scan/:id/reportDownload PDF/JSON/SARIF report
GET/v1/scansList all audits (paginated)
POST/v1/gaev/:idGenerate exploit for finding
DELETE/v1/scan/:idDelete audit and results
Webhooks
Configure webhooks in Settings to receive POST notifications on: audit_complete, critical_finding, gaev_success, gaev_failure.