v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
Message

Rephrase a message

Rephrase a message's content in the requested style.

get/messages/{message_id}/rephrase

Path parameters

message_idinteger required

ID of the message to rephrase.

ID of the message to rephrase.

Query parameters

style'same' | 'short' | 'long' required

Style of rephrasing: 'same' (same length), 'short' (shorter), or 'long' (longer)

cookie_namestring nullable

Response

Successful Response

contentstring required

The translated or rephrased text.

Example response

{
  "content": "Here is the translated content."
}