Endpoint for creating a new chat session
Bearer <token>
persona_id
(string, default: “0”): ID of the persona for the chat sessiondescription
(string): Optional description for the chat sessionchat_session_id
(string): Unique identifier for the created chat sessionpersona_id
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Chat session creation details
The body is of type object
.
Successfully created chat session
The response is of type object
.