Skip to content
Catalog

cn8/studio-face-blur

Send an image URL and the service detects faces (and, if you ask, license plates) and

Learn more about Face & Privacy Blur (Image)
ImagesyncInstant previewimageprocessingprivacy

Try it

Image
Blur mode
Blur area padding1.30

How far the blur extends past the detected face box.

Result

The result shows up here

Upload your image on the left and hit Run.

Overview

Send an image URL and the service detects faces (and, if you ask, license plates) and blurs each one. Faces are blurred by default; set detect_lp to true to blur license plates as well. You get back a URL to the processed image. This is a synchronous service — the blurred image comes back in a single response, with no polling required.

Key capabilities

Automatic detection

Finds faces and license plates on its own — no manual coordinates. Every match is blurred in a single pass.

Choose what to blur

Faces are blurred by default. Set detect_lp to true to also blur license plates, or turn faces off to blur plates only.

Privacy in one call

Anonymize an image with a single request — ideal for compliance and user-upload pipelines.

Synchronous response

The blurred image URL comes back in the same response. No job polling required.

When to use it

Privacy compliance

Anonymize faces in photos before publishing to comply with GDPR and other privacy regulations.

Dataset anonymization

Blur faces and plates in training datasets or public-facing sample images.

Content moderation pipeline

Add automatic face blurring to user-uploaded photo pipelines before display.

License plate protection

Blur license plates in real estate, street, or delivery photos.

Input & output

input

Image URL and optional blur configuration

JSON body

output

Blurred image URL and detection metadata

JSON with S3 URL

Guides & tips

How it works

  • The service detects faces and (when detect_lp=true) license plates in your image.
  • Each detected region is blurred; everything else in the image is left untouched.
  • You get back a URL to the processed PNG, ready to download or serve.

Specs

Latency
~1-3 s depending on image resolution and detection count
Async
false
Rate Limit
Per API key
Max Input
4096 x 4096 pixels (larger images are resized automatically)

Schema

Request body

imageUrlrequiredstring

Public URL of the image to process.

detect_facesboolean

Detect and blur faces. Default: true.

detect_lpboolean

Detect and blur license plates. Default: false.

scale_factornumber

Adjusts detection sensitivity. Default: 1.0 works for most images.

camera_namestring

Camera profile to use. Default: "camera-rgb" — leave it as is unless told otherwise.

blur_modstring

Optional blur modifier. Default: null (standard blur).

Response

data.urlstring

Public URL of the blurred output image (PNG).

data.content_typestring

Always "image/png" for image output.

Pricing

Billed per image processed, regardless of detection count or blur configuration.

ServiceUnitPrice
Face & Privacy Blur (Image)item5 credits/image

Detection counts and blur settings do not affect pricing.

FAQ

Related models