Image Mixer

Request
Make aPOST request to below endpoint and pass the required parameters as a request body to the endpoint.
Body
Body
Your API Key used for request authorization
Text prompt with description of the things you want in the image
An array of image URLs to mix
4Items you don't want in the image
The width of the generated images, If not provided, the width of init_image is used
x <= 1024The height of the generated images, If not provided, the height of init_image is used
x <= 1024Number of denoising steps
1 <= x <= 50Scale for classifier-free guidance
1 <= x <= 20Seed used to reproduce results
Number of images to be returned in response
x <= 1URL to receive POST API call when complete
ID for webhook identification
Response
Image mixer response
- Option 1
 - Option 2
 - Option 3
 
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

