bash
curl -sSf -X POST https://hub.oxen.ai/api/images/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "bytedance-seedream-5-lite",
"prompt": "A cat sitting on a chair",
"size": "2K",
"aspect_ratio": "match_input_image",
"output_format": "png"
}'