REST API for integration
Build license plate recognition into your own software.
CAR-READER®-DLE provides a local HTTP interface that lets integrators and developers analyze images, process results and integrate flexibly.
Important API endpoints
GET /healthCheck runtime status and availabilityPOST /api/singleAnalyze a single imagePOST /api/batchProcess multiple images as a batchGET /api/runtime/configRead active runtime configurationGET /api/runtime/capabilitiesCheck available functions, such as RTSP, ROI and integration optionsGET /api/license/statusCheck license status for operation and supportGET /api/diagnostics/packageCreate a support package for technical analysiscurl -X POST http://127.0.0.1:5099/api/single -F "image=@vehicle.jpg" -F "plate_profile=international_latin" -F "use_separator_detection=true"For integrators
One API, many programming languages.
Because the runtime communicates over HTTP, it can be used from practically every modern environment.
Java / Eclipse
Ideal for desktop and server applications, Swing GUIs and integrator tools.
C# / .NET
Integration into Windows applications, services, dashboards and operator platforms.
Python / JavaScript
Web services, automation and backend workflows.
Delphi, PHP, Go, C++
Suitable for existing integration environments and customer-specific systems.
Typical path
From test to production integration.
- Try the demo in the browser and evaluate the result.
- Clarify project requirements and target platform.
- Install the runtime on Windows, Linux or Raspberry Pi.
- Integrate the REST API into your own application.
- Activate the production license and monitor operation.
What customers receive
- Installable customer package for Windows, Linux x64 or Raspberry Pi
- Runtime with local API
- API documentation and integration examples
- Health checks and support package
- License request and license file for the target host