This endpoint returns super resolution of the image
--request POST 'https://stablediffusionapi.com/api/v1/enterprise/super_resolution' \
Make a POST
request to https://stablediffusionapi.com/api/v1/enterprise/super_resolution
endpoint and pass the appropriate parameters to the request body. url
holds the image url you want to give super resolution.
{
"key": "",
"url": "https://stable-diffusion-api.s3.amazonaws.com/generations/1668922501_1-0.png",
"scale": 3,
"webhook": null,
"face_enhance": false
}