Upscale Download Webhook
Download Upscaled Images
Last updated
Download Upscaled Images
Last updated
If you've already generated an image and want to obtain a higher-resolution version, you can request an upscaled image through this endpoint. After your request is processed, the upscaled image will be sent to your specified webhook URL. The upscaled image link will be included in the response under the field "upscaled_image_src".
The process consists of two steps:
Initiate the request to upscale the image.
Retrieve the image via the webhook notification.
POST
https://api.aihomedesign.com
/v1/order/image/{generated_image_id}/download/upscale
The request body is not required for this endpoint and should be left empty.
x-api-key*
{your_api_key_here}
After submitting the request, our system will process the image and send you a webhook notification to the URL you’ve specified in your dashboard. This notification will let you know when the upscaled image is ready and provide a link to download it, also you can identify the webhook request by the field named generated_image_id,
which is the id of the image you've requested upscale for.