Overview
Restore and enhance faces in photos with AI-powered facial restoration. Perfect for fixing blurry faces, enhancing old photos, or improving portrait quality.
Parameters
Request body parameters for this API
| Name | Type | Required | Description |
|---|---|---|---|
image_url | string | Required | URL of the image containing faces |
fidelity | number | Optional | Restoration strength (0.0-1.0, default: 0.9) |
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 restored 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
- AI face detection and restoration
- Fixes blurry or low-quality faces
- Preserves facial features
- Works with multiple faces
- High fidelity restoration
Use Cases
- Restoring old family photos
- Enhancing portrait photographs
- Fixing blurry faces in group shots
- Improving video call screenshots
- Professional headshot enhancement
Quick Links