curl --request GET \
--url https://api.faces.sh/v1/faces/attributes{
"object": "list",
"data": [
{
"name": "<string>",
"facts": [
"<string>"
]
}
]
}Return the categorized list of accepted basic_facts attribute keys. No authentication required.
curl --request GET \
--url https://api.faces.sh/v1/faces/attributes{
"object": "list",
"data": [
{
"name": "<string>",
"facts": [
"<string>"
]
}
]
}