Documentation for Face Intellect 8.0-8.1. Documentation for other versions of Intellect is available too.
General request format:
GET http://IP-address:port/firserver/GetImage/{server_id}/{id} - to get an image of a user from the face database by their ID in Intellect.
Request parameters:
Parameter | Required | Parameter description |
---|---|---|
server_id | Yes | ID of the Face Recognition Server in Face Intellect |
id | Yes | the image ID from the reference face database in GUID format |
Request example:
GET http://127.0.0.1:10000/firserver/GetImage/1/7D02839C-CCB6-EA11-8E71-74D435D0E19B
Request headlines:
Headline | Headline description |
---|---|
Allow | Returns the HTTP method used in request |
Content-Length | Shows the size of characters in bytes, received in the request |
Server | Specifies the server from which the request comes |
Access-Control-Request-Method | Returns the HTTP method that can be used in the request |
Access-Control-Origin | Indicates if the code that sends the request from this source can access the server response |
Date | Shows the time of the request |
Response example:
JPEG image
Overview
Content Tools