---
title: "Add Note To Specific Face"
method: PUT
path: "/v1/images/{image_id}/faces/{face_id}/note"
tags: ["Image Emotion API"]
---

# Add Note To Specific Face

`PUT /v1/images/{image_id}/faces/{face_id}/note`

Adds or updates a note attached to a specific face detected in an image.

## Path parameters

- `image_id` string, required — The unique image ID of the image
- `face_id` string, required — Unique ID of the face within the image

## Response `200`

Successful Response

- ImageNoteResponse — Response after updating or retrieving notes for an image.
  - `id` string, required
  - `status` 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)
