# Video

> Generate a short video clip - animation, motion graphics, cinematic or any moving content - and place it on the board as a video player component.

Source: https://mockflow.com/developers/reference/item-types/video

Send `"type": "video"`.

Generate a short video clip - animation, motion graphics, cinematic or any moving content - and place it on the board as a video player component.

Also available as the MCP tool `render_video`. The same payload works through either surface.

### Fields

- `prompt` (string, required): What happens in the clip: scene, subject, motion, camera movement and visual style, in one self-contained description.

## Example

```json
{
  "type": "video",
  "data": {
    "prompt": "string"
  }
}
```
