Adobe Creative Suite · Example Payload

Adobe Creative Suite Photoshop Render Output Example

CreativeDesignGraphicsPhotographyVideo

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

Top-level fields

inputstatusdetails_links

Example Payload

Raw ↑
{
  "input": "example_value",
  "status": "pending",
  "details": "example_value",
  "_links": {
    "renditions": [
      {
        "href": {},
        "storage": {},
        "type": {},
        "width": {},
        "height": {}
      }
    ]
  }
}