Muapi's image upscaler API increases resolution, sharpness, and detail on any image via a single REST call. Three models cover every budget and quality tier: a $0.02 general-purpose upscaler, SeedVR2's one-step diffusion restoration for degraded or compressed images, and Topaz's premium super-resolution engine for maximum fidelity. Use the same submit-and-poll pattern as every other model on the platform, from $0.02 per generation.
Transform blurry or pixelated images into high-definition visuals with deep-learning detail reconstruction at the lowest cost per generation on the platform.
A one-step diffusion-transformer model for image restoration, super-resolution, deblurring, and artifact removal that preserves natural colors and fine detail.
High-quality AI super-resolution that increases resolution, sharpness, and detail while reducing noise and preserving natural edges for professional output.
An AI image upscaler uses deep learning to increase an image's resolution while reconstructing detail that simple pixel interpolation loses — sharper edges, restored texture, and cleaner results from blurry, low-resolution, or compressed source images.
Muapi exposes three upscaling models through the same unified REST pattern used across every model on the platform: one API key, one request-and-poll flow, and pay-as-you-go pricing from $0.02 per generation. Choose the economical general-purpose model, restoration-focused SeedVR2, or Topaz when maximum fidelity matters.
The base AI Image Upscaler handles most blurry or pixelated images at $0.02 per generation — a cost-effective choice for a quick resolution boost.
SeedVR2 is a one-step diffusion-transformer built for degraded or compressed sources, deblurring and reducing compression artifacts while preserving natural color.
Topaz Image Upscale delivers high-fidelity output by restoring texture, reducing noise, and preserving natural edges for print or professional use.
Use the model that fits your source to restore old photographs, low-resolution digital art, product images, and other assets that need a larger, cleaner source.
Send an image URL and receive an upscaled image result. There is no GPU provisioning, model-weight hosting, or image-processing pipeline to maintain.
No subscription or minimum commitment — pay only for the images you upscale, with pricing determined by the selected model and its options.
| Model | Provider | Price | Best For |
|---|---|---|---|
| AI Image Upscaler | Muapi | $0.02 / generation | General-purpose HD upscaling at the lowest cost |
| SeedVR2 Image Upscale | SeedVR2 | $0.02 / generation | Restoration, deblurring, and compressed or low-quality sources |
| Topaz Image Upscale | Topaz | From $0.075 / generation | Maximum fidelity, print, and professional output |
curl -X POST https://api.muapi.ai/api/v1/ai-image-upscale \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"image_url": "https://example.com/input.jpg"
}'import requests
response = requests.post(
"https://api.muapi.ai/api/v1/ai-image-upscale",
headers={"x-api-key": "YOUR_API_KEY"},
json={"image_url": "https://example.com/input.jpg"},
)
request_id = response.json()["request_id"]
result = requests.get(
f"https://api.muapi.ai/api/v1/predictions/{request_id}/result",
headers={"x-api-key": "YOUR_API_KEY"},
)
print(result.json())Muapi's image upscaler API increases an image's resolution and detail using deep learning. Three models — a general-purpose upscaler, SeedVR2 restoration, and Topaz premium super-resolution — are available through a unified REST workflow.
SeedVR2 Image Upscale is purpose-built for restoration, deblurring, and artifact removal on degraded or compressed sources.
Pricing starts at $0.02 per generation on the base AI Image Upscaler and SeedVR2. Topaz Image Upscale starts at $0.075 and costs more for larger upscale factors.
Standard web image formats such as JPEG, PNG, and WebP can be supplied through a publicly reachable URL or Muapi's upload endpoint.
Yes. Sign up at muapi.ai, create an API key from your dashboard, and start upscaling images immediately — no waitlist required.