Developer APIs
Secure Lattice offers developer-friendly APIs to extend its validation and detection mechanisms into custom applications.
API Architecture
Built around gRPC + REST hybrid endpoints, the APIs support:
/v1/submit-event: Submit hashed telemetry events for validation.
/v1/get-proof: Retrieve blockchain proof and validation metadata.
/v1/verify-hash: Cross-check event authenticity.
/v1/integrate-model: Push or pull custom anomaly detection models (sandboxed).
Every API call is signed using a JWT-based authentication layer backed by rotating service tokens. This architecture allows Secure Lattice to embed itself into DevOps workflows, SIEM pipelines, or even third-party SaaS products as a verifiable defense layer.
Example: Internal App Integration
A financial analytics company integrates /v1/submit-event into their internal fraud detection tool. Every flagged transaction hash is sent to Secure Lattice for independent validation. If consensus validators confirm authenticity, the transaction is marked verified, streamlining compliance with audit frameworks like PCI DSS and FINTRAC.
Last updated
