LTX-2 Pro Image-to-Video API Usage Guide
Overview
LTX-2 Pro Image-to-Video transforms a static image into a premium-quality dynamic video using the LTX-2 Pro model. Provide an image URL and a text prompt to guide the AI animation. It operates synchronously and returns the video directly (typically 30-120 seconds).Key Features:
- Synchronous Operation: Results returned directly
- Premium Quality: Higher fidelity output than Fast model
- Image-Driven: Use any image as the first frame
- Multiple Resolutions: 1080p, 1440p, 4K
- Optional Audio: AI-generated audio matching the scene
- Camera Motion: Built-in camera motion effects
Authentication
All API requests require authentication. Include your API key in the Authorization header:Submit Request
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
image_uri | image | Yes | Image URL to use as the first frame. Supported: JPEG, PNG, WebP. | - | Max 1 image |
prompt | string | Yes | Text description of how the image should be animated. | - | Required |
duration | enum | Yes | Video duration in seconds. | 6 | 6, 8, 10 |
resolution | enum | Yes | Output video resolution. | 1920x1080 | 1920x1080, 2560x1440, 3840x2160 |
fps | enum | No | Frame rate. | 25 | 25, 50 |
generate_audio | boolean | No | Generate AI audio matching the scene. | true | - |
camera_motion | enum | No | Camera motion effect. | - | dolly_in, dolly_out, dolly_left, dolly_right, jib_up, jib_down, static, focus_shift |
Response
Check Request Status
Endpoint
Example
Response
Request Status Values
| Status | Description |
|---|---|
queued | Request is waiting to be processed |
processing | Video generation is in progress |
success | Video generation completed successfully |
failed | Video generation failed |
cancelled | Request was cancelled |
List Your Requests
Endpoint
Get Model Information
Endpoint
Model Support Matrix
| Resolution | FPS | Duration (seconds) |
|---|---|---|
| 1920x1080 | 25, 50 | 6, 8, 10 |
| 2560x1440 | 25, 50 | 6, 8, 10 |
| 3840x2160 | 25, 50 | 6, 8, 10 |