Use this efficient n8n workflow to automatically anonymize faces and license plates in uploaded media. This n8n template utilizes the BlurIt API for high-volume privacy compliance.
Download this n8n workflow template and start using it instantly.
Media companies and security firms needing to anonymize large volumes of video or photo data automatically.
Developers looking for robust n8n templates integrating specialized AI services.
Users requiring automated GDPR or privacy compliance for visual media.
Anyone needing an automated n8n workflow that handles file upload, API polling, and secure file retrieval.
This powerful n8n workflow solves the problem of manual face and license plate blurring by automating the entire process using the BlurIt API.
The automation begins with a simple form upload, making it easy for non-technical users to initiate the anonymization task. Once triggered, the n8n node sequence securely authenticates, uploads the media, and monitors the processing status using a sophisticated polling loop built with core n8n logic. This design ensures that even long video processing tasks are reliably managed. By leveraging this n8n template, users can integrate specialized visual anonymization capabilities directly into their existing business processes, saving time and ensuring regulatory compliance without custom coding.
The process begins when a user submits a file through the Upload Input File n8n trigger, which is an external Form Trigger.
activationfacesblur) and license plates (activationplatesblur). This step returns a job ID.To deploy this n8n workflow and start processing media, follow these steps:
[REPLACEBYYOURCLIENTID] and [REPLACEBYYOURSECRETID]) with your actual BlurIt Client ID and Secret ID. These are required for the Auth Get Token n8n node to succeed.This n8n workflow utilizes several key nodes to manage the data flow, authentication, and polling logic:
Upload Input File (Form Trigger): This is the initiating n8n trigger. It provides a public form endpoint for users to upload a single image or video file, starting the entire automation process.
Function: Accepts binary file data as input.
Key Configuration: Configured as a Webhook Form, requiring one input file field named inputmedia.
Set Auth Config (Set n8n node): Stores static API configuration details, including the base URL, client ID, and secret ID.
Function: Centralized storage for connection parameters, referenced by subsequent HTTP Request n8n nodes.
Auth Get Token (HTTP Request n8n node): Handles the API authentication process.
Function: Sends a POST request with the Client ID and Secret to the /login endpoint to acquire the Bearer token, which is critical for authorizing the next steps in this n8n workflow.
Create Blurit Task (HTTP Request n8n node): The core processing initiation step.
Function: Uploads the input binary file (inputmedia) using multipart-form-data and sets the necessary blurring options (faces and plates are enabled).
Merge (Merge n8n node): Combines the file data stream from the n8n trigger with the token stream from the authentication step, ensuring both are available for the Create Blurit Task node.
Wait (Wait n8n node): Introduces a mandatory delay during the polling cycle.
Function: Pauses the execution for 2 seconds before checking the task status again, preventing excessive API calls.
Switch (Switch n8n node): Manages the conditional routing based on the task status returned by the API.
Function: Routes data based on the $json.status value (Succeeded, Failed, or Pending...). The 'Pending...' route loops back to the Wait node, implementing the essential polling logic of this n8n workflow.
Get Result File (HTTP Request n8n node): Downloads the final processed media file.
Function: Retrieves the anonymized output file using the URL provided in the successful task status response, authorized by the Bearer token.
Automate recruitment processing with this powerful n8n workflow. Extract, anonymize, and log CV data using the Google Gemini AI n8n node and robust Google Sheets integration.

Deploy this advanced n8n workflow for image anomaly detection using Voyage AI multimodal embeddings and Qdrant vector database. Quickly identify unknown crops or image defects using robust vector similarity thresholds.

This advanced n8n workflow automatically captures shared links from Android via a Webhook trigger, uses AI tagging (OpenRouter, SerpAPI) to generate SEO metadata, and saves the content as a categorized bookmark via an n8n node.

Use this powerful n8n workflow to deploy a Retrieval-Augmented Generation (RAG) powered Code of Conduct Q&A chatbot directly into Slack using GPT-4 and vector storage. Easily customize this n8n template.








































