bash
curl -sSf -X POST https://dev.hub.oxen.ai/api/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "wan-v2-7-reference-to-video",
"prompt": "Image 1 walks through a beautiful garden in the style of Image 2, cinematic lighting.",
"aspect_ratio": "16:9",
"resolution": "1080P",
"duration": 5,
"prompt_extend": true,
"watermark": false
}'