Input two images, content (also called the image to be repaired) and style (also called the reference image). The content image is transformed according to the style of the style image to get a result image.
Documentation Index
Fetch the complete documentation index at: https://ailabtools.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
https://www.ailabapi.com/api/image/editing/photo-retouchingPOSTmultipart/form-dataJPEG JPG PNG| Field | Required | Type | Description |
|---|---|---|---|
ailabapi-api-key | YES | string | Application API KEY. Get API KEY |
| Field | Required | Type | Description |
|---|---|---|---|
image | YES | file | Images that require a style transformation. |
style | YES | file | Reference image. |
| Field | Type | Description |
|---|---|---|
data | object | The content of the result data returned. |
+image_url | string | The resulting image after performing the style transformation. |