Appearance
GET /public/v1/health
| Auth | None |
| Scope | — |
Liveness check for the public API surface.
Response
json
{ "status": "ok", "version": "0.1.0" }Try It
Try It — uses https://staging-api.appraiserflow.ai/public/v1. Keys stay in sessionStorage only. af_live_ keys are blocked.
Curl
bash
curl -sS "$AF_API/public/v1/health"