Request
Send aPOST
request to below endpoint and pass the required parameters in the request body.
curl
Body
json
Body Attributes
Your API Key used for request authorization.
The text prompt describing the content you want in the generated image.
Link to the Initial Image of the room.
Descriptions of things you don’t want in the image. Examples include NSFW content, extra limbs, distorted faces, or poor quality.
Prompt strength when using init_image. A value of 1.0 corresponds to full destruction of information in the init image.
Get the response as a base64 string. Options:
true
or false
. Default is false
.The number of denoising steps. Acceptable values are 21, 31, or 41.
Scale for classifier-free guidance. Minimum is 1, maximum is 20.
Create a temporary image link. The link is valid for 24 hours.
Seed used to reproduce results. Same seed returns the same image. Pass
null
for a random seed.Provide a URL to receive a POST API call once the image generation is complete.
This ID is returned in the response and used to identify the webhook request.