- APIs
- Designcombo API
- Upscale Image
Upscale image
Increase the resolution of an image using AI.
POST
Parameters
Body
application/jsonimageUrlREQUIRED
string uri
URL of the image to upscale
scale
integer enum: 2, 4, 8
Upscaling factor
| Status code | Description |
|---|---|
| 200 | Image upscaled successfully |
| 400 | No description |
| 401 | No 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}'