Adobe Creative Cloud · Example Payload

Adobe Stock Api Stock Asset Example

AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

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

Top-level fields

idtitlecreator_namecreator_idcontent_typewidthheightthumbnail_urlthumbnail_widththumbnail_height

Example Payload

Raw ↑
{
  "id": 42,
  "title": "example_value",
  "creator_name": "Example Asset",
  "creator_id": 42,
  "content_type": "image",
  "width": 42,
  "height": 42,
  "thumbnail_url": "https://example.adobe.com/asset",
  "thumbnail_width": 42,
  "thumbnail_height": 42
}