Plate mask API

License plate hiding API for car photos

Connect automatic license plate hiding to a CRM, storefront, classified platform or internal image processing service.

Send a photo to the API, receive a job_id and fetch the result after completion. Webhook lets your system receive the final status without manual polling.

BENEFITS

Why teams use this page

WORKFLOW

From upload to finished file

01 Create API key The key is created in the user account.
02 Send image POST /api/v1/process with mode=plate.
03 Receive result Use polling or webhook with the final payload.
FAQ

Frequent questions

Which mode should I use?

Pass mode=plate or leave the default mode.

What if the plate is not found?

The API returns a clear error and classification data when available.

Can it work without credit limits?

Server-side integrations can use a master API key when configured by the administrator.

NEXT STEP

Start with the website or connect the API

Manual processing is available on the main page. For regular flows, create an API key and connect the task queue with polling or webhook.