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

# List Marketplace Templates

> List all templates with marketplace metadata (features, icons, categories).



## OpenAPI

````yaml /openapi.json get /api/v1/templates/marketplace
openapi: 3.1.0
info:
  title: AITasker
  version: 0.1.0
servers: []
security: []
paths:
  /api/v1/templates/marketplace:
    get:
      tags:
        - Template Marketplace
      summary: List Marketplace Templates
      description: >-
        List all templates with marketplace metadata (features, icons,
        categories).
      operationId: list_marketplace_templates_api_v1_templates_marketplace_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````