GET /api/hite/records/:collection/:bi
── GET /api/hite/records/:collection/:bi Fetch one sealed record by blind index. Returns exactly the fields the client needs to reconstruct AAD and unseal — all opaque to the node.
| Method | GET |
| Path | /api/hite/records/:collection/:bi |
| Domain | Vault & encryption · Hite Records |
| Tier | computation (public) |
| Auth | user |
Request
curl -X GET https://zeqsdk.com/api/hite/records/YOUR_COLLECTION/YOUR_BI \
-H "Authorization: Bearer $ZEQ_KEY"
Needs a machine key — mint one free:
curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.
Generated from the node's own route registry (GET /api/endpoints) — this path is live.