curl --request GET \
--url https://api.faces.sh/v1/faces{
"data": [
{
"id": "<string>",
"created": 123,
"owned_by": "<string>",
"uid": "<string>",
"object": "face",
"name": "<string>",
"basic_facts": {},
"default_tools": [
"<string>"
],
"default_model": "<string>",
"formula": "<string>"
}
],
"object": "list"
}List all faces owned by the authenticated user.
curl --request GET \
--url https://api.faces.sh/v1/faces{
"data": [
{
"id": "<string>",
"created": 123,
"owned_by": "<string>",
"uid": "<string>",
"object": "face",
"name": "<string>",
"basic_facts": {},
"default_tools": [
"<string>"
],
"default_model": "<string>",
"formula": "<string>"
}
],
"object": "list"
}