Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Axxon PSIM HTTP API allows you to access the Face-Intellect API or Auto-Axxon PSIM API via Web Server 2.0. To use this feature, you need the following:

General request format

POST http://IP address:port/web2/secure/{vertical_solution}/{function}

Request parameters

Parameter

Is required

Description

vertical_solutionYes

Specifies the vertical solution to access the API. Possible values:

auto – Auto Axxon PSIM

face – Face Axxon PSIM

If face value is specified, then it is necessary to send the id of the Face Recognition Server to Face Axxon PSIM both in the URL and in the request body:

POST http://IP-address:port/web2/secure/face/{server_id}/{function}

functionYesVertical solution API function. See the description of the corresponding API.


Note.

Please refer to the documentation for the corresponding API function to see the parameters of the JSON sent in the POST request.

Request examples

POST http://1:1@127.0.0.1:8085/web2/secure/face/1/firserver/ReadPersons

{ "server_id": "1", "objectType": "PERSON", "id": [ ], "page": 1, "pageSize": 2 }


GET http://1:1@127.0.0.1:8085/web2/secure/lprserver/GetImage/Frames/66FB34A2-1B38-E811-A92F-001A7DDA710E

Response examples

Please refer to the documentation for the corresponding vertical solution API for the response examples.

  • No labels