DocsLTX Video
Videothird-party proxy
LTX Video
Text-to-video generation using LTX 2.3. Creates ~6 second 1080p videos at 25fps from text prompts.
$0.30 per ~6s video
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| prompt | string | required | — | Text description of the video to generate |
Example Request
curl -X POST https://cutedsl.cc/api/service \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"service": "ltx_video",
"prompt": "a timelapse of clouds rolling over mountains at sunset"
}'Example Response
{
"result": {
"video_url": "https://fal.media/files/example/video.mp4",
"duration": 6,
"resolution": "1080p",
"fps": 25
},
"credits_used": 300,
"credits_remain": 49700,
"usd_equivalent": 0.3
}Playground
Connect your wallet to try the playground.
Connect Wallet