Skip to main content
POST
Send Chat Message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for chat interactions.

session_id
string
required

Unique session identifier

message
string
required

User's message

context
Context · object | null

Current conversation context and collected data

Response

Successful Response

Response model for chat interactions.

session_id
string
required
message
ChatMessage · object
required

Represents a single message in the chat conversation.

is_complete
boolean
default:false

Whether profile collection is complete

collected_data
Collected Data · object | null

All collected profile data so far

next_field
string | null

The field we're expecting next

suggestions
string[] | null

Suggested responses or examples