Adobe Creative Cloud · Example Payload

Adobe Stock Api License History Response Example

AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

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

Top-level fields

nb_resultsfiles

Example Payload

Raw ↑
{
  "nb_results": 42,
  "files": [
    {
      "id": 42,
      "title": "example_value",
      "content_type": "image",
      "thumbnail_url": "https://example.adobe.com/asset.jpg",
      "license": "example_value",
      "license_date": "2026-04-17T12:00:00Z",
      "download_url": "https://example.adobe.com/asset.jpg"
    }
  ]
}