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

# OpenAPI specification

> Download the official Wavix API OpenAPI specification.

## Download OpenAPI specification

<CardGroup cols={2}>
  <Card title="YAML Format" icon="file-text" href="https://wavix.github.io/wavix-openapi/wavix-api.yaml">
    Download YAML format
  </Card>

  <Card title="JSON Format" icon="file-code" href="https://wavix.github.io/wavix-openapi/wavix-api.json">
    Download JSON format
  </Card>
</CardGroup>

## Tooling

* **Swagger UI**: Import the YAML file at [editor.swagger.io](https://editor.swagger.io)
* **Postman**: Import using the YAML URL: `https://wavix.github.io/wavix-openapi/wavix-api.yaml`
* **Generate SDKs**: Use with [OpenAPI Generator](https://openapi-generator.tech/) or [Swagger Codegen](https://swagger.io/tools/swagger-codegen/)

## GitHub official repository

<Card title="View on GitHub" icon="github" href="https://github.com/Wavix/wavix-openapi">
  Source files and updates
</Card>
