Skip to main content
POST
/
v1
/
generate
/
lucy-pro-t2i
Generate Lucy Pro T2I
curl --request POST \
  --url https://api.decart.ai/v1/generate/lucy-pro-t2i \
  --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
string
default:720p

Resolution of the image generation

Allowed value: "720p"
orientation
string
default:landscape

Orientation of the image generation

Response

Successful Response

The response is of type file.

I