Skip to content

App health check

GET
/health
curl --request GET \
--url https://example.com/api/health

Used by Fly.io load-balancer. Returns immediately with process liveness (version, uptime). No external calls — always 200.

Healthy

Media type application/json
object
ok
required
boolean
version
required
string
uptime_s
required
number
protocol_version
required
string