Adobe Photoshop · Example Payload

Adobe Photoshop Api Artboard Create Request Example

AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScripting

Adobe Photoshop Api Artboard 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": {
    "artboards": [
      {
        "name": {},
        "width": {},
        "height": {},
        "layers": {}
      }
    ]
  },
  "outputs": [
    "example_value"
  ]
}