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

# Health

> Liveness probe of the One API router. No key needed.


## OpenAPI

```yaml openapi.json get /health
openapi: 3.1.0
info:
  title: Ocean One API
  version: 2.1.0
servers:
  - url: https://api.plungeai.com
paths:
  /health:
    get:
      summary: Liveness probe
      security: []
      responses:
        "200":
          description: Router is up
```
