Skip to main content

Request

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

Body

json

Body Attributes

string
required
Your API Key used for authenticating your request.
string
required
A text prompt describing the exterior style, colors, and mood you want applied to the restored facade.
string
A URL to the exterior photo you want to enhance.
string
Descriptions of elements you don’t want in the image (e.g., poor quality, distortion, NSFW content).
number
Degree to which the prompt influences the initial image. 1.0 corresponds to full destruction of original details.
boolean
default:"false"
Return the image as a base64 string. Default is false.
integer
The number of denoising steps to perform. Accepted values: 21, 31, or 41.
integer
Scale for classifier-free guidance. Minimum is 1, maximum is 20.
boolean
default:"false"
If true, stores image in temporary storage valid for 24 hours.
integer
Seed for reproducibility. Same seed yields same image. Use null for randomness.
string
URL to receive a POST request once the image generation completes.
integer
ID returned in API response to identify the webhook request.