DualMind Lab v2.0 is live! See what's new or try the demo
API health check endpoint
curl -X GET 'http://localhost:5079/health'
{ "status": "healthy", "message": "DualMind API is running", "timestamp": "2024-01-15T10:30:00.000Z", "version": "1.0.0" }
[AllowAnonymous]
"healthy"
"DualMind API is running"
"1.0.0"
GET /api/health
Was this page helpful?