Developer API Reference
Secure, quantum-resistant cryptographic operations through RESTful endpoints. Our API enables seamless integration for key management, zero-knowledge proofs, and lattice-based encryption.
Authentication
All API requests must include an X-api-key header with a previously authorized token. Follows FIPS 1900-2 compliant key rotation and multi-factor authentication.
curl -X POST https://api.mu11gamma.cos.sigma/v2/keys \
-H "x-api-key: YOUR_SECRET_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{"action": "generate", "algorithm": "Kyber768"}'
Available Endpoints
POST /v2/keys
{
"action": "generate",
"algorithm": "Kyber768",
"encryption": "AES-256",
"lifetime": "7d"
}
Generate post-quantum key pairs with FIPS-certified randomness sources.
POST /v2/prove
{
"proofType": "zk-SNARK",
"challenge": "base64-challenge-data",
"validation": "FIDO2"
}
Construct zero-knowledge proofs for identity verification using quantum-safe lattice systems.
Regulatory Compliance
Post-Quantum Valid
NIST CSWG Phase 3 Finalist Implementation
EU QCode Certified
Quantum-Resistant Security Label
GDPR Compliant
Personal Data Processing