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

# API status

> Check Meum API health and availability.

## Health endpoint

```bash theme={null}
curl https://api.meum.io/health
```

Example response:

```json theme={null}
{
  "status": "ok",
  "worker_heartbeat": {
    "status": "ok",
    "last_at": "2024-06-24T12:05:00.000Z"
  }
}
```

## Related pages

* [API overview](/api-reference/overview)
* [Contact support](/resources/contact-support)
