topazlabs/topazlabs-wonder-3-image

Topaz Wonder 3

All-in-one image enhancement and upscaling

Image

Ready to build with Topaz Wonder 3?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "topazlabs-wonder-3-image",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "enhancement_strength": "medium",
  "creativity": 3,
  "texture": 1,
  "sharpen": 0,
  "denoise": 0
}'