> For the complete documentation index, see [llms.txt](https://docs.claid.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.claid.ai/image-editing-api/image-operations/privacy.md).

# Privacy

The privacy section contains privacy control features such as blurring car license plates.

### License Plate Blur

This operation proposes to automatically blur found license plates on the image.&#x20;

#### Request example to blur a car license plate:

```json
"operations": {
    "privacy": {
        "blur_car_plate": true
    }
}
```

<figure><img src="https://1549088094-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrPciCr3QshdCGkhkBgKD%2Fuploads%2FxES1B37hngtPLy4zZgV5%2FCar%20plate%20bluring.png?alt=media&amp;token=04cb56b5-a2dd-4cba-9906-528a3f321fca" alt=""><figcaption></figcaption></figure>

### Identity crop

This operation hides a person's identity by detecting a line between the nose and lips and cutting out everything above that line.

#### Request example to crop a person's identity:

```
"operations": {
    "privacy": {
        "identity_crop": true
    }
}
```
