---
title: "Generate Videos"
method: POST
path: "/videos/generations"
---

# Generate Videos

`POST /videos/generations`

Generate videos from text prompts (SSE streaming)

## Request body

- VideoGenerationRequest
  - `model` string, required
  - `prompt` string, required — Text description of the desired video
  - `size` '16:9' | '9:16' | '1:1' | '4:3' | '3:4' — Output aspect ratio (e.g., '16:9', '9:16', '1:1')

## Response `200`

SSE stream of video generation events

---

[API](https://skmtc.dev/electronhub/apis/electron-hub-api.md) · [All operations](https://skmtc.dev/electronhub/apis/electron-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/electronhub/electron-hub-api/revisions/727f9c51555b/schema)
