Color topping of HD images and the ability to ensure that the color of the portrait portion does not change.
https://www.ailabapi.com/api/image/effects/image-hd-color-migrationPOSTmultipart/form-dataPNG JPG JPEG| Field | Required | Type | Description |
|---|---|---|---|
ailabapi-api-key | YES | string | Application API KEY. Get API KEY |
| Field | Required | Type | Scope | Default | Example | Description |
|---|---|---|---|---|---|---|
task_type | YES | string | async | async | “async: Asynchronous tasks. | |
image | YES | file | ||||
mode | YES | string | AUTO, TEMPLATE, REF_PIC | AUTO`: Automatic color extension.`, TEMPLATE: Color palette extension., “REF_PIC: Reference picture extension color. | ||
degree | YES | string | [0, 1] | 0.4 | Top color degree. |
mode === AUTO| Field | Required | Type | Scope | Default | Description |
|---|---|---|---|---|---|
color_count | NO | integer | 1, 2, 3, 4, 5, 6, 7, 8 | 1 | Expand the number of color families. |
mode === TEMPLATE| Field | Required | Type | Example | Description |
|---|---|---|---|---|
color_template | YES | string | 056A6B,0A0B0C | Color palette topology, Top master color list, color value definition ARGB. e.g. 0A0B0C, array size [1, 7]. |
mode === REF_PIC| Field | Required | Type | Description |
|---|---|---|---|
ref | YES | file | Reference image. |
| 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. |
Querying Async Task Results Response| 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. | |
+image_list | array of string | Result URL address. |
API Key for authentication
Task Type.
"async"
Color extension mode.
AUTO: Automatic color extension.TEMPLATE: Color palette extension.REF_PIC: Reference picture extension color.Top color degree.
Expand the number of color families.
Color palette topology, Top master color list, color value definition ARGB. e.g. 0A0B0C, array size [1, 7].
Reference image.
Success
The response is of type object.