POST
/
conversations

Authorizations

Authorization
string
headerrequired

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

Body

application/json
id
string | null
externalId
string | null
externalUrl
string | null
type
enum<string>
required
Available options:
openai
createdAt
string | null
updatedAt
string | null
projectId
string | null
integrationId
string | null
properties
object

A customizable collection of custom properties or attributes.

userProperties
object

A customizable collection of custom properties or attributes.

tags
string[] | null
messages
object[]
required

The messages in the conversation. Must be at least one message.

Response

200 - application/json
id
string
required
externalId
string | null
externalUrl
string | null
type
enum<string>
required
Available options:
openai
createdAt
string
required
updatedAt
string
required
projectId
string | null
integrationId
string | null
properties
object

A customizable collection of custom properties or attributes.

userProperties
object

A customizable collection of custom properties or attributes.

tags
string[] | null
messages
object[]
required

The messages in the conversation. Must be at least one message.

messagesOpenAIFormat
object[]
required