Skip to main content
POST
/
v1
/
jobs
/
lucy-pro-t2v
Submit Lucy Pro T2V Job
curl --request POST \
  --url https://api.decart.ai/v1/jobs/lucy-pro-t2v \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'x-api-key: <api-key>' \
  --data 'prompt=<string>' \
  --data seed=123 \
  --data resolution=720p \
  --data orientation=landscape
{
  "job_id": "<string>",
  "status": "pending"
}

Authorizations

x-api-key
string
header
required

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

Job submitted successfully

job_id
string
required

Unique identifier for the submitted job

status
enum<string>
required

Current status of the job

Available options:
pending,
processing,
completed,
failed