Chat Endpoints
Get Chat Response
Returns a chat response message and optionally a list of products based on the conversation history on a desired store. If no conversation_id is specified, it is treated as a new conversation and a new one will be created.
POST
/
api
/
get_chat_response
/
Headers
X-API-KEY
string
requiredBody
application/json
store_url
string
requiredmessage
string
requiredconversation_id
integer
Response
200 - application/json
conversation_id
integer
message
string
products
object[]