Skip to main content
The ARIS REST API provides programmatic access to the AI conversation engine, widget configuration, and MLS listing data.

Base URL

Authentication

Include your API key in every request:
See Authentication for details on creating and managing keys.

Endpoints

POST /v1/chat

Send a message, receive a streamed AI response.

GET /v1/config

Get widget display configuration.

POST /v1/listings/search

Search MLS property listings.

POST /v1/listings/featured

Get featured/promoted listings.

Error format

All errors return a JSON object with an error field:

OpenAPI spec

The full OpenAPI 3.1 specification is available at docs/openapi.yaml in the repository.