Client API
Create a new session
Starts a new session for an agent with the specified parameters.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Details of the session to create.
Unique identifier for the agent.
Initial message to start the session.
Unique identifier for the user (optional).
Response
200
application/json
Session created successfully.
Unique identifier for the message.
Unique identifier for the session.
Content of the message.
Timestamp when the message was created.
Indicates if the message is from the agent (true) or the user (false).