# 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: application/json (object) - **base_message** (string) Base message's content. ## Responses ### 200 Return the reworded message #### Body: application/json (object) - **message** (string) Reworded message's content. ### 400 Bad Request - The copilot may be disabled ### 403 Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)