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

# Health Check

> Check API availability

Simple health check endpoint. Returns `ok` when the API is running.

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.dotlookup.dev/v1/health
  ```
</RequestExample>

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