Background

The background section contains all background properties, such as removing the background and setting the color.

Background removal

Remove image background. This operation offers both fully automated mode and advanced manual options. Following is a description of remove option.

Possible values:

Below are advanced options supported by remove:

JSON Request

"operations": {
    "background": {
        "remove": true
    }
}

Background color

The image background. You can set transparent background or any color in hexadecimal format.

Possible values

JSON Request

"operations": {
    "background": {
        "remove": {
            "category": "products"
        },
        "color": "transparent"
    }
}

Background blurring

Blur image background. This operation offers both fully automated mode and advanced manual options. Here's a descritption of blur option.

Possible values:

Below are advanced options supported by blur:

JSON Request

"operations": {
    "background": {
        "blur": true
    }
}

Last updated