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 availability
POST /api/singleAnalyze a single image
POST /api/batchProcess multiple images as a batch
GET /api/runtime/configRead active runtime configuration
GET /api/runtime/capabilitiesCheck available functions, such as RTSP, ROI and integration options
GET /api/license/statusCheck license status for operation and support
GET /api/diagnostics/packageCreate a support package for technical analysis
curl -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.

  1. Try the demo in the browser and evaluate the result.
  2. Clarify project requirements and target platform.
  3. Install the runtime on Windows, Linux or Raspberry Pi.
  4. Integrate the REST API into your own application.
  5. 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
Discuss integration