Consistentidentities

Gallery uploaded faces

Return the last 100 identities stored by the user. All the others are removed.

POST
/api/consistent_identities/gallery_faces
AuthorizationBearer <token>

In: header

Response Body

Examples

curl -X POST "https://api.piktid.com/api/consistent_identities/gallery_faces"
{
  "data": [
    {
      "l": "string",
      "n": "string",
      "t": "string"
    }
  ]
}
{
  "code": 0,
  "message": "string",
  "description": "string"
}