Explainer videos
Generate 30–60 second explanatory clips from detailed prompts.
LTX-Video 13B - generate longer AI videos (up to 60 seconds) from a single prompt with open-source flexibility.
Official LTX-Video 13B API access by LTX - REST endpoints, live playground & developer docs on VideoGenAPI.
Best for: Longer clips, extended B-roll, explainers, and budget-conscious long-form generation.
Explore the interface and see how easy it is to generate videos with LTX-Video 13B. Sign up for free to start creating!
Discover what's possible with LTX-Video 13B AI video generation
The LTX-Video 13B API is a REST interface that lets developers generate AI videos programmatically using LTX's LTX-Video 13B model. It supports text-to-video through a single POST endpoint. VideoGenAPI handles authentication, billing, and provider infrastructure - you only need one API key to start building with the LTX-Video 13B API.
Integrate the LTX-Video 13B API in your app in under 5 minutes with these four steps.
Sign up free at VideoGenAPI.com and generate your API key from the dashboard. No LTX account needed.
POST to https://videogenapi.com/api/v1/generate with your API key, model "ltxv-13b", and a text prompt describing your video.
Use the returned generation_id to check status via GET /api/v1/status/{id} or configure webhooks for automatic notifications.
Once status is "completed", retrieve the video URL from the response and embed it in your app, website, or workflow.
LTX-Video 13B is the long-form variant of the LTX open-source video family. Unlike most models capped at 10 seconds, it supports clips from 1 to 60 seconds - ideal for explainer videos, extended B-roll, and narrative sequences. At €0.05 per generation on VideoGenAPI, it's one of the most affordable options for longer AI video content.
Generate 30–60 second explanatory clips from detailed prompts.
Create longer atmospheric footage for video editing projects.
Produce day-to-night and process timelapses in a single generation.
Quick start guide to integrate LTX-Video 13B in your application
{
"model": "ltxv-13b",
"prompt": "Time-lapse of a city skyline from dawn to dusk, clouds moving, lights turning on, 30 second duration",
"duration": 10,
"resolution": "480p"
}
{
"success": true,
"generation_id": "gen_abc123xyz",
"status": "in_progress",
"estimated_time": 70}
const response = await fetch('https://videogenapi.com/api/v1/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
model: 'ltxv-13b',
prompt: 'Time-lapse of a city skyline from dawn to dusk, clouds moving, lights turning on, 30 second duration',
duration: 10 })
});
const data = await response.json();
console.log(data.generation_id);
Transparent pay-per-use pricing for the LTX-Video 13B API - no monthly minimums, no hidden fees.
Available on your VideoGenAPI balance with pay-as-you-go billing
Join thousands of developers using VideoGenAPI for the most affordable AI video generation