ltx-video
Installation
SKILL.md
LTX-2.3 Video API
API Reference
Base URL: https://api.ltx.video/v1
Auth: Authorization: Bearer <API_KEY>
Response: MP4 binary (direct download, no polling)
Endpoints
| Endpoint | Input | Use |
|---|---|---|
/v1/text-to-video |
prompt | Generate video from text |
/v1/image-to-video |
image_uri + prompt | Animate a still image |
/v1/audio-to-video |
audio_uri + image_uri + prompt | Lip-sync video from audio + image |
/v1/extend |
video_uri + prompt | Extend a video at start or end |
/v1/retake |
video_uri + time range | Regenerate a section of a video |