https://github.com/wavix/wavix-openapi
OpenAPI specification for the Wavix API
https://github.com/wavix/wavix-openapi
openapi wavix
Last synced: 3 months ago
JSON representation
OpenAPI specification for the Wavix API
- Host: GitHub
- URL: https://github.com/wavix/wavix-openapi
- Owner: Wavix
- License: mit
- Created: 2025-10-06T07:44:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-31T10:11:04.000Z (3 months ago)
- Last Synced: 2025-10-31T12:11:30.131Z (3 months ago)
- Topics: openapi, wavix
- Homepage: https://docs.wavix.com/api-reference
- Size: 670 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wavix API OpenAPI Specification
This repository contains the official Wavix API OpenAPI specification in **JSON** and **YAML** formats.
You can use these files to generate SDKs, test endpoints in Postman or Swagger UI, or integrate the API into your projects.
The current list of Wavix HTTP REST API endpoints can be found here: [https://docs.wavix.com/api-reference/](https://docs.wavix.com/api-reference/)
## Files
- `docs/wavix-api.yaml` — OpenAPI specification in YAML format
- `docs/wavix-api.json` — OpenAPI specification in JSON format
## Usage
You can use the YAML or JSON files with tools like **Swagger UI**, **Postman**, or any other OpenAPI-compatible software: