Set_identity

Store a generated identity from EraseID to use as a reference for creating consistent identities.

POST
/api/set_identity

Authorization

token_auth_2
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.piktid.com/api/set_identity" \  -H "Content-Type: application/json" \  -d '{    "id_image": "string",    "id_face": 0  }'
Empty
Empty
Empty
Empty
Empty