Queries your chatbot and returns the answer and URLs used to find the answer
| Name | Type | Description |
|---|---|---|
| chatbot_id* | String | The ID of your chatbot. You can find the ID on the settings page for your chatbot. |
| Name | Type | Description |
|---|---|---|
| Authorization* | String | Bearer |
| Name | Type | Description |
|---|---|---|
| prompt* | String | The question or query text that you would like to send to your chatbot to answer. |
| conversation_id | String | A unique identifier to group questions and answers sent to your chatbot. |
| format | String | Can be either html or markdown. Defaults to return the response text in markdown. |