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-3",
"prompt": "A red bird flies in and lands in-between the two birds on the wire. They fight for positioning before settling in their spots.",
"video_mode": "fast",
"resolution": "1080p",
"aspect_ratio": "16:9",
"duration": 6,
"fps": 24,
"generate_audio": true,
"camera_motion": "none"
}'