LogoLogo
  • Overview
  • Quick Start
  • Authentication
  • Rate limits
  • Errors
  • Image Editing API
    • Image I/O
    • Image Operations
      • Restorations
      • Resizing
      • Outpainting
      • Generative Editing
      • Color Adjustments
      • Background
      • Padding
      • Privacy
    • API Reference
    • Async API Reference
    • Batch API Reference
    • Upload API Reference
  • image generation api
    • Image Generation I/O
    • Image Generation Options
    • API Reference
  • AI Background API
    • AI Background I/O
    • AI Background Options
      • Object
      • Scene
      • Product Shadow
    • API Reference
  • Image to Video API
    • Image to Video I/O
    • Image to Video Options
    • Async API Reference
  • Storage Connectors
    • Overview
    • AWS S3
    • Google Cloud Storage
    • Web Folder
    • API Reference
  • Guides
    • E-commerce
    • Real Estate
    • Printing
  • Redoc
  • Blog
Powered by GitBook
On this page
  • License Plate Blur
  • Identity crop
Edit on GitHub
  1. Image Editing API
  2. Image Operations

Privacy

PreviousPaddingNextAPI Reference

Last updated 2 months ago

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.

Request example to blur a car license plate:

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

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
    }
}