> ## 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 Categories

> Public endpoint: list all task categories and types.



## OpenAPI

````yaml /openapi.json get /api/v1/categories
openapi: 3.1.0
info:
  title: AITasker
  version: 0.1.0
servers: []
security: []
paths:
  /api/v1/categories:
    get:
      tags:
        - Public
      summary: List Categories
      description: 'Public endpoint: list all task categories and types.'
      operationId: list_categories_api_v1_categories_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````