Adobe Creative Cloud · JSON Structure

Adobe Firefly Api Generate Images Response Structure

GenerateImagesResponse from Adobe API

Type: object Properties: 3
AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

GenerateImagesResponse is a JSON Structure definition published by Adobe Creative Cloud, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

size outputs contentClass

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-cloud/refs/heads/main/json-structure/adobe-firefly-api-generate-images-response-structure.json",
  "name": "GenerateImagesResponse",
  "description": "GenerateImagesResponse from Adobe API",
  "type": "object",
  "properties": {
    "size": {
      "type": "object",
      "properties": {
        "width": {
          "type": "int32"
        },
        "height": {
          "type": "int32"
        }
      }
    },
    "outputs": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "seed": {
            "type": "int32",
            "description": "Random seed used for this variation."
          },
          "image": {
            "type": "object",
            "properties": {
              "url": {
                "type": "uri",
                "description": "URL to the generated image. Expires after 24 hours."
              }
            }
          }
        }
      }
    },
    "contentClass": {
      "type": "string",
      "example": "example_value"
    }
  }
}