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

# Get well knownopenapijson



## OpenAPI

````yaml https://api.surnex.io/.well-known/openapi.json get /.well-known/openapi.json
openapi: 3.1.0
info:
  title: Surnex API
  version: 0.2.0
servers:
  - url: https://api.surnex.io
security: []
paths:
  /.well-known/openapi.json:
    get:
      tags:
        - docs
      responses:
        '200':
          description: OpenAPI 3.1 specification
          content:
            application/json:
              schema:
                type: object
                additionalProperties: {}
                description: OpenApiDocument
              examples:
                spec:
                  value:
                    openapi: 3.1.0
                    info:
                      title: Surnex API
                      version: 0.2.0

````