Skip to main content

POST /api/hite/encrypt

MethodPOST
Path/api/hite/encrypt
GroupHite
AuthAuthorization: Bearer zeq_ak_<key> (API key)
Sourceshared/api-core/src/routes/hite.ts

Call it

curl -X POST https://zeqsdk.com/api/hite/encrypt \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"plaintext":"…"}'

Reference