{
  "endpoints": [
    "GET /api/health",
    "POST /api/analyze",
    "GET /api/analyze/<calculation_id>/status",
    "POST /api/cost/calculate",
    "GET /api/prebuilt/projects",
    "POST /api/prebuilt/match",
    "GET /api/cache",
    "GET /api/cache/<fingerprint>",
    "DELETE /api/cache/<fingerprint>"
  ],
  "message": "API is running",
  "ok": true
}
