Skip to main content
POST
/
api
/
v1
/
conversations
/
{conversation_id}
/
message
/
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

conversation_id
string
required

Query Parameters

stream
boolean
default:true

Whether to stream the response

Body

multipart/form-data
content
string
required
node_ids
string | null
images
file[] | null

Response

Successful Response

The response is of type any.

I