Upscaler API v1.0.0
This is a public version of the Upscaler API
You can authenticate using one of the following methods:
- An Api-Key header. For example, Api-Key: YOUR_API_KEY.
- A token query parameter. For example, if you want to make a request to a resource with URL /endpoint, you can specify your key as /endpoint?token=YOUR_API_KEY
Make sure that each request you perform includes your API key in one of the specified formats. Otherwise, the request will fail.
GET https://api-upscaler.icons8.com/api/v1/enhance_images?token=YOUR_API_KEY
page optional integer default 1
Page number
perPage optional integer default 10
Number of results per page. Max: 100
POST https://api-upscaler.icons8.com/api/v1/enhance_image?token=YOUR_API_KEY
image required file
201 - Enhance image by file
id optional string
filename optional string
enhancement optional integer
source optional object
enhanced optional object
status optional integer
statusName optional string
GET https://api-upscaler.icons8.com/api/v1/enhance_image?image_url=example123&token=YOUR_API_KEY
image_url required string
200 - Enhance image by url
id optional string
filename optional string
enhancement optional integer
source optional object
enhanced optional object
status optional integer
statusName optional string
POST https://api-upscaler.icons8.com/api/v1/enhance_image/{id}?token=YOUR_API_KEY
id required string
201 - Re-enhance image
id optional string
filename optional string
enhancement optional integer
source optional object
enhanced optional object
status optional integer
statusName optional string
GET https://api-upscaler.icons8.com/api/v1/enhance_image/{id}?token=YOUR_API_KEY
id required string
200 - Get enhance image
id optional string
filename optional string
enhancement optional integer
source optional object
enhanced optional object
status optional integer
statusName optional string