bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/images/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "bytedance-seedream-4-5",
"prompt": "An exterior shot of a gritty neon-drenched cyberpunk café, a flickering holographic sign projecting '\''Oxen.ai Cafe'\'' in glitching cyan and magenta lettering above it'\''s outdoor windows. High-contrast digital aesthetic with neon tones, chromatic aberration, digital noise artifacts, and dense megacity back-alley atmosphere.",
"aspect_ratio": "1:1",
"size": "4K"
}'