Skip to main content
GET
/
v1
/
health
Health Check
curl --request GET \
  --url https://app.uselamina.ai/v1/health
{
  "status": "ok",
  "version": "1.0.0",
  "timestamp": "2026-04-18T14:30:00.000Z"
}
Lightweight health probe for load balancers, orchestrators, and agent startup routines. No authentication required. Returns the API version and server timestamp. Use this to verify the API is reachable before sending authenticated requests.

Response

200 - application/json

Server is healthy

status
enum<string>
required
Available options:
ok
version
string
required
timestamp
string<date-time>
required