AILabTools API - Smart Beauty - API
Request
- URL:
https://www.ailabapi.com/api/portrait/effects/smart-beauty
- Method:
POST
- Content-Type:
multipart/form-data
Image requirements
- Image format:
JPEG
JPG
BMP
PNG
- Image size: No more than 5 MB.
- Image resolution: Less than 4096x4096px.
Header
Field | Required | Type | Description |
---|---|---|---|
ailabapi-api-key | YES | string | Application API KEY. |
Body
Field | Required | Type |
---|---|---|
image_target | YES | file |
Response
Parameters
Field | Type | Description |
---|---|---|
error_code | integer | Status Code. |
error_code_str | string | Error Code. |
error_msg | string | Error Message. |
request_id | string | Request ID. |
log_id | string | Log ID. |
data | object | The content of the result data returned. |
+image | string | The result image, returning the Base64 encoding of the image. |
Example
{
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"request_id": "",
"log_id": "",
"data": {
"image": ""
}
}
Code example
If you'd like to see the actual effects, please visit the experience page for a trial.