Adobe Creative Suite · Example Payload

Adobe Creative Suite Photoshop Text Edit Request Example

CreativeDesignGraphicsPhotographyVideo

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

Top-level fields

inputsoutputsoptions

Example Payload

Raw ↑
{
  "inputs": [
    "example_value"
  ],
  "outputs": [
    "example_value"
  ],
  "options": {
    "layers": [
      {
        "name": {},
        "text": {}
      }
    ]
  }
}