Documentation

How AutoMask Studio works

The service prepares automotive photos for publication: hides the license plate, creates a vehicle mask, replaces the background by mask and returns the ready file with result links.

01

Upload

Send a photo as a file or URL. JPG, PNG and WEBP are supported. On the main page, the original image appears on the left immediately.

02

Processing

The Hide plate mode works only with the license plate. The Replace background mode uses a separate vehicle mask.

03

Result

The service returns the result URL, plate mask, background mask and storage period. Files are deleted after 7 days.

Processing Modes

plateHides the license plate and does not change the image background.
studio_backgroundCreates a vehicle mask, replaces the background with a selected preset or your image, and hides the plate.
background_fileLets you upload a custom background. If provided, it overrides the selected preset.

Quick Start

curl -X POST http://127.0.0.1:5000/api/v1/process \
  -H "X-API-Key: demo-free-key" \
  -F "mode=studio_background" \
  -F "background_file=@showroom.png" \
  -F "file=@car.jpg"

What To Know

MaskBackground replacement is applied only by vehicle mask, without repainting the whole frame.
StorageResults and masks are stored for 7 days and then removed automatically.
IntegrationUse the API documentation page if you need to connect processing to your own system.