bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "ltx-2-5",
"prompt": "A man making it to the summit on top of a mountain. The man raises his arms in victory and exhales a sigh of relief.",
"video_mode": "fast",
"resolution": "1080p",
"aspect_ratio": "16:9",
"duration": 6,
"fps": 24,
"generate_audio": true,
"camera_motion": "none"
}'