Skip to main content
This endpoint allows you to send a user message to the Atlas chat service and receive a conversational response. It is typically used to drive document collection and onboarding flows interactively.

Endpoint

Request headers

string
required
JWT access token obtained from the auth API.

Request body

string
required
The user’s message to the chat system.
string
required
UUID of the verification flow associated with this chat session.

Response

string
The response generated by the chat system.
string
Unique identifier for the generated message.
string
Timestamp when the response was created (ISO format).

Example

Error responses

Each message is processed in the context of the provided flow_id, allowing Atlas to guide users through document collection and onboarding dynamically.