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

# Health check

> Check if the API is running

No authentication required.

## Response

<ResponseField name="status" type="string">
  Always `"ok"` when the service is running.
</ResponseField>

<ResponseExample>
  ```json 200 OK theme={null}
  {
    "status": "ok"
  }
  ```
</ResponseExample>

<Note>
  This endpoint checks that the API process is alive. It does not verify downstream service connectivity.
</Note>
