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": "kling-video-v2-6-pro-text-to-video",
"prompt": "A close up of a blonde woman surfer in a wet suit, with a wave behind her, paddling to get momentum before standing up, on her stomach, looking back over her shoulder at the wave coming in.",
"negative_prompt": "blur, distort, and low quality",
"aspect_ratio": "16:9",
"duration": 5,
"generate_audio": false,
"cfg_scale": 0.5
}'