AI-powered image erasing service. Supports object removal from images via mask and text prompts. Offers high-quality image processing: out-of-the-box REST inference API, top performance, no cold start, affordable pricing.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.
Supports: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
Mask image indicating the area to be erased. Areas to erase should be white; areas to keep should be black.
The original image to be processed.
Text prompt specifying the object or region to remove from the image, e.g., ‘dog’ or ‘hat’.
Output image format.Optional values: jpeg, png, webp
Response
Use the task_id to request the Task Result API to retrieve the generated outputs.