Skip to main content
GET
/
faces
Get all faces
curl --request GET \
  --url https://api.simli.ai/faces \
  --header 'x-simli-api-key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "owner_id": "<string>",
    "simli_version": 1,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-simli-api-key
string
header
required

Response

200 - application/json

List of faces

id
string<uuid>
required

Unique identifier for the face, generated by the MySQL service

owner_id
string
required

Unique identifier for the owner of the face

simli_version
integer
required

Version of the Simli model used for the face

Example:

1

created_at
string<date-time>
required

Timestamp when the face was created

updated_at
string<date-time>
required

Timestamp when the face was last updated