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": "flux-3-video",
"prompt": "A lone lighthouse keeper climbs a spiral staircase at dawn, storm clouds breaking outside the glass.",
"resolution": "720p",
"aspect_ratio": "auto",
"duration": 5,
"generate_audio": true,
"draft": false,
"safety_tolerance": 2
}'