Add face object
This method creates new face object. Face object is an object that contains source photo, thumbnail, and other attributes
Request body
This field can contain one of the following references:
- detection:<detection id>: use a Detection object (obtained with the POST /detect) to select a object on source_photo. (source_photo must contain the same image that was used for POST /detect)
- {face, body, or car}event:<event id>: create new Object from an Event (source_photo must be empty)
- {face, body, or car}object:<object id>: use another Object as a template for this object (source_photo must be empty)
This parameter is left only for compatibility reasons. Do not use it.
Add object to this upload list
Source photo (required when create_from points to a Detection or empty)
Left border of object's bounding box
Top border of object's bounding box
Right border of object's bounding box
Bottom border of object's bounding box
true if object is enabled
Related card ID
Response
Object creation date
Object modification date
Filename supplied for source_photo on object creation
Left border of object's bounding box
Top border of object's bounding box
Right border of object's bounding box
Bottom border of object's bounding box
Object thumbnail
true if object is enabled
Related card ID
Changes
No recorded changes to this endpoint across all 1 revision of this API.