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.
Documentation
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.
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.
The Hide plate mode works only with the license plate. The Replace background mode uses a separate vehicle mask.
The service returns the result URL, plate mask, background mask and storage period. Files are deleted after 7 days.
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"