> ## 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.

# OpenAPI spec

> The OpenAPI 3.1 document of the One API. The docs copy with tags is at [/openapi.json](/openapi.json).


## OpenAPI

```yaml openapi.json get /v1/openapi.json
openapi: 3.1.0
info:
  title: Ocean One API
  version: 2.1.0
servers:
  - url: https://api.plungeai.com
paths:
  /v1/openapi.json:
    get:
      summary: This document
      security: []
      responses:
        "200":
          description: OpenAPI spec
```
