bash
curl -sSf -X POST https://hub.oxen.ai/api/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "luma-ray-v3-2-video-to-video",
"prompt": "Restyle the footage as a hand-painted watercolor animation with soft pastel colors.",
"input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
"resolution": "540p",
"duration": "5s"
}'