HTTP API
ImageGenerationOperatorRequest
The request body for an operator image-generation action.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
prompt |
no | string |
Gets the image prompt. | — |
count |
no | integer (int32) |
Gets the number of images to generate. Defaults to one. | pattern `^-?(?:0\ |
size |
no | string |
Gets the optional image size in WIDTHxHEIGHT form. | — |
sessionId |
no | string |
Gets the session to which generated attachments belong. | — |