GET
/
faces
curl --request GET \
  --url https://engine.diarupt.ai/faces
[
  {
    "id": "obama",
    "name": "Obama",
    "image": "https://diarupt.s3.amazonaws.com/obama.jpg"
  }
]

Response

200
application/json
Got available faces
id
string
required

AI Face identifier

Example:

"obama"

name
string
required

AI Face name

Example:

"Obama"

image
string
required

AI Face image

Example:

"https://diarupt.s3.amazonaws.com/obama.jpg"