Consistent_identitiesGallery_facesV2
Gallery uploaded faces - v2
Paginated version of the gallery uploaded faces.
inputs:
- path: Non empty [String], path to list (optional)
- page: [Integer], page number, default: 0
- items_per_page: [Integer], number of items per page, default: 1000
Authorization
token_auth_2 AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.piktid.com/api/consistent_identities/gallery_faces/v2" \ -H "Content-Type: application/json" \ -d '{}'{
"data": [
{
"l": "string",
"n": "string",
"t": "string"
}
]
}{
"code": 0,
"message": "string",
"description": "string"
}