Send data from camera about license plate number
Allows to send data from camera to device, so device will be able to process data, and open lock. File is required to contain json object with "plateUTF8" string value. Required file format is json. This format and field name is used by AXIS cameras with ALPR
- multipart/form-data
Request Body required
- file object
License plate upload model
Responses
- 200
- 400
- 401
OK
- Wrong file format
- Wrong file
- Missed json body or wrong param
- application/json
- Schema
- Example (from schema)
Schema
- error string
error type/info
{
"error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...