Skip to main content
POST
Send a message and receive an AI response

Authorizations

X-ARIS-API-Key
string
header
required

Body

application/json
messages
object[]
required

Full conversation history, most recent message last.

Minimum array length: 1
brokerageId
string
required

The brokerage ID associated with your API key.

Example:

"550e8400-e29b-41d4-a716-446655440000"

sessionId
string

Optional session identifier for conversation memory persistence. If omitted, a new session ID is generated and returned in the stream's final metadata event. Reuse the same sessionId across turns to maintain context (remembered preferences, prior listings, etc.).

Example:

"session_abc123"

Response

SSE stream. Content-Type is text/event-stream. Each event follows OpenAI delta format. Property listing data is embedded in the stream using HTML comment markers (<!--PROPERTIES: ... -->) parsed by the widget renderer.