> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Upload video

> Provide one or more video files as a graph input.

The Upload Video node lets the user upload one or more video files. In Studio you upload videos directly; in App mode it becomes a file upload field.

## When to use

* Uploading source footage
* Providing reference clips

Common patterns: `upload_video → edit_video`, `upload_video → generate_video` (as a reference).

## Outputs

<ParamField body="Video" type="video">
  The uploaded video.
</ParamField>

## Configuration

<ParamField body="label" type="string" default="Upload Video">
  The label shown for this input, including as the field label in App mode.
</ParamField>

<ParamField body="maxFiles" type="number" default={5}>
  Maximum number of files the user can upload.
</ParamField>
