{"algorithms":{"classical":"X25519 + Ed25519 + AES-256-GCM","experimental":"Advanced research algorithms","hybrid":"Classical + Post-Quantum combination","post-quantum":"ML-KEM-1024 + ML-DSA-87"},"authentication":{"api_key":"Required for most endpoints","header":"Authorization: Bearer <api-key>","permissions":"Granular per-endpoint permissions"},"core_endpoints":{"/algorithms":"List available algorithms","/decrypt":"Decrypt data with specified algorithm","/encrypt":"Encrypt data with specified algorithm","/health":"System health status","/keys/generate":"Generate cryptographic keys"},"documentation":{"algorithm_guide":"https://pqcrypta.com/docs/algorithm-documentation.md","api_reference":"https://pqcrypta.com/docs/","getting_started":"https://pqcrypta.com/docs/"},"examples":{"encrypt":{"body":{"algorithm":"hybrid","data":"Hello, World!","keys":{"private_key":"...","public_key":"..."}},"method":"POST","url":"/encrypt"},"generate_keys":{"body":{"algorithm":"hybrid"},"method":"POST","url":"/keys/generate"}},"timestamp":"2026-04-12T11:15:05.788767727Z","total_algorithms":31,"total_endpoints":570}