API Requests#
CARS API allows you to send requests for the recognition of vehicle and LP attributes in manual mode. Requests can be sent using API testing software such as Postman or via a curl request.
The description of sending requests through the CARS API Tester web interface is provided in the «CARS Analytics. Administrator's Guide».
Table 41. Request types
Request name | Description |
---|---|
/version | The request returns CARS API version |
/classify | Recognition of the attributes of vehicle and LP for a given vehicle |
Recognized vehicle attributes: | |
- model; | |
- brand; | |
- color; | |
- type; | |
- number of axles; | |
- emergency service; | |
- special transport; | |
- public transport | |
Recognized LP attributes: | |
- LP symbols; | |
- LP country of registration; | |
- LP region of registration; | |
- LP features | |
/bulk_classify | Recognition of the attributes of several vehicle and LP for given vehicles. Recognized attributed listed above. |
/detector | Detection of vehicles and LPs in the whole frame |
/redetector | Detection of vehicles in the specified area of frame |
/smoke_fire_detector | Detects the location of smoke and fire in the entire frame |
/animal_detector | Detects the location of animals in the entire frame |
/descriptor_matcher | Vehicle descriptor matching |
/classifiers | Retrieve the list of vehicle and LP classifiers |
/settings | Retrieve the current settings of vehicle and LP detectors |
/health_check | Retrieve the status operating of the CARS API subsystem |