Genesis
10 live operations under /api/genesis. 8 require a machine key; 2 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
POST | /api/genesis/analyze | — | key |
POST | /api/genesis/execute | Step 7: Verify result — check if precision target was met | key |
GET | /api/genesis/gaps | View the gap log | key |
POST | /api/genesis/generate | — | key |
POST | /api/genesis/promote/{id} | Promote protocol to permanent | key |
GET | /api/genesis/protocol/{id} | Get a specific protocol | key |
GET | /api/genesis/protocols | List all generated protocols | key |
POST | /api/genesis/query-to-equation | Convert query to equation | key |
GET | /api/genesis/stats | Engine statistics (public) | public |
GET | /api/genesis/status | — | public |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.