HITE encryption
11 live operations under /api/hite. 11 require a machine key; 0 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
POST | /api/hite/decrypt | — | key |
POST | /api/hite/encrypt | — | key |
GET | /api/hite/placement | — | key |
DELETE | /api/hite/records/{collection}/{bi} | — | key |
GET | /api/hite/records/{collection}/{bi} | Fetch one sealed record by blind index. | key |
GET | /api/hite/records/{collection} | List the owner's records in a collection. | key |
POST | /api/hite/records | Upsert one sealed record. | key |
DELETE | /api/hite/storage/profile/{backend} | — | key |
GET | /api/hite/storage/profile/{backend} | — | key |
POST | /api/hite/storage/profile | — | key |
GET | /api/hite/storage/profiles | Backend ids + active flag only — never the sealed creds. | key |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.