bash
curl -sSf -X POST https://hub.oxen.ai/api/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "ltx-2-3-pro-text-to-video",
"prompt": "A cat sitting on a chair",
"task": "text_to_video",
"resolution": "1080p",
"duration": 6,
"aspect_ratio": "16:9",
"fps": 25,
"camera_motion": "none",
"generate_audio": true
}'