# Reword a message using Copilot **POST /chat/copilot/reword-message** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters #### Headers - **X-Popsell-Brand** (integer) The id of the target brand ## Body parameters Content-type: application/json - **base_message** (string) Base message's content. - **last_message** (string) Last message's content. ## Responses ### 200: Return the reworded message #### Body Parameters: application/json (object) - **message** (string) Reworded message's content. ### 400: Bad Request - The copilot may be disabled ### 401: Unauthorized. #### Body Parameters: application/json (object) - **message** (string) ### 403: Forbidden - You don't have permission to access this route ### 422: Unprocessable Content #### Body Parameters: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)