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

# Get Openapi Yaml

> Returns the OpenAPI YAML documentation for the API including servers.



## OpenAPI

````yaml https://aquilax.ai/api/v3/openapi get /api/v3/openapi
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers:
  - url: https://aquilax.ai
    description: Production server
security: []
paths:
  /api/v3/openapi:
    get:
      summary: Get Openapi Yaml
      description: Returns the OpenAPI YAML documentation for the API including servers.
      operationId: get_openapi_yaml_api_v3_openapi_get
      responses:
        '200':
          description: Successful Response

````