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": "topazlabs-image-upscale",
"input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-Character-Simple-Vector-Graphic/file/main/images/reference/bloxy_white_bg.png",
"enhance_model": "High Fidelity V2",
"upscale_factor": "2x",
"output_format": "png"
}'