Skip to content
unlob
GET

/healthz

No authentication

Unauthenticated liveness probe. Returns 200 while the process is up.

Liveness only — it says the process is running, not that it can serve results. For that, use /readyz.

Request

GET /healthzbash
curl "https://api.unlob.com/healthz"

Response

ok

Try this endpoint

Every endpoint is available on the free tier. Get a key and run the example above unchanged.