Skip to content

Health Check

GET /healthz

Simple health check endpoint. Returns a JSON status when the API is running. Also supports HEAD requests.

Field Type Description
status string Always returns "ok" when the API is healthy
Terminal window
curl https://api.gifukai.com/healthz
{
"status": "ok"
}
Status Description
200 API is healthy and running