Adobe Creative Cloud · Example Payload

Adobe Firefly Api Generate Images Request Example

AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

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

Top-level fields

promptnegativePromptnumVariationssizecontentClassstyleseeds

Example Payload

Raw ↑
{
  "prompt": "A beautiful sunset over the ocean",
  "negativePrompt": "A beautiful sunset over the ocean",
  "numVariations": 42,
  "size": {
    "width": 42,
    "height": 42
  },
  "contentClass": "photo",
  "style": {
    "presets": [
      "example_value"
    ],
    "referenceImage": "example_value"
  },
  "seeds": [
    42
  ]
}