Cleanup
Image Editor
Cleanup
POST
Cleanup
Easily remove unwanted objects, defects, people, or text from your pictures in just seconds.
HTTP status codes in the 2xx range indicate that the request has been successfully accepted. A code of 400 means there is an error with the request parameters, while status codes in the 5xx range indicate internal server errors.
You can retrieve the image URL in the

Request Headers
Enum:
application/jsonBearer authentication format, for example: Bearer {{API Key}}.
Request Body
Optional extra parameters for the request.
The base64-encoded original image, with a maximum resolution of 16 megapixels and a maximum file size of 30 MB.
The base64-encoded mask image, with a maximum resolution of 16 megapixels and a maximum file size of 30 MB.
Response
The Base64-encoded content of the returned image.
The returned image type.
Enum:
Enum:
png, webp, jpegExample
Cleanup allows you to easily remove unwanted objects, defects, people, or text from your pictures in just seconds. Try it in the playground.Request:
Response:
image_file field of the response in base64 format.
Response:


Last modified on June 10, 2026