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.
image required file
201 - Enhance image by file
id optional string
filename optional string
enhancement optional integer
source optional object
enhanced optional object
enhanced_withwm optional object
status optional integer
statusName optional string
image_url required string
200 - Enhance image by url
id optional string
filename optional string
enhancement optional integer
source optional object
enhanced optional object
enhanced_withwm optional object
status optional integer
statusName optional string
id required string
200 - Delete enhanced image
id optional string
filename optional string
enhancement optional integer
source optional object
enhanced optional object
enhanced_withwm optional object
status optional integer
statusName optional string