For the complete documentation index, see llms.txt. This page is also available as Markdown.

Returning all themes

Return a list of all themes.

GET /themes

Returns all themes.

content:
            application/json:
              schema:
                type: array
                items:
                  $ref: "#/components/schemas/Theme"

Was this helpful?