Skip to main content
POST
Start Chat Session

Authorizations

Authorization
string
header
required

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

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