Super Resolution

Request
Send aPOST request to below endpoint to return the corresponding super resolution image of the image passed.
curl
The following upscale model are supported
| Model ID | Description |
|---|---|
| RealESRGAN_x4plus | 4x upscaling model |
| RealESRGAN_x4plus | 4x upscaling model |
| RealESRGAN_x4plus_anime_6B | 4x Anime upscaling model |
| RealESRGAN_x2plus | 2x upscaling model |
| realesr-general-x4v3 | 4x upscaling general model |
| ultra_resolution | 4K+ upscaling general model |
Body
json
Body
application/json
Your API Key used for request authorization
The URL of the image that you want to upscale
Available options:
RealESRGAN_x4plus, RealESRGAN_x4plus_anime_6B, RealESRGAN_x2plus, realesr-general-x4v3, ultra_resolution A number for scaling the image
A boolean flag for face enhancement feature
URL to receive POST API call when complete
ID for webhook identification
Response
200 - application/json
Super resolution response
- Option 1
- Option 2
- Option 3
Available options:
success Time taken to generate the image in seconds
Unique identifier for the generation request
Array of generated image URLs
Array of proxy image URLs
Metadata about the generation process

