bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/ai/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "wan-v3-0-video",
"prompt": "A kitten running under the moonlight, moonlight falling on its soft fur, with a serene garden in the background",
"resolution": "1080P",
"aspect_ratio": "adaptive",
"duration": 5,
"generate_audio": true,
"enable_thinking": false,
"watermark": false
}'