---
title: "Generate Video"
method: POST
path: "/v0-beta/generate-video"
---

# Generate Video

`POST /v0-beta/generate-video`

## Headers

- `X-API-Key` string, nullable

## Request body

- AppV0BetaModelsGenerateVideoRequest
  - `files` Files[], required
    - `url` string, required
  - `soundtrack` string, nullable
  - `overlay_texts` string[], nullable
  - `aspect_ratio` '16:9' | '1:1' | '4:5' | '9:16'
  - `branding` Branding
    - `logo_url` string, nullable
    - `text` Text[], nullable
      - `order` integer, required
      - `content` string, required
  - `duration` 10 | 20 | 30 | 40 | 50 | 60
  - `model` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/digitalcarbon/apis/fastapi.md) · [All operations](https://skmtc.dev/digitalcarbon/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digitalcarbon/fastapi/revisions/70610597bc97/schema)
