Request
Send aPOST request to below https://modelslab.com/api/v1/enterprise/super_resolution/make endpoint to return the corresponding super resolution image of the image passed.
curl
Body
json
Body Attributes
string
required
Your API Key used for request authorization.
string
required
The URL of the image that you want to upscale.
integer
default:"2"
A number for scaling the image. Common values: 2, 4, or 8.
boolean
default:"false"
Enable or disable the face enhancement feature. Options: true/false.
string
Provide a URL to receive a POST API call once the image generation is complete.
integer
This ID is returned in the response to the webhook API call and will be used to identify the webhook request.

