Blur objects
pedra_blurBlur specified objects like faces or license plates in an image to protect privacy. Returns 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 | 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). | |
| objectsToBlur | Yes | Labels/regions to blur, e.g. ["faces", "license plates"]. |