cURL
curl --request POST \ --url https://api.decart.ai/v1/jobs/lucy-fast-v2v \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form 'prompt=<string>' \ --form data='@example-file' \ --form seed=2147483647 \ --form enhance_prompt=true \ --form resolution=720p
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
API key for authentication
Text prompt for the video generation
Video file to process
Seed for the video generation
0 <= x <= 4294967295
Whether to enhance the prompt
Resolution of the video generation
"720p"
Successful Response
Was this page helpful?