Skip to main content

POST /api/zeq/prove/verify

Verify a PROVE proof — public, no key, no DB lookup, no contact with the framework owner.

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

Request

curl -X POST https://zeqsdk.com/api/zeq/prove/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.