Skip to content

Health Check

GET/healthz

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

FieldTypeDescription
statusstringAlways returns "ok" when the API is healthy
Terminal window
curl https://api.gifukai.com/healthz
{
"status": "ok"
}
StatusDescription
200API is healthy and running