Upload large video files in two steps before running an agent.
Field | Type | Required | Description |
---|---|---|---|
filename | string | ✅ | Original file name |
file_size | integer | ✅ | Size in bytes |
content_type | string | ✅ | MIME type, e.g. video/mp4 |
project_id | string | Session-auth only – override auto-created project |
Content-Type
you passed in the previous call.
file_uuid
to use with agents.
Field | Type | Required | Description |
---|---|---|---|
skip_project_creation | boolean | Session-auth only |
Retry-safe: Thefinalize-upload
endpoint is idempotent – calling it twice with the samevideo_id
returns the samefile_uuid
.