Upload a local file
vicsee_uploadUpload a local image, video, or audio file to obtain a public HTTPS URL for use in video generation tasks, avoiding base64 truncation issues.
Instructions
Upload a LOCAL file (image, video, or audio) from this machine and get back a public https URL. Use the returned url as an input for vicsee_generate — e.g. drop it into reference_image_urls for a reference-to-video storyboard, or image_urls for image-to-video. PREFER this over inline base64 for references: large base64 strings get truncated in tool-call output and the model rejects them. The file uploads directly to storage; only its public URL comes back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to a local file (image/video/audio) on this machine. |