curl --request GET \
--url https://api.faces.sh/v1/graph{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Return the full knowledge graph for a face. Admin only.
curl --request GET \
--url https://api.faces.sh/v1/graph{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}