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

# Get OpenAPI specification



## OpenAPI

````yaml https://www.smolboard.app/api/openapi.json get /api/openapi.json
openapi: 3.1.0
info:
  description: Auto-generated API documentation for smolboard
  title: smolboard
  version: 0.1.0
servers:
  - url: ''
security: []
paths:
  /api/openapi.json:
    get:
      tags:
        - system
      summary: Get OpenAPI specification
      operationId: getOpenApiSpec
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
          description: OpenAPI 3.1 spec

````