Adobe Photoshop · Example Payload

Adobe Photoshop Api Document Create Request Example

AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScripting

Adobe Photoshop Api Document Create 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

optionsoutputs

Example Payload

Raw ↑
{
  "options": {
    "document": {
      "width": 1920,
      "height": 1920,
      "resolution": 1920,
      "fill": "transparent",
      "mode": "rgb",
      "depth": 32
    },
    "layers": [
      "example_value"
    ]
  },
  "outputs": [
    "example_value"
  ]
}