Adobe Photoshop · Example Payload

Adobe Photoshop Api Fill Masked Areas Request Example

AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScripting

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

Top-level fields

imagemasks

Example Payload

Raw ↑
{
  "image": {
    "source": {
      "url": "https://image.adobe.io/example.jpg"
    }
  },
  "masks": [
    {
      "source": {
        "url": {}
      }
    }
  ]
}