Inpaintin

Request
Make aPOST
request to below endpoint and pass the required parameters as a request body.
Body
Body
Your API Key used for request authorization
Text prompt describing the content you want in the generated image
Link to the initial image
Link to the mask image for inpainting
Items you do not want in the image
The width of the generated images, If not provided, the width of init_image is used
x <= 1024
The height of the generated images, If not provided, the height of init_image is used
x <= 1024
Number of images to be returned in response
x <= 4
Number of denoising steps
A checker for NSFW images
yes
, no
Scale for classifier-free guidance
1 <= x <= 5
Prompt strength when using the initial image
0 <= x <= 1
Set to true for instant queue response
true
, false
Set to true to get response as base64 string
true
, false
Seed used to reproduce results
URL to receive POST API call when complete
ID for webhook identification
Response
Inpainting response
success
Time taken to generate the image in seconds
Unique identifier for the generation request
Array of generated image URLs
Array of proxy image URLs
Metadata about the generation process