Vidu MCP Server

by el-el-san
Verified

upload-image

Upload an image file to the Vidu MCP Server for AI-powered video generation. Specify the local path and image type (png, webp, jpeg, or jpg) to prepare for conversion.

Instructions

Upload an image to use with the Vidu API

Input Schema

NameRequiredDescriptionDefault
image_pathYesLocal path to the image file
image_typeYesImage file type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "image_path": { "description": "Local path to the image file", "type": "string" }, "image_type": { "description": "Image file type", "enum": [ "png", "webp", "jpeg", "jpg" ], "type": "string" } }, "required": [ "image_path", "image_type" ], "type": "object" }

You must be authenticated.

Other Tools from Vidu MCP Server

Related Tools

ID: ln4jk3pjzs