Drag & drop an image, paste from clipboard, or click to browse
Drop multiple images or click to select
| Plate | List | Note | Added | |
|---|---|---|---|---|
| Loading... | ||||
| Time | Plates | Confidence | Vehicle | Speed | ||
|---|---|---|---|---|---|---|
| Loading... | ||||||
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/anpr | Detect plates (multipart file) |
| POST | /api/anpr/base64 | Detect plates (base64 JSON) |
| POST | /api/anpr/binary | Detect plates (raw bytes) |
| POST | /api/anpr/url | Detect plates from URL |
| POST | /api/anpr/batch | Batch detect (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/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 |
| 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 |
| POST | /api/mmc/toggle?enabled=true | Enable/disable MMC at runtime |
| * | /mcp/ | MCP endpoint (AI agents) |
| GET | /docs | Swagger UI |
| GET | /redoc | ReDoc API docs |