Evidence Chain
Quantum-sealed tamper-proof hash chain for every event. Court-ready evidence packages with RFC 3161 timestamps.
curl -X POST https://audit-api.qntyx.io/entries/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
https://audit-api.qntyx.io
| Method | Path | Description |
|---|---|---|
POST | /entries/ | Create a log entry |
GET | /entries/ | List entries |
GET | /streams/ | List streams |
GET | /evidence/{id} | Get evidence package |
GET | /stats/ | Dashboard statistics |
All endpoints require a bearer token. See Authentication for details.
Manage this product visually at app-audit.qntyx.io
Learn more at audit.qntyx.io