MareArts ANPR Server

MCP
Loading...
Uptime
--
Requests
0
Plates Found
0
Avg Time
--
sec per image
Threads
-
workers
Alerts
0
watchlist hits
Plates per Hour (last 24h)
Loading...
Success Rate
--%
success
Top 5 Plates
  • Loading...
Detect
Batch
Alerts
History
Live Logs
System

Drag & drop an image, paste from clipboard, or click to browse

Supports JPEG, PNG, WebP, BMP. Max 20MB.
Results
Upload an image to detect license plates

Drop multiple images or click to select

Process up to 50 images at once
Watchlist
PlateLabelAdded
Loading...
Alert Feed
No alerts yet
Export CSV
TimePlatesConfVehicleAlertSec
Loading...
Live
(waiting for events...)
Server Information
Loading...
API Endpoints
MethodEndpointDescription
POST/api/anprDetect plates — local only (multipart file)
POST/api/anpr/base64Detect plates — local only (base64 JSON)
POST/api/anpr/binaryDetect plates — local only (raw bytes)
POST/api/anpr/urlDetect plates — local only (from URL)
POST/api/anpr/batchDetect plates — local only (multiple files)
POST/api/anpr/mmcDetect + MMC enrichment (multipart file)
POST/api/anpr/mmc/base64Detect + MMC enrichment (base64 JSON)
POST/api/anpr/mmc/binaryDetect + MMC enrichment (raw bytes)
POST/api/anpr/mmc/urlDetect + MMC enrichment (from URL)
POST/api/anpr/mmc/batchDetect + MMC enrichment (multiple files)
GET/api/healthServer health status
GET/api/statsDetection statistics
GET/api/historyDetection history
GET/api/regionsSupported regions
GET/api/regionCurrent default region
PUT/api/regionChange default region (no restart)
GET/api/eventsSSE live log stream
GET/api/threadsThread pool info
PUT/api/threads?count=NResize thread pool
GET/api/history/searchSearch plates (q, date_from, date_to, min_confidence)
GET/api/history/export/csvExport CSV
POST/api/history/batch-deleteBatch delete detections (JSON: {ids:[…]})
GET/api/watchlistList watched plates
POST/api/watchlistAdd plate to watchlist
DEL/api/watchlist/{id}Remove from watchlist
GET/api/alertsAlert history
GET/api/stats/chartHourly stats + top plates
GET/api/images/{name}Serve thumbnails / plate crops
GET/api/mmc/statusMMC cloud enrichment status & quota
*/mcp/MCP endpoint (AI agents)
GET/docsSwagger UI
GET/redocReDoc API docs