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-ai-wan2-1-t2v-1-3b-diffusers",
"prompt": "A beautiful landscape painting of a serene lake with mountains in the background and an ox in the foreground.",
"height": 480,
"width": 640,
"negative_prompt": " ",
"num_inference_steps": 30,
"num_frames": 81,
"guidance_scale": 5
}'