🚀 Launch prices - Limited time offer!Get access now

Upscale image

Increase the resolution of an image using AI.

POST

Parameters

Body

application/json
imageUrlREQUIRED
string uri
URL of the image to upscale
scale
integer enum: 2, 4, 8
Upscaling factor
Status codeDescription
200Image upscaled successfully
400No description
401No description
cURL
curl -L -X POST \
"https://api.designcombo.dev/v2/images/upscale" \
-H 'Accept: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"imageUrl": "https://example.com/low-res-image.jpg",
"scale": 4
}'