Drag & drop an image, paste from clipboard, or click to browse
Drop multiple images or click to select
| Plate | Label | Added | ||
|---|---|---|---|---|
| Loading... | ||||
| Time | Plates | Conf | Vehicle | Alert | Sec | |||
|---|---|---|---|---|---|---|---|---|
| Loading... | ||||||||
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/anpr | Detect plates — local only (multipart file) |
| POST | /api/anpr/base64 | Detect plates — local only (base64 JSON) |
| POST | /api/anpr/binary | Detect plates — local only (raw bytes) |
| POST | /api/anpr/url | Detect plates — local only (from URL) |
| POST | /api/anpr/batch | Detect plates — local only (multiple files) |
| POST | /api/anpr/mmc | Detect + MMC enrichment (multipart file) |
| POST | /api/anpr/mmc/base64 | Detect + MMC enrichment (base64 JSON) |
| POST | /api/anpr/mmc/binary | Detect + MMC enrichment (raw bytes) |
| POST | /api/anpr/mmc/url | Detect + MMC enrichment (from URL) |
| POST | /api/anpr/mmc/batch | Detect + MMC enrichment (multiple files) |
| GET | /api/health | Server health status |
| GET | /api/stats | Detection statistics |
| GET | /api/history | Detection history |
| GET | /api/regions | Supported regions |
| GET | /api/region | Current default region |
| PUT | /api/region | Change default region (no restart) |
| GET | /api/events | SSE live log stream |
| GET | /api/threads | Thread pool info |
| PUT | /api/threads?count=N | Resize thread pool |
| GET | /api/history/search | Search plates (q, date_from, date_to, min_confidence) |
| GET | /api/history/export/csv | Export CSV |
| POST | /api/history/batch-delete | Batch delete detections (JSON: {ids:[…]}) |
| GET | /api/watchlist | List watched plates |
| POST | /api/watchlist | Add plate to watchlist |
| DEL | /api/watchlist/{id} | Remove from watchlist |
| GET | /api/alerts | Alert history |
| GET | /api/stats/chart | Hourly stats + top plates |
| GET | /api/images/{name} | Serve thumbnails / plate crops |
| GET | /api/mmc/status | MMC cloud enrichment status & quota |
| * | /mcp/ | MCP endpoint (AI agents) |
| GET | /docs | Swagger UI |
| GET | /redoc | ReDoc API docs |