Generate with Ideogram 4.0 (Transparent Background)
Generate with Ideogram 4.0 (Transparent Background)
Authentication
API key for access control. Use in the header with the name “Api-Key”
Request
A request to generate a transparent-background image with Ideogram 4.0.
A natural-language prompt for image generation. When supplied,
magic-prompt is enabled automatically. Mutually exclusive with
json_prompt.
A structured prompt that conforms to the Ideogram 4.0 JSON
contract. When supplied, magic-prompt is disabled and the
structured prompt is consumed by the diffusion model directly,
except that compositional_deconstruction.background is replaced
with a transparent-background directive. Mutually exclusive with
text_prompt.
The aspect ratio for an Ideogram 4.0 magic prompt. AUTO lets the
model select the most suitable ratio from the prompt; any other value
pins the ratio. The non-AUTO values are the buckets the 4.0 model
supports.
The output resolution tier for the generated image. Tiers are
total-pixel budgets matching a square of the named size (for example,
8K delivers at most 8192x8192 total pixels); wide and tall aspect
ratios keep the same pixel budget, so a single dimension may exceed
the named size. Defaults to 1K.
Optional. Opt this request into post-generation copyright detection (Hive likeness + logo
checks). The effective gate is the OR of this field and the organization’s
copyright_detection_enabled setting on /api. See GenerateImageRequestV3 for details.
Response
A list of ImageObjects that contain the generated image(s).