---
title: "Generate Video Burst Script"
method: POST
path: "/api/v1/video/generate-video-burst-script"
tags: ["video"]
---

# Generate Video Burst Script

`POST /api/v1/video/generate-video-burst-script`

## Request body

- GetVideoScriptDTO
  - `brand_name` string, nullable
  - `product_description` string, nullable
  - `duration` string, nullable
  - `language` string, nullable
  - `video_frameworks` string[], nullable
  - `website_link` string, nullable
  - `product_name` string, nullable
  - `product_category` string, nullable
  - `features` unknown[], nullable
    - unknown
  - `target_audience` string, nullable
  - `hook` string, nullable
  - `cta` string, nullable

## Response `200`

Successful Response

- unknown

## 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/ff7f2b621b41/schema)
