Rolling Updates Dashboard Improvements - We've made major improvements to the dashboard. Including a new look and feel.
Instantly blur faces
with a simple API call
With just one simple API call, you can instantly blur all detected faces in an image, eliminating the need for manual face selection.
Node.js
Python
CURL
const fetch = require('node-fetch');
const FormData = require('form-data');
const fs = require('fs');
const formData = new FormData();
formData.append('image', fs.createReadStream('/path/to/image.jpg'));
fetch('https://api.faceblurapi.com/v1/blur', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err));
original.jpg
→
result.jpg
Privacy-Focused
We never store the original unblurred images you upload to our servers. Only the resulting images.
This approach ensures that your images and the identities they contain remain safe and secure.
Effortless Integration
Easily integrate Face Blur API in your stack with one API call.
No complex configuration or setup required.
Starter
$19/month
- 500 API calls per month
- 2MB size limit per image
- 10GB bandwidth (CDN)
Business
$64/month
- 100,000 API calls per month
- 5MB size limit per image
- 100GB bandwidth (CDN)
Enterprise
$339/month
- 1M API calls per month
- 20MB size limit per image
- 1TB bandwidth (CDN)
👋 contact us at hello@faceblurapi.com