Adobe Creative Suite · Example Payload

Adobe Creative Suite Stock License Response Example

CreativeDesignGraphicsPhotographyVideo

Adobe Creative Suite Stock License Response 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

content_idpurchase_detailsdownload_url

Example Payload

Raw ↑
{
  "content_id": 123456789,
  "purchase_details": {
    "state": "just_purchased",
    "license": "example_value",
    "nb_downloads": 1920
  },
  "download_url": "https://stock.adobe.com/Rest/Libraries/Download/123456789/1"
}