> ## Documentation Index
> Fetch the complete documentation index at: https://mifr.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Health

> Liveness check for the hosted gateway.

No authentication is required. A live gateway returns the plain text `mifr-gateway` (plus a trailing newline).

Use this to confirm you are talking to the gateway, not the coordinator or the website.

## Response

<ResponseField name="body" type="string">
  `mifr-gateway\n`
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl https://mifr-gateway-production.up.railway.app/health
  ```
</RequestExample>

<ResponseExample>
  ```text 200 theme={null}
  mifr-gateway
  ```
</ResponseExample>
