Health Check
GET
/healthz Simple health check endpoint. Returns a JSON status when the API is running. Also supports HEAD requests.
Response fields
Section titled “Response fields”| Field | Type | Description |
|---|---|---|
status | string | Always returns "ok" when the API is healthy |
Example request
Section titled “Example request”curl https://api.gifukai.com/healthzExample response
Section titled “Example response”{ "status": "ok"}Status codes
Section titled “Status codes”| Status | Description |
|---|---|
| 200 | API is healthy and running |