Skip to main content
POST
Register (or rotate) the public key Tuteliq uses to encrypt your incident records

Authorizations

Authorization
string
header
required

API key as Bearer token

Body

application/json
algorithm
enum<string>
required

RSA-OAEP key size. 2048-bit is faster, 4096-bit is more conservative.

Available options:
RSA-OAEP-2048,
RSA-OAEP-4096
public_key_pem
string
required

PEM-encoded SPKI public key (begins with "-----BEGIN PUBLIC KEY-----").

Maximum string length: 8192

Response

200 - application/json

Default Response

algorithm
string
public_key_pem
string
key_fingerprint
string
registered_at
string
rotated_from
string