Overview
Increase image resolution up to 4x while maintaining quality. Our AI upscaler adds realistic detail and sharpness, making low-resolution images suitable for print or high-DPI displays.
Parameters
Request body parameters for this API
| Name | Type | Required | Description |
|---|---|---|---|
image_url | string | Required | URL of the image to upscale |
scale | number | Optional | Upscale factor: 2, 3, or 4 (default: 4) |
watermark | boolean | Optional | Add watermark to output image |
watermark_url | string | Optional | Custom watermark image URL |
watermark_scale | number | Optional | Watermark scale (0.05-1.0) |
watermark_opacity | number | Optional | Watermark opacity (0.1-1.0) |
watermark_position | string | Optional | Position: center, top-left, top-right, bottom-left, bottom-right |
Response
Response fields returned by this API
| Field | Type | Description |
|---|---|---|
id | string | Unique job identifier |
status | string | Job status: queued, processing, completed, failed |
output_url | string | URL of the upscaled image |
watermarked_url | string | URL of watermarked image (if watermark enabled) |
Examples
Code examples coming soon
Detailed code examples in multiple languages will be added here.
Features
- Up to 4x resolution increase
- AI-enhanced detail generation
- Preserves image quality
- Reduces artifacts and noise
- Suitable for print-ready output
Use Cases
- Enhancing old or low-quality photos
- Preparing images for print
- Enlarging product images
- Restoring vintage photographs
- Creating high-res marketing materials
Quick Links