Skip to content

System

Endpoints


GET /health

Health check

No Authentication

This endpoint does not require an API key.

Response (200)

FieldTypeRequiredDescription
statusstringYes
uptimenumberYes

Example

Request:

bash
curl -s \
  "http://localhost:3000/health"

Response:

json
{
  "status": "string",
  "uptime": 1
}

Released under the MIT License.