Request
- URL:
https://www.ailabapi.com/api/portrait/effects/emotion-editor
- Method:
POST
- Content-Type:
multipart/form-data
Image requirements
- Image format:
JPEG
JPG
PNG
- Image size: No more than 5 MB.
- Image resolution: Less than 4096x4096px.
Field |
Required |
Type |
Description |
ailabapi-api-key |
YES |
string |
Application API KEY. |
Body
Field |
Required |
Type |
Scope |
Default |
Description |
image_target |
YES |
file |
|
|
|
service_choice |
NO |
integer |
0 1 2 3 100 |
0 |
Expression type. 0 : Big laugh. 1 : Pouting. 2 : Feel sad. 3 : Smile. 100 : Opening eyes. |
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