---
title: "Reprocess Text"
method: PUT
path: "/v1/texts/{text_id}"
tags: ["Text Emotion API"]
---

# Reprocess Text

`PUT /v1/texts/{text_id}`

Reprocesses a text 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

- `text_id` string, required — The unique ID of the text.

## Response `200`

Successful Response

- TextReprocessResponse — Response model for reprocessing a text analysis request. Attributes: message (str): Additional information about the reprocessing result.
  - `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)
