Request
Make aPOST
request to below endpoint and pass the required parameters in the request body.
Body
json
Body Attributes
Your API Key used for authenticating your request.
A text prompt describing the content you want in the generated floor plan image.
A URL to the initial image of the room to base the floor plan on.
Descriptions of elements you don’t want in the image (e.g., poor quality, distortion, NSFW content).
Degree to which the prompt influences the initial image. 1.0 corresponds to full destruction of original details.
Return the image as a base64 string. Default is false.
The number of denoising steps to perform. Accepted values: 21, 31, or 41.
Scale for classifier-free guidance. Minimum is 1, maximum is 20.
If true, stores image in temporary storage valid for 24 hours.
Seed for reproducibility. Same seed yields same image. Use null for randomness.
URL to receive a POST request once the image generation completes.
ID returned in API response to identify the webhook request.