cURL
curl --request POST \ --url https://api.decart.ai/v1/generate/lucy-dev-i2v \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <x-api-key>' \ --form 'prompt=<string>' \ --form data=@example-file
This response does not have an example.
Generate video from image using Lucy Dev model.
API key for authentication
Text prompt for the video generation
Image file to process
Seed for the image generation
Resolution of the video generation
"720p"
Successful Response
The response is of type file.
file
Was this page helpful?