Skip to main content

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.

MethodGET
Path/api/hite/records/:collection/:bi
DomainVault & encryption · Hite Records
Tiercomputation (public)
Authuser

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.