Our API is a simple HTTP interface with various options:
Requires either an API Key to be provided in the Authorization request header.
Server: https://imageupscaler.com/api/update_image.php?method={method}
Image Upscaler is an online service that upscales images and photos in 4 times. It uses Artificial Intelligence, which makes images bigger without making it blurry saving its quality at the same time
Request url: https://imageupscaler.com/api/update_image.php?method=upscale-image-4x
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
Image Upscaler recognizes the faces of people in the image and blur them
Request url: https://imageupscaler.com/api/update_image.php?method=blur-face
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
The service processes image with a vintage filter
Request url: https://imageupscaler.com/api/update_image.php?method=vintage-filter
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
It often becomes a situation that you have an image and its size is appropriate but the image has blur. It could be motion blur, defocus, or just manually blur. In this case you need to unblur the image. This solution is also based on Deep Learning CNN
Request url: https://imageupscaler.com/api/update_image.php?method=deblurring
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
AI background remover gives a chance to save your time in comparison with manually foreground / background selection. Just upload your image and the AI puts the foreground on white background
Request url: https://imageupscaler.com/api/update_image.php?method=remove-background-from-image
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
Enhance intensity. It is a good solution if photo has been made in bad lighting conditions with lack of light
Request url: https://imageupscaler.com/api/update_image.php?method=enhance-image
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
Color enhancement. It is a good solution when colors on your photo have not enough saturation or colors gamma doesn't correlate with your wishes
Request url: https://imageupscaler.com/api/update_image.php?method=enhance-image-color
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
The apps and digital services we daily use often require uploading a small-sized photo. There are dozens of ways how to resize your pics so that they fit the demands. One of them is saving a picture in .JPEG format. After compressing you get a small-sized picture but the initial quality is also lost. The photo becomes less sharp because of the little squares around the objects. We call these squares JPEG artifacts.
Image Upscaler helps to clean up your picture from JPEG artifacts making the photo a real delight to the eye. The app simply works with your camera photos as well as with the images taken from Google.
This is a must-have for those who need high-quality photo content.
Request url: https://imageupscaler.com/api/update_image.php?method=jpeg-artifacts-removing
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
Image denoising to restore the true image
Request url: https://imageupscaler.com/api/update_image.php?method=denoising
Request bodyrequired
file_imagestring($binary)
Source image file (binary). (If this parameter is present, the other image source parameters must be empty.)
Request headers:
Content-type:
multipart/form-data
Authorization:
Bearer {API token}
User-Agent:
Mozilla/5.0
success response example:
error response example: