Append
Append Conversational Response
POST
https://getember.ai/api/conversation/append
This endpoint will append the provided response to the sepcified conversation.
Headers
Name
Type
Description
Authorization
string
A Bearer token with your provided API key.
Request Body
Name
Type
Description
conversationId
string
The ObjectID of the desired conversation to append the provided response to.
characterId
string
The ObjectID of the desired character to associate the response to. The endpoint will handle the case where the character is not already a member of the conversation, and add them to it.
response
string
The response to be appended to the conversation log.
Last updated