---
title: "Field View Rephrase Message"
method: POST
path: "/field-view/conversations/{conversation_id}/rephrase-message"
tags: ["field-view"]
---

# Field View Rephrase Message

`POST /field-view/conversations/{conversation_id}/rephrase-message`

Polish a drafted message using AI. Identical logic to the dashboard rephrase endpoint.

## Path parameters

- `conversation_id` string, uuid, required

## Request body

- FieldViewRephraseRequest
  - `message_text` string, required

## Response `200`

Successful Response

- FieldViewRephraseResponse
  - `rephrased_message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/8eb1d6b3ce25?raw)
