Introducing Image Upscaler - revolutionary new software that uses AI technology to deliver fast image upgrades 2x to 4x without loss of quality. Now you can quickly and easily upgrade your images to higher resolutions without any loss of quality.Image Upscaler uses advanced AI technology to accurately identify and enhance the details in your images, ensuring the highest quality possible. With Image Upscaler, you can upgrade your images with confidence, knowing that the quality of your images will remain the same.
https://www.ailabapi.com/api/image/enhance/image-lossless-enlargementPOSTmultipart/form-dataJPEG JPG PNG BMP| Field | Required | Type | Description |
|---|---|---|---|
ailabapi-api-key | YES | string | Application API KEY. Get API KEY |
| Field | Required | Type | Scope | Default | Description |
|---|---|---|---|---|---|
image | YES | file | |||
upscale_factor | NO | integer | 2, 3, 4 | 2 | Magnification. |
mode | NO | string | base, enhancement | base | base`: Normal mode, i.e. stable super-resolution effect.`, enhancement: Enhancement mode, which has a more prominent enhancement effect than the normal mode, further improving the clarity and sharpness of the output image. |
output_format | NO | string | png, jpg, bmp | png | Output image format. Note: If the input image is in RGBA format, the output will be forced to png to preserve both RGBA format and alpha channel accuracy.If the output image resolution exceeds 3840x2160, the output format will be automatically set to jpg. |
output_quality | NO | integer | [30, 100] | 95 | Quality factor of the output image, where a higher value corresponds to higher quality. Only applicable when output_format=jpg. |
| Field | Type | Description |
|---|---|---|
data | object | The content of the result data returned. |
+url | string | URL address of the image after resolution enlargement, image format is PNG. |
API Key for authentication
Magnification.
Image output mode.
base: Normal mode, i.e. stable super-resolution effect.enhancement: Enhancement mode, which has a more prominent enhancement effect than the normal mode, further improving the clarity and sharpness of the output image.Output image format.
Quality factor of the output image, where a higher value corresponds to higher quality. Only applicable when output_format=jpg.
Success
The response is of type object.