---
title: "Get Templates"
method: GET
path: "/api/v1/video/templates"
tags: ["video"]
---

# Get Templates

`GET /api/v1/video/templates`

## Query parameters

- `template_type` string[], nullable
- `template_id` string, nullable
- `category` string, nullable
- `limit` integer, nullable
- `offset` integer, nullable

## Response `200`

Successful Response

- GetTemplatesResponseDTO
  - `success` boolean, required
  - `message` string, required
  - `data` VideoTemplateDTO[], required
    - `id` string, required
    - `template_id` string, nullable
    - `template_data` unknown
    - `template_type` string, nullable
    - `preview_url` string, nullable
    - `template_metadata` unknown
    - `category` string, nullable
    - `input_fields` unknown
    - `createdAt` string, nullable
    - `updatedAt` string, nullable
  - `total_count` integer, required
  - `returned_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
