Adobe Photoshop · Example Payload

Adobe Photoshop Api Text Edit Request Example

AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScripting

Adobe Photoshop Api Text Edit 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": {
    "manageMissingFonts": "useDefault",
    "globalFont": "example_value",
    "fonts": [
      "example_value"
    ],
    "layers": [
      {
        "name": {},
        "text": {}
      }
    ]
  },
  "outputs": [
    "example_value"
  ]
}