bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "wan-v2-7-image-to-video",
"prompt": "The camera slowly zooms in while the subject comes to life, cinematic lighting.",
"resolution": "1080P",
"duration": 5,
"prompt_extend": true,
"watermark": false
}'