Adobe Photoshop · Example Payload

Adobe Photoshop Api Depth Blur Request Example

AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScripting

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

Top-level fields

inputsoptionsoutputs

Example Payload

Raw ↑
{
  "inputs": [
    "example_value"
  ],
  "options": {
    "focalSelector": {},
    "focalDistance": 72.0,
    "blurStrength": 72.0,
    "focalRange": 72.0,
    "grain": 72.0,
    "haze": 72.0
  },
  "outputs": [
    "example_value"
  ]
}