API reference/GET /health

Health check

Returns 200 OK when the service is healthy. No auth required. Use for uptime probes and load balancer checks.

GEThttps://useknockout--api.modal.run/health

Request

curl https://useknockout--api.modal.run/health

Response

HTTP/1.1 200 OK
content-type: application/json

Errors

503service_unavailableModel load failed or GPU is degraded.
Every error response also includes a request_id in the JSON body. Quote it when reporting issues.

Notes

  • No authentication required. No quota or rate-limit cost.
  • Use for Pingdom / Statuspage / Better Stack uptime monitors.