POST /api/zeq/wizard/compute
| Method | POST |
| Path | /api/zeq/wizard/compute |
| Group | Zeq Auth V3 |
| Auth | none — public endpoint |
| Source | shared/api-core/src/routes/zeqAuthV3.ts |
Call it
curl -X POST https://zeqsdk.com/api/zeq/wizard/compute \
-H "Content-Type: application/json" \
-d '{}'
Public endpoint — no authentication required.
Reference
- Group: Zeq Auth V3
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.