AILabTools API - AI Cartoon Generator - API:V1.1.0(DEPRECATED)
draft: true
Dear Developers,
We are thrilled to announce that our API is receiving a major update! The new version will introduce a host of improvements and feature enhancements to enhance your development experience and meet your needs.
However, along with the rollout of the new version, we must also inform you that the old version of the API will no longer receive maintenance and support. This means that we will no longer release new features, fix known issues, or provide technical support for the old version of the API.
We strongly encourage you to upgrade to the latest version of the API as soon as possible to ensure that your applications continue to operate smoothly and to take advantage of the latest features and optimizations.
If you have any questions or need assistance regarding this change, please feel free to contact our support team ([email protected]). We are committed to assisting you and ensuring a smooth transition.
Once again, thank you for your support and trust in our API.
Best Regards,
AILabTools Support Team
Request
- URL:
https://www.ailabapi.com/api/image/effects/ai-anime-generator
- Method:
POST
- Content-Type:
multipart/form-data
Image requirements
- Image format:
JPEG
PNG
JPG
BMP
WEBP
- Image size: No more than 10 MB.
- Can support any resolution output, to ensure the generation quality, it is recommended that the image resolution does not exceed 1280x720px.
Header
Field | Required | Type | Description |
---|---|---|---|
ailabapi-api-key | YES | string | Application API KEY. Get API KEY |
Body
Field | Required | Type | Scope | Default | Description |
---|---|---|---|---|---|
task_type | YES | string | async | async | Task Type. async : Asynchronous tasks. |
image | YES | file | |||
type | YES | string | Style. Range of values |
The range of type
values.
Category | Value | Description |
---|---|---|
default | Auto | |
Male photo | boy-0 | Basic I |
boy-1 | Literary I | |
boy-2 | Literary II | |
boy-3 | Sports | |
boy-4 | Beautification | |
boy-5 | Mature and steady | |
boy-6 | Ink wash painting | |
boy-7 | Oil painting | |
boy-8 | Detail enhancement | |
boy-9 | Sunny boy | |
boy-10 | Skin beautification | |
boy-11 | Face slimming | |
boy-12 | Aestheticism | |
boy-13 | Violet | |
boy-14 | Marvel | |
boy-15 | Makoto Shinkai | |
boy-16 | Zelda | |
boy-17 | Genshin Impact | |
boy-18 | Japanese kimono | |
boy-19 | Saint Seiya | |
boy-20 | Chinese Hanfu | |
boy-21 | Yoshihiro Togashi | |
boy-22 | Akira Toriyama | |
boy-23 | One Piece | |
boy-24 | Smile I | |
boy-25 | Smile II | |
boy-26 | Basic II | |
boy-27 | Big eyes | |
Male group photo | boys-0 | Basic I |
boys-1 | Basic II | |
Photos of women | girl-0 | Sweet |
girl-1 | Loli | |
girl-2 | Beautification I | |
girl-3 | Beautification + Big eyes | |
girl-4 | Beautification + Smile | |
girl-5 | Beautification II | |
girl-6 | Gaming | |
girl-7 | Anime, comics and games (ACG) | |
girl-8 | ACG + Big eyes | |
girl-9 | ACG + Smile | |
girl-10 | ACG + Big eyes + Smile | |
girl-11 | Detail enhancement I | |
girl-12 | Color sketch | |
girl-13 | Pure | |
girl-14 | Detail enhancement II | |
girl-15 | Genshin Impact | |
girl-16 | Zelda | |
girl-17 | Oil painting | |
girl-18 | Makoto Shinkai | |
girl-19 | The Snow Queen | |
girl-20 | Alice in Wonderland | |
girl-21 | Work attire | |
girl-22 | Retro girl | |
girl-23 | Chinese Hanfu | |
girl-24 | Violet | |
girl-25 | Elf | |
girl-26 | Saint Seiya | |
girl-27 | Wuxia | |
Group photo of women | girls-0 | Basic |
girls-1 | Chinese Hanfu | |
girls-2 | Beautification | |
girls-3 | Detail enhancement | |
Group photo of multiple people | people-0 | Basic I |
people-1 | Basic II | |
people-2 | Basic III | |
Animals | pet-0 | Basic I |
pet-1 | Basic II | |
pet-2 | Basic III | |
Landscapes | scene-0 | Basic |
scene-1 | Ed Mell | |
scene-2 | Jessica Rossier | |
scene-3 | Violet | |
scene-4 | Ian McQue | |
scene-5 | Alice in Wonderland |
Response
-
Handle
Public Parameters
:First, parse and validate the
Public Parameters
, checking the status code or response message to ensure the request is successful and no errors are present. -
Handle
Business Parameters
:If the public parameters are valid and no exceptions are found, proceed to process the business logic in the
Business Parameters
.
Public Parameters
Viewing Public Parameters and Error CodesBusiness Parameters
Field | Type | Scope | Description |
---|---|---|---|
task_type | string | async | Task Type. async : Asynchronous tasks. |
task_id | string | Asynchronous task ID. Please use this field when calling the Querying Async Task Results API. |
Example
{
"request_id": "",
"log_id": "",
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"error_detail": {
"status_code": 200,
"code": "",
"code_message": "",
"message": ""
},
"task_type": "",
"task_id": ""
}
This API is asynchronous, please keep task_id
and call Querying Async Task Results
to get the final results.
Asynchronous task results are valid for 24 hours. It is recommended that asynchronous task results be queried every 5 seconds.
Querying Async Task Results
Response
-
Handle
Public Parameters
:First, parse and validate the
Public Parameters
, checking the status code or response message to ensure the request is successful and no errors are present. -
Handle
Business Parameters
:If the public parameters are valid and no exceptions are found, proceed to process the business logic in the
Business Parameters
.
Public Parameters
Viewing Public Parameters and Error CodesBusiness Parameters
Field | Type | Scope | Description |
---|---|---|---|
task_status | integer | 0 1 2 | Asynchronous task status. 0 : The task is queued.1 : Asynchronous processing.2 : Processing was successful. |
data | object | The content of the result data returned. | |
+status | string | QUEUING PROCESSING PROCESS_SUCCESS PROCESS_FAILED TIMEOUT_FAILED LIMIT_RETRY_FAILED | Asynchronous task status. QUEUING : Task queuing in progress.PROCESSING : Asynchronous processing in progress.PROCESS_SUCCESS : processing success.PROCESS_FAILED : Processing failed.TIMEOUT_FAILED : The task timed out and did not finish processing.LIMIT_RETRY_FAILED : The maximum number of processing failure retries has been exceeded. |
+result_url | string | Result URL address. |
The URL address is a temporary address, valid for 24 hours, and will not be accessible after it expires. If you need to save the file for a long time or permanently, please visit the URL address within 24 hours and download the file to your own storage space.
Example
{
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"error_detail": {
"status_code": 200,
"code": "",
"code_message": "",
"message": ""
},
"task_status": 0,
"data": {
"status": "",
"result_url": ""
}
}
Code example
If you'd like to see the actual effects, please visit the experience page for a trial.