Automatic detection
Finds faces and license plates on its own — no manual coordinates. Every match is blurred in a single pass.
Send an image URL and the service detects faces (and, if you ask, license plates) and
Learn more about Face & Privacy Blur (Image)How far the blur extends past the detected face box.
The result shows up here
Upload your image on the left and hit Run.
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.
Finds faces and license plates on its own — no manual coordinates. Every match is blurred in a single pass.
Faces are blurred by default. Set detect_lp to true to also blur license plates, or turn faces off to blur plates only.
Anonymize an image with a single request — ideal for compliance and user-upload pipelines.
The blurred image URL comes back in the same response. No job polling required.
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
Image URL and optional blur configuration
output
Blurred image URL and detection metadata
imageUrlrequiredstringPublic URL of the image to process.
detect_facesbooleanDetect and blur faces. Default: true.
detect_lpbooleanDetect and blur license plates. Default: false.
scale_factornumberAdjusts detection sensitivity. Default: 1.0 works for most images.
camera_namestringCamera profile to use. Default: "camera-rgb" — leave it as is unless told otherwise.
blur_modstringOptional blur modifier. Default: null (standard blur).
data.urlstringPublic URL of the blurred output image (PNG).
data.content_typestringAlways "image/png" for image output.
Billed per image processed, regardless of detection count or blur configuration.
| Service | Unit | Price |
|---|---|---|
| Face & Privacy Blur (Image) | item | 5 credits/image |
Detection counts and blur settings do not affect pricing.