> 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="/files/2oBBlon1A6vd8dd3K0DP" 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
    }
}
```
