Skip to main content

POST /api/zsp/unprotect

AU2: auth-gated like protect. The zid used for the temporal HMAC stays body→env.zid resolution (backward compat — old envelopes were stamped with the zid they carry; forcing the session zid here would break them).

MethodPOST
Path/api/zsp/unprotect
Authuser
GroupSecurity · Zsp

Request

curl -X POST https://zeqsdk.com/api/zsp/unprotect \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

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