---
title: "Update Faces Names"
method: PUT
path: "/v1/videos/{video_id}/faces/names"
tags: ["Video Emotion API"]
---

# Update Faces Names

`PUT /v1/videos/{video_id}/faces/names`

Updates the names of multiple faces in a video.

## Path parameters

- `video_id` string, required — The unique video ID of the video.

## Request body

- FaceNameItem[] — List of face id and name pairs.
  - `face_id` integer
  - `name` string, required

## Response `200`

Successful Response

- NameUpdateResponse[]
  - `face_id` integer, required
  - `name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/350e9cbcb623/schema)
