Skip to main content
POST
/
v1
/
generate
/
lucy-pro-t2v
Generate Lucy Pro T2V
curl --request POST \
  --url https://api.decart.ai/v1/generate/lucy-pro-t2v \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'x-api-key: <x-api-key>' \
  --data 'prompt=<string>'
This response does not have an example.

Headers

x-api-key
string
required

API key for authentication

Body

application/x-www-form-urlencoded
prompt
string
required

Text prompt for the image generation

seed
integer

Seed for the image generation

resolution
enum<string>
default:720p

Resolution of the video generation

Available options:
720p,
480p
orientation
string
default:landscape

Orientation of the video generation

Response

Successful Response

The response is of type file.

I