Adobe Creative Suite · Example Payload

Adobe Creative Suite Firefly Image Expand Request Example

CreativeDesignGraphicsPhotographyVideo

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

Top-level fields

promptnegativePromptimagesizeplacementnumVariationsseeds

Example Payload

Raw ↑
{
  "prompt": "example_value",
  "negativePrompt": "example_value",
  "image": "example_value",
  "size": "example_value",
  "placement": {
    "inset": {
      "left": 1920,
      "top": 1920,
      "right": 1920,
      "bottom": 1920
    }
  },
  "numVariations": 1920,
  "seeds": [
    1920
  ]
}