๐ก 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
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/scan | Start new audit (file or address) |
| GET | /v1/scan/:id | Get audit status & results |
| GET | /v1/scan/:id/report | Download PDF/JSON/SARIF report |
| GET | /v1/scans | List all audits (paginated) |
| POST | /v1/gaev/:id | Generate exploit for finding |
| DELETE | /v1/scan/:id | Delete audit and results |
Webhooks
Configure webhooks in Settings to receive POST notifications on: audit_complete, critical_finding, gaev_success, gaev_failure.