About Topaz Image Upscaler
Professional-grade image upscaling powered by AI, from Topaz Labs.
Five enhancement modes cover different sources: Standard V2 (general purpose), Low Resolution V2 (low-res images), CGI (digital art), High Fidelity V2 (detail preservation), and Text Refine (optimized for text).
Ready to build with Topaz Image Upscaler?
Try Topaz Image Upscaler in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
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-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"
}'