POST /api/zsp/protect
| Method | POST |
| Path | /api/zsp/protect |
| Group | Zsp |
| Auth | session cookie |
| Source | shared/api-core/src/routes/zsp.ts |
Call it
curl -X POST https://zeqsdk.com/api/zsp/protect \
-H "Content-Type: application/json" \
-d '{}'
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Zsp
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.