---
title: "Create Slide Show Template"
method: POST
path: "/api/v1/video/gen-slide-show-data"
tags: ["video"]
---

# Create Slide Show Template

`POST /api/v1/video/gen-slide-show-data`

## Request body

- GetSlideShowDataDTO
  - `product_data` object, nullable
  - `slide_show_type` string, required
  - `additional_data` string, nullable
  - `language` string, required
  - `image_collection` object, nullable
  - `ugc_character` object, nullable
  - `domain_id` string, nullable
  - `media_type` string, nullable
  - `font_style` string, nullable
  - `slide_count` integer, nullable
  - `product_image_url` string, nullable
  - `apply_heading_style_to_subheading` boolean, nullable
  - `cta_text` string, nullable
  - `format_type` string, nullable
  - `niche` string, nullable
  - `topic` string, nullable
  - `hook_category` string, nullable
  - `hook_index` integer, nullable
  - `hook_format` string, nullable
  - `target_audience` string, nullable
  - `creator_persona` string, nullable
  - `creator_name` string, nullable
  - `region` string, nullable
  - `cta_hint` string, nullable
  - `text_style` string, nullable
  - `max_caption_words` integer, nullable
  - `topic_priority` boolean, nullable
  - `story_mode` boolean, nullable
  - `slide_one_reaction_video` boolean, nullable
  - `is_brand_account` boolean, nullable
  - `background_sound_enabled` boolean, nullable
  - `background_music_url` string, nullable
  - `background_music_name` string, nullable
  - `background_music_duration` number, 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)
