How to use Number Plate blurring feature using ASK Filerobot?

Here’s a brief overview of how to use the number plate blurring feature in Filerobot.
This process allows you to blur license plates in images to enhance privacy automatically.

1. Obtain API Access

Access Your Filerobot Account: If you do not already have a Filerobot account, request a demo with our Sales team here.
Get Your API Key: You can find your API key in the API Key Settings on Filerobot.

2. Submit the Image for Processing

Using cURL:

curl --location 'https://ask.filerobot.com/images/plate-blurring/upload/' \
--header 'Filerobot-Token: <your_filerobot_token>' \
--header 'Filerobot-Key: <your_filerobot_key>' \
--form 'file=@"path/to/your/image.jpg"'


Before optimization





3. Retrieve and Use the Processed Image


Get URL: The response includes a URL to the image with blurred license plates.

{
"status": "success",
"version": "3.4.1",
"source": "cache-file",
"sha1": "xxxxxx",
"request_uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"result": "https://token.filerobot.com/https://ask.filerobot.com/deliver/token/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png",
"file_downloaded": "numberplate2.jpg"
}


After optimization

4. Documentation and Support

 Consult Filerobot’s Documentation for more details.

If you have any questions or issues, please feel free to contact our Software Engineer and mention the following details:

  • Token
  • Short description of the issue (including URLs, screenshots, short video if available)
  • Steps to reproduce the issue.
  •  

 

 

 

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.