Add message to conversation
Add a new message to a conversation.
This endpoint adds a new message to an existing conversation.
Path parameters
id
The unique identifier of the conversation
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Request
This endpoint expects an object.
content
The content of the message to add
role
The role of the message to add
parent_id
The ID of the parent message, if any
metadata
Additional metadata for the message
Response
Successful Response
results