Skip to main content
PATCH
/
v2
/
faces
/
{face_id}
/
name
Rename Face
curl --request PATCH \
  --url https://tavusapi.com/v2/faces/{face_id}/name \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "face_name": "Rio"
}
'
{
  "error": "Invalid face_id"
}
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Path Parameters

face_id
string
required

The unique identifier of the face.

Example:

"r90bbd427f71"

Body

application/json
face_name
string
required
Example:

"Rio"

Response

OK