---
title: "Generate Single Video"
method: POST
path: "/api/projects/{project_id}/videos/{video_id}/generate"
---

# Generate Single Video

`POST /api/projects/{project_id}/videos/{video_id}/generate`

Generate (or regenerate) a single motion Video entity.

This endpoint generates ONLY the specified video, using `videos.elements` as the
source of truth (video-centric storyboard). It does NOT traverse a scene element sequence.

Includes the same hard billing paywall and usage recording.

## Path parameters

- `project_id` string, required
- `video_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/70d3380d3992/schema)
