cURL
curl --request POST \ --url https://api.decart.ai/v1/generate/lucy-pro-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 Pro 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
480p
Successful Response
The response is of type file.
file
Was this page helpful?