Photo Retouch
Photo Retouching
Photo Retouch API
Photo Retouch API transfers the style of a reference image onto a target image for AI-powered image repair and retouching.
POST
Photo Retouch
Request
- URL:
https://www.ailabapi.com/api/image/editing/photo-retouching - Method:
POST - Content-Type:
multipart/form-data
Image requirements
- Image format:
JPEGJPGPNG - Image size: No more than 3 MB.
- Image resolution: Larger than 32x32px, smaller than 3000x3000px.
Headers
| Field | Required | Type | Description |
|---|---|---|---|
ailabapi-api-key | YES | string | Application API KEY. Get API KEY |
Body
| Field | Required | Type | Description |
|---|---|---|---|
image | YES | file | Images that require a style transformation. |
style | YES | file | Reference image. |
Response
Public Response Fields
Viewing Public Response Fields and Error CodesBusiness Response Fields
| Field | Type | Description |
|---|---|---|
data | object | The content of the result data returned. |
+image_url | string | The resulting image after performing the style transformation. |

