ImageGenerateRequest

Request body for text-to-image generation

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
prompt string Text description of the image to generate
negativePrompt string Text description of elements to avoid in the generated image
contentClass string Broad content category to guide the generation model
numVariations integer Number of image variations to generate (1 to 4)
size object
style object
seeds array Array of integer seed values for reproducible generation. Providing the same seed with the same prompt produces the same output.
locale string BCP 47 language locale for prompt interpretation
View JSON Schema on GitHub