Blur Stuff API
Bring privacy protection into your own applications with the Blur Stuff API.
API
Simple REST API
Send a file to the API, choose what you want to detect, and receive the anonymized result.
Base URL
Detection
What can you detect?
Choose the types of sensitive information you want the API to look for.
Endpoints
Images
Detect and anonymize sensitive information in images.
Detect
POST /api/v1/images/detectAnonymize
POST /api/v1/images/anonymizeAnonymize selected
POST /api/v1/images/anonymize-selectedEndpoints
Videos
Detect and anonymize sensitive information in video files.
Detect
POST /api/v1/videos/detectAnonymize
POST /api/v1/videos/anonymizeEndpoints
Documents
Process supported document formats and anonymize sensitive content.
Detect
POST /api/v1/documents/detectAnonymize
POST /api/v1/documents/anonymizeAnonymize selected
POST /api/v1/documents/anonymize-selectedQuick start
Anonymize an image
A simple cURL request is all you need to get started.
Anonymization
Anonymization modes
Choose how detected information should be hidden.
Select a mode using the
mode
query parameter.
Infrastructure
Health & readiness
Check whether the API is running and whether its models are ready.
Health
GET /api/v1/healthReadiness
GET /api/v1/health/readyWant to go deeper?
Explore the API documentation
Find detailed request parameters, responses, supported formats, and examples.
View API Docs