PQC E2E Encryption
Drop-in SDK for post-quantum end-to-end encryption. ML-KEM key exchange (NIST FIPS 203) in 10 lines of code.
curl -X POST https://messenger-api.qntyx.io/identities/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
https://messenger-api.qntyx.io
| Method | Path | Description |
|---|---|---|
POST | /identities/ | Create an identity |
POST | /sessions/ | Establish a session |
POST | /messages/send | Send a message |
GET | /stats/ | Dashboard statistics |
All endpoints require a bearer token. See Authentication for details.
Manage this product visually at app-messenger.qntyx.io
Learn more at messenger.qntyx.io