# Send Message **POST /messages** Send your message and receive the AI generated response. ## Servers - https://ask71.tech/api/v1: https://ask71.tech/api/v1 () ## Authentication methods - Api key ## Parameters ### Query parameters - **includes** (string) Referring the document sources used for generation ### Body: application/json (object) Content can be upto 2000 characters. - **content** (string) - **conversation_id** (string) - **is_web_search** (boolean) This will be true if the message is a web search. ## Responses ### 200 OK #### Body: application/json (object) - **data** (object) ### 402 When 30 days message limit of your subscription plan is reached. #### Body: application/json (object) - **message** (string) ### 422 Request validation failure. #### Body: application/json (object) - **message** (string) - **errors** (object) ### 500 Sometimes response generation fails due to service overload or network issues. You can fetch the list of messages for the conversation to get the generated error message, or you can use your own error message. [Powered by Bump.sh](https://bump.sh)