VAULT Enclave API
The VAULT enclave exposes cryptographic database query endpoints. All interactions are blind to the database host and salted client side.
Insert Blinded Payload
POST /v1/enclave/insert
Request Headers
| Header | Type | Description |
|---|---|---|
| Authorization | String | Bearer token generated client side containing credentials. |
| X Enclave-Key | Hex String | Asymmetric encryption key held solely by user client. |