Skip to main content
POST
/
api
/
v1
/
chat
/
sessions
/
{sessionId}
/
messages

Authorizations

Authorization
string
header
required

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

Path Parameters

sessionId
string
required

Body

application/json
content
string
required

The content of the message

stream
object

Whether to stream the message, default to true

Response

The message stream has started.