LTX Video 2.0 Pro - Create video from text
Generate a video from text prompt using the LTX Video 2.0 Pro model.
Features:
- High-quality video generation with resolutions up to 4K (2160p)
- Duration options: 6, 8, or 10 seconds
- Optional synchronized audio generation
- Reproducible results with seed parameter
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
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"
2000"A majestic eagle soaring through mountain valleys at sunset"
Webhook URL to notify when the task is completed
Whether to generate synchronized audio for the video
false
Random seed for reproducibility. Use the same seed with identical parameters for similar results.
0 <= x <= 429496729512345
Video resolution
1080p, 1440p, 2160p "1080p"
Video duration in seconds. Pro model supports 6, 8, or 10 seconds.
6, 8, 10 6
Frames per second for the generated video. Note: 50 FPS is only available for durations up to 10 seconds.
25, 50 25
Response
OK - The task exists and the status is returned
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}