OpenALPR
The OpenALPR Cloud API is a web-based service that analyzes images for license plates as well as vehicle information such as make, model, and color. The Cloud API service is easy to integrate into your application via a web-based REST service. When you send image data to the OpenALPR API, we process that data and return JSON data describing the license plate and vehicle.
OpenALPR endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Recognize URL /recognize_url |
Send an image for OpenALPR to analyze and provide metadata back The image is sent as a URL. The OpenALPR service will download the image and process it |
| GET |
Config /config |
Get a list of available results for plate and vehicle recognition |
| POST |
Recognize Bytes /recognize_bytes |
Send an image for OpenALPR to analyze and provide metadata back The image is sent as a URL. The OpenALPR service will download the image and process it |
| POST |
Recognize /recognize |
Send an image for OpenALPR to analyze and provide metadata back The image is sent as a file using a form data POST |
OpenALPR pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA | $195 / month | — |
|
| MEGA | $995 / month | — |
|