resolution, which is an aspect ratio (1:1, 16:9 or 9:16) rather than a pixel value.
Request
Make aPOST request to below endpoint and pass the required parameters as a request body.
curl
Body
json
Body Attributes
string
required
Your API Key used for request authorization.
string
required
Text prompt with a description of the things you want in the video to be generated. The prompt is the only thing this endpoint has to work from, so it is required.
string
default:"16:9"
Aspect ratio of the generated video, not a pixel size. options:
1:1, 16:9 or 9:16. Any other value is refused.number
default:"5"
Length of the generated video in seconds. Minimum is
5, maximum is 12.number
default:"81"
The number of frames in the generated video. Maximum is
81, which is also the default.number
default:"4"
Number of denoising steps. LTX 2.3 is distilled to generate in 4 steps, so raising this costs time without adding much detail. Minimum is
1, maximum is 50.string
default:"mp4"
Format of the generated video. options:
mp4 or gif.string
Optional model identifier forwarded to your server. Your LTX 2.3 container serves one model, so this can be left out.
number
Seed is used to reproduce results. The same seed will give you the same video again. Pass null for a random number.
string
default:"no"
Whether to watermark the generated video. options:
yes or no.boolean
default:"false"
Queue response instantly before processing finishes instead of waiting a minimum amount of time. default:
false, options: true or false.boolean
default:"false"
If true, stores the video in temporary storage which is cleaned every 24 hours. default:
false, options: true or false.boolean
default:"false"
Set to
true when you are sending or expecting base64 rather than URLs. default: false, options: true or false.string
Set a URL to get a POST API call once the video generation is complete.
string
This ID is returned in the response to the webhook API call. This will be used to identify the webhook request.

