API Reference
Last updated: May 2026
NOVE provides a RESTful JSON API. All endpoints require authentication via HttpOnly session cookie or API key.
Base URL: https://xero4nsic.com/api/v1
Authentication
Session management, API key generation, CSRF token endpoints, and session revocation.
Cases API
Create, read, update, and close cases. Assign investigators. Case template management and bulk operations.
Evidence API
Ingest evidence, retrieve chain of custody, verify hashes, manage legal hold, and export audit trails.
Webhooks
Subscribe to case events, evidence ingestion notifications, and playbook execution results via HTTPS callbacks.
Sample Request
Sample Response
Full interactive API documentation (Swagger UI) is available inside the platform after login. All endpoints are documented with request/response schemas, authentication requirements, and live try-it-out functionality.
View full documentation index →