Adobe · Schema

AssetDownloadResponse

Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

Properties

Name Type Description
assetID string The unique identifier of the asset.
downloadUri string The pre-signed URI to download the asset. Valid for a limited time.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-asset-download-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssetDownloadResponse",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string",
      "description": "The unique identifier of the asset."
    },
    "downloadUri": {
      "type": "string",
      "description": "The pre-signed URI to download the asset. Valid for a limited time."
    }
  }
}