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": "bytedance-depth-anything-video",
"video_url": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
"depth_model": "VDA-Large",
"colormap": "grayscale",
"resolution": "auto",
"side_by_side": false,
"include_raw_depths": false
}'