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": "wan-v3-0-image-to-video",
"prompt": "A kitten running under the moonlight, moonlight falling on its soft fur, with a serene garden in the background",
"input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
"generate_audio": true,
"aspect_ratio": "adaptive",
"resolution": "1080P",
"duration": 5,
"enable_thinking": false,
"watermark": false
}'