Go to documentation repository
...
POST http://IP address:port/web2/secure/{vertical_solution}/{function}
...
Parameter | Is required | Description |
|---|---|---|
| vertical_solution | Yes | Specifies the vertical solution to access the API. Possible values: auto – Auto PSIM face – Face PSIM If face value is specified, then it is necessary to send the id of the Face Recognition Server to Face PSIM both in the URL and in the request body: POST http://IP-address:port/web2/secure/face/{server_id}/{function} |
| function | Yes | Vertical solution API function. See the description of the corresponding API. |
| Info | ||
|---|---|---|
| ||
Please refer to the documentation for the corresponding API function to see the parameters of the JSON sent in the POST request. |
...
GET http://1:1@127.0.0.1:8085/web2/secure/auto/lprserver/GetImage/Frames/66FB34A2-1B38-E811-A92F-001A7DDA710E
...