move_upload_file
Upload a local video to Move AI and create a file record in one step, returning the file ID required for creating takes or volumes.
Instructions
Create a Move file and upload a local video to it in one step.
Returns the file id to pass as Source.file_id when creating a take or volume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| metadata | No | ||
| file_type | No | Override the file extension sent to Move. Defaults to the local file's extension. | |
| local_path | Yes | Absolute path to the video file to upload. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||