Quick Start
Get started with the LTX API in minutes
Get your API Key
Sign in to the Developer Console to create your API key.
Make your first request
Text-to-Video
Generate a video from a text prompt:
Request
The API returns the generated video file directly as an MP4.
Image-to-Video
Transform a static image into a dynamic video:
Request
Replace YOUR_IMAGE_URI with a publicly reachable HTTPS URL to your image. You can also upload the image and pass the returned ltx:// URI, or inline it as a base64 data URI — see Input Formats.
Response
Successful requests return:
- Body: The generated video file (MP4 format)
- Headers:
Content-Type: video/mp4x-request-id: Unique identifier for tracking
Going to production? Switch to the async API — submit a job, poll for the result. Avoids long-lived connections and timeouts on heavier requests.