Skip to main content
POST
Generate PQC Keys

Generate Post-Quantum Cryptographic Keys

This endpoint allows you to generate a public and private key pair for post-quantum cryptographic schemes like Kyber, ML-KEM, etc.

Request Body

You must specify the cryptographic scheme and language to use.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
language
enum<string>
required
Available options:
python
cryptographic_scheme
enum<string>
required
Available options:
kyber,
mlkem

Response

Returns generated public and private keys

public_key
string<byte>
private_key
string<byte>