POST /api/zeq/lattice
| Method | POST |
| Path | /api/zeq/lattice |
| Group | Zeq |
| Auth | Authorization: Bearer zeq_ak_<key> (API key) — or an authenticated session |
| Source | shared/api-core/src/routes/zeq.ts |
Call it
curl -X POST https://zeqsdk.com/api/zeq/lattice \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"nodes":[]}'
Pass an
zeq_ak_API key as a Bearer token (as shown above), or call it from an authenticated session.
Reference
- Group: Zeq
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.