Send A Chat MessageAsk AIpost https://api.locusive.com/v1/chatsThis endpoint allows you to invoke an LLM with additional context from all of the data sources and integrations your organization has added on the Locusive platform.Body ParamschatMessagesarray of objectsrequiredAn array of chat messages to send to the service.chatMessages*ADD objectsystemPromptstringA system prompt messageagentIdstringrequiredThe UUID of the agent you want your message sent to. An agent must be set up on our website before it can be invoked by the API.Responses 200Chat message sent and response received successfully 400Bad request 500Internal errorUpdated about 1 year ago