Documentation Index
Fetch the complete documentation index at: https://docs.voidai.app/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
This endpoint acceptsmultipart/form-data.
The image to edit. Must be a valid PNG file, less than 4MB, and square.
A text description of the desired edit.
The model to use for image editing.
An additional image whose fully transparent areas indicate where the image should be edited. Must be a valid PNG file with the same dimensions as the original image.
The number of images to generate. Must be between 1 and 10.
The size of the generated images.
The format of the generated images. Either
url or b64_json.Response
Unix timestamp of when the images were created.
Array of edited images.
Examples
Edit with Mask
Edit Without Mask
Response Example
Notes
For best results, ensure your original image and mask are both square PNG files with the same dimensions.
