Integration
Last updated
Was this helpful?
Last updated
Was this helpful?
Rekor CarCheck® is designed as a REST-based API, allowing you to interact with it using a variety of programming languages and operating systems. API calls can be made using different methods according to your development preferences. This flexibility ensures that you have control over how you interact with the API, enabling seamless integration into your applications.
One of the key features of Rekor CarCheck® is its ability to analyze vehicle images from multiple sources. You can send vehicle image data from a local machine, server, or any web-based URL to Rekor CarCheck®. Upon receiving the image data, the API performs a comprehensive analysis, extracting information about the license plate and the corresponding vehicle. The results are returned in the form of JSON data, providing you with detailed insights about the recognized license plate and the associated vehicle.
Rekor CarCheck® offers several endpoints that facilitate different functionalities within the API. Each endpoint serves a specific purpose, allowing you to perform various operations related to license plate recognition and vehicle identification.
Before getting started, you will want to make sure you have your secret key
ready to go. Your secret key
is available within the Web Dashboard.
The following endpoints are available:
Send an image for Rekor to analyze and provide metadata back The image is sent as a file using a form data POST
The image file that you wish to analyze
OK
Width of the uploaded image in pixels
Height of the input image in pixels
The number of API credits that were used to process this image
The number of API credits used this month
The maximum number of API credits available this month according to your plan
Describes the areas analyzed in the input image
Describes all vehicles found in the input image
Epoch time that the image was processed in milliseconds
API format version
Specifies the type of data in this response
Send an image for Rekor to analyze and provide metadata back The image is sent as a URL. The Rekor service will download the image and process it
OK
Width of the uploaded image in pixels
Height of the input image in pixels
The number of API credits that were used to process this image
The number of API credits used this month
The maximum number of API credits available this month according to your plan
Describes the areas analyzed in the input image
Describes all vehicles found in the input image
Epoch time that the image was processed in milliseconds
API format version
Specifies the type of data in this response
Send an image for Rekor to analyze and provide metadata back The image is sent as base64 encoded bytes.
The image file that you wish to analyze encoded in base64
OK
Width of the uploaded image in pixels
Height of the input image in pixels
The number of API credits that were used to process this image
The number of API credits used this month
The maximum number of API credits available this month according to your plan
Describes the areas analyzed in the input image
Describes all vehicles found in the input image
Epoch time that the image was processed in milliseconds
API format version
Specifies the type of data in this response
Get a list of available results for plate and vehicle recognition
ok