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": "krea-v2-large-text-to-image",
"prompt": "A Van Gogh-tinged Provençal farmhouse under starry nights.",
"aspect_ratio": "1:1",
"creativity": "medium"
}'