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": "openai-sora-2-pro",
"prompt": "An ox being given a speeding ticket by a police officer. The ox is driving a Porsche 911, with sunglasses and a hat on like a high profile celebrity.",
"aspect_ratio": "landscape",
"resolution": "standard",
"seconds": "4"
}'