---
title: "Gen Video From Text"
method: POST
path: "/api/v1/video/gen-hook-url"
tags: ["video"]
---

# Gen Video From Text

`POST /api/v1/video/gen-hook-url`

## Request body

- GetUrlHookDTO
  - `brand_name` string, nullable
  - `product_description` string, nullable
  - `duration` string, nullable
  - `language` string, nullable
  - `website_link` string, nullable
  - `product_name` string, nullable
  - `product_category` string, nullable
  - `features` unknown[], nullable
    - unknown
  - `target_audience` 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/624917d53409/schema)
