bash
curl -sSf -X POST https://hub.oxen.ai/api/images/edit \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "qwen-image-2",
"prompt": "A cat sitting on a chair",
"match_input_image": false,
"aspect_ratio": "1:1",
"enable_prompt_expansion": true
}'