Skip to content

Health

GET /api/health

Simple health check endpoint. No authentication required.

bash
curl http://localhost:3000/api/health

Response

json
{
  "status": "ok",
  "version": "0.1.0"
}

Returns 200 OK when the server is running.

Released under the MIT License.