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

# Reprocess Image

`PUT /v1/images/{image_id}`

Reprocesses an image that has either failed or completed.
You can trigger the reprocessing by setting reprocess to True.
This will reanalyze the image and provide updated insights.

## Path parameters

- `image_id` string, required — The unique image ID of the image.

## Response `200`

Successful Response

- ImageReprocessResponse — Response model returned after reprocessing an image emotion analysis.
  - `id` string, required
  - `status` string, required
  - `message` 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/versions/4a61d1ac9025/schema)
