Skip to main content
POST
Add message to conversation

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Conversation ID

Body

application/json
content
string

The content of the message to add

role
string

The role of the message to add

parent_id
string
default:format: "uuid"

The ID of the parent message, if any

metadata
array

Additional metadata for the message

Response

200

results
object