POST /api/zeq/prove/verify
Verify a PROVE proof — public, no key, no DB lookup, no contact with the framework owner.
| Method | POST |
| Path | /api/zeq/prove/verify |
| Auth | public (no key) |
| Group | Compute · 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.