Adobe Creative Cloud · Example Payload

Adobe Firefly Api Expand Image Request Example

AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

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

Top-level fields

imagesizepromptplacement

Example Payload

Raw ↑
{
  "image": "example_value",
  "size": {
    "width": 42,
    "height": 42
  },
  "prompt": "A beautiful sunset over the ocean",
  "placement": {
    "alignment": {
      "horizontal": "center",
      "vertical": "top"
    }
  }
}