Skip to main content

Request

Make a POST request to below endpoint and pass the required parameters in the request body.
curl

Body

json

Body Attributes

string
required
Your API Key used for request authorization.
string
required
The text prompt describing the content you want in the generated image.
string
Link to the Initial Image of the room.
string
Descriptions of elements to avoid in the image (e.g., NSFW content, extra limbs, poor quality).
number
Prompt strength when using init_image. 1.0 corresponds to full destruction of information in the init image.
boolean
default:"false"
Return the image as a base64 string. Default is false.
integer
The number of denoising steps. Acceptable values are 21, 31, or 41.
integer
Scale for classifier-free guidance. The minimum is 1 and the maximum is 20.
boolean
default:"false"
Create a temporary image link valid for 24 hours.
integer
Seed for reproducibility. Same seed returns the same image. Pass null for a random number.
string
A URL to receive a POST API call once the image generation is complete.
integer
ID returned in the webhook callback to identify the request.