cURL
curl --request PATCH \ --url https://api.faces.sh/v1/faces/{face_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "basic_facts": {}, "default_tools": [ "<string>" ], "default_model": "<string>", "formula": "<string>" } '
{ "id": "<string>", "created": 123, "owned_by": "<string>", "uid": "<string>", "object": "face", "name": "<string>", "basic_facts": {}, "default_tools": [ "<string>" ], "default_model": "<string>", "formula": "<string>" }
Update a face by ID (username).
Request to update a face.
Successful Response
Public representation of a user-created face (model IAM).