Skip to main content
← LTX-2.5 Endpoint: POST https://api.higgsfield.ai/lightricks/ltx-2.5/image-to-video/pro Endpoint ID: lightricks/ltx-2.5/image-to-video/pro ▶Open API PlaygroundLTX-2.5 · Image to video pro↗

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.
  • Pro supports 720p or 1080p and 24, 25 or 50 fps. Use the Fast endpoint for 2k, 4k or 48 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, 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".
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".

Response

Submission returns a request handle. Poll status_url until status is completed, or use webhooks.
Accepted
A completed response includes the following output fields:
See polling, request errors and authentication for shared request handling.