POST https://api.higgsfield.ai/lightricks/ltx-2.5/image-to-video/fast
Endpoint ID: lightricks/ltx-2.5/image-to-video/fast
Open API PlaygroundLTX-2.5 · Image to video fast↗
Usage notes
- duration is marked required in the schema and has default 6; the API applies this top-level default before validation. The example includes it explicitly.
- Fast supports 720p, 1080p, 2k or 4k and 24, 25, 48 or 50 fps.
- image_url is the required first frame; end_image_url is an optional last frame. aspect_ratio explicitly controls output dimensions.
Quick start
Replace the example media URLs with publicly accessible URLs for your own files before submitting.Input schema
integer
default:"25"
Allowed values:
24, 25, 48, 50.string
required
Write your prompt here
Minimum characters:
2.
Maximum characters: 5000.integer
default:"6"
required
Requested output duration in seconds.
Allowed values:
6, 8, 10.
The server supplies this default when the field is omitted.string
required
Public URL of the input image.
Format:
uri.string
default:"720p"
Output resolution tier.
Allowed values:
"720p", "1080p", "2k", "4k".string
default:"16:9"
Output width-to-height ratio.
Allowed values:
"16:9", "9:16".string
Format:
uri.boolean
default:"true"
Generate audio with the video.
string
Allowed values:
"dolly_in", "dolly_out", "dolly_left", "dolly_right", "jib_up", "jib_down", "static", "focus_shift".Complete JSON schema
Complete JSON schema
Response
Submission returns a request handle. Pollstatus_url until status is completed, or use webhooks.
Accepted