v1

latestOpenAPI 3.1.0MIT2026-07-134413.5 KB
General

Health Check

Check the health and status of the API service.

get/v1/health

Response

Service is healthy

status'ok' | 'degraded' | 'down' required
timestampstring date-time required

Example response

{
  "status": "ok",
  "timestamp": "2024-01-15T10:30:00Z",
  "checks": {
    "database": true,
    "storage": true,
    "conversion": true
  }
}