---
title: "Edit Image Metadata"
method: PUT
path: "/v1/images/{image_id}/metadata"
tags: ["Image Emotion API"]
---

# Edit Image Metadata

`PUT /v1/images/{image_id}/metadata`

Edit image title and description of the uploaded image

## Path parameters

- `image_id` string, required — Provide the image ID to edit the title or description of the image

## Response `200`

Successful Response

- ImageEditResponse — Model for editing image metadata. Attributes: title (str): Updated title. description (str): Updated description.
  - `title` string, nullable
  - `description` string, nullable

## 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/74ceee4a5c98/schema)
