Remove object
pedra_remove_objectRemove a masked object from an image and get the cleaned result as a URL.
Instructions
Remove an object from an image using a mask. Returns the cleaned image URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maskUrl | Yes | Mask image marking the region to remove: a public https:// URL, a data: URI, or a local file path. | |
| imageUrl | Yes | Source image: a public https:// URL, a data: URI, or an absolute path to a local image file (the file is read and inlined automatically). |