Adobe Creative Cloud · Example Payload

Adobe Cc Libraries Api Element Example

AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

Adobe Cc Libraries Api Element Example is an example object payload from Adobe Creative Cloud, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnametypecreated_datemodified_datethumbnailrepresentations

Example Payload

Raw ↑
{
  "id": "abc123def456",
  "name": "Example Asset",
  "type": "image",
  "created_date": "2026-04-17T12:00:00Z",
  "modified_date": "2026-04-17T12:00:00Z",
  "thumbnail": {
    "url": "https://example.adobe.com/asset.jpg",
    "width": 42,
    "height": 42,
    "type": "image"
  },
  "representations": [
    {
      "id": "abc123def456",
      "type": "image",
      "storage_href": "example_value",
      "content_length": 42
    }
  ]
}