Skip to main content
This API is being deprecated in favor of the /chat/send-chat-message API, it will be removed by end of Jan 2026.

Simple Chat Flow

Send Message Simple API is the quickest way to interact with Gorbit programmatically. This endpoint has fewer required parameters and returns a concise JSON payload described by ChatBasicResponse.
You must specify either a chat_session_id or a persona_id in your request.

Advanced Chat Flow

The /send-message endpoint is what the Gorbit frontend uses to send and receive messages. Responses are streamed back in packets of JSON objects. To understand the response format, see the Core Concepts documentation.
1

Prepare your request

2

Create a chat session

3

Send message

Next Steps

Guide: Use the Ingestion API

Use the lightweight ingestion API to index documents

Guide: Create a Connector

Learn how to create and configure Connectors programmatically