
Request
Make aPOST request to below endpoint and pass the required parameters as a request body.
curl
Body
json
Body Attributes
string
required
Your API Key used for request authorization.
string
required
Text prompt with description of the things you want in the image to be generated.
string
Items you don’t want in the image.
string
Link to the Initial Image.
integer
Width of the image. Maximum allowed: 1024.
integer
Height of the image. Maximum allowed: 1024.
integer
Number of images to be returned in response. Maximum: 4.
boolean
default:"true"
A checker for NSFW images. If such an image is detected, it will be replaced by a blank image.
boolean
default:"false"
Get response as base64 string. Options:
true or false.number
Prompt strength when using init image. 1.0 corresponds to full destruction of information in the init image.
boolean
default:"false"
Queue response instantly before processing finishes instead of waiting. Options:
true or false.integer
Seed is used to reproduce results. Pass
null for a random number.boolean
Enhance prompts for better results. Options:
true or false.string
Set a URL to get a POST API call once the image generation is complete.
string
This ID is returned in the response to the webhook API call. This will be used to identify the webhook request.

