Skip to main content
GET
/
v1
/
faces
/
attributes
List Supported Attributes
curl --request GET \
  --url https://api.faces.sh/v1/faces/attributes
{
  "object": "list",
  "data": [
    {
      "name": "<string>",
      "facts": [
        "<string>"
      ]
    }
  ]
}

Response

200 - application/json

Successful Response

object
string
default:list
data
object[]