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-o3-pro-video-to-video-edit",
"prompt": "A red bird flies in and lands in-between the two birds on the wire. They fight for positioning before settling in their spots.",
"input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/birds_on_telephone_wire.mp4",
"keep_audio": false
}'