Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

POST http://IP-адрес:порт/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 Intellect

face – Face Intellect

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


Info
titleNote.

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

Request example

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

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

Response example

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