Skip to main content
POST
LTX Video 2.0 Pro - Create video from image

Authorizations

x-magnific-api-key
string
header
required

Your Magnific API key. Required for authentication. Learn how to obtain an API key

Body

application/json
prompt
string
required

Text prompt describing the desired video content.

Tips:

  • Be specific about scenes, subjects, and visual details
  • Describe motion and camera movements
  • Mention lighting and atmosphere

Example: "A majestic eagle soaring through mountain valleys at sunset, camera slowly panning to follow the flight"

Maximum string length: 2000
Example:

"A majestic eagle soaring through mountain valleys at sunset"

image_url
string<uri>
required

URL of the image to use as the first frame of the video. Must be publicly accessible. Supported formats: JPEG, PNG, WebP

Example:

"https://example.com/image.jpg"

webhook_url
string<uri>

Webhook URL to notify when the task is completed

generate_audio
boolean
default:false

Whether to generate synchronized audio for the video

Example:

false

seed
integer

Random seed for reproducibility. Use the same seed with identical parameters for similar results.

Required range: 0 <= x <= 4294967295
Example:

12345

resolution
enum<string>
default:1080p

Video resolution

Available options:
1080p,
1440p,
2160p
Example:

"1080p"

duration
enum<integer>
default:6

Video duration in seconds. Pro model supports 6, 8, or 10 seconds.

Available options:
6,
8,
10
Example:

6

fps
enum<integer>
default:25

Frames per second for the generated video. Note: 50 FPS is only available for durations up to 10 seconds.

Available options:
25,
50
Example:

25

Response

OK - The task exists and the status is returned

data
object
required
Example: