Request
Make aPOST
request to below endpoint and pass the required parameters in the request body.
Body
Body
Your API Key used for authenticating your request
A text prompt describing the content you want in the generated room decor image
A URL to the initial image of the room to base the design on
Negative prompts are descriptions of things we don't want in our image. Examples include NSFW content, extra limbs, distorted faces, poor quality, or anything else we want to avoid
The degree to which the prompt influences the initial image. 1.0 corresponds to full destruction of the initial image details
Specifies whether the response should be returned as a base64 string. Defaults to false
The number of denoising steps. Acceptable values are 21, 31, or 41
The scale for classifier-free guidance. Minimum is 1, and maximum is 20
Indicates if temporary links should be used, valid for 24 hours. Defaults to false
Seed for reproducibility. The same seed generates the same image. Use null for a random seed
A URL to receive a POST API call once the image generation is complete
An ID returned in the API response, used to identify the webhook request
Response
Room decoration response
success
Time taken to generate the result in seconds
Unique identifier for the generation request
Array of URLs to the generated images
Array of proxy URLs for the generated images
Metadata about the generation process and parameters used