Encrypted Proving
POST/prove/encrypted
Submits an encrypted proving request to the Delegated Proving Service (DPS). Proof generation runs inside a Trusted Execution Environment for end-to-end privacy.
A JWT is required — obtain one via the Issue JWT endpoint.
Reuse the session from GET /pubkey: credentials: "include" in a browser, or echo its Set-Cookie as Cookie for non-browser (Node.js) clients.
For implementation details, see the Aleo SDK docs and the Delegated Proving guide.
Request
Responses
- 200
- 400
- 401
- 500
Proving request completed
Bad request
Unauthorized
Internal server error — the SDK retries automatically on 500/503