cURL
curl --request GET \ --url https://api.faces.sh/v1/faces/{face_id}
{ "id": "<string>", "created": 123, "owned_by": "<string>", "uid": "<string>", "object": "face", "name": "<string>", "basic_facts": {}, "default_tools": [ "<string>" ], "default_model": "<string>", "formula": "<string>" }
Get a specific face by ID (username).
Successful Response
Public representation of a user-created face (model IAM).