Skip to content

API Requests#

CARS API allows you to send requests for the recognition of vehicle and LP attributes in manual mode (Table 29). Requests can be sent using API testing software (Postman and others) or using a curl request.

The description of sending requests through the CARS_API_tester web interface is presented in «CARS Analytics. Administrator's Guide».

Table 29. Request types

Request name Description
/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.
/version The request returns CARS API version
/detector Detection of vehicles and LPs in the whole frame
/redetector Detection of vehicles in the specified area of frame
/smoke_fire_detector Detecting the position of smoke and fire in the entire frame
/animal_detector Detects the position of the animal over the entire frame
/classifiers The request returns the list of vehicle and LP classifiers

A detailed description of the available requests is in the file /docs/API_Reference_Manual.html.