POST /api/zeq/operator-spec
The accepted INPUT KEYS for an operator or domain — what zeq_find_operator's description promises. Call it BEFORE zeq_compute instead of guessing a key name: a guessed key plus (until today) a silent default is how GR37
| Method | POST |
| Path | /api/zeq/operator-spec |
| Domain | Compute · Harness |
| Tier | computation (public) |
| Auth | public (no key) |
Request
curl -X POST https://zeqsdk.com/api/zeq/operator-spec \
-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.