GET

/api/health

K8s / probe health check

Returns service health status for Kubernetes liveness and readiness probes.

curl -s "$BASE/api/health"

响应示例

{
  "status": "ok",
  "timestamp": "2026-04-20T12:00:00Z"
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test