objects

Retrieve face object by ID

This method retrieve face object by id. Face object is an object that contains source photo, thumbnail, and other attributes

get/objects/faces/{id}/

Path parameters

idstring required

Response

idstring required
created_datestring date-time required

Object creation date

modified_datestring date-time required

Object modification date

source_photo_namestring required

Filename supplied for source_photo on object creation

frame_coords_leftinteger

Left border of object's bounding box

frame_coords_topinteger

Top border of object's bounding box

frame_coords_rightinteger

Right border of object's bounding box

frame_coords_bottominteger

Bottom border of object's bounding box

thumbnailstring uri required

Object thumbnail

activeboolean

true if object is enabled

featuresobject required
cardinteger required

Related card ID

Changes