Light Mode
Image Upscale API
POST
/image/enhanceThis API endpoint allows you to upscale an image by increasing its resolution. The response will contain the upscaled image.
Request
Header Params
Authorization
string
required
A bearer token that authenticates the user for making the request.
Example:
Bearer {{API Token}}
Body Params multipart/form-data
image
file
required
The image file to be processed. The API will process this image and return the upscaled version.
Example:
cmMtdXBsb2FkLTE3Mjg1NjE5NzAzMTktMzM=/model.jpg
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
Service Unavailable(503)
HTTP Code: 200
Content Type : Binaryapplication/octet-stream
If the request is successful, the API will return the generated image file.
Example
The response for 200 code is bytes.
Last modified: a month ago