Blurring

In some cases, people may prefer to blur the background. It is possible to outline the vehicle, keep the background, and blur the background with adjustable intensity. Simply specify the 'blurBackground' parameter with a value between 1 and 3. This can be useful for focusing attention on the vehicle and minimizing distractions in the background.

Remove the Background or Blur Faces, Logos and License Plates on One Image

POST https://alto.tchek.fr/apiV1/remarketing​/blur

Allows to remove background

Request Body

Name
Type
Description

url

Object

example: https://www.automobile-magazine.fr/asset/cms/800x449/167149/config/115964/peugeot-208.jpg

blurBackground

Integer

Blur Background intensity from 1 to 3

blurFace

Boolean

If true, blur faces

blurLogo

Boolean

If true, blur logos

blurLicencePlate

Boolean

If true, blur licence plates

Example :

{
  "url": "https://www.automobile-magazine.fr/asset/cms/800x449/167149/config/115964/peugeot-208.jpg",
  "blurBackground": 2,
  "blurFace": true,
  "blurLogo": true,
  "blurLicencePlate": true
}

Resposnse

{
"id": "string",
"path": "url"
}

Last updated

Was this helpful?