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

# Get Styles



## OpenAPI

````yaml /openapi.json get /styles
openapi: 3.1.0
info:
  title: MVNT Inference Server
  version: 2.1.0
servers: []
security: []
paths:
  /styles:
    get:
      summary: Get Styles
      operationId: get_styles_styles_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````