Skip to main content

POST /api/zeq/compliance/verify

Pure crypto — does NOT touch the DB, does NOT validate the proof against the issuing key (that's /api/zeq/verify's job for the original caller). What this proves: the envelope hasn't been altered since it was sealed.

MethodPOST
Path/api/zeq/compliance/verify
Authpublic (no key)
GroupCompute · Zeq

Request

curl -X POST https://zeqsdk.com/api/zeq/compliance/verify \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Generated from the node's own route registry (GET /api/endpoints) — this path is live.