Blur objects
pedra_blurBlur specific objects like faces or license plates in an image to protect privacy, returning the blurred image URL.
Instructions
Blur objects in an image (e.g. faces, license plates) for privacy. Returns the blurred image URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | URL (or data: URL) of the source image. | |
| objectsToBlur | Yes | Labels/regions to blur, e.g. ["faces", "license plates"]. |