Skip to main content
POST
Message

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

deployId
string
required

Body

application/json
message
string
required
Required string length: 1 - 8000

Response

The updated conversation, or a text/event-stream when requested.

id
string<uuid>
required
deploymentId
string<uuid>
required
projectThreadId
string<uuid>
required
messages
object[]
required
actions
object[]
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required