---
title: "Generate Template Variants"
method: POST
path: "/api/video-template-variants/generate"
tags: ["Video Template Variants"]
---

# Generate Template Variants

`POST /api/video-template-variants/generate`

## Response `200`

Successful Response

- TemplateVariantResponse
  - `template_id` string, required
  - `video_url` string, required
  - `variants` TemplateVariantItem[], required
    - `title` string, required
    - `strategy` string, nullable
    - `variant_instruction` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
