---
title: "Generate Ai Avatar Video"
method: POST
path: "/api/v1/video/gen-avatar-video"
tags: ["video"]
---

# Generate Ai Avatar Video

`POST /api/v1/video/gen-avatar-video`

## Request body

- AvatarVideoDTO
  - `domain_id` string, required
  - `videos_raw_data` TavusPayloadItem[], required
    - `replica_id` string, required
    - `element_id` string, required
    - `script` string, nullable
    - `audio_url` string, nullable
    - `background_url` string, nullable
    - `background_source_url` string, nullable
    - `callback_url` string, nullable
    - `video_name` string, nullable
    - `transparent_background` boolean, nullable
    - `fast` boolean, nullable
    - `background_scroll` boolean, nullable
    - `background_scroll_type` string, nullable
    - `background_scroll_depth` integer, nullable
    - `background_scroll_return` boolean, nullable
    - `provider` 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/a9374f6fe96c/schema)
