Skip to main content

POST /api/zeq/agent/operators/derive

MethodPOST
Path/api/zeq/agent/operators/derive
GroupZeq Agent
AuthAuthorization: Bearer zeq_ak_<key> (API key) — or an authenticated session
Sourceshared/api-core/src/routes/zeqAgent.ts

Call it

curl -X POST https://zeqsdk.com/api/zeq/agent/operators/derive \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"agent_id":"…","computation_needed":"…","domain":"…","parent_operators":[],"hulyas_coupling":false,"generation":0}'

Pass an zeq_ak_ API key as a Bearer token (as shown above), or call it from an authenticated session.

Reference