Adobe Photoshop · Example Payload

Adobe Photoshop Api Remove Background Request Example

AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScripting

Adobe Photoshop Api Remove Background Request Example is an example object payload from Adobe Photoshop, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

imagemodeoutputtrimbackgroundColorcolorDecontamination

Example Payload

Raw ↑
{
  "image": {
    "source": {
      "url": "https://image.adobe.io/example.jpg"
    }
  },
  "mode": "cutout",
  "output": {
    "mediaType": "image/png"
  },
  "trim": true,
  "backgroundColor": {
    "red": 1920,
    "green": 1920,
    "blue": 1920,
    "alpha": 72.0
  },
  "colorDecontamination": 1920
}