Topaz Image Upscale
Increase image resolution with selectable 1×, 2×, 4×, or 8× upscale factors for sharper, higher-resolution assets.
The Topaz Upscale API hub combines image and video super-resolution in one Muapi catalog. Provide an image_url or video_url, choose the supported upscale factor, and poll the shared asynchronous result endpoint for the enhanced asset.
Increase image resolution with selectable 1×, 2×, 4×, or 8× upscale factors for sharper, higher-resolution assets.
Enhance an existing video with 1×, 2×, or 4× upscaling while billing from the source video's duration.
Topaz provides two enhancement endpoints on Muapi. Topaz Image Upscale increases an image's resolution with 1×, 2×, 4×, or 8× output factors, while Topaz Video Upscale processes an existing video with 1×, 2×, or 4× factors.
Image upscaling costs $0.075 at 1× or 2×, $0.15 at 4×, and $0.30 at 8×. Video upscaling is billed at $0.08 per second of source-video duration. Both workflows require only the corresponding public asset URL plus an optional upscale_factor.
Enhance an image with 1×, 2×, 4×, or 8× upscale factors.
Enhance an existing video with 1×, 2×, or 4× upscale factors.
Submit image_url or video_url and receive the enhanced asset through the common polling flow.
Image pricing follows the selected factor; video pricing follows source duration at $0.08 per second.
Increase resolution for archival photos, product assets, thumbnails, and digital artwork.
Enhance existing footage before publishing, editing, or presenting it on larger displays.
Add factor-selected image or video enhancement to batch jobs using the same submit-and-poll API.
Submit a Topaz image-upscale task with your Muapi key, receive a request ID, and poll the shared predictions endpoint for the enhanced image URL.
curl -X POST https://api.muapi.ai/api/v1/topaz-image-upscale \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"image_url":"https://example.com/source-image.jpg","upscale_factor":2}'
# Response: {"request_id":"REQUEST_ID"}The example calls topaz-image-upscale with image_url and a 2× factor. Switch to topaz-video-upscale and provide video_url for video enhancement.
curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY"
Poll until the task completes, then read the enhanced image or video URL from the result response.
Muapi lists topaz-image-upscale for images and topaz-video-upscale for videos.
Topaz Image Upscale accepts 1, 2, 4, or 8. The default factor is 2.
Topaz Video Upscale accepts 1, 2, or 4. The default factor is 2.
Image upscaling costs $0.075 at 1× or 2×, $0.15 at 4×, and $0.30 at 8×.
Video upscaling costs $0.08 per second of source-video duration; the selected upscale factor is part of the request but does not change the documented per-second rate.
Connect image and video super-resolution through one Muapi API key and a shared asynchronous workflow.