Skip to main content

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

MethodPOST
Path/api/zeq/operator-spec
DomainCompute · Harness
Tiercomputation (public)
Authpublic (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.