AlifZetta API — demo endpoint. Marketing lives at axz.si.
| Method | Path | What |
|---|---|---|
POST | /api/gsi/classify | Classify a query (lang, class, params, confidence) |
POST | /api/gsi/answer | End-to-end answer: classify → traverse NEXUS → compose |
POST | /api/gsi/traverse | Raw graph traversal on NEXUS |
GET | /api/nexus/stats | Entity + relation counts by type |
GET | /api/nexus/entity/{name} | Full entity record |
GET | /api/nexus/type/{name} | All entities of a given type |
GET | /api/caa/stats | Cache-Augmented Answers stats |
curl -X POST https://demo.axz.si/api/gsi/classify \
-H "Content-Type: application/json" \
-d '{"query":"who is the pm of nepal"}'
2,479 typed entities loaded · LATTICE-only (no LLM tier yet on this box) · Public + open · No auth required for demo.